From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 00:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B9A6F32 for ; Sun, 8 Sep 2013 00:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5C12DD3 for ; Sun, 8 Sep 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r880o0Wj008891 for ; Sun, 8 Sep 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r880o00m008850; Sun, 8 Sep 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 00:50:00 GMT Resent-Message-Id: <201309080050.r880o00m008850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jack Low Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E966EF6 for ; Sun, 8 Sep 2013 00:44:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72D702DB0 for ; Sun, 8 Sep 2013 00:44:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r880i6PW034122 for ; Sun, 8 Sep 2013 00:44:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r880i51T034114; Sun, 8 Sep 2013 00:44:05 GMT (envelope-from nobody) Message-Id: <201309080044.r880i51T034114@oldred.freebsd.org> Date: Sun, 8 Sep 2013 00:44:05 GMT From: Jack Low To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181922: Upgrade audacity from 2.0.3 to 2.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 00:50:00 -0000 >Number: 181922 >Category: ports >Synopsis: Upgrade audacity from 2.0.3 to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jack Low >Release: FreeBSD 9.2 >Organization: >Environment: FreeBSD jack.musirc.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254765: Sat Aug 24 04:51:02 PDT 2013 root@jack.musirc.com:/usr/obj/usr/src/sys/JACK amd64 >Description: Upgrade audacity from 2.0.3 to 2.0.4 >How-To-Repeat: Apply patch >Fix: Apply patch Patch attached with submission follows: diff -urN audacity/Makefile audacity-new/Makefile --- audacity/Makefile 2013-09-07 17:40:29.000000000 -0700 +++ audacity-new/Makefile 2013-09-07 17:41:11.000000000 -0700 @@ -2,8 +2,7 @@ # $FreeBSD: head/audio/audacity/Makefile 325651 2013-08-30 01:53:16Z bapt $ PORTNAME= audacity -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -31,14 +30,15 @@ PORTDOCS= README.txt OPTIONS_DEFINE= DOCS FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST PORTMIXER \ - SAMPLERATE SBSMS SSE TAGLIB TWOLAME VAMP VORBIS + SAMPLERATE SBSMS SOXR SSE TAGLIB TWOLAME VAMP VORBIS OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG JACK LADSPA MAD NYQUIST \ - PORTMIXER SAMPLERATE SBSMS SSE TAGLIB \ + PORTMIXER SAMPLERATE SBSMS SOXR SSE TAGLIB \ TWOLAME VAMP VORBIS NYQUIST_DESC= Nyquist plug-in support PORTMIXER_DESC= Compile with PortMixer support SBSMS_DESC= Use libsbsms for pitch and tempo changing +SOXR_DESC= Use libsoxr for sample rate conversion SSE= Enable SSE optimizations TAGLIB_DESC= Use TagLib for metadata support TWOLAME_DESC= Use libtwolame for MP2 export support @@ -137,6 +137,10 @@ CONFIGURE_ARGS+= --with-sse .endif +.if ${PORT_OPTIONS:MSOXR} +CONFIGURE_ARGS+= --with-libsoxr +.endif + .if ${PORT_OPTIONS:MTWOLAME} LIB_DEPENDS+= twolame:${PORTSDIR}/audio/twolame CONFIGURE_ARGS+= --with-libtwolame diff -urN audacity/distinfo audacity-new/distinfo --- audacity/distinfo 2013-09-07 17:40:29.000000000 -0700 +++ audacity-new/distinfo 2013-09-07 17:23:06.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (audacity-minsrc-2.0.3.tar.xz) = 2e481eab900a31817d273e7e3e8b8c127b0d3cc55d8efa46dd005177615f8bcc -SIZE (audacity-minsrc-2.0.3.tar.xz) = 5116320 +SHA256 (audacity-minsrc-2.0.4.tar.xz) = 772ba2336fc3f2c7b6e0dfa927b91143c987db14201e7bc523fa4f4fa313895e +SIZE (audacity-minsrc-2.0.4.tar.xz) = 5331376 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 01:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7BA31FE for ; Sun, 8 Sep 2013 01:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 858712F02 for ; Sun, 8 Sep 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r881K0Vw082488 for ; Sun, 8 Sep 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r881K09o082442; Sun, 8 Sep 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 01:20:00 GMT Resent-Message-Id: <201309080120.r881K09o082442@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dewayne Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 430AD1C9 for ; Sun, 8 Sep 2013 01:13:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30CC92EE4 for ; Sun, 8 Sep 2013 01:13:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r881DWiK015313 for ; Sun, 8 Sep 2013 01:13:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r881DWnF015312; Sun, 8 Sep 2013 01:13:32 GMT (envelope-from nobody) Message-Id: <201309080113.r881DWnF015312@oldred.freebsd.org> Date: Sun, 8 Sep 2013 01:13:32 GMT From: Dewayne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181923: heimdal JOBS_UNSAFE and default prefix location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 01:20:00 -0000 >Number: 181923 >Category: ports >Synopsis: heimdal JOBS_UNSAFE and default prefix location >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dewayne >Release: FreeBSD 9.2 Stable >Organization: >Environment: FreeBSD 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0: Sat Sep 7 23:07:44 EST 2013 root@:/usr/obj/dev-amd64-padlock-smp-vga amd64 >Description: Heimdal failed to build unless MAKE_JOBS_UNSAFE= yes also the location of cracklib should be located with heimdal and not in localbase. The heimdal prefix is changed when overwriting the system default heimdal. >How-To-Repeat: On a busy system, cd /usr/ports/security/heimdal && make PREFIX=/usr package >Fix: Index: Makefile =================================================================== --- Makefile (revision 326699) +++ Makefile (working copy) @@ -27,6 +27,7 @@ CRACKLIB_DESC= Use CrackLib for password quality checking X11_DESC= Build X11 utilies +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf autoheader libtool USE_OPENSSL= yes USES= gettext pathfix pkgconfig @@ -120,7 +121,7 @@ .endif .if ${PORT_OPTIONS:MCRACKLIB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib +BUILD_DEPENDS+= ${PREFIX}/lib/libcrack.a:${PORTSDIR}/security/cracklib .endif .if ${PORT_OPTIONS:MX11} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8030C470 for ; Sun, 8 Sep 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E66520C7 for ; Sun, 8 Sep 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88200Bg062444 for ; Sun, 8 Sep 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882005s062406; Sun, 8 Sep 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 02:00:00 GMT Resent-Message-Id: <201309080200.r882005s062406@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gavriloaie Eugen-Andrei Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F86F44B for ; Sun, 8 Sep 2013 01:57:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC8020B3 for ; Sun, 8 Sep 2013 01:57:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r881vEuh001516 for ; Sun, 8 Sep 2013 01:57:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r881vESH001511; Sun, 8 Sep 2013 01:57:14 GMT (envelope-from nobody) Message-Id: <201309080157.r881vESH001511@oldred.freebsd.org> Date: Sun, 8 Sep 2013 01:57:14 GMT From: Gavriloaie Eugen-Andrei To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181924: update for net/crtmpserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:00:00 -0000 >Number: 181924 >Category: ports >Synopsis: update for net/crtmpserver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gavriloaie Eugen-Andrei >Release: FreeBSD 9.1 x86_64 >Organization: C++ RTMP Server >Environment: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update for net/crtmpserver from 0.545 to 0.804 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # crtmpserver # crtmpserver/files # crtmpserver/files/crtmpserver.in # crtmpserver/pkg-plist # crtmpserver/pkg-descr # crtmpserver/distinfo # crtmpserver/Makefile # echo c - crtmpserver mkdir -p crtmpserver > /dev/null 2>&1 echo c - crtmpserver/files mkdir -p crtmpserver/files > /dev/null 2>&1 echo x - crtmpserver/files/crtmpserver.in sed 's/^X//' >crtmpserver/files/crtmpserver.in << '1e89f6b7d11e05b94ef707a5b4a14081' X#!/bin/sh X X# $FreeBSD$ X# X# PROVIDE: crtmpserver X# REQUIRE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# crtmpserver_enable (bool): Set to NO by default. X# Set it to YES to enable crtmpserver. X# crtmpserver_config (path): Set to %%PREFIX%%/etc/crtmpserver.lua X# by default. X# crtmpserver_username (username): Set to crtmpserver X# by default. X# X X. /etc/rc.subr X Xname="crtmpserver" Xrcvar=${name}_enable X Xcommand=%%PREFIX%%/sbin/${name} Xpidfile=/var/run/${name}.pid X Xstart_postcmd="${name}_poststart" X Xcrtmpserver_poststart() X{ X pgrep crtmpserver > /var/run/crtmpserver.pid X} X Xload_rc_config $name X X: ${crtmpserver_enable="NO"} X: ${crtmpserver_config="%%PREFIX%%/etc/crtmpserver.lua"} X: ${crtmpserver_username="crtmpserver"} X Xrequired_files="$crtmpserver_config" X Xcommand_args="--daemon --gid=`id -g ${crtmpserver_username}` --uid=`id -u ${crtmpserver_username}` ${required_files}" X Xrun_rc_command "$1" 1e89f6b7d11e05b94ef707a5b4a14081 echo x - crtmpserver/pkg-plist sed 's/^X//' >crtmpserver/pkg-plist << '23e6563549a10e1cb8bd0592fe61b4dd' X@stopdaemon crtmpserver X X@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi Xetc/crtmpserver.lua.sample X@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi X X@unexec if cmp -s %D/etc/crtmpserver.all.lua.sample %D/etc/crtmpserver.all.lua; then rm -f %D/etc/crtmpserver.all.lua; fi Xetc/crtmpserver.all.lua.sample X@exec if [ ! -f %D/etc/crtmpserver.all.lua ] ; then cp -p %D/%F %B/crtmpserver.all.lua; fi X X Xlib/crtmpserver/libtinyxml.so Xlib/crtmpserver/libcommon.so Xlib/crtmpserver/libthelib.so Xlib/crtmpserver/applications/flvplayback/libflvplayback.so Xlib/crtmpserver/applications/appselector/libappselector.so Xlib/crtmpserver/applications/samplefactory/libsamplefactory.so Xlib/crtmpserver/applications/vptests/libvptests.so Xlib/crtmpserver/applications/admin/libadmin.so Xlib/crtmpserver/applications/proxypublish/libproxypublish.so Xlib/crtmpserver/applications/stresstest/libstresstest.so Xsbin/crtmpserver X@dirrmtry lib/crtmpserver/applications/flvplayback X@dirrmtry lib/crtmpserver/applications/appselector X@dirrmtry lib/crtmpserver/applications/samplefactory X@dirrmtry lib/crtmpserver/applications/vptests X@dirrmtry lib/crtmpserver/applications/admin X@dirrmtry lib/crtmpserver/applications/proxypublish X@dirrmtry lib/crtmpserver/applications/stresstest X@dirrmtry lib/crtmpserver/applications X@dirrmtry lib/crtmpserver X@dirrmtry var/log/crtmpserver 23e6563549a10e1cb8bd0592fe61b4dd echo x - crtmpserver/pkg-descr sed 's/^X//' >crtmpserver/pkg-descr << '7920e7452bf10015536cf24ac380d40e' XHigh performance RTMP/RTSP streaming server X rtmpd is a high performance streaming server able to stream X (live or recorded) in the following technologies: X - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) X - To and from embedded devices: iPhone, Android X - From surveillance cameras X - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols X Also, rtmpd can be used as a high performance rendez-vous server. X For example, it enables you to do: X - Audio/Video conferencing X - Online gaming X - Online collaboration X - Simple/complex chat applications X XWWW: http://www.rtmpd.com 7920e7452bf10015536cf24ac380d40e echo x - crtmpserver/distinfo sed 's/^X//' >crtmpserver/distinfo << 'a616fdc654afc344b1598e4825411947' XSHA256 (crtmpserver-0.804.tar.gz) = 170eb758a14c4ef75f41569424a78a3b812af3e957b8f4720b82fec530ce61b4 XSIZE (crtmpserver-0.804.tar.gz) = 1558155 a616fdc654afc344b1598e4825411947 echo x - crtmpserver/Makefile sed 's/^X//' >crtmpserver/Makefile << '3ce67d7dd07e5b58b0ecf2a729e9fb53' X# New ports collection makefile for: crtmpserver X# Date created: 5 December 1994 X# Whom: shiretu X# X# $FreeBSD$ X# X XPORTNAME= crtmpserver XPORTVERSION= 0.804 XPORTREVISION= 1 XCATEGORIES= net XMASTER_SITES= http://rtmpd.com/assets/sources/ X XMAINTAINER= support@rtmpd.com XCOMMENT= C++ RTSP/RTMP/MPEG-TS Server X XLIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo X XUSE_LUA= 5.1 XWANT_LUA_VER= 5.1 X XUSE_CMAKE= yes XCMAKE_OUTSOURCE= yes XCMAKE_SOURCE_PATH= ${WRKSRC}/builders/cmake XCMAKE_BUILD_TYPE= Release XCMAKE_ARGS= -DCRTMPSERVER_INSTALL_PREFIX:STRING=${CMAKE_INSTALL_PREFIX} -DTEMP_FRAMEWORK_VER=0.804 XUSE_LDCONFIG= 1 X XUSERS= crtmpserver XGROUPS= crtmpserver X XUSE_RC_SUBR= crtmpserver X XMAN1= crtmpserver.1 X Xpre-install: X @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}" X @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}" X Xpost-install: X @if [ ! -f ${PREFIX}/etc/crtmpserver.lua ]; then \ X ${CP} -p ${PREFIX}/etc/crtmpserver.lua.sample ${PREFIX}/etc/crtmpserver.lua ; \ X fi X @${MKDIR} ${PREFIX}/var/log/crtmpserver X X.include 3ce67d7dd07e5b58b0ecf2a729e9fb53 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36B12472 for ; Sun, 8 Sep 2013 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1695E20C9 for ; Sun, 8 Sep 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88200g4063852 for ; Sun, 8 Sep 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88200Qi063812; Sun, 8 Sep 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 02:00:00 GMT Resent-Message-Id: <201309080200.r88200Qi063812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C638B420 for ; Sun, 8 Sep 2013 01:54:16 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A836D209B for ; Sun, 8 Sep 2013 01:54:15 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id r881VNla062688 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 7 Sep 2013 18:31:27 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <201309080131.r881VNla062688@slowhand.douglasthrift.net> Date: Sat, 7 Sep 2013 18:31:27 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181925: Update port: www/py-selenium Upgrade to 2.35.0 Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:00:01 -0000 >Number: 181925 >Category: ports >Synopsis: Update port: www/py-selenium Upgrade to 2.35.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Upgraded www/py-selenium to 2.35.0. https://redports.org/buildarchive/20130908010900-25080/ >From CHANGES: Selenium 2.35 * Remove duplicate 'get screenshot as file' methods. Add method 'get_screenshot_as_png' * fixing UnicodeEncodeError on get attribute of webelement >How-To-Repeat: >Fix: --- py-selenium.2013-09-08T011459Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/py-selenium/Makefile py-selenium/Makefile --- /usr/ports/www/py-selenium/Makefile 2013-08-13 23:29:18.000000000 -0700 +++ py-selenium/Makefile 2013-09-07 18:00:48.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: www/py-selenium/Makefile 324684 2013-08-14 06:29:18Z culot $ PORTNAME= selenium -PORTVERSION= 2.34.0 +PORTVERSION= 2.35.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -Nrux .svn -x work /usr/ports/www/py-selenium/distinfo py-selenium/distinfo --- /usr/ports/www/py-selenium/distinfo 2013-08-13 23:29:18.000000000 -0700 +++ py-selenium/distinfo 2013-09-07 18:01:49.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (selenium-2.34.0.tar.gz) = b7d0d3d2259d5fa9ee4804cff1d0736d93a674db507a450c1cb077c4acff5c2f -SIZE (selenium-2.34.0.tar.gz) = 2578371 +SHA256 (selenium-2.35.0.tar.gz) = 605ace5c73f5cefad14cf77e8e9cad63b8661bf8b1b1ed739d284a344abb0a31 +SIZE (selenium-2.35.0.tar.gz) = 2579216 --- py-selenium.2013-09-08T011459Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CA334A1; Sun, 8 Sep 2013 02:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 412B920CB; Sun, 8 Sep 2013 02:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88209KV081941; Sun, 8 Sep 2013 02:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88209ON081852; Sun, 8 Sep 2013 02:00:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 02:00:09 GMT Message-Id: <201309080200.r88209ON081852@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181924: update for net/crtmpserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:00:09 -0000 Synopsis: update for net/crtmpserver Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Sep 8 02:00:08 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181924 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:00:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3B644DB; Sun, 8 Sep 2013 02:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA3EF20CE; Sun, 8 Sep 2013 02:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8820Fdf095328; Sun, 8 Sep 2013 02:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8820F4C095262; Sun, 8 Sep 2013 02:00:15 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 02:00:15 GMT Message-Id: <201309080200.r8820F4C095262@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181925: Update port: www/py-selenium Upgrade to 2.35.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:00:16 -0000 Synopsis: Update port: www/py-selenium Upgrade to 2.35.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 02:00:15 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181925 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:05:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60DA56D3; Sun, 8 Sep 2013 02:05:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35F3F2120; Sun, 8 Sep 2013 02:05:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8825l5b070228; Sun, 8 Sep 2013 02:05:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8825loO070168; Sun, 8 Sep 2013 02:05:47 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 02:05:47 GMT Message-Id: <201309080205.r8825loO070168@freefall.freebsd.org> To: dewayne@heuristicsystems.com.au, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181923: security/heimdal JOBS_UNSAFE and default prefix location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:05:47 -0000 Synopsis: security/heimdal JOBS_UNSAFE and default prefix location State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 8 02:05:46 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181923 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D972731 for ; Sun, 8 Sep 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 295BF213A for ; Sun, 8 Sep 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882A16L086846 for ; Sun, 8 Sep 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882A09P086617; Sun, 8 Sep 2013 02:10:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 02:10:00 GMT Message-Id: <201309080210.r882A09P086617@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181923: security/heimdal JOBS_UNSAFE and default prefix location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:10:01 -0000 The following reply was made to PR ports/181923; it has been noted by GNATS. From: Edwin Groothuis To: Joerg.Pulz@frm2.tum.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/181923: security/heimdal JOBS_UNSAFE and default prefix location Date: Sun, 8 Sep 2013 02:05:46 UT Maintainer of security/heimdal, Please note that PR ports/181923 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181923 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80F9E7CB for ; Sun, 8 Sep 2013 02:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6E52196 for ; Sun, 8 Sep 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882K0th087532 for ; Sun, 8 Sep 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882K07j087493; Sun, 8 Sep 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 02:20:00 GMT Resent-Message-Id: <201309080220.r882K07j087493@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christer Edwards Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A87BB7A5 for ; Sun, 8 Sep 2013 02:16:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95B9D2185 for ; Sun, 8 Sep 2013 02:16:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r882GF5p007947 for ; Sun, 8 Sep 2013 02:16:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r882GF9P007946; Sun, 8 Sep 2013 02:16:15 GMT (envelope-from nobody) Message-Id: <201309080216.r882GF9P007946@oldred.freebsd.org> Date: Sun, 8 Sep 2013 02:16:15 GMT From: Christer Edwards To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181926: maintainer update: sysutils/py-salt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:20:00 -0000 >Number: 181926 >Category: ports >Synopsis: maintainer update: sysutils/py-salt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christer Edwards >Release: 9.1-RELEASE-p6 >Organization: SaltStack >Environment: FreeBSD starbuck 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #11 r254633: Wed Aug 21 20:57:35 MDT 2013 root@starbuck:/usr/obj/usr/src/sys/STARBUCK amd64 >Description: maintainer update: sysutils/py-salt >How-To-Repeat: maintainer update: sysutils/py-salt >Fix: maintainer update: sysutils/py-salt Patch attached with submission follows: diff -ruN /usr/ports/sysutils/py-salt/Makefile py-salt-0.16.4/Makefile --- /usr/ports/sysutils/py-salt/Makefile 2013-08-17 02:40:34.000000000 -0600 +++ py-salt-0.16.4/Makefile 2013-09-07 16:03:36.000000000 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/py-salt/Makefile 324835 2013-08-17 08:40:34Z sunpoet $ PORTNAME= salt -PORTVERSION= 0.16.3 +PORTVERSION= 0.16.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN /usr/ports/sysutils/py-salt/distinfo py-salt-0.16.4/distinfo --- /usr/ports/sysutils/py-salt/distinfo 2013-08-17 02:40:34.000000000 -0600 +++ py-salt-0.16.4/distinfo 2013-09-07 16:03:39.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (salt-0.16.3.tar.gz) = 6ddf6802ea8957dcc4434c2b0177a9bcadc9979f6a1c370f5ef20859ffadd18f -SIZE (salt-0.16.3.tar.gz) = 3543283 +SHA256 (salt-0.16.4.tar.gz) = aa880a7008995be88e417e3639ff9326c3df73650fe3155a7dec43a3b1cb498d +SIZE (salt-0.16.4.tar.gz) = 3542126 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15E5B7CD for ; Sun, 8 Sep 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0F662198 for ; Sun, 8 Sep 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882K0Ms088462 for ; Sun, 8 Sep 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882K0sH088411; Sun, 8 Sep 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 02:20:00 GMT Resent-Message-Id: <201309080220.r882K0sH088411@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kenta S." Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9221478D for ; Sun, 8 Sep 2013 02:13:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFFD2179 for ; Sun, 8 Sep 2013 02:13:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r882DoF0078039 for ; Sun, 8 Sep 2013 02:13:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r882DocR078038; Sun, 8 Sep 2013 02:13:50 GMT (envelope-from nobody) Message-Id: <201309080213.r882DocR078038@oldred.freebsd.org> Date: Sun, 8 Sep 2013 02:13:50 GMT From: "Kenta S." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181927: [PATCH] fix net/fping Makefile comment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:20:01 -0000 >Number: 181927 >Category: ports >Synopsis: [PATCH] fix net/fping Makefile comment >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta S. >Release: >Organization: >Environment: >Description: "w/o" looks stupid. >How-To-Repeat: >Fix: Use real English. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 326700) +++ Makefile (working copy) @@ -7,7 +7,7 @@ MASTER_SITES= http://fping.org/dist/ MAINTAINER= jharris@widomaker.com -COMMENT= Quickly ping N hosts w/o flooding the network +COMMENT= Quickly ping multiple hosts without flooding the network LICENSE= GFDL >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E66EC7FE; Sun, 8 Sep 2013 02:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE32921BC; Sun, 8 Sep 2013 02:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882K8jx004222; Sun, 8 Sep 2013 02:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882K8In004157; Sun, 8 Sep 2013 02:20:08 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 02:20:08 GMT Message-Id: <201309080220.r882K8In004157@freefall.freebsd.org> To: kentas@hush.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181927: [PATCH] fix net/fping Makefile comment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:20:09 -0000 Synopsis: [PATCH] fix net/fping Makefile comment State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 8 02:20:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181927 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52C9682C; Sun, 8 Sep 2013 02:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29EBE21BD; Sun, 8 Sep 2013 02:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882KE4Q014834; Sun, 8 Sep 2013 02:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882KEfb014776; Sun, 8 Sep 2013 02:20:14 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 02:20:14 GMT Message-Id: <201309080220.r882KEfb014776@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181926: maintainer update: sysutils/py-salt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:20:14 -0000 Synopsis: maintainer update: sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 02:20:13 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181926 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 02:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 280B193F for ; Sun, 8 Sep 2013 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15F2E21FE for ; Sun, 8 Sep 2013 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r882U0OE091893 for ; Sun, 8 Sep 2013 02:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r882U0cF091852; Sun, 8 Sep 2013 02:30:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 02:30:00 GMT Message-Id: <201309080230.r882U0cF091852@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181927: [PATCH] fix net/fping Makefile comment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 02:30:01 -0000 The following reply was made to PR ports/181927; it has been noted by GNATS. From: Edwin Groothuis To: jharris@widomaker.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/181927: [PATCH] fix net/fping Makefile comment Date: Sun, 8 Sep 2013 02:20:07 UT Maintainer of net/fping, Please note that PR ports/181927 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181927 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 04:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A2E7736 for ; Sun, 8 Sep 2013 04:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48F2F279E for ; Sun, 8 Sep 2013 04:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r884U1WZ055239 for ; Sun, 8 Sep 2013 04:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r884U09i054986; Sun, 8 Sep 2013 04:30:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 04:30:00 GMT Message-Id: <201309080430.r884U09i054986@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Thomas Zander Subject: Re: ports/180564: multimedia/mplayer compilation error with Clang (running out of registers) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Thomas Zander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 04:30:01 -0000 The following reply was made to PR ports/180564; it has been noted by GNATS. From: Thomas Zander To: bug-followup@freebsd.org Cc: Subject: Re: ports/180564: multimedia/mplayer compilation error with Clang (running out of registers) Date: Sun, 8 Sep 2013 06:25:51 +0200 Okay, approved. Can be committed. Thank you and best regards Riggs From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 04:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A52E7737 for ; Sun, 8 Sep 2013 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92785279F for ; Sun, 8 Sep 2013 04:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r884U2Vs057727 for ; Sun, 8 Sep 2013 04:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r884U2a8057463; Sun, 8 Sep 2013 04:30:02 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 04:30:02 GMT Message-Id: <201309080430.r884U2a8057463@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: C++ RTMP Server Support Subject: Re: ports/181924: update for net/crtmpserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: C++ RTMP Server Support List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 04:30:02 -0000 The following reply was made to PR ports/181924; it has been noted by GNATS. From: C++ RTMP Server Support To: bug-followup@FreeBSD.org, support@rtmpd.com Cc: Subject: Re: ports/181924: update for net/crtmpserver Date: Sun, 8 Sep 2013 07:22:49 +0300 --Apple-Mail=_A703337F-CFCE-42B2-80BE-4DD7C2430513 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Please disregard the previosu *.shar file. This is the new one which = fixes the clang compilation issues Best regards, Andrei --Apple-Mail=_A703337F-CFCE-42B2-80BE-4DD7C2430513 Content-Disposition: attachment; filename=crtmpserver.shar.txt Content-Type: text/plain; name="crtmpserver.shar.txt" Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # crtmpserver # crtmpserver/pkg-plist # crtmpserver/pkg-descr # crtmpserver/distinfo # crtmpserver/Makefile # crtmpserver/files # crtmpserver/files/crtmpserver.in # echo c - crtmpserver mkdir -p crtmpserver > /dev/null 2>&1 echo x - crtmpserver/pkg-plist sed 's/^X//' >crtmpserver/pkg-plist << = '23e6563549a10e1cb8bd0592fe61b4dd' X@stopdaemon crtmpserver X X@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; = then rm -f %D/etc/crtmpserver.lua; fi Xetc/crtmpserver.lua.sample X@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F = %B/crtmpserver.lua; fi X X@unexec if cmp -s %D/etc/crtmpserver.all.lua.sample = %D/etc/crtmpserver.all.lua; then rm -f %D/etc/crtmpserver.all.lua; fi Xetc/crtmpserver.all.lua.sample X@exec if [ ! -f %D/etc/crtmpserver.all.lua ] ; then cp -p %D/%F = %B/crtmpserver.all.lua; fi X X Xlib/crtmpserver/libtinyxml.so Xlib/crtmpserver/libcommon.so Xlib/crtmpserver/libthelib.so Xlib/crtmpserver/applications/flvplayback/libflvplayback.so Xlib/crtmpserver/applications/appselector/libappselector.so Xlib/crtmpserver/applications/samplefactory/libsamplefactory.so Xlib/crtmpserver/applications/vptests/libvptests.so Xlib/crtmpserver/applications/admin/libadmin.so Xlib/crtmpserver/applications/proxypublish/libproxypublish.so Xlib/crtmpserver/applications/stresstest/libstresstest.so Xsbin/crtmpserver X@dirrmtry lib/crtmpserver/applications/flvplayback X@dirrmtry lib/crtmpserver/applications/appselector X@dirrmtry lib/crtmpserver/applications/samplefactory X@dirrmtry lib/crtmpserver/applications/vptests X@dirrmtry lib/crtmpserver/applications/admin X@dirrmtry lib/crtmpserver/applications/proxypublish X@dirrmtry lib/crtmpserver/applications/stresstest X@dirrmtry lib/crtmpserver/applications X@dirrmtry lib/crtmpserver X@dirrmtry var/log/crtmpserver 23e6563549a10e1cb8bd0592fe61b4dd echo x - crtmpserver/pkg-descr sed 's/^X//' >crtmpserver/pkg-descr << = '7920e7452bf10015536cf24ac380d40e' XHigh performance RTMP/RTSP streaming server X rtmpd is a high performance streaming server able to stream X (live or recorded) in the following technologies: X - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) X - To and from embedded devices: iPhone, Android X - =46rom surveillance cameras X - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols X Also, rtmpd can be used as a high performance rendez-vous server. X For example, it enables you to do: X - Audio/Video conferencing X - Online gaming X - Online collaboration X - Simple/complex chat applications X XWWW: http://www.rtmpd.com 7920e7452bf10015536cf24ac380d40e echo x - crtmpserver/distinfo sed 's/^X//' >crtmpserver/distinfo << 'a616fdc654afc344b1598e4825411947' XSHA256 (crtmpserver-0.806.tar.gz) =3D = 162333b8559cfdcd1506368eaae0a7143fd4d5ce6d594bc9f44d32db619dab48 XSIZE (crtmpserver-0.806.tar.gz) =3D 1399313 a616fdc654afc344b1598e4825411947 echo x - crtmpserver/Makefile sed 's/^X//' >crtmpserver/Makefile << '3ce67d7dd07e5b58b0ecf2a729e9fb53' X# New ports collection makefile for: crtmpserver X# Date created: 5 December 1994 X# Whom: shiretu X# X# $FreeBSD$ X# X XPORTNAME=3D crtmpserver XPORTVERSION=3D 0.806 XPORTREVISION=3D 1 XCATEGORIES=3D net XMASTER_SITES=3D http://rtmpd.com/assets/sources/ X XMAINTAINER=3D support@rtmpd.com XCOMMENT=3D C++ RTSP/RTMP/MPEG-TS Server X XLIB_DEPENDS=3D execinfo:${PORTSDIR}/devel/libexecinfo X XUSE_LUA=3D 5.1 XWANT_LUA_VER=3D 5.1 X XUSE_CMAKE=3D yes XCMAKE_OUTSOURCE=3D yes XCMAKE_SOURCE_PATH=3D ${WRKSRC}/builders/cmake XCMAKE_BUILD_TYPE=3D Release XCMAKE_ARGS=3D = -DCRTMPSERVER_INSTALL_PREFIX:STRING=3D${CMAKE_INSTALL_PREFIX} = -DTEMP_FRAMEWORK_VER=3D0.806 XUSE_LDCONFIG=3D 1 X XUSERS=3D crtmpserver XGROUPS=3D crtmpserver X XUSE_RC_SUBR=3D crtmpserver X XMAN1=3D crtmpserver.1 X Xpre-install: X @${SH} $(WRKSRC)/fixConfFile.sh = "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" = "${WRKSRC}" X @${SH} $(WRKSRC)/fixConfFile.sh = "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" = "${WRKSRC}" X Xpost-install: X @if [ ! -f ${PREFIX}/etc/crtmpserver.lua ]; then \ X ${CP} -p ${PREFIX}/etc/crtmpserver.lua.sample = ${PREFIX}/etc/crtmpserver.lua ; \ X fi X @${MKDIR} ${PREFIX}/var/log/crtmpserver X X.include 3ce67d7dd07e5b58b0ecf2a729e9fb53 echo c - crtmpserver/files mkdir -p crtmpserver/files > /dev/null 2>&1 echo x - crtmpserver/files/crtmpserver.in sed 's/^X//' >crtmpserver/files/crtmpserver.in << = '1e89f6b7d11e05b94ef707a5b4a14081' X#!/bin/sh X X# $FreeBSD$ X# X# PROVIDE: crtmpserver X# REQUIRE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# crtmpserver_enable (bool): Set to NO by default. X# Set it to YES to enable crtmpserver. X# crtmpserver_config (path): Set to %%PREFIX%%/etc/crtmpserver.lua X# by default. X# crtmpserver_username (username): Set to crtmpserver X# by default. X# X X. /etc/rc.subr X Xname=3D"crtmpserver" Xrcvar=3D${name}_enable X Xcommand=3D%%PREFIX%%/sbin/${name} Xpidfile=3D/var/run/${name}.pid X Xstart_postcmd=3D"${name}_poststart" X Xcrtmpserver_poststart() X{ X pgrep crtmpserver > /var/run/crtmpserver.pid X} X Xload_rc_config $name X X: ${crtmpserver_enable=3D"NO"} X: ${crtmpserver_config=3D"%%PREFIX%%/etc/crtmpserver.lua"} X: ${crtmpserver_username=3D"crtmpserver"} X Xrequired_files=3D"$crtmpserver_config" X Xcommand_args=3D"--daemon --gid=3D`id -g ${crtmpserver_username}` = --uid=3D`id -u ${crtmpserver_username}` ${required_files}" X Xrun_rc_command "$1" 1e89f6b7d11e05b94ef707a5b4a14081 exit --Apple-Mail=_A703337F-CFCE-42B2-80BE-4DD7C2430513 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii ------ C++ RTMP Server Support Email: support@rtmpd.com Web: http://www.rtmpd.com --Apple-Mail=_A703337F-CFCE-42B2-80BE-4DD7C2430513-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 04:39:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E4577F9; Sun, 8 Sep 2013 04:39:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 646A127F8; Sun, 8 Sep 2013 04:39:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r884dcvB037404; Sun, 8 Sep 2013 04:39:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r884dbju036113; Sun, 8 Sep 2013 04:39:37 GMT (envelope-from linimon) Date: Sun, 8 Sep 2013 04:39:37 GMT Message-Id: <201309080439.r884dbju036113@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, dt71@gmx.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/180564: multimedia/mplayer compilation error with Clang (running out of registers) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 04:39:38 -0000 Synopsis: multimedia/mplayer compilation error with Clang (running out of registers) State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Sep 8 04:39:27 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=180564 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 05:14:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A958B33; Sun, 8 Sep 2013 05:14:44 +0000 (UTC) (envelope-from dan.mashal@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6AE294C; Sun, 8 Sep 2013 05:14:43 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id mx12so1803163bkb.6 for ; Sat, 07 Sep 2013 22:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PRG65t81qs2R/Z93Yw+zZou+qcCOhoXFJvjuIECU4IQ=; b=yW1b5+oM87V/wzEeO8XOBepygB/vk/fv0GFhGLSn0Q3Wp2qWa36uamz42lrmyU2adS uM3TPeASX5K0THKoYS0exHj1psPPOlM8hDJdqSS+SkKwxmxZMScnwD6V7kJThG0D+tTM kslAy6nw8Pf5fD084mMFLPoEV24Jw/6NSDGWXA1zsUdoPW28Rh0CzklzTvj4eEaRpLOd ocx0eNtzLPQewmuVBNien9HK9OwnGjw1lmiRviIY76SN0LhbJVUvwaRYM4qenDJNGY2R fLofNm31YTqvr5ujulrWco2bKEikUCN769doqUMgSO1oDHbcxIFCIklBHIj1eoY7cHLE /Xxw== MIME-Version: 1.0 X-Received: by 10.205.20.133 with SMTP id qo5mr9139370bkb.6.1378617282374; Sat, 07 Sep 2013 22:14:42 -0700 (PDT) Received: by 10.205.35.142 with HTTP; Sat, 7 Sep 2013 22:14:42 -0700 (PDT) In-Reply-To: <201309071839.r87Id0ok064277@freefall.freebsd.org> References: <201309071839.r87Id0ok064277@freefall.freebsd.org> Date: Sat, 7 Sep 2013 22:14:42 -0700 Message-ID: Subject: Re: ports/181628: [PATCH] remove deprecated items from irc/bitchx From: Dan Mashal To: sunpoet@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: c.petrik.sosa@gmail.com, freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 05:14:44 -0000 Thanks On Sat, Sep 7, 2013 at 11:39 AM, wrote: > Synopsis: [PATCH] remove deprecated items from irc/bitchx > > State-Changed-From-To: open->closed > State-Changed-By: sunpoet > State-Changed-When: Sat Sep 7 18:38:32 UTC 2013 > State-Changed-Why: > Committed. Thanks! > > > Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet > Responsible-Changed-By: sunpoet > Responsible-Changed-When: Sat Sep 7 18:38:32 UTC 2013 > Responsible-Changed-Why: > Committed. Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181628 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 07:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A050AED7 for ; Sun, 8 Sep 2013 07:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF1D2E55 for ; Sun, 8 Sep 2013 07:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r887K05q009689 for ; Sun, 8 Sep 2013 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r887K0CY009641; Sun, 8 Sep 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 07:20:00 GMT Resent-Message-Id: <201309080720.r887K0CY009641@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6FDCBCBB for ; Sun, 8 Sep 2013 07:12:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A9CC2E0F for ; Sun, 8 Sep 2013 07:12:30 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r887CUoe058226 for ; Sun, 8 Sep 2013 07:12:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r887CTu7058138; Sun, 8 Sep 2013 07:12:29 GMT (envelope-from nobody) Message-Id: <201309080712.r887CTu7058138@oldred.freebsd.org> Date: Sun, 8 Sep 2013 07:12:29 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181929: net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c -fPIC -DPIC -o .libs/smbk5pwd.o eval: gcc: not found *** Error code 1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 07:20:00 -0000 >Number: 181929 >Category: ports >Synopsis: net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c -fPIC -DPIC -o .libs/smbk5pwd.o eval: gcc: not found *** Error code 1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #2 r255356: Sat Sep 7 13:04:03 CEST 2013 amd64 >Description: After having built a world on CURRENT r255356 and having done "make delete-old" the outdated gnuish compiler stuff gets deleted. After that, port net/openldap[-sasl]-server rejects to compile due to the shown error. Somehwere the compiler seems to be hardcoded. This somewhere is file contrib/slapd-modules/smbk5pwd/Makefile. [...] --- all-common --- for page in slapacl.8 slapadd.8 slapauth.8 slapcat.8 slapd.8 slapdn.8 slapindex.8 slappasswd.8 slapschema.8 slaptest.8; do sed -e "s%LDVERSION%2.4.36%" -e 's%ETCDIR%/usr/local/etc/openldap%g' -e 's%LOCALSTATEDIR%/var/db%' -e 's%SYSCONFDIR%/usr/local/etc/openldap%' -e 's%DATADIR%/usr/local/share/openldap%' -e 's%SBINDIR%/usr/local/sbin%' -e 's%BINDIR%/usr/local/bin%' -e 's%LIBDIR%/usr/local/lib%' -e 's%LIBEXECDIR%/usr/local/libexec%' -e 's%MODULEDIR%/usr/local/libexec/openldap%' -e 's%RELEASEDATE%2013/08/17%' ./$page | (cd .; soelim -) > $page.tmp; done /usr/local/bin/libtool --mode=compile gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c -fPIC -DPIC -o .libs/smbk5pwd.o eval: gcc: not found *** Error code 1 Stop. make[2]: stopped in /usr/ports/net/openldap24-server/work/openldap-2.4.36/contrib/slapd-modules/smbk5pwd *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/openldap24-server *** Error code 1 Stop. make: stopped in /usr/ports/net/openldap24-server ===>>> make failed for net/openldap24-server ===>>> Aborting update ===>>> Killing background jobs >How-To-Repeat: Stay with most recent CURRENT, follow all deletions of GNU stuff (make delete-old), start building this port. >Fix: I attached a patch, simple one without knowing why people had hardcoded CC/gcc. Patch attached with submission follows: diff -Nur openldap24-server.orig/files/patch-smbk5pwd-Makefile openldap24-server/files/patch-smbk5pwd-Makefile --- openldap24-server.orig/files/patch-smbk5pwd-Makefile 2013-09-08 09:01:04.000000000 +0200 +++ openldap24-server/files/patch-smbk5pwd-Makefile 2013-09-08 09:06:43.000000000 +0200 @@ -1,12 +1,15 @@ ---- contrib/slapd-modules/smbk5pwd/Makefile.orig 2013-03-03 13:17:30.000000000 -0800 -+++ contrib/slapd-modules/smbk5pwd/Makefile 2013-03-14 10:54:56.917578861 -0700 -@@ -24,13 +24,12 @@ +--- contrib/slapd-modules/smbk5pwd/Makefile.orig 2013-08-16 20:12:59.000000000 +0200 ++++ contrib/slapd-modules/smbk5pwd/Makefile 2013-09-08 09:06:34.000000000 +0200 +@@ -24,18 +24,19 @@ HEIMDAL_INC = -I/usr/heimdal/include HEIMDAL_LIB = -L/usr/heimdal/lib -lkrb5 -lkadm5srv -LIBTOOL = $(LDAP_BUILD)/libtool - CC = gcc - OPT = -g -O2 -Wall +-CC = gcc +-OPT = -g -O2 -Wall ++#CC = gcc ++#OPT = -g -O2 -Wall ++OPT = $(CFLAGS) # Omit DO_KRB5, DO_SAMBA or DO_SHADOW if you don't want to support it. DEFS = -DDO_KRB5 -DDO_SAMBA -DDO_SHADOW INCS = $(LDAP_INC) $(HEIMDAL_INC) $(SSL_INC) @@ -15,3 +18,10 @@ PROGRAMS = smbk5pwd.la LTVER = 0:0:0 + +-prefix=/usr/local ++#prefix=/usr/local ++prefix=$(PREFIX) + exec_prefix=$(prefix) + ldap_subdir=/openldap + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 07:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8FDDF08; Sun, 8 Sep 2013 07:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC3922E59; Sun, 8 Sep 2013 07:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r887K9KV028917; Sun, 8 Sep 2013 07:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r887K9hu028695; Sun, 8 Sep 2013 07:20:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 07:20:09 GMT Message-Id: <201309080720.r887K9hu028695@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181929: net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c -fPIC -DPIC -o .libs/smbk5pwd.o eval: gcc: not found *** Error cod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 07:20:09 -0000 Synopsis: net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../include -I../../../include -I../../../servers/slapd -I/usr/heimdal/include -c smbk5pwd.c -fPIC -DPIC -o .libs/smbk5pwd.o eval: gcc: not found *** Error cod Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 07:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181929 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7C0EB59 for ; Sun, 8 Sep 2013 11:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A88692849 for ; Sun, 8 Sep 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88BA03b043156 for ; Sun, 8 Sep 2013 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88BA0sV043089; Sun, 8 Sep 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 11:10:00 GMT Resent-Message-Id: <201309081110.r88BA0sV043089@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFA0B824 for ; Sun, 8 Sep 2013 11:02:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBEC42809 for ; Sun, 8 Sep 2013 11:02:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88B2Z1D054092 for ; Sun, 8 Sep 2013 11:02:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88B2ZYQ054035; Sun, 8 Sep 2013 11:02:35 GMT (envelope-from nobody) Message-Id: <201309081102.r88B2ZYQ054035@oldred.freebsd.org> Date: Sun, 8 Sep 2013 11:02:35 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181932: www/qt4-webkit: fatal error: 'ext/atomicity.h' file not found (on CLANG only) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:10:01 -0000 >Number: 181932 >Category: ports >Synopsis: www/qt4-webkit: fatal error: 'ext/atomicity.h' file not found (on CLANG only) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255386: Sat Sep 7 13:04:03 CEST 2013 amd64 No gcc-stuff anymore (cleaned via make delete-old) >Description: Compiling www/qt4-webkit fails with a lot of compiler errors on a most recent CURRENT box with GCC gone (CLANG only, libc++ only). The initial error seems a commong compiler bug, while the second error (out of a bunch of errors selected as representatives) seems to be clearly a missing ext/xxx.h header vansihes from GNU GCC 4.2. [...] --- .obj/release-static/FastMalloc.o --- clang++ -c -O2 -pipe -O3 -march=native -fno-strict-aliasing -I../../../../include/Qt -I../../../../include -O2 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -D_THREAD_SAFE -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DBUILDING_JavaScriptCore -DBUILDING_WTF -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/usr/ports/www/qt4-webkit/work/qt-everywhere-opensource-src-4.8.4/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHea ders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I.moc/release-static -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-static/FastMalloc.o wtf/FastMalloc.cpp --- .obj/release-static/GOwnPtr.o --- --- .obj/release-static/YarrPattern.o --- In file included from yarr/YarrPattern.cpp:28: In file included from yarr/YarrPattern.h:30: In file included from ./runtime/UString.h:26: In file included from ./wtf/text/StringImpl.h:28: In file included from ./wtf/CrossThreadRefCounted.h:35: In file included from wtf/PassRefPtr.h:25: wtf/NullPtr.h:48:23: error: functions that differ only in their return type cannot be overloaded extern std::nullptr_t nullptr; [...] --- .obj/release-static/GRefPtr.o --- clang++ -c -O2 -pipe -O3 -march=native -fno-strict-aliasing -I../../../../include/Qt -I../../../../include -O2 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -D_THREAD_SAFE -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DBUILDING_JavaScriptCore -DBUILDING_WTF -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/usr/ports/www/qt4-webkit/work/qt-everywhere-opensource-src-4.8.4/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHea ders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I.moc/release-static -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-static/GRefPtr.o wtf/gobject/GRefPtr.cpp --- .obj/release-static/YarrPattern.o --- In file included from yarr/YarrPattern.cpp:28: In file included from yarr/YarrPattern.h:30: In file included from ./runtime/UString.h:26: In file included from ./wtf/text/StringImpl.h:28: In file included from ./wtf/CrossThreadRefCounted.h:37: In file included from wtf/Threading.h:66: ./wtf/Atomics.h:74:10: fatal error: 'ext/atomicity.h' file not found #include >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C81E3B86; Sun, 8 Sep 2013 11:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB3B286D; Sun, 8 Sep 2013 11:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88BA9Qb061911; Sun, 8 Sep 2013 11:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88BA9l5061848; Sun, 8 Sep 2013 11:10:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 11:10:09 GMT Message-Id: <201309081110.r88BA9l5061848@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181932: www/qt4-webkit: fatal error: 'ext/atomicity.h' file not found (on CLANG only) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:10:09 -0000 Synopsis: www/qt4-webkit: fatal error: 'ext/atomicity.h' file not found (on CLANG only) Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 11:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181932 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77E2FD6C for ; Sun, 8 Sep 2013 11:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5723F28A7 for ; Sun, 8 Sep 2013 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88BK0H5091039 for ; Sun, 8 Sep 2013 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88BK0ne091000; Sun, 8 Sep 2013 11:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 11:20:00 GMT Resent-Message-Id: <201309081120.r88BK0ne091000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BFCCBF2 for ; Sun, 8 Sep 2013 11:16:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F40B2889 for ; Sun, 8 Sep 2013 11:16:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88BGDP1018209 for ; Sun, 8 Sep 2013 11:16:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88BGDuY018208; Sun, 8 Sep 2013 11:16:13 GMT (envelope-from nobody) Message-Id: <201309081116.r88BGDuY018208@oldred.freebsd.org> Date: Sun, 8 Sep 2013 11:16:13 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181933: textproc/libxml++26: /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::__1::__list_iterator)' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:20:00 -0000 >Number: 181933 >Category: ports >Synopsis: textproc/libxml++26: /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::__1::__list_iterator)' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 11:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r255386: Sun Sep 8 12:44:03 CEST 2013 amd64 No legacy GCC 4.2 stuff (no libstdc++), compiled agains libc++ >Description: Updating/compiling port textproc/libxml++26 fails with the below shown error. The problem does not go away when recompiling port devel/glibmm, to which /usr/local/lib/libglibmm-2.4.so belongs. [...] libtool: link: c++ -Wall -O2 -pipe -O3 -march=native -fno-strict-aliasing -o examples/dom_parser/.libs/dom_parser examples/dom_parser/main.o libxml++/.libs/libxml++-2.6.so -L/usr/local/lib /usr/local/lib/libxml2.so -L/usr/lib -lz -llzma -lm /usr/local/lib/libglibmm-2.4.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libffi.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libpcre.so /usr/local/lib/libintl.so /usr/local/lib/libsigc-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::__1::__list_iterator)' /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::insert(std::__1::__list_iterator, sigc::slot_base const&)' c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [examples/dom_parser/dom_parser] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/libxml++26/work/libxml++-2.34.2' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/textproc/libxml++26/work/libxml++-2.34.2' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/libxml++26 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:20:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C96AED99; Sun, 8 Sep 2013 11:20:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E42628A8; Sun, 8 Sep 2013 11:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88BK7pp006525; Sun, 8 Sep 2013 11:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88BK7UL006462; Sun, 8 Sep 2013 11:20:07 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 11:20:07 GMT Message-Id: <201309081120.r88BK7UL006462@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bland@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181933: textproc/libxml++26: /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::__1::__list_iterator)' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:20:07 -0000 Synopsis: textproc/libxml++26: /usr/local/lib/libglibmm-2.4.so: undefined reference to `sigc::internal::signal_impl::erase(std::__1::__list_iterator)' Responsible-Changed-From-To: freebsd-ports-bugs->bland Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 11:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181933 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A39B91A5 for ; Sun, 8 Sep 2013 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 826CD2968 for ; Sun, 8 Sep 2013 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Be0lU079196 for ; Sun, 8 Sep 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Be0SJ079153; Sun, 8 Sep 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 11:40:00 GMT Resent-Message-Id: <201309081140.r88Be0SJ079153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99E23F9C for ; Sun, 8 Sep 2013 11:32:55 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5446F293B for ; Sun, 8 Sep 2013 11:32:55 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VIdEX-000Ocv-2J; Sun, 08 Sep 2013 13:32:49 +0200 Message-Id: Date: Sun, 08 Sep 2013 13:32:49 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 Cc: freebsd-ports@charlieroot.de X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:40:01 -0000 >Number: 181934 >Category: ports >Synopsis: [patch update] www/typo3 6.1.3 -> 6.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update due to http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-003 >How-To-Repeat: - >Fix: diff -r -u www/typo3/Makefile /usr/home/pi/myp/www/typo3/Makefile --- www/typo3/Makefile 2013-08-07 01:12:26.000000000 +0200 +++ /usr/home/pi/myp/www/typo3/Makefile 2013-09-08 13:17:57.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo3/Makefile 324294 2013-08-05 21:56:56Z ohauer $ PORTNAME= typo3 -PORTVERSION= 6.1.3 +PORTVERSION= 6.1.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -r -u www/typo3/distinfo /usr/home/pi/myp/www/typo3/distinfo --- www/typo3/distinfo 2013-08-07 01:12:25.000000000 +0200 +++ /usr/home/pi/myp/www/typo3/distinfo 2013-09-08 13:19:41.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.3.tar.gz) = a30d1c1ebf9f17575844fbabdbccc104e31d82216b076411a083077a6875874c -SIZE (typo3_src-6.1.3.tar.gz) = 21086000 -SHA256 (dummy-6.1.3.tar.gz) = d8b5d4b0b3eff40dec0deb5ad445f63685011c08efd2febb58c2beada77a51f3 -SIZE (dummy-6.1.3.tar.gz) = 9710 +SHA256 (typo3_src-6.1.4.tar.gz) = 5e8cc833ab923b9edafd75e730bd1aa32ba1bde9505ef4cc02d16e548b37a7ed +SIZE (typo3_src-6.1.4.tar.gz) = 20975338 +SHA256 (dummy-6.1.4.tar.gz) = 3fa33a4c11b30b933f77217f3e6ac55d1c34226f4c53789cbe00a52b65439b2d +SIZE (dummy-6.1.4.tar.gz) = 9709 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 840A61DB; Sun, 8 Sep 2013 11:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B71E2969; Sun, 8 Sep 2013 11:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88BeAYv000199; Sun, 8 Sep 2013 11:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88BeAQ8000132; Sun, 8 Sep 2013 11:40:10 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 11:40:10 GMT Message-Id: <201309081140.r88BeAQ8000132@freefall.freebsd.org> To: fbsd-ports@opsec.eu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:40:10 -0000 Synopsis: [patch update] www/typo3 6.1.3 -> 6.1.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 8 11:40:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181934 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 11:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3E0113AA for ; Sun, 8 Sep 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A36529C5 for ; Sun, 8 Sep 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Bo15h025028 for ; Sun, 8 Sep 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Bo0XK025009; Sun, 8 Sep 2013 11:50:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 11:50:00 GMT Message-Id: <201309081150.r88Bo0XK025009@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 11:50:01 -0000 The following reply was made to PR ports/181934; it has been noted by GNATS. From: Edwin Groothuis To: freebsd-ports@charlieroot.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 Date: Sun, 8 Sep 2013 11:40:09 UT Maintainer of www/typo3, Please note that PR ports/181934 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181934 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 12:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 863D772D for ; Sun, 8 Sep 2013 12:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64F3B2ABE for ; Sun, 8 Sep 2013 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88CA09J061669 for ; Sun, 8 Sep 2013 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88CA0Cm061626; Sun, 8 Sep 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 12:10:00 GMT Resent-Message-Id: <201309081210.r88CA0Cm061626@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A93C86E5 for ; Sun, 8 Sep 2013 12:07:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96DE92AA3 for ; Sun, 8 Sep 2013 12:07:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88C76Lu036824 for ; Sun, 8 Sep 2013 12:07:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88C76i8036783; Sun, 8 Sep 2013 12:07:06 GMT (envelope-from nobody) Message-Id: <201309081207.r88C76i8036783@oldred.freebsd.org> Date: Sun, 8 Sep 2013 12:07:06 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181935: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 12:10:00 -0000 >Number: 181935 >Category: ports >Synopsis: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255363: Sat Sep 7 18:14:10 CEST 2013 amd64 >Description: Port fails to build on CURRENT: ===> Performing in-source build /bin/mkdir -p /usr/ports/x11/libkonq/work/kde-baseapps-4.10.5 -- The C compiler identification is Clang 3.3.0 -- The CXX compiler identification is Clang 3.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 12:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A006B75A; Sun, 8 Sep 2013 12:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75F472ABF; Sun, 8 Sep 2013 12:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88CA8rc078424; Sun, 8 Sep 2013 12:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88CA8tM078359; Sun, 8 Sep 2013 12:10:08 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 12:10:08 GMT Message-Id: <201309081210.r88CA8tM078359@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181935: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 12:10:08 -0000 Synopsis: x11/libkonq: ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 12:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181935 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DCCB626 for ; Sun, 8 Sep 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AE412D5D for ; Sun, 8 Sep 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88DK0AX091777 for ; Sun, 8 Sep 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88DK0KN091723; Sun, 8 Sep 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 13:20:00 GMT Resent-Message-Id: <201309081320.r88DK0KN091723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09A565EA for ; Sun, 8 Sep 2013 13:12:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9ED22D38 for ; Sun, 8 Sep 2013 13:12:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88DCv4J078555 for ; Sun, 8 Sep 2013 13:12:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88DCvHi078472; Sun, 8 Sep 2013 13:12:57 GMT (envelope-from nobody) Message-Id: <201309081312.r88DCvHi078472@oldred.freebsd.org> Date: Sun, 8 Sep 2013 13:12:57 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181936: New port: www/py-django-tinymce Django application to use TinyMCE editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:20:00 -0000 >Number: 181936 >Category: ports >Synopsis: New port: www/py-django-tinymce Django application to use TinyMCE editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p6 >Organization: ARC >Environment: FreeBSD fbsd-sandbox 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port: www/py-django-tinymce django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor. >How-To-Repeat: >Fix: Patch attached with submission follows: begin 644 py-django-tinymce.diff.gz M'XL("):!*U(``W!Y+61J86YG;RUT:6YY;6-E+F1I9F8`Q9W_<]S&E>!_MOX* MUB:YW%6=2'VQ;#FW3JTW41+5QG;*4B[>^^%8&*!G!B0&F``84M35_N\'8&:D M?HT&.2'>YZ5V8U.T^#YLO.Y^W9@/&K\X>[_.F[/N_Y.S9NV*XBRITW5^X\[/ MSMXE-^XL;\_RLON/R[QP__.L=INJ^V92WK7KO%R=+=RRJMV37YRU?90B+[N_ MDY19]T=7GNW*;9)>]Q$6=V>N;%W=_\B_-.LAV+]TA!^JMON![B]LDKLN2%J[ MI'5G65Z[M*WJW#7_:_BKS1#3^_;9;=[]I@MW5MV6+NO#WU6[_B]U0=;];YVY M9;(KVK.MJS=YT^15V9P_^47W7X?6'IIXEE9EF^1E\YO^/WVQO7N:727EJGK: MYN7=)G6Q[UU\GUR[_G>*_LBZ2[? MKYN+__OSQ<6OSWX[_1?/_O5?SWZ]?+E<)%\]>_GE-Z^??_7\]?*K9\]>N/2; MY5=?OTX6S]WS7S_Y^1=GOQN2V"?E-V?_47TLJINS=ZY>N;NS?[T>_GC>#'\\ M__+9E_^VVB1Y<9Y6F]_V/_K+/]3._?N[W__RR<]/?O[+CS^]_^&[[]]\^T5P M"8;_\K_?_/3N[8\_?/O%\_-7Y\^?_/R[[]Z_^>.//[U]\^[;+VYO;[LFM^NJ M?/+S]]^]>__FI\MW;]_W_^5W?WKSYMV;=W_Z\2]=E/_X8Q_^+S^]^]\UXOO?O3ES6=YUY3[ZG]_^[LT/[[IF M?O_V??_GG_[ZP^7OW_SES0^_?S?Y6^VOR&^_?7[^[#?=7^FNQ[O?O_WIORZZ MEE]\RF$?[*_OWESN(WS[Q9UKCM_X_=MW[__Z_NV?.X)+FKO+;@RT25'T/W&> MEVFQR[J$+YKL?%O5[?GF^K=/'DK]?9WMTZAXJ+,=_^+0V5XL7CY[Z5ZY-'OU M(EEDW[Q^_3SY.GO^/'V5??GEJZ^776=[]Z?O7KSZZNR_RS!/ARYQWB;U^>KC M_SC[]NR;Q>OLFV=??K5,L\6S+$U>9B^>O?[ZJQ?IJ_3UUXOG7S[_.DW=PF4= M*/W:/7.+Y4OW;/DZ>?U5DC[/7GS=@=[^GS^[5)_G MB(>NU:>_.5RL+@==DUY_N)U^_2EXOW//%R^3YJRYAZ:O%LV^ZBQ7,%L., M'^NGZZ3]-#%V?^4VSU:N/7OR<]>!:U=FKNZ+055ONIG9%=E9TO\EV:O/^W[T MM[_][3=GZ[;=-K^YN%CE[7JWZ`?)15)<54UR$;3FR4,->.BB[:?.4R[:\#>' MB_8J77SYK.L'B]?=_[FOLN?9E]^\[(C+;UXGZI7A_'73R!_?OOO MW2C[U:\N^N^^^>[=?[[]X=W[[_[\Y\LW?_QC]]WNGT_?_O"''R^ZL3I\\<@? M?_?C7W_ZW9MWY^V']I$1,K?M,U6F=Y==2;YN9H0JJ_;IQWS[M$F6[I$AVFI[ M6;@;5_SCOT;KFO:8N\MNELK;R\OS[9U*D%0E2O7X*(WKOUPULQKD!9G1("_* MC`;U7W=3B4ZF(L%F-#`23:&A2;;)2Y56'B,I-/$82J%]FRISQ;S^.0JET,)/ ML12:V+K-MNC6J\W%LOO7-EEU7YT?=@_GZW93G#>W6P;C4^83;G)WJY.J8R2% M3!U#S4C4KI[9`P\!9K3F$.$?;<3LNC6_9LVO5X<(WYTXV7*^\GR5 M*\]75\K7[UH[WK5R/.7YY7JC'$^Y7A8+Y7C*_:]07@]ME/O+1KF_;)375QOE M^66C/#^7ROVO5,Y'J9R/4GG\;I7;NU7N+UOE^:!6OGZU\OJE297C*:\G&^7U M9*,\GS;*_;GYNW(\Y?5SHUS?&N7YN55>K[7*_;E5OA_6*L_WK7)_:97GT_96 M-]Y.>3[8*5^_&^7Y[^/ZJ?8MU"ZD=E8^*H^2CWI5,T]=V16Y?]SXB,?;%KM5 M7C8727:SKB_2YO#5>?<5$'^O,5WNOZEU2>Y!7#:UVOI"8J[ZI5"A-CG+X,>/ MSBZS0NWCI"CA(TU8.)RPP@DE3L`SO6AH0IK@A#5.P#.=\GFXHPD9GND,GS6R M&YK@"IR`]U97X01\/+@6)^QHPA(?<Z34^\ZWQ3*_Q3*_Y M/.!5-,?'=)[A!'SVSO'9^PK/PS5/N,8)^-QZO<$)^&JF6.`$?#P4^,IX@_?6 M#=Y;-_C:>X//K1N\QI7X>"CQ3)=XIDM\7MKB5VF+]]8M/O/5>!YJ?-W:I#@! MWZ$T^`ZEP2M0@X^XYN\X`=_'-?A:H\%K7(NO[EM\Q+7XG?46KZ(MWEM;O`*U MMS1AA\]\.SP/-WA]&"0%`PB?[X_XR/X(KFF&3]C7[48[=+Y)5NXH.PQ_('R' M/856'B(4R'K8D_:7"TM*OEE=-,EFVR5^E2\9QE5S:`5UC6!_0T`HA<.'8!:' M@%`BAX!0T[J`6"0>,SI\""9U"`A5HP3$(O&8W2$@U);&AV".AX!83"N8Z>%# M,-E#0"RZ,*9\"(C%.,'$#P&A5K\^!-,_!(3:50F(167$/!`!L4@\9H,(B$7B M,2=$0$QR8E%^,3E$0"@_1$`LIGK,$O$AF"CB0S!71$"HFX`"8C$+8]*(@%@L MB3!U1$`LQ@DFD/@0S"$1$(LNC)DD`F(Q"V,^B0_!E!(!L4@\)I8(B,7DE M`F+1A3')Q(=@GHF`6*R%,=M$0"PV09AS(B`610LS3P2$DD\$Q&+/B"DH`F)1 M&3$114`L!B.FHPB(1?G%I!0!L2A:F*K@0S`[14`LQ9P*GV&PQ\&,"I]A4*,PG\)G4#J%SS#8#V(RA<\PJ(.8 M2N$S#,8@)E+X#(-:BVD4/L.@1F&?HGL,S*'P&0;YP`P*CT$*%!)CD7E,G_`9 M[`JHMP"`HR6*O&D-M(D0@F@3N[8RL$"B%*H]M6ORC_1)*1,(9-SV$F.3$HOPR>GH(0?ST$&(Q MU3.&>@!A%/4`PCCJ(001!D*(Q2S,:.HAQ&))Q(CJ(<1BG#"J>@!A7/408M&% M&5L]A%C,PHRO'D`883V$6"2>4=9#B,7@!AO/408K$69LSU M$&*Q"6+<]1!B4;08>SV$(/IZ"+'8,S(">PBQJ(R,PAY"+`8C([&'$(ORRVCL M(<2B:#$Z!\95<\P)U`C*D`[C@[WV,G-;5V:N3&'/]R$> MT=F6NZ+8'E_^>OR#^DF=GRCH]8M3T*OVZ8II3VF?"%=>6JA6D$)6"$&$K`#" M"%DA!!&R0@@RL840B\0S0E8`882L$(*LPT*(1>(9(2N$(+O[`,((62'$8EIA MA*P`P@A9(<2B"S-"5@BQ&">,D!5"D.U=`&&$K!""W$(((1:5D1&R0HA%XADA M*X18))X1LD*(24XLRB\C9(401,@*(193/2-D!1!&R`H@C)`50I#[WB'$8A9F MA*P08K$D8H2L$&(Q3A@A*X`P0E8(L>C"C)`50BQF84;("B",D!5"+!+/"%DA MQ&+N8H2L$&+1A1DA*X`P0E8(L5@+,T)6"+'8!#%"5@BQ*%J,D!5"$"$KA%CL M&1DA*X185$9&R`HA%H.1$;)"B$7Y982L$&)1M!@C)X`P0E8(L<@)(V0%$$S( M&G-,TL\(62$$6Q@U:>U%GGI MMM5VMX6/^YLFX>UJKOMOI85+ZJ*JKIL7@UJ7%*[6/XCJ!/!BU[:5_CES)Y/U M#X,[`9U6Y3*O-_\<=%VZ^I_2ZG55YQ^KLDWT3^PZ@7[3=?`\M6??YF56W:I+ MA(+:NLVV2%I]\:[[7W?9LBYTFV]@8?$^%C$K%LF=J]DF11!(2]PJ2>^J7;O= MP0>93Y.0=N5-"Q?B"()HR?[;O54\?*4^&^R_C5ZI"(*[4L/!BPN78='W:4"B MD_ZP("#RL$]@S&%!0+1A04#VV(*`9YJQA7T"HPH+`G)[0!#P3#.&L"`@]YI] M`N,&"P(^:S!6L$]@E&!!P'LK(P,+`CX>&`U8$)`[BCZ!$8`%`;E?+0AXC6.\ M7T'`,\T8OX*`9YIQ?06!SP->11G%5Q`0OU<0\-F;,7M]`J/U^@3&Z14$Y'-3 M0<#G5D;E%01\-<-(O(*`CP=&W_4)C+LK"'AO9:Q=0<#G5L;7]0F,K"L(>*89 M35<0\'F)$70%`>^MC)KK$Q@O5Q#P=2MCY`H"OD-A7%Q!P"L08^$*`J+@"@*^ MCV/D6T'`:QRCW0H"/N(8X580\"K*J+:"@%<@QK+T"8QA*PAX'ABWUB=@8FT` MX?/-*+6"`*YIAG^J&TF'V-6'W&T'O>:\N=7UN%]@32 MZ!$$Q.CQ"8S1(PB(T2,(2'$7!#S3C-'C$QBC1Q"0U8D@X)EFC!Y!0/:P/H$Q M>@0!GS48H\C-'C$QBCQR@0!KW&,T2,(^(ACC!Y!P*LH8_0(`EZ!&,/#)S!&CR#@>6",'I^`&3T!A,\W M8_0(`KBF^?Q!OK;5X\4?/L97CU^[F]S=PEY%#(*8%4?0X7VHW=4J$,!5D];Y MMH4.8SE2#O\FFI&7\(%($021\2:Y@:6@,0%IATOJ=%WWZEZZ?\NJ^([ZN4B2 MQU[`:11_):_""XG22!\J2D*\J!B)\:.B),23BI*0I5.49-8C&'\J1F(\JB@) M61M&268]@O&KHB3DSD*,Q/A649+9;,3X5S$2XV%%26:]G/&RHB2S\<1X6E$2 MLF.-D1AO*TI"[HE$268UE_&YHB2S'L'X75&268]@?*\HR2Y/9M6=\<"B),0' MBY+,J@;CA\5(C"<6(S&^6)2$?!H0)9G-Y8Q'%B69K<(8KRQ*,AM/C&<6(S&^ M691DULL9_RQ*,IO+&1\M1F*\M"C)K$7<3,+M^P7AX49+!6DRJ']KN MW/#RU73MTFM7#\I.6I6M*UM]6<<'L:[.)`E1=7Q:_RK*V_[5C>KOH6S:NV+O M5&WK:MOHIV>(S^9EC$`2,F"NCA<*B8XZ4CZ!<:,\`N1$^03&A?()3!GS"7BF M(>?)(T"NDT]@ZJY/P#,-.4T^@=D%>@3(8?()^*P!.4L>`7*5?`+>6R$WR2?@ MXP%RD7P"LTKW")![Y!.8?:%/P&L` M'!Z?@/=6R-GQ"?C<"CDZ'@%R^MD&OC$2#'QB?@ MZU;(J?$)^`X%?FA5@[?)8EFENX9U'>(40G?8OXLM=46AGH=#Z%X*ZL-K*R>?P]?5+1A] M^`J*3W(UC;")!P#/-V$2"@&>: ML8D$@<\#7D49FT@0$)M($/#9F[&)?`)C$_D$QB82!.0>L2#@03,)LH@/#Y9FPB00#7-+XB MP+@LO2#`1-[K`>JQW69;)*V[6'17_YH+/V@RAS_HFS)'"BO+1"F(+W,D77D7 MC6*@;D@`8?00"8$,D0#"2"(!A"D9`<0B\9`M(B&0,!)`F/H70"P2#YDC`839 M+DD(Y(\$$(MI!;)()`0220*(11>&=)(`8C%.(*DD@#`K:PF!U)(`PNS8`HA% M980HLK79ER[9I`D.TZ$,W?(H/;9TT%\EB4:N/ M)C]^6E?=WT41;5OGBUWK]!4YCY+FP+3CQV]$2[2GG("TK;:[+0G)G/[A6UYX M="1.<>"AV/V1O&17A\'.->#J\W!G(9^'"YICC$VU9.Q1,<8FR[`F*)CC$T78&S1,<8H-S9%FG%&QQC$&AUC;`H! M8XZ.,(P[.L(P]N@8@WQ,-\;8S-",0SK&V"R@&(]TC+$9-XQ+.L(P-ND88].A M&:-TC+&9H1FK=(1AO-(QQJ8+,&[I&&,SIS%^Z1ACTZ$9QW2$82S3,<9F#CC$VPY/Q3\<8FR+- M.*ACC$U98T3$$88Q4<<8F]PP-NH(@_FH,9)11V"HI>&+YW*#?)EHM?%;T_E:?7CFO$P=+2/GGL`8RF M#A:B\DVRTM,-Q]%7^\0<\G*U76&<99$TZ_-5OL0(>5J5#4M8ULG&H8AME^]% M[9)KE/+W79?P-H?;TC6C&/X:2FG657I]F]RP;>FJ"-RY;O+,52CA-B^SZK9A M4S+HI7TAA&;$/OZ^%'*`8S$$"7XYY##[\L'%+_+R&@S?5+LZ=9?[>DMQCD(I M'9]<>AYM53H^WX8%UET)U7:"@<$G&/!:0]>TGV#< MT/'Y-N@]_#85WZ`-\-RJ^P#"!*.BXQNT`:X/NH].3#"PFR?$T[H/-TTPX/&@^^34!`/>B^H^EA5GY'"=UGWF:X*1T?$-V@"O MO76?5IM@P&MOW4?AXHPK>#SH/F<79US#;=!]B&^"@7TV2CPA.,&`UZVZCQ]. M,-3.H9J*;]`&^-Z,[H.3<4:QH.,;M`&N#[J/?$XPX'O&NL^3QAD;>&[5?5AU M@@'/K1N#N74#W_?6?$XXP2K@^Z3Q]/,.`QK?MH M\P0#'M.EP9@NX?62[D/9<<86[DNZ3WQ/,."Y5?=Q\@D&O.;3?58]SJCA\:#[ M(/P$`[[?JON4?9S18(\*'>,;M`'^#$7W?(`)!OP9BN[A`Q,,>`^D>[+!!`.N M<;K')DPP_D['-V@#_'F<[H$/$PSXOH;N:1(3#'@?IWM419S1PO?N=<_!F&#` M-4[WD(T)!NRLZY[@,<&`]Z*ZQX-,,."Y5??LD0D&O`?2/=AD@G%+Q^?;L(/7 M?+I'LDPPX/&@>]Y+G'$#[Q]T#Y.),X:39`P0)BVA![?Z83A3&#J^01O@^S3L M,3[#,^W4B2O-NJK;=-?JO>%K1+CNCS[*W#+9%>U%6I6M*UNU-[S=3^O^:E&M MC&#]B1:+7=OVA[YL2^;@FC$Q;]V&.P=DS-NX9U'5U:PU-UR[E3J$90[=U MM:I=8WEQVV1AA=OE\+!8YZMU/]KKI+$:]@)I,O8%$;^DU8OKKXTNY8`RN80# MZ?/<>;E8P;/G&'BY*))N:C''-GEQXVH+KDW7W.6'*VG#.EP^#"8.^U%>'C7Y M9ELX^(#`.`0X'O``P@Z].\3?K[;53T:2T;7/+!+1U4\3DM&U]R`RNO;67$9' MLZI^:HV(KGZ>C(RNO0.7T=&LJI^.(J-K?S8EHJN?*"*CHS.!^BD<(KKZ^1@R M.MHCU<^4D-'1_JY^#H.,KGV73$17/[M`1M>^^RVCH[5)_4E\&1W-JOK3ZS(Z MFE7U)[YE=/:ZHY5/_?EE&5W[R6(9'9V!U9_&%='5GY,5T=6?8)71M3\'EM'1 M.5+]>4P9'5UQJ#_#**.C_5W]N3\17?V)/!D=[9'J3[')Z.@J?Z\C(BN_B2+C(ZN(]6?_I#1T=V!^A,3,CI: M/=2?,I#1M?U_&1W=-ZD[\S(Z6IO4/7,9'1U-ZFZVC(Y6/G6?649'JX>Z)BBB MJ]NY,CIZW=6-5A&=<$U#`)M;=3-31H?6'28Z8)2E[T`(#"GGC$&H,#/&:5Z[ MPQ=JW>OPQ>6VVN[T7I%UC*HH2^S:O&@&&R-9%%UD5[BT5=OX[*,OJWIS.7RI M&W>3#FZB:LR;I,BS6=9+E;FNH=N[F3^>SOSYZG$_W[BV^W+U^`9X`1[9!"_" M8QO1)FV>?D[M;$=G(N#CM9QXP!DFSD3`Q\LW$P$?OSR9"*B=E!D30CS@#)%F M(N#CUT@3`;63,L.0F0CX^"UN/.`,#V8BH/;0FV&[Q`/.$%PF`FIWFQD:RT1` M[7XX0U:9"/CX'4D\X`PE92+@XW>L$P&U9^P9KLE$0.VDS#!*)@)J)V6&-S(1 M4/T::I>`&4+(1,#'.R`3`;6GKQFF1SS@#+DC'G"&SS$1\/$W"R<":L\V,T2- MB8#:972&CC$14+L?SI`NX@%G>!83`;6[S0R;8B*@]FPSPYF(!YRA24P$U$[* M#!EB(J#V6)ZA/$P$U.XV,\2&>,`9+L-$0.VUS0QC82*@]H)SAIXT]0RN8"*@]8\^0!R8":G?L&8K`1$#M$C!#!)@(J#W!SOA( M.!YPQB?\$P&UK^&,S_'C`>=]=#\94STU,SZ@GPBH6$SSU)5=Z6L_M#H!M\5N MU7]]'!*8ATWKFZ)R'F'3]W$H)/ M=VJ0BWGG-)^"R/AT9_P$DLT[E/L4A)MWAOQ)"+[3NGEOZ#@)P8\+-^^YWT2@I_,9[X,^Q3$S'=5GX*8^2KIDQ#S3F4_"<'/M#/?DWP2@E_D MS'S+\$D(?ES,?$?O*8B9K]`]"<%WVIDOH#T)P<^T,U_?>@IBYMM53T+PZ2[Y M=,]\=>@IB)EO]CP)P7?:F>_%/`4Q\[65)R'X->W,ESZ>A."W,#-?F7@2@B]) M,U\X>!)BWOL`3T+P>[V9;],["<%7O9GOHCL)P0^]F6]R.PG!%]:9[T$["<&7 MI)EO&3H%,?,E7RX[0503'IR9R\XE,X?T503-;)G,4B*":[),YE$123*L89+8*" M22V"8K*OY-0603&IE9S@(B@FHY+37`3%I")SLHN@F%0QSG[P*9SU(B@F>>'< M%Y^"ZB\!R*8/!!.\/`AF-_A0[!9S(=8))Z3.SP(YW;X$&PJ]B$6B>?$#A^"K?8]"*=U M^!"+:863.CP(YW3X$(LNS!D=/L1BG'`^AP]A%WBTS>%#L(V$#[&HC)S*X4,L M$L^)'#[$(O&>W2-J_*I,C;.[AI]\&0UKE-U>,:N%UQ#-RBPQ?Z1?838CAH:I,7[NYI6E6% M_FE345)]9P-RFT52)TWC,AO>LJK:IWGY=%/MVK41LJYN2QM47I95ZLK6AG:= M-XT-J4AVJW5>KFQHFZH<_FG60QJ7%%8#8/B7$6I7;^O<;&BW5;G:N:==VFQX MNS)S:9Y9->^VW\N9D.Y<09:9*Z]L8H49E=Y#"F.]!Q1(>P\IC/<>4I@;12'% M)/N0^AY0(/<]I##WO$**2?8A_3VD,!^F!!1(@`\I)C,,I,`'%,B!#RDF/1FR MX$.*R7B!//B0PMQ6#RB0"1]2F`]O0HI)K81D^)!BDGU(AP\I)MF'A/B08I,7 MDXH,.?$AA9'B0XK)S`]I\0$%\N(#"B3&AQ1&0`@I)G,RY,:'%).5$F3'AQ23 M\0+Y\0$%$N1#BDE/AA3YD&(R)T.2?$"!+/F08I)]R),/*2;S&&3*AQ23G@RY M\@$%DN5#BLDZ&=+E0XK)+@D2YD.*216#E/F0PCCS(<5D7PE9\R'%I%9"WGQ( M,1F5D#D?4DPJ,N3.AQ23*@;ITP$%TN=#BDE>(($^H'`&_1ADTP<@ASZD0.NE M#\/K'2^R/"FJ%6#X'>+#5F2,PDB1!U)ODAR^!BR2`^2J.>:%:@:F9(<`LO-> M9F[KRLR5*6T5/P1$NMQR5Q3;XVMRCW_0/WST$X:]A'$,>^$^733UZ>T3XLI+ M#=8.U/<**8SO%5`@WRND,+Y72&$FN9!BDGW(]PHHD.\54ICU64@QR3[D>X44 MYBY`0(%\KY!B,L-`OE=`@7ROD&+2DR'?*Z28C!?(]PHIS`XPH$"^5TAA[C6$ M%)-:"?E>(<4D^Y#O%5),L@_Y7B'%)B\F%1GRO4(*XWN%%).9'_*]`@KD>P44 MR/<**X44DU$)^5XAQ:0B0[Y72#&I8I#K$U`@ MWRNDF.0%\KT""N=[C4$V?0#RO4(*MUYJTMJYTL#SB($PT^,`^_REONV1NV;K MB@*^3%KFTKX+"\D]'`@78GL-.J7.;UYI_$KDM7_W/:O:[J_&-5M@EPWM@)^)NN MF^?I/P%^FY=9=:LO*@ILZS;;(FD!M:_[7W?ELBYVFV]H*_(^&#)!%LF=J^%& M11A,6]PJ2>^J7;O=T>>U3Z.8EN5-2U?F"`-IRZ9#)(/#/'RE/R_L`>S%BC#` MBS4<(KEP&1=^GPHF/&HK"P2C*OL(R%,6"$92%@AF(RX0?+HA-]E'0&*R0#!W M$02"3S?D(PL$`[+20"^PC(`A8(?DT+^;\"P6]A(/-7 M(/B2!#F_`L$(OP+![_4@U5<@^*H'2;X"P0\]2.\5"+ZP0F*O0/`E"=(Y?03D M\PH$GPO(Y/41G,8;4`R2#@F\`D$N=?8?VJL+3X?@U8?<;0=UY[RY53;&RJI< MU"ZYSLL5+&I,DA!=HZ/UD&2!GW0Y24+:U?OHPV6$6S7!@=K4M'26(@RP+5>' M+UKWH841MU6M;R/M$:@N)!",+N0C(%U((!A=2""8@B\0?+HA7E"/@+2A02"N;\K$/Q,"^E"`L$OD"PD$/T=!NI!`\)T6TH5\!*0+"02_IH5T(8'@MS"0+B00 M?$F"="&!8'0A@>#W>I`N)!!\U8-T(8'@AQZD"PD$7U@A74@@^)($F2,^`M*% M!(+/!:0+^0A.%PHH!DF'="&!()YNZ5UC1B%$3:. MI,.K8[L+5C"$JR:M\VU+G2!SQ!S^C30D+^GCG"(,).U-6%1%'/W)(JRJ\*0+Q9%V74+R!^+HNRZ!>23 M15&&N;(K^)!G%D4QOED495=$(/\LAH(\M!@*\M&B*.:#A"C*;F:'/+4HRFYQ M!GEK493=N((\MA@*\MFB*+O.#OEM493=S`[Y;C$4Y+U%47;=`O+@HBB[.1#R MXJ(HN\X.>7(Q%.3+15%V:W;(GXNB[+9RD$\71=F51LBOBZ(8SRZ*LML+0]Y= M%&57A2$/+XJR&\*0EQ=%V15\R-.+HNQ*(Z1PQ5"0OQ=%V>4*\OEB*,[KFZ`9 M=@[(\XNB+)9H4B915_.&E]2F:Y=>NWH0@=*J;%W9`@J03X(-H$D4(P#YN/YE MG;?]JRWUW]39M'?%WM;:UM6V`5(T`.#%9^\I'0-:5AZ!L M*Q\!658^`JIK/H)/-V53>0C*HO(14"GV$7RZ*5O*1T`;10]!V5$^@I]`*!O* M0U`6E(_@.RUE/?D(?EQ0EI./@-;P'H*RFGP$M'?T$7S5H^PE'\&GF[*5?`2? M;LI.\A$&N>`+*V4A^0C(/O(1_&1.V48>@K*,/`1E%_D(Z/:FC^!G6LHB\A'\ M(H>RAGP$/RXH2\A#4':0C^`[+64#^0A^IJ7L'P]!63\^@D\W9?GX"'Z.HJP> M'\%W6LKB\1"4O>,C^#4M9>OX"'X+0]DY/H(O292-XR,@"\='\'L]RKKQ$7S5 MHRP;'\$//WW89@MJ*0C\7A]B] MOJULR_/`5!<"[DHF,L^=<'5*-1=^X>N4N>X:^\/,)TO#3#%9"6!X&=:2%;R$9"L)!!\ MNB%922#X.0J2E02"[[20K.0C(%E)(/@U+20K"02_A8%D)8'@2Q(D*PD$(RL) M!+_7@V0E@>"K'B0K"00_]"!922#XP@K)2@+!ER3(6_$1D*PD$'PN(%G)1W"R M4D`Q2#HD*PD$N=3QM0-(D^FE`RCT7CG0#^XVVR)IW<6BR\`U&']0<`Y_`"R< M(P86<:(8QL4YHJZ\ZX9!6.DDH$#>B:10ZDE`@>R3@`*5D(!BDGU*0Y$4RD0) M*%!%#"@FV:>4E(`";:@DA1)3`HK)#$/I*9)"&2H!Q:0G4YY*0#$9+Y2M$E"@ M9;>D4,Y*0($V=0'%I%92\DI`,P62:$$EX`"W90,*"9S,F6Z!!23E1+ENP04D_%"62^20HDO`<6D M)U/Z2T`QF9,I"492*`\FH)ADG[)A`HK)/$8Y,0'%I"=39HRD4'),0#%9)U.* M3$`QV251HDQ`,:EBE"X34"!C)J"8["LI;R:@F-1*RIX)*":CDG)H`HI)1:9, MFH!B4L4HM4)2**4FH)CDA1)K)`5T:T8@FSY`&38!!5XO?;(5U&62F[S9)<6B MJ-+K9A!*_&_H2R4"QXHETRA$+MGCTG52VS0L0D+:=5O565KMRA9NU00':=.' M;A@5']HZ:2Z2Q:+6'U4^(*VK[B^SC+:M\\6N=8"%YV'2G)B!?$`CVJ(^^P2H M;;7=;5%*YH#CP[SX[)"<`M%CLOLC>M6N#L,>;,+5YX$/4SX/%Q8T#'X6T8\6 MEN`*MW%E>YE6FTV%#IBK?3<&":A?.N8PANF(`SFF8PYCF8XYS'9JS#'J!Y!K M.N)`MNF8P^P/QQRC?@`YIV,.)`)NJ8P]P''7.,ZBGDHXXY1OT`PFSUS%(F[S,JMN&S@M@\C:ET9J>NP!^^(($H[ED43X!1+D[,L)""CR\IJ, MWU2[.G67^Q*,@8[J*@Y`5Z5',18'&+1BP?5:Q.N=@/``BU;HB>E3`(M6T*-; MV7B>@.@I_%,`@U:D"0ZP:,4:!UBT@A[=RK>Q)B#TN%#VV"<@=SC`H!49/;J5 M'?P)"+T"43;\)R`W.,"@%8K/X4T!+%I!S[3*SSY,0"H<8-$*NEXH/['N MM"!/A4Q`=CC`H!5+NNHI/]$R`\M,X<#RL\I34#HT:W\%-0$A![=RL]834#H<:'\!-<$A-ZQ*C\?%H?D=.U6 M?OIL`I+A`(M6T"MSY2?G)B#TRESYN;PXY(H>%\I/_<4AUW0KE)\IG(!PG[,B M3RQ.0.@UK?+SD!,0O5.TI@`6K:#OY"@_RQF'%`L<8-$*NEXH/X M*#\9/0&A1[?R<]<3$'ITEQ:CNZ374%\K/Z$Q#Z/JWR20!Q2,,]LG0$6+2"_A1&^12#"0C]*8SR&0D3 M$'J7I'P"PP2$KGK*YSM,0/Z.`RQ:07^NIWPVQ02$O@>B?/+%!(3>ZRF?JQ&' MM/2=?^53.R8@=-53/A-D`D+;\LHGCDQ`Z!VK\GDF$Q!ZIE4^+64"0N^2E,]B MF8#/'1/3K*NZ37>MXFO/1HCK_N"FS"V37=%>I%79NK+5 M>_?=_;@L3XIJ947KS]]8[-JV/ZIF6T('[HR1>>LVX,$E8^#&E;O+I*ZK6W-J MNG8I>'C.F+JMJU7M&M/KVR8+,]XNIT?'.E^M^V%?)XW9^!=,FTE`(/FK6KVX M_MKJ:@XLFZLXH#[/HY>+%3V3CHF7BR+I)AE[;I,7-ZXV`1MUT%U^N)A&L,,5 MY&CBE"+M-5.3;[:%HX\[C%.(PPX/).[\O@-@OQ#7/]5)AE<_;DF$US\'2897 MWZ'(\.H;>!F>3:W^63LBO/XA.#*\^CY=AF=3JW^>BPRO_O&6"*]_`HH,STX* M^F>&B/#ZAWG(\&S'U#_^0H9G^[W^@1$RO/I=-1%>_X@%&5[]OKD,SU8K_=," M9'@VM?K/U\OP;&KUGTB7X>%KSQ9#_8>K97CUIYYE>'9"UG].6(37?X!7A-=_ MLE:&5_]0689G9TS]AT1E>'8AHO]8I0S/]GO]!Q%%>/TG!&5XMF/J/U,GP[,S MIOY3:"*\_N-A,CR;6OT'JF1X=L[1?P1)AF<[IOY#.R*\_M,T,CR[QM1__D2& M9['E;X2+L.SQ5!? MHI;AV7*B[R.*\/H^L`S/7GM]@U:$1]36D``G6%\#E>&IY8B-=QB%`7*%X*#N MSYC$ZCACGNKE.WRAU\D.7UQNJ^U.\=5AQ[":&L:NS8MF$#V21=&%=H5+6[V] MT3[\LJHWE\.7RH$WZ>!!Z@:]28H\FR/5''V9YM-WEGGA%G5UV\QXP]LXZK9V M-[F[O;Q*;I(FK?/M\!K:0BO\I_ZV^I@_OAGF_O=*.E MNN$JA7"';U[V?]!I;Q!1H\U!R$>V>U<7CV_BX8"?\ORNMZ<_2-QNG\^??O#'WY\ MU`]W$U7[N4=W$_EVZTUAR^Y?_7MT&_W86A'GQGGS.Q`@&+WC_J! MN1W"8Y=^B$Y>^1Z`A6Y:)/2NK;!?NXM=NR;_R/3&+GJ3W)!CZ4`@8B\6:94A MD8>;+A_:_E%$(GP7L-NAYU79[5+;.X+@-E4?OZ'F^$_QF8GF4WBL7QX)2.P/ MR?&!&#(\=.D/T;DKOP>`H2\SMW5EYLH4&5O+75%LP?79I_A,@C^%QS)\)%"Q MF[1VKB2BYZ[9NJ)`0I?=$L$-=Y.;PUWPM'!)7535=?."FBONI]H0:0H3OW%U MV]]!;O,-TI&+Y,XAV\?"K9+TKMJUVQVRVNU7T<@UWW\;FE3WWV9FU/VWL>ET M^#81N*S*1>V2;HPB8E,B-3VMNGJ=+JNW;9(4FRQ*2%,AY<,K.,+#`+HUX;#R40. MNR$N&-"BT&<@\=N[@NNP0W"HHPZQN0[:AR<"=S5V6:4[Y)<>ZC>5S'UP)IG[ MV%@RL77-\5-*[)H?XT.7_1B>N_('`A'[)F]V2;$HJO2ZH1+@,[CXZ3JID?"W M59VEU8Y92WWHY:%JU-7W",P`\`#8$/C,`*)KA@P/UE)>T83A=3,:/0B6 M!(R.B#2#\2#_W$2>=A2:;4@X!00`H3^?!\<%I\9B3/2G,6!G'7%@!A9>/[!F MQ$$Z5PPX/]2L"*%3/W^PA1%UY<+[H\]<%-P?'+XT5&0=P?!!P-Q)[4$`EULM MQ_`A!!5^BHTX%5]'1YR.KN`CWA^&]\)+**H7A/<#"C*H[B_<&YC'+K'35-\4$`=>GU1,6'$$AP M557Q%`@(F"\K3L77L16GHBOJBB<@H(&@*BP^#"'"J\;4=A8?BJ^<5GUK\2&" MKK;X#]$,2&KBXFDX%1GL=!2/(0E$;"5[\81#D<'X^"#1%QA/!=$0+CX0637D M?(LQB*@0:U:(T7FX.M%4HO2GM=__GOLJ>9U]^ >Release-Note: >Audit-Trail: >Unformatted: >\_+5LY?+;UXGZ?+_`5TGY$`(%P4` ` end From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 13:20:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 103CE654; Sun, 8 Sep 2013 13:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB47C2D5E; Sun, 8 Sep 2013 13:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88DKB7g015543; Sun, 8 Sep 2013 13:20:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88DKBOS015482; Sun, 8 Sep 2013 13:20:11 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 13:20:11 GMT Message-Id: <201309081320.r88DKBOS015482@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181936: New port: www/py-django-tinymce Django application to use TinyMCE editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:20:12 -0000 Synopsis: New port: www/py-django-tinymce Django application to use TinyMCE editor Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 13:20:11 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181936 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 13:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8189C80F for ; Sun, 8 Sep 2013 13:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60F192DD1 for ; Sun, 8 Sep 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88DU02W030516 for ; Sun, 8 Sep 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88DU0oR030462; Sun, 8 Sep 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 13:30:00 GMT Resent-Message-Id: <201309081330.r88DU0oR030462@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3F646A7 for ; Sun, 8 Sep 2013 13:20:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2EBB2D8D for ; Sun, 8 Sep 2013 13:20:45 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88DKj05036355 for ; Sun, 8 Sep 2013 13:20:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88DKjuN036344; Sun, 8 Sep 2013 13:20:45 GMT (envelope-from nobody) Message-Id: <201309081320.r88DKjuN036344@oldred.freebsd.org> Date: Sun, 8 Sep 2013 13:20:45 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181937: [patch] www/py-django new version (bug fix and security release) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:30:00 -0000 >Number: 181937 >Category: ports >Synopsis: [patch] www/py-django new version (bug fix and security release) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p6 >Organization: ARC >Environment: FreeBSD fbsd-sandbox 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated Django to 1.5.2, which fixes some bugs and security issues in 1.5.1. Release notes: https://docs.djangoproject.com/en/1.5/releases/1.5.2/ Patch changes PORTVERSION, distinfo and plist only. Tested with Port Tools 0.99_8. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 326691) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP Index: distinfo =================================================================== --- distinfo (revision 326691) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.5.1.tar.gz) = 885fadcbb8963c0ccda5d9d2cca792970b0289b4e662406b2de2b736ff46123d -SIZE (python/Django-1.5.1.tar.gz) = 8028963 +SHA256 (python/Django-1.5.2.tar.gz) = 9a4b19adaaa096843425d426ffbeb928e85d861ff9c106527cb747dc67b434da +SIZE (python/Django-1.5.2.tar.gz) = 8044778 Index: pkg-plist =================================================================== --- pkg-plist (revision 326691) +++ pkg-plist (working copy) @@ -2,9 +2,6 @@ %%PYTHON_SITELIBDIR%%/django/__init__.py %%PYTHON_SITELIBDIR%%/django/__init__.pyc %%PYTHON_SITELIBDIR%%/django/__init__.pyo -%%PYTHON_SITELIBDIR%%/django/bin/__init__.py -%%PYTHON_SITELIBDIR%%/django/bin/__init__.pyc -%%PYTHON_SITELIBDIR%%/django/bin/__init__.pyo %%PYTHON_SITELIBDIR%%/django/bin/daily_cleanup.py %%PYTHON_SITELIBDIR%%/django/bin/daily_cleanup.pyc %%PYTHON_SITELIBDIR%%/django/bin/daily_cleanup.pyo @@ -583,6 +580,8 @@ %%PYTHON_SITELIBDIR%%/django/conf/locale/zh_TW/formats.pyc %%PYTHON_SITELIBDIR%%/django/conf/locale/zh_TW/formats.pyo %%PYTHON_SITELIBDIR%%/django/conf/project_template/manage.py +%%PYTHON_SITELIBDIR%%/django/conf/project_template/manage.pyc +%%PYTHON_SITELIBDIR%%/django/conf/project_template/manage.pyo %%PYTHON_SITELIBDIR%%/django/conf/project_template/project_name/__init__.py %%PYTHON_SITELIBDIR%%/django/conf/project_template/project_name/__init__.pyc %%PYTHON_SITELIBDIR%%/django/conf/project_template/project_name/__init__.pyo @@ -620,6 +619,8 @@ %%PYTHON_SITELIBDIR%%/django/contrib/admin/actions.pyc %%PYTHON_SITELIBDIR%%/django/contrib/admin/actions.pyo %%PYTHON_SITELIBDIR%%/django/contrib/admin/bin/compress.py +%%PYTHON_SITELIBDIR%%/django/contrib/admin/bin/compress.pyc +%%PYTHON_SITELIBDIR%%/django/contrib/admin/bin/compress.pyo %%PYTHON_SITELIBDIR%%/django/contrib/admin/filters.py %%PYTHON_SITELIBDIR%%/django/contrib/admin/filters.pyc %%PYTHON_SITELIBDIR%%/django/contrib/admin/filters.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 13:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF8A785C; Sun, 8 Sep 2013 13:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 968422DD4; Sun, 8 Sep 2013 13:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88DU9rB049832; Sun, 8 Sep 2013 13:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88DU9it049769; Sun, 8 Sep 2013 13:30:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 13:30:09 GMT Message-Id: <201309081330.r88DU9it049769@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181937: [patch] www/py-django new version (bug fix and security release) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:30:09 -0000 Synopsis: [patch] www/py-django new version (bug fix and security release) Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 13:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181937 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:02:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 263DA257; Sun, 8 Sep 2013 14:02:12 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFA2A2F82; Sun, 8 Sep 2013 14:02:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88E2Bo9013813; Sun, 8 Sep 2013 14:02:11 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88E2BVc013745; Sun, 8 Sep 2013 14:02:11 GMT (envelope-from wg) Date: Sun, 8 Sep 2013 14:02:11 GMT Message-Id: <201309081402.r88E2BVc013745@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181924: update for net/crtmpserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:02:12 -0000 Synopsis: update for net/crtmpserver Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sun Sep 8 14:02:11 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181924 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:03:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1A2828E; Sun, 8 Sep 2013 14:03:28 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A756C2F8A; Sun, 8 Sep 2013 14:03:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88E3SdO068966; Sun, 8 Sep 2013 14:03:28 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88E3SOh068891; Sun, 8 Sep 2013 14:03:28 GMT (envelope-from wg) Date: Sun, 8 Sep 2013 14:03:28 GMT Message-Id: <201309081403.r88E3SOh068891@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181922: Upgrade audio/audacity from 2.0.3 to 2.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:03:28 -0000 Synopsis: Upgrade audio/audacity from 2.0.3 to 2.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sun Sep 8 14:03:28 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181922 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:03:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19D242C0; Sun, 8 Sep 2013 14:03:58 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E333C2F90; Sun, 8 Sep 2013 14:03:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88E3vUj010573; Sun, 8 Sep 2013 14:03:57 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88E3vkX010518; Sun, 8 Sep 2013 14:03:57 GMT (envelope-from wg) Date: Sun, 8 Sep 2013 14:03:57 GMT Message-Id: <201309081403.r88E3vkX010518@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181906: [Maintainer] math/giacxcas update to 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:03:58 -0000 Synopsis: [Maintainer] math/giacxcas update to 1.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sun Sep 8 14:03:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181906 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4F736517 for ; Sun, 8 Sep 2013 14:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6482FC2 for ; Sun, 8 Sep 2013 14:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88EA3V2062345 for ; Sun, 8 Sep 2013 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88EA3Vw061816; Sun, 8 Sep 2013 14:10:03 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 14:10:03 GMT Message-Id: <201309081410.r88EA3Vw061816@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nicolas Raspail Subject: Re: ports/180832: New version of news/nzbget (11.0) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nicolas Raspail List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:10:04 -0000 The following reply was made to PR ports/180832; it has been noted by GNATS. From: Nicolas Raspail To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180832: New version of news/nzbget (11.0) Date: Sun, 08 Sep 2013 15:56:35 +0200 This is a multi-part message in MIME format. --------------000404020804070605030903 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi This is my first attempt to create a patch for a port in FreeBSD. Any comments are welcome. Regards Nicolas --------------000404020804070605030903 Content-Type: text/plain; name="nzbget-11.0.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nzbget-11.0.diff" ZGlmZiAtcnVOIG56YmdldC5vcmlnL01ha2VmaWxlIG56YmdldC9NYWtlZmlsZQotLS0gbnpi Z2V0Lm9yaWcvTWFrZWZpbGUJMjAxMy0wOS0wNSAxMToxNTo0OS4wMDAwMDAwMDAgKzAyMDAK KysrIG56YmdldC9NYWtlZmlsZQkyMDEzLTA5LTA4IDEyOjM3OjI0LjYyNzYzNzI1MCArMDIw MApAQCAtMiw3ICsyLDcgQEAKICMgJEZyZWVCU0Q6IG5ld3MvbnpiZ2V0L01ha2VmaWxlIDMy NjM3MyAyMDEzLTA5LTA1IDA5OjE1OjQ5WiBiYXB0ICQKIAogUE9SVE5BTUU9CW56YmdldAot UE9SVFZFUlNJT049CTEwLjIKK1BPUlRWRVJTSU9OPQkxMS4wCiBDQVRFR09SSUVTPQluZXdz CiBNQVNURVJfU0lURVM9CVNGLyR7UE9SVE5BTUV9LyR7UE9SVE5BTUV9LXN0YWJsZS8ke1BP UlRWRVJTSU9OfQogCkBAIC01Myw2ICs1Myw3IEBACiAKIHBvc3QtaW5zdGFsbDoKIAkke0lO U1RBTExfREFUQX0gJHtXUktTUkN9L256YmdldC5jb25mICR7UFJFRklYfS9ldGMvbnpiZ2V0 LmNvbmYuc2FtcGxlCisJJHtJTlNUQUxMX0RBVEF9ICR7V1JLU1JDfS9uemJnZXQuY29uZiAk e1BSRUZJWH0vc2hhcmUvbnpiZ2V0L3dlYnVpL256YmdldC5jb25mCiAJQFsgLWYgJHtQUkVG SVh9L2V0Yy9uemJnZXQuY29uZiBdIHx8ICR7Q1B9ICR7UFJFRklYfS9ldGMvbnpiZ2V0LmNv bmYuc2FtcGxlIFwKIAkke1BSRUZJWH0vZXRjL256YmdldC5jb25mCiAKZGlmZiAtcnVOIG56 YmdldC5vcmlnL2Rpc3RpbmZvIG56YmdldC9kaXN0aW5mbwotLS0gbnpiZ2V0Lm9yaWcvZGlz dGluZm8JMjAxMy0wNS0yNiAyMjoxNTozMC4wMDAwMDAwMDAgKzAyMDAKKysrIG56YmdldC9k aXN0aW5mbwkyMDEzLTA5LTA3IDIzOjIzOjA4LjMyODc1OTExOCArMDIwMApAQCAtMSwyICsx LDIgQEAKLVNIQTI1NiAobnpiZ2V0LTEwLjIudGFyLmd6KSA9IGM5Yjg3ODc0NGMxNjJlNzcy MWZmYzhiMDQ4YTJlNDU1MGE4ZWQ4ZGE2ZTcwNmVlNGNiZDAyNmVkMmQ2MTJlYzIKLVNJWkUg KG56YmdldC0xMC4yLnRhci5neikgPSA2NzE4MDgKK1NIQTI1NiAobnpiZ2V0LTExLjAudGFy Lmd6KSA9IDI3YWJhY2Y2YzYwNDk2OWRjOTg3YjdlNTA2ODljYWVmMjJhNjVkYmIxNjkwYjAy MGIwYzZkMTQ3YWUxMjNiM2QKK1NJWkUgKG56YmdldC0xMS4wLnRhci5neikgPSA2OTQxOTcK ZGlmZiAtcnVOIG56YmdldC5vcmlnL3BrZy1wbGlzdCBuemJnZXQvcGtnLXBsaXN0Ci0tLSBu emJnZXQub3JpZy9wa2ctcGxpc3QJMjAxMy0wNS0yNiAyMjoxNTozMC4wMDAwMDAwMDAgKzAy MDAKKysrIG56YmdldC9wa2ctcGxpc3QJMjAxMy0wOS0wOCAxMjozNDozNS4wNDE0MjgwODkg KzAyMDAKQEAgLTEsOCArMSw4IEBACiBiaW4vbnpiZ2V0Ci1iaW4vbnpiZ2V0LXBvc3Rwcm9j ZXNzLnNoCiBzYmluL256YmdldGQKICUlREFUQURJUiUlL256YmdldC5jb25mCi0lJURBVEFE SVIlJS9uemJnZXQtcG9zdHByb2Nlc3MuY29uZgorJSVEQVRBRElSJSUvcHBzY3JpcHRzL0VN YWlsLnB5CislJURBVEFESVIlJS9wcHNjcmlwdHMvTG9nZ2VyLnB5CiAlJURBVEFESVIlJS93 ZWJ1aS9jb25maWcuanMKICUlREFUQURJUiUlL3dlYnVpL2Rvd25sb2Fkcy5qcwogJSVEQVRB RElSJSUvd2VidWkvZWRpdC5qcwpAQCAtMjQsMjAgKzI0LDIwIEBACiAlJURBVEFESVIlJS93 ZWJ1aS9saWIvanF1ZXJ5LmpzCiAlJURBVEFESVIlJS93ZWJ1aS9saWIvanF1ZXJ5Lm1pbi5q cwogJSVEQVRBRElSJSUvd2VidWkvbWVzc2FnZXMuanMKLSUlREFUQURJUiUlL3dlYnVpL256 YmdldC1wb3N0cHJvY2Vzcy5jb25mCiAlJURBVEFESVIlJS93ZWJ1aS9uemJnZXQuY29uZgog JSVEQVRBRElSJSUvd2VidWkvc3RhdHVzLmpzCiAlJURBVEFESVIlJS93ZWJ1aS9zdHlsZS5j c3MKICUlREFUQURJUiUlL3dlYnVpL3VwbG9hZC5qcwogJSVEQVRBRElSJSUvd2VidWkvdXRp bC5qcwotJSVQT1JURE9DUyUlJSVET0NTRElSJSUvQ09QWUlORwotJSVQT1JURE9DUyUlJSVE T0NTRElSJSUvQ2hhbmdlTG9nCi0lJVBPUlRET0NTJSUlJURPQ1NESVIlJS9SRUFETUUKLUBk aXJybSAlJURBVEFESVIlJS93ZWJ1aS9pbWcKIEBkaXJybSAlJURBVEFESVIlJS93ZWJ1aS9s aWIKK0BkaXJybSAlJURBVEFESVIlJS93ZWJ1aS9pbWcKIEBkaXJybSAlJURBVEFESVIlJS93 ZWJ1aQorQGRpcnJtICUlREFUQURJUiUlL3Bwc2NyaXB0cwogQGRpcnJtICUlREFUQURJUiUl CiAlJVBPUlRET0NTJSVAZGlycm0gJSVET0NTRElSJSUKKyUlUE9SVERPQ1MlJSUlRE9DU0RJ UiUlL0NPUFlJTkcKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL0NoYW5nZUxvZworJSVQT1JU RE9DUyUlJSVET0NTRElSJSUvUkVBRE1FCiBAdW5leGVjIGlmIGNtcCAtcyAlRC9ldGMvbnpi Z2V0LmNvbmYgJUQvZXRjL256YmdldC5jb25mLnNhbXBsZTsgdGhlbiBybSAtZiAlRC9ldGMv bnpiZ2V0LmNvbmY7IGZpCiBldGMvbnpiZ2V0LmNvbmYuc2FtcGxlCiBAZXhlYyBbIC1mICVE L2V0Yy9uemJnZXQuY29uZiBdIHx8IGNwICVEL2V0Yy9uemJnZXQuY29uZi5zYW1wbGUgJUQv ZXRjL256YmdldC5jb25mCg== --------------000404020804070605030903-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B362B70F for ; Sun, 8 Sep 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0EF820A2 for ; Sun, 8 Sep 2013 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88EU2uC035197 for ; Sun, 8 Sep 2013 14:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88EU2rh034895; Sun, 8 Sep 2013 14:30:02 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 14:30:02 GMT Message-Id: <201309081430.r88EU2rh034895@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nicolas Raspail Subject: Re: ports/180832: New version of news/nzbget (11.0) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nicolas Raspail List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:30:02 -0000 The following reply was made to PR ports/180832; it has been noted by GNATS. From: Nicolas Raspail To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180832: New version of news/nzbget (11.0) Date: Sun, 08 Sep 2013 16:20:44 +0200 This is a multi-part message in MIME format. --------------080902010003060907080100 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Nicolas Raspail wrote: > Hi > > This is my first attempt to create a patch for a port in FreeBSD. Any > comments are welcome. > > Regards > > Nicolas Hi I have sent my mail too quickly. Here is the corret patch with the python dependency. Sorry Regards Nicolas --------------080902010003060907080100 Content-Type: text/plain; name="nzbget-11.0.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nzbget-11.0.diff" ZGlmZiAtcnVOIG56YmdldC5vcmlnL01ha2VmaWxlIG56YmdldC9NYWtlZmlsZQotLS0gbnpi Z2V0Lm9yaWcvTWFrZWZpbGUJMjAxMy0wOS0wNSAxMToxNTo0OS4wMDAwMDAwMDAgKzAyMDAK KysrIG56YmdldC9NYWtlZmlsZQkyMDEzLTA5LTA4IDE2OjE1OjI4LjMyMDU4NDU0MiArMDIw MApAQCAtMiw3ICsyLDcgQEAKICMgJEZyZWVCU0Q6IG5ld3MvbnpiZ2V0L01ha2VmaWxlIDMy NjM3MyAyMDEzLTA5LTA1IDA5OjE1OjQ5WiBiYXB0ICQKIAogUE9SVE5BTUU9CW56YmdldAot UE9SVFZFUlNJT049CTEwLjIKK1BPUlRWRVJTSU9OPQkxMS4wCiBDQVRFR09SSUVTPQluZXdz CiBNQVNURVJfU0lURVM9CVNGLyR7UE9SVE5BTUV9LyR7UE9SVE5BTUV9LXN0YWJsZS8ke1BP UlRWRVJTSU9OfQogCkBAIC0xNSw2ICsxNSw3IEBACiAJCXNpZ2MtMjoke1BPUlRTRElSfS9k ZXZlbC9saWJzaWdjKysyMAogCiBVU0VTPQkJZ21ha2UgcGtnY29uZmlnCitVU0VfUFlUSE9O PQkyLjUrCiBVU0VfUkNfU1VCUj0JbnpiZ2V0CiBHTlVfQ09ORklHVVJFPQl5ZXMKIENPTkZJ R1VSRV9FTlY9CUxPQ0FMQkFTRT0iJHtMT0NBTEJBU0V9IgpAQCAtNTMsNiArNTQsNyBAQAog CiBwb3N0LWluc3RhbGw6CiAJJHtJTlNUQUxMX0RBVEF9ICR7V1JLU1JDfS9uemJnZXQuY29u ZiAke1BSRUZJWH0vZXRjL256YmdldC5jb25mLnNhbXBsZQorCSR7SU5TVEFMTF9EQVRBfSAk e1dSS1NSQ30vbnpiZ2V0LmNvbmYgJHtQUkVGSVh9L3NoYXJlL256YmdldC93ZWJ1aS9uemJn ZXQuY29uZgogCUBbIC1mICR7UFJFRklYfS9ldGMvbnpiZ2V0LmNvbmYgXSB8fCAke0NQfSAk e1BSRUZJWH0vZXRjL256YmdldC5jb25mLnNhbXBsZSBcCiAJJHtQUkVGSVh9L2V0Yy9uemJn ZXQuY29uZgogCmRpZmYgLXJ1TiBuemJnZXQub3JpZy9kaXN0aW5mbyBuemJnZXQvZGlzdGlu Zm8KLS0tIG56YmdldC5vcmlnL2Rpc3RpbmZvCTIwMTMtMDUtMjYgMjI6MTU6MzAuMDAwMDAw MDAwICswMjAwCisrKyBuemJnZXQvZGlzdGluZm8JMjAxMy0wOS0wNyAyMzoyMzowOC4zMjg3 NTkxMTggKzAyMDAKQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKG56YmdldC0xMC4yLnRhci5n eikgPSBjOWI4Nzg3NDRjMTYyZTc3MjFmZmM4YjA0OGEyZTQ1NTBhOGVkOGRhNmU3MDZlZTRj YmQwMjZlZDJkNjEyZWMyCi1TSVpFIChuemJnZXQtMTAuMi50YXIuZ3opID0gNjcxODA4CitT SEEyNTYgKG56YmdldC0xMS4wLnRhci5neikgPSAyN2FiYWNmNmM2MDQ5NjlkYzk4N2I3ZTUw Njg5Y2FlZjIyYTY1ZGJiMTY5MGIwMjBiMGM2ZDE0N2FlMTIzYjNkCitTSVpFIChuemJnZXQt MTEuMC50YXIuZ3opID0gNjk0MTk3CmRpZmYgLXJ1TiBuemJnZXQub3JpZy9wa2ctcGxpc3Qg bnpiZ2V0L3BrZy1wbGlzdAotLS0gbnpiZ2V0Lm9yaWcvcGtnLXBsaXN0CTIwMTMtMDUtMjYg MjI6MTU6MzAuMDAwMDAwMDAwICswMjAwCisrKyBuemJnZXQvcGtnLXBsaXN0CTIwMTMtMDkt MDggMTI6MzQ6MzUuMDQxNDI4MDg5ICswMjAwCkBAIC0xLDggKzEsOCBAQAogYmluL256Ymdl dAotYmluL256YmdldC1wb3N0cHJvY2Vzcy5zaAogc2Jpbi9uemJnZXRkCiAlJURBVEFESVIl JS9uemJnZXQuY29uZgotJSVEQVRBRElSJSUvbnpiZ2V0LXBvc3Rwcm9jZXNzLmNvbmYKKyUl REFUQURJUiUlL3Bwc2NyaXB0cy9FTWFpbC5weQorJSVEQVRBRElSJSUvcHBzY3JpcHRzL0xv Z2dlci5weQogJSVEQVRBRElSJSUvd2VidWkvY29uZmlnLmpzCiAlJURBVEFESVIlJS93ZWJ1 aS9kb3dubG9hZHMuanMKICUlREFUQURJUiUlL3dlYnVpL2VkaXQuanMKQEAgLTI0LDIwICsy NCwyMCBAQAogJSVEQVRBRElSJSUvd2VidWkvbGliL2pxdWVyeS5qcwogJSVEQVRBRElSJSUv d2VidWkvbGliL2pxdWVyeS5taW4uanMKICUlREFUQURJUiUlL3dlYnVpL21lc3NhZ2VzLmpz Ci0lJURBVEFESVIlJS93ZWJ1aS9uemJnZXQtcG9zdHByb2Nlc3MuY29uZgogJSVEQVRBRElS JSUvd2VidWkvbnpiZ2V0LmNvbmYKICUlREFUQURJUiUlL3dlYnVpL3N0YXR1cy5qcwogJSVE QVRBRElSJSUvd2VidWkvc3R5bGUuY3NzCiAlJURBVEFESVIlJS93ZWJ1aS91cGxvYWQuanMK ICUlREFUQURJUiUlL3dlYnVpL3V0aWwuanMKLSUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL0NP UFlJTkcKLSUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL0NoYW5nZUxvZwotJSVQT1JURE9DUyUl JSVET0NTRElSJSUvUkVBRE1FCi1AZGlycm0gJSVEQVRBRElSJSUvd2VidWkvaW1nCiBAZGly cm0gJSVEQVRBRElSJSUvd2VidWkvbGliCitAZGlycm0gJSVEQVRBRElSJSUvd2VidWkvaW1n CiBAZGlycm0gJSVEQVRBRElSJSUvd2VidWkKK0BkaXJybSAlJURBVEFESVIlJS9wcHNjcmlw dHMKIEBkaXJybSAlJURBVEFESVIlJQogJSVQT1JURE9DUyUlQGRpcnJtICUlRE9DU0RJUiUl CislJVBPUlRET0NTJSUlJURPQ1NESVIlJS9DT1BZSU5HCislJVBPUlRET0NTJSUlJURPQ1NE SVIlJS9DaGFuZ2VMb2cKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL1JFQURNRQogQHVuZXhl YyBpZiBjbXAgLXMgJUQvZXRjL256YmdldC5jb25mICVEL2V0Yy9uemJnZXQuY29uZi5zYW1w bGU7IHRoZW4gcm0gLWYgJUQvZXRjL256YmdldC5jb25mOyBmaQogZXRjL256YmdldC5jb25m LnNhbXBsZQogQGV4ZWMgWyAtZiAlRC9ldGMvbnpiZ2V0LmNvbmYgXSB8fCBjcCAlRC9ldGMv bnpiZ2V0LmNvbmYuc2FtcGxlICVEL2V0Yy9uemJnZXQuY29uZgo= --------------080902010003060907080100-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 14:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D39AAE67 for ; Sun, 8 Sep 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1F212179 for ; Sun, 8 Sep 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Eo0s3006189 for ; Sun, 8 Sep 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Eo08Z006139; Sun, 8 Sep 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 14:50:00 GMT Resent-Message-Id: <201309081450.r88Eo08Z006139@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7E5CE42; Sun, 8 Sep 2013 14:48:46 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8931C216F; Sun, 8 Sep 2013 14:48:46 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id r88EmihO082214; Sun, 8 Sep 2013 09:48:44 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.9); 8 Sep 2013 09:48:44 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id r88EmiwZ082213; Sun, 8 Sep 2013 09:48:44 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Sun, 8 Sep 2013 09:48:44 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181938: Create new python port databases/py-apsw Cc: python@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 14:50:00 -0000 >Number: 181938 >Category: ports >Synopsis: Create new python port databases/py-apsw >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255073: Sat Aug 31 00:23:06 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This creates a new python port for APSW - Another Python SQLite Wrapper. This port is requred to update deskutils/calibre to the latest release. >How-To-Repeat: >Fix: --- py-apsw.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-apsw # py-apsw/pkg-descr # py-apsw/Makefile # py-apsw/distinfo # py-apsw/pkg-plist # echo c - py-apsw mkdir -p py-apsw > /dev/null 2>&1 echo x - py-apsw/pkg-descr sed 's/^X//' >py-apsw/pkg-descr << '7c6bcad908f6ee3186cf5d247c0addfa' XAPSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. 7c6bcad908f6ee3186cf5d247c0addfa echo x - py-apsw/Makefile sed 's/^X//' >py-apsw/Makefile << '3f13ced1b1c6edc5307bd15121dbdc0f' X# Created by: Rusty Nejdl X# $FreeBSD: head/databases/py-apsw/Makefile 313167 2013-03-01 20:12:01Z lwhsu $ X XPORTNAME= apsw XPORTVERSION= 3.8.0.2 XCATEGORIES= databases python XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-${PORTVERSION}-r1 XPYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 X XMAINTAINER= rnejdl@ringofsaturn.com XCOMMENT= APSW stands for Another Python SQLite Wrapper. X XLIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes XUSE_ZIP= yes X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X X.include 3f13ced1b1c6edc5307bd15121dbdc0f echo x - py-apsw/distinfo sed 's/^X//' >py-apsw/distinfo << 'fbb1d2f2c89d0310b1f1f31ba8da57cd' XSHA256 (apsw-3.8.0.2-r1.zip) = f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0 XSIZE (apsw-3.8.0.2-r1.zip) = 662335 fbb1d2f2c89d0310b1f1f31ba8da57cd echo x - py-apsw/pkg-plist sed 's/^X//' >py-apsw/pkg-plist << 'ea5a80986e92ba5f9c360df155449f3e' X%%PYTHON_SITELIBDIR%%/apsw.so ea5a80986e92ba5f9c360df155449f3e exit --- py-apsw.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FE299E4 for ; Sun, 8 Sep 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C64E225E for ; Sun, 8 Sep 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88FA1El085073 for ; Sun, 8 Sep 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88FA1vf085019; Sun, 8 Sep 2013 15:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 15:10:01 GMT Resent-Message-Id: <201309081510.r88FA1vf085019@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5769804 for ; Sun, 8 Sep 2013 15:05:45 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBCA2242 for ; Sun, 8 Sep 2013 15:05:45 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id r88F5iaW004420 for ; Sun, 8 Sep 2013 10:05:44 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.9); 8 Sep 2013 10:05:44 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id r88F5inh004419; Sun, 8 Sep 2013 10:05:44 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Sun, 8 Sep 2013 10:05:44 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181939: Update port deskutils/calibre to 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 15:10:01 -0000 >Number: 181939 >Category: ports >Synopsis: Update port deskutils/calibre to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 15:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255073: Sat Aug 31 00:23:06 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This updates calibre from 0.9.42 to version 1.2.0 and is dependent on PR ports/181938 for py-apsw to be installed. >How-To-Repeat: >Fix: --- calibre-1.2.0.diff begins here --- diff -ruN calibre/Makefile calibre.new/Makefile --- calibre/Makefile 2013-08-30 14:28:23.000000000 -0500 +++ calibre.new/Makefile 2013-09-08 09:44:44.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/deskutils/calibre/Makefile 324292 2013-08-05 21:14:47Z madpilot $ PORTNAME= calibre -PORTVERSION= 0.9.42 +PORTVERSION= 1.2.0 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -25,7 +25,8 @@ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ diff -ruN calibre/distinfo calibre.new/distinfo --- calibre/distinfo 2013-08-30 14:28:23.000000000 -0500 +++ calibre.new/distinfo 2013-09-07 09:45:51.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.42.tar.xz) = 6cd64b54b4c0b696d9a6cfd50527c10cbd7b473a622f2e0f2e2ef81be680fe1f -SIZE (calibre-0.9.42.tar.xz) = 29351712 +SHA256 (calibre-1.2.0.tar.xz) = d27fdbe981620aa63f5c70909c63a3a7b747ced1da2ee7065879f07b8a75ca40 +SIZE (calibre-1.2.0.tar.xz) = 29652528 diff -ruN calibre/pkg-plist calibre.new/pkg-plist --- calibre/pkg-plist 2013-09-07 09:44:54.000000000 -0500 +++ calibre.new/pkg-plist 2013-09-08 09:56:07.000000000 -0500 @@ -33,6 +33,7 @@ lib/calibre/calibre/db/backup.py lib/calibre/calibre/db/cache.py lib/calibre/calibre/db/categories.py +lib/calibre/calibre/db/delete_service.py lib/calibre/calibre/db/errors.py lib/calibre/calibre/db/fields.py lib/calibre/calibre/db/lazy.py @@ -47,10 +48,13 @@ lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py lib/calibre/calibre/db/tests/legacy.py +lib/calibre/calibre/db/tests/locking.py lib/calibre/calibre/db/tests/main.py lib/calibre/calibre/db/tests/profiling.py lib/calibre/calibre/db/tests/reading.py +lib/calibre/calibre/db/tests/utils.py lib/calibre/calibre/db/tests/writing.py +lib/calibre/calibre/db/utils.py lib/calibre/calibre/db/view.py lib/calibre/calibre/db/write.py lib/calibre/calibre/debug.py @@ -231,6 +235,8 @@ lib/calibre/calibre/ebooks/docx/toc.py lib/calibre/calibre/ebooks/docx/block_styles.py lib/calibre/calibre/ebooks/docx/lcid.py +lib/calibre/calibre/ebooks/docx/writer/__init__.py +lib/calibre/calibre/ebooks/docx/writer/container.py lib/calibre/calibre/ebooks/epub/__init__.py lib/calibre/calibre/ebooks/epub/pages.py lib/calibre/calibre/ebooks/epub/periodical.py @@ -596,6 +602,7 @@ lib/calibre/calibre/gui2/actions/show_book_details.py lib/calibre/calibre/gui2/actions/show_quickview.py lib/calibre/calibre/gui2/actions/similar_books.py +lib/calibre/calibre/gui2/actions/sort.py lib/calibre/calibre/gui2/actions/store.py lib/calibre/calibre/gui2/actions/toc_edit.py lib/calibre/calibre/gui2/actions/tweak_epub.py @@ -665,6 +672,8 @@ lib/calibre/calibre/gui2/convert/rb_output_ui.py lib/calibre/calibre/gui2/convert/regex_builder.py lib/calibre/calibre/gui2/convert/regex_builder_ui.py +lib/calibre/calibre/gui2/convert/rtf_input.py +lib/calibre/calibre/gui2/convert/rtf_input_ui.py lib/calibre/calibre/gui2/convert/search_and_replace.py lib/calibre/calibre/gui2/convert/search_and_replace_ui.py lib/calibre/calibre/gui2/convert/single.py @@ -696,7 +705,6 @@ lib/calibre/calibre/gui2/dialogs/add_from_isbn.py lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py lib/calibre/calibre/gui2/dialogs/book_info.py -lib/calibre/calibre/gui2/dialogs/book_info_ui.py lib/calibre/calibre/gui2/dialogs/catalog.py lib/calibre/calibre/gui2/dialogs/catalog_ui.py lib/calibre/calibre/gui2/dialogs/check_library.py @@ -776,6 +784,8 @@ lib/calibre/calibre/gui2/languages.py lib/calibre/calibre/gui2/layout.py lib/calibre/calibre/gui2/library/__init__.py +lib/calibre/calibre/gui2/library/alternate_views.py +lib/calibre/calibre/gui2/library/caches.py lib/calibre/calibre/gui2/library/delegates.py lib/calibre/calibre/gui2/library/models.py lib/calibre/calibre/gui2/library/views.py @@ -1042,6 +1052,7 @@ lib/calibre/calibre/translations/msgfmt.py lib/calibre/calibre/utils/Zeroconf.py lib/calibre/calibre/utils/__init__.py +lib/calibre/calibre/utils/apsw_shell.py lib/calibre/calibre/utils/bibtex.py lib/calibre/calibre/utils/browser.py lib/calibre/calibre/utils/chm/__init__.py @@ -1139,7 +1150,6 @@ lib/calibre/calibre/utils/titlecase.py lib/calibre/calibre/utils/unsmarten.py lib/calibre/calibre/utils/unrar.py -lib/calibre/calibre/utils/winshell.py lib/calibre/calibre/utils/wmf/__init__.py lib/calibre/calibre/utils/wmf/parse.py lib/calibre/calibre/utils/wordcount.py @@ -1480,6 +1490,7 @@ %%DATADIR%%/images/format-text-underline.png %%DATADIR%%/images/forward.png %%DATADIR%%/images/gmail_logo.png +%%DATADIR%%/images/grid.png %%DATADIR%%/images/help.png %%DATADIR%%/images/heuristics.png %%DATADIR%%/images/highlight_only_off.png @@ -2037,6 +2048,7 @@ @dirrm lib/calibre/calibre/ebooks/html @dirrm lib/calibre/calibre/ebooks/fb2 @dirrm lib/calibre/calibre/ebooks/epub +@dirrm lib/calibre/calibre/ebooks/docx/writer @dirrm lib/calibre/calibre/ebooks/docx @dirrm lib/calibre/calibre/ebooks/djvu @dirrm lib/calibre/calibre/ebooks/conversion/plugins --- calibre-1.2.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 15:10:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C8D3A11; Sun, 8 Sep 2013 15:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03CC5225F; Sun, 8 Sep 2013 15:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88FA9bT003031; Sun, 8 Sep 2013 15:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88FA92Z002962; Sun, 8 Sep 2013 15:10:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 15:10:09 GMT Message-Id: <201309081510.r88FA92Z002962@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181939: Update port deskutils/calibre to 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 15:10:10 -0000 Synopsis: Update port deskutils/calibre to 1.2.0 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Sep 8 15:10:09 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181939 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 16:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36D49D81 for ; Sun, 8 Sep 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00466267C for ; Sun, 8 Sep 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Go0qp056036 for ; Sun, 8 Sep 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Go0gn056029; Sun, 8 Sep 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 16:50:00 GMT Resent-Message-Id: <201309081650.r88Go0gn056029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA341D78 for ; Sun, 8 Sep 2013 16:49:13 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id A520D2675 for ; Sun, 8 Sep 2013 16:49:13 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 1CBC9187B324 for ; Mon, 9 Sep 2013 00:49:11 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r88GnAVs068832; Mon, 9 Sep 2013 00:49:10 +0800 (CST) (envelope-from gaod) Message-Id: <201309081649.r88GnAVs068832@cse.tw> Date: Mon, 9 Sep 2013 00:49:10 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181941: [MAINTAINER] net/py-netlib: Update to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 16:50:01 -0000 >Number: 181941 >Category: ports >Synopsis: [MAINTAINER] net/py-netlib: Update to 0.9.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 0.9.2. >How-To-Repeat: >Fix: --- net_py-netlib.diff begins here --- Index: net/py-netlib/Makefile =================================================================== --- net/py-netlib/Makefile (revision 326758) +++ net/py-netlib/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netlib -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: net/py-netlib/distinfo =================================================================== --- net/py-netlib/distinfo (revision 326758) +++ net/py-netlib/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (netlib-0.9.1.tar.gz) = 559d3e842e39660e83493e46872966bc63a4a58fc4cbb2bf4ec2ca2b3cd880a6 -SIZE (netlib-0.9.1.tar.gz) = 58851 +SHA256 (netlib-0.9.2.tar.gz) = 4b7830dfef6e4826e236d8313229ee3a0ca015a1e2ce89fb37d58479e753f847 +SIZE (netlib-0.9.2.tar.gz) = 59016 --- net_py-netlib.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 16:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 399A3DB5; Sun, 8 Sep 2013 16:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F45826A1; Sun, 8 Sep 2013 16:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Go9Lv075070; Sun, 8 Sep 2013 16:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Go9m7075013; Sun, 8 Sep 2013 16:50:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 16:50:09 GMT Message-Id: <201309081650.r88Go9m7075013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181941: [MAINTAINER] net/py-netlib: Update to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 16:50:10 -0000 Synopsis: [MAINTAINER] net/py-netlib: Update to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 16:50:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181941 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9330E3B7 for ; Sun, 8 Sep 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B07B26FE for ; Sun, 8 Sep 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88H001q096677 for ; Sun, 8 Sep 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88H00WD096636; Sun, 8 Sep 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 17:00:00 GMT Resent-Message-Id: <201309081700.r88H00WD096636@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C46BDFA for ; Sun, 8 Sep 2013 16:50:18 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id 49A2026A3 for ; Sun, 8 Sep 2013 16:50:18 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 966E3187B6E8 for ; Mon, 9 Sep 2013 00:50:18 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r88GoId0011306; Mon, 9 Sep 2013 00:50:18 +0800 (CST) (envelope-from gaod) Message-Id: <201309081650.r88GoId0011306@cse.tw> Date: Mon, 9 Sep 2013 00:50:18 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181942: [MAINTAINER] dns/libidn: Update to 1.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 17:00:00 -0000 >Number: 181942 >Category: ports >Synopsis: [MAINTAINER] dns/libidn: Update to 1.28 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 1.28. >How-To-Repeat: >Fix: --- dns_libidn.diff begins here --- Index: dns/libidn/Makefile =================================================================== --- dns/libidn/Makefile (revision 326758) +++ dns/libidn/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Index: dns/libidn/distinfo =================================================================== --- dns/libidn/distinfo (revision 326758) +++ dns/libidn/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd -SIZE (libidn-1.27.tar.gz) = 3431595 +SHA256 (libidn-1.28.tar.gz) = dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb +SIZE (libidn-1.28.tar.gz) = 3476317 --- dns_libidn.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BB61F87 for ; Sun, 8 Sep 2013 18:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B6C92927 for ; Sun, 8 Sep 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88I00g0042399 for ; Sun, 8 Sep 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88I00Sv042355; Sun, 8 Sep 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 18:00:00 GMT Resent-Message-Id: <201309081800.r88I00Sv042355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vasiliy Chashchin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C15FE9F for ; Sun, 8 Sep 2013 17:55:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49887290E for ; Sun, 8 Sep 2013 17:55:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88Ht8sv091328 for ; Sun, 8 Sep 2013 17:55:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88Ht8am091294; Sun, 8 Sep 2013 17:55:08 GMT (envelope-from nobody) Message-Id: <201309081755.r88Ht8am091294@oldred.freebsd.org> Date: Sun, 8 Sep 2013 17:55:08 GMT From: Vasiliy Chashchin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181943: New port: finance/fixc simple Financial Information eXchange (FIX) protocol console client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:00:00 -0000 >Number: 181943 >Category: ports >Synopsis: New port: finance/fixc simple Financial Information eXchange (FIX) protocol console client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vasiliy Chashchin >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fixc # fixc/Makefile # fixc/pkg-descr # fixc/distinfo # echo c - fixc mkdir -p fixc > /dev/null 2>&1 echo x - fixc/Makefile sed 's/^X//' >fixc/Makefile << '7eb3da1c49c44f445fdcf07f7eaa4b55' X# $FreeBSD$ X XPORTNAME= fixc XPORTVERSION= 1.0 XPORTREVISION= 1 XCATEGORIES= finance XMASTER_SITES= http://github.com/blttll/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ XDISTFILES= v${PORTVERSION}.tar.gz X XMAINTAINER= blttll@gmail.com XCOMMENT= Simple Financial Information eXchange (FIX) protocol console client X XBUILD_DEPENDS= go:${PORTSDIR}/lang/go/ X XFETCH_ARGS= -Fpr X Xdo-build: X cd ${WRKSRC} && \ X go build -o fixc main.go X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/fixc ${PREFIX}/bin X X.include 7eb3da1c49c44f445fdcf07f7eaa4b55 echo x - fixc/pkg-descr sed 's/^X//' >fixc/pkg-descr << '40bf05e75bb42a4d97c78f2c6b567969' Xfixc is a simple Financial Information eXchange (FIX) protocol console client. Xfixc connects to remote host and sends out FIX messages it reads from local Xscenario file. X XWWW: https://github.com/blttll/fixc 40bf05e75bb42a4d97c78f2c6b567969 echo x - fixc/distinfo sed 's/^X//' >fixc/distinfo << '3d60894eb67f3b9ddd0dd1c823bc17fc' XSHA256 (v1.0.tar.gz) = a73b3ea2cc4440a06206d219b472096ce635d8eebfe13671e0360af2ec02923e XSIZE (v1.0.tar.gz) = 3709 3d60894eb67f3b9ddd0dd1c823bc17fc exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED974BE for ; Sun, 8 Sep 2013 18:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD4402982 for ; Sun, 8 Sep 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IA0hm083733 for ; Sun, 8 Sep 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IA0nu083690; Sun, 8 Sep 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 18:10:00 GMT Resent-Message-Id: <201309081810.r88IA0nu083690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22E49FC9 for ; Sun, 8 Sep 2013 18:01:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA740295B for ; Sun, 8 Sep 2013 18:01:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88I1cqq081366 for ; Sun, 8 Sep 2013 18:01:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88I1c3v081362; Sun, 8 Sep 2013 18:01:38 GMT (envelope-from nobody) Message-Id: <201309081801.r88I1c3v081362@oldred.freebsd.org> Date: Sun, 8 Sep 2013 18:01:38 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181944: games/iourbanterror: gcc not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:10:01 -0000 >Number: 181944 >Category: ports >Synopsis: games/iourbanterror: gcc not found >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255363: Sat Sep 7 18:14:10 CEST 2013 >Description: On most recent CURRENT, gcc has gone. The recreative port games/iourbanterror fails to compile due to hardcoded gcc. >How-To-Repeat: Try compiling games/iourbanterror on most recent gcc-free CURRENT. >Fix: Apply patched port's Makefile and "repair" a misguieded sed -e command in the toplevel Makefile of the port. Patch attached with submission follows: diff -Nur iourbanterror.orig/Makefile iourbanterror/Makefile --- iourbanterror.orig/Makefile 2013-09-08 19:59:40.000000000 +0200 +++ iourbanterror/Makefile 2013-09-08 19:52:47.000000000 +0200 @@ -31,7 +31,8 @@ HOMEPATH= /.ioUrbanTerror MAKE_ARGS+= BUILD_MISSIONPACK=0 \ - BUILD_STANDALONE=1 + BUILD_STANDALONE=1 \ + TOOLS_CC=${CC} post-patch: @${REINPLACE_CMD} \ diff -Nur iourbanterror.orig/files/patch-Makefile iourbanterror/files/patch-Makefile --- iourbanterror.orig/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ iourbanterror/files/patch-Makefile 2013-09-08 19:54:11.000000000 +0200 @@ -0,0 +1,24 @@ +--- Makefile.orig 2013-09-08 19:53:13.000000000 +0200 ++++ Makefile 2013-09-08 19:53:50.000000000 +0200 +@@ -4,17 +4,17 @@ + # GNU Make required + # + +-COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'|sed -e 's/\//_/g') ++COMPILE_PLATFORM=$(shell uname|sed -e 's/_.*//' | tr '[:upper:]' '[:lower:]'|sed -e 's/\//_/g') + +-COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/x86/) ++COMPILE_ARCH=$(shell uname -m | sed -e 's/i.86/x86/') + + ifeq ($(COMPILE_PLATFORM),sunos) + # Solaris uname and GNU uname differ +- COMPILE_ARCH=$(shell uname -p | sed -e s/i.86/x86/) ++ COMPILE_ARCH=$(shell uname -p | sed -e 's/i.86/x86/') + endif + ifeq ($(COMPILE_PLATFORM),darwin) + # Apple does some things a little differently... +- COMPILE_ARCH=$(shell uname -p | sed -e s/i.86/x86/) ++ COMPILE_ARCH=$(shell uname -p | sed -e 's/i.86/x86/') + endif + + ifndef BUILD_STANDALONE >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:10:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA8FB133; Sun, 8 Sep 2013 18:10:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A16D629B5; Sun, 8 Sep 2013 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IAE1D013739; Sun, 8 Sep 2013 18:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IAEDe013569; Sun, 8 Sep 2013 18:10:14 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 18:10:14 GMT Message-Id: <201309081810.r88IAEDe013569@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181945: [ New Port] sysutils/jail-primer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:10:14 -0000 Synopsis: [ New Port] sysutils/jail-primer Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Sep 8 18:10:14 UTC 2013 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181945 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B24CC0 for ; Sun, 8 Sep 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2C62984 for ; Sun, 8 Sep 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IA1YB084488 for ; Sun, 8 Sep 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IA1Gh084427; Sun, 8 Sep 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 18:10:01 GMT Resent-Message-Id: <201309081810.r88IA1Gh084427@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Barbish Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AF25FC1 for ; Sun, 8 Sep 2013 18:00:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 886292957 for ; Sun, 8 Sep 2013 18:00:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88I0QJV044257 for ; Sun, 8 Sep 2013 18:00:26 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88I0Q24044252; Sun, 8 Sep 2013 18:00:26 GMT (envelope-from nobody) Message-Id: <201309081800.r88I0Q24044252@oldred.freebsd.org> Date: Sun, 8 Sep 2013 18:00:26 GMT From: Joe Barbish To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181945: [ New Port] sysutils/jail-primer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:10:01 -0000 >Number: 181945 >Category: ports >Synopsis: [ New Port] sysutils/jail-primer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Barbish >Release: 9.2-RC3 >Organization: none >Environment: >Description: Adding a new port to the port system. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jail-primer # jail-primer/Makefile # jail-primer/distinfo # jail-primer/pkg-descr # jail-primer/pkg-message # jail-primer/pkg-plist # echo c - jail-primer mkdir -p jail-primer > /dev/null 2>&1 echo x - jail-primer/Makefile sed 's/^X//' >jail-primer/Makefile << '7eb05db38c8a3d4861e6276eb8fdd618' X# Created by: Joe Barbish X# $FreeBSD$ X XPORTNAME= jail-primer XPORTVERSION= 0.0 XCATEGORIES= sysutils XMASTER_SITES= SF/${PORTNAME} X XMAINTAINER= jail-primer@a1poweruser.com XCOMMENT= Third Generation Jail System Solution X XLICENSE= BSD X XUSE_BZIP2= yes XNO_BUILD= yes X XMAN8= jail-primer.8 X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/jail.pristine.fetch ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.install.system ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.create.jailcell ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.delete.jailcell ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.jailconf.def.create ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.jailconf.def.delete ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.jailconf.start ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.jailconf.stop ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.def.create ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.def.delete ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.start ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.stop ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.ssh.jailcell ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/jail.jailconf.bootime ${PREFIX}/etc/rc.d X @${INSTALL_SCRIPT} ${WRKSRC}/jail.rcconf.bootime ${PREFIX}/etc/rc.d X @${INSTALL_MAN} ${WRKSRC}/jail-primer.8 ${MAN8PREFIX}/man/man8 X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/jail-primer.html ${DOCSDIR} X Xpost-install: X X @${CAT} ${PKGMESSAGE} X X.include 7eb05db38c8a3d4861e6276eb8fdd618 echo x - jail-primer/distinfo sed 's/^X//' >jail-primer/distinfo << '26c88c1cfa72cd06999c57e611a40747' XSHA256 (jail-primer-0.0.tar.bz2) = 73a43ca3eaf4e5dd9860fb1202c96c02be4202ebfd7d90bd17582548b6d5cce7 XSIZE (jail-primer-0.0.tar.bz2) = 22379 26c88c1cfa72cd06999c57e611a40747 echo x - jail-primer/pkg-descr sed 's/^X//' >jail-primer/pkg-descr << '3a99fcda5323f84529d94417f5c2f259' XA simplified prospective on jail configuration and usage. Complete easy to Xunderstand detailed documentation on creating a Third Generation Jail System XSolutiom which is based on a single filesystem that contains all of the Xrequired operating system executable libraries which is shared with each Xof the individual jails. X XThe legacy rc.conf method, Modern rc.conf method, and the jail(8) jail.conf Xmethods are documented. Script are included that perform the tasks explained Xin the documentation. X XWWW: http://jail-primer.sourceforge.net/ X http://sourceforge.net/projects/jail-primer/ 3a99fcda5323f84529d94417f5c2f259 echo x - jail-primer/pkg-message sed 's/^X//' >jail-primer/pkg-message << '59e4f9ab280d79ffe99315f9ea266caa' X# X# X XFirst issue "rehash" command to enable the jail-primer scripts (if using csh). XThen issue "man jail-primer" to read about jail-primer usage. X X# X# 59e4f9ab280d79ffe99315f9ea266caa echo x - jail-primer/pkg-plist sed 's/^X//' >jail-primer/pkg-plist << '64f0ec951c35f207bc0f8bb0a5e94904' Xbin/jail.pristine.fetch Xbin/jail.install.system Xbin/jail.create.jailcell Xbin/jail.delete.jailcell Xbin/jail.jailconf.def.create Xbin/jail.jailconf.def.delete Xbin/jail.jailconf.start Xbin/jail.jailconf.stop Xbin/jail.rcconf.def.create Xbin/jail.rcconf.def.delete Xbin/jail.rcconf.start Xbin/jail.rcconf.stop Xbin/jail.ssh.jailcell Xetc/rc.d/jail.jailconf.bootime Xetc/rc.d/jail.rcconf.bootime Xshare/doc/jail-primer/jail-primer.html X@dirrm %%DOCSDIR%% 64f0ec951c35f207bc0f8bb0a5e94904 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AD08EF; Sun, 8 Sep 2013 18:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD8A29A7; Sun, 8 Sep 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IA8wJ000638; Sun, 8 Sep 2013 18:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IA8ge000521; Sun, 8 Sep 2013 18:10:08 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 18:10:08 GMT Message-Id: <201309081810.r88IA8ge000521@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181944: games/iourbanterror: gcc not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:10:08 -0000 Synopsis: games/iourbanterror: gcc not found State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 8 18:10:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181944 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:15:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1725120A; Sun, 8 Sep 2013 18:15:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E001D29E7; Sun, 8 Sep 2013 18:15:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IFERo036945; Sun, 8 Sep 2013 18:15:14 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IFEFw036872; Sun, 8 Sep 2013 18:15:14 GMT (envelope-from sunpoet) Date: Sun, 8 Sep 2013 18:15:14 GMT Message-Id: <201309081815.r88IFEFw036872@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/181942: [MAINTAINER] dns/libidn: Update to 1.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:15:15 -0000 Synopsis: [MAINTAINER] dns/libidn: Update to 1.28 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Sep 8 18:15:14 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181942 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 419E13B9 for ; Sun, 8 Sep 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9932A08 for ; Sun, 8 Sep 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IK1Lc027163 for ; Sun, 8 Sep 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IK028026899; Sun, 8 Sep 2013 18:20:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 18:20:00 GMT Message-Id: <201309081820.r88IK028026899@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181944: games/iourbanterror: gcc not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:20:01 -0000 The following reply was made to PR ports/181944; it has been noted by GNATS. From: Edwin Groothuis To: kamikaze@bsdforen.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/181944: games/iourbanterror: gcc not found Date: Sun, 8 Sep 2013 18:10:07 UT Maintainer of games/iourbanterror, Please note that PR ports/181944 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181944 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7EB7F55A for ; Sun, 8 Sep 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E09E2A56 for ; Sun, 8 Sep 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IU0A1063511 for ; Sun, 8 Sep 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IU0eu063468; Sun, 8 Sep 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 18:30:00 GMT Resent-Message-Id: <201309081830.r88IU0eu063468@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spil Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFC8F41E for ; Sun, 8 Sep 2013 18:26:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C28892A41 for ; Sun, 8 Sep 2013 18:26:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88IQlAM034365 for ; Sun, 8 Sep 2013 18:26:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88IQlhR034362; Sun, 8 Sep 2013 18:26:47 GMT (envelope-from nobody) Message-Id: <201309081826.r88IQlhR034362@oldred.freebsd.org> Date: Sun, 8 Sep 2013 18:26:47 GMT From: Spil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181946: [pkgng] pkg repo corrupts repository after rebuilding a package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:30:00 -0000 >Number: 181946 >Category: ports >Synopsis: [pkgng] pkg repo corrupts repository after rebuilding a package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Spil >Release: FreeBSD 9.2-RC3 amd64 >Organization: n.a. >Environment: FreeBSD new93.example.org 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When I reinstall a package, pkg repo and pkg repo -f corrupt the database resulting in a repo with only one package >How-To-Repeat: With portmaster as example # pwd /usr/ports/ports-mgmt/portmaster # rm -rf /usr/ports/packages/*.txz # make deinstall ===> Deinstalling for ports-mgmt/portmaster [1/1] Deleting portmaster-3.17.1... done # make package ===> Installing for portmaster-3.17.1 Installing portmaster-3.17.1... done ===> Building package for portmaster-3.17.1 Creating package for portmaster-3.17.1 # pkg repo /usr/ports/packages Generating repository catalog in /usr/ports/packages: done! # make deinstall ===> Deinstalling for ports-mgmt/portmaster [1/1] Deleting portmaster-3.17.1... done # make package ===> Installing for portmaster-3.17.1 Creating package for portmaster-3.17.1 # pkg repo /usr/ports/packages Generating repository catalog in /usr/ports/packages: \pkg: duplicate package origin: package All/portmaster-3.17.1.txz is not newer than version 3.17.1 already in repo for origin ports-mgmt/portmaster done! # rm -rf /usr/ports/packages/*.txz # pkg repo /usr/ports/packages Generating repository catalog in /usr/ports/packages: done! Using the repo after the duplicate origin error # pkg update Updating repository catalogue digests.txz 100% 260 0.3KB/s 0.3KB/s 00:00 packagesite.txz 100% 1284 1.3KB/s 1.3KB/s 00:00 Incremental update completed, 0 packages processed: 1 packages updated, 120 removed and 0 added. # pkg search '.*' portmaster-3.17.1 # pkg update Updating repository catalogue digests.txz 100% 5908 5.8KB/s 5.8KB/s 00:00 packagesite.txz 100% 39KB 39.3KB/s 39.3KB/s 00:00 Incremental update completed, 0 packages processed: 0 packages updated, 0 removed and 120 added. # pkg search '.*' apache24-2.4.6 zip-3.0 >Fix: Workaround is to delete the repo's .txz files and run pkg repo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB20C7C6 for ; Sun, 8 Sep 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 814C02AC2 for ; Sun, 8 Sep 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Ie1m8002215 for ; Sun, 8 Sep 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Ie1sC002169; Sun, 8 Sep 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 18:40:01 GMT Resent-Message-Id: <201309081840.r88Ie1sC002169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CA1C7BA for ; Sun, 8 Sep 2013 18:38:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39C422ABB for ; Sun, 8 Sep 2013 18:38:51 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88Icphi048611 for ; Sun, 8 Sep 2013 18:38:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88IcpLY048608; Sun, 8 Sep 2013 18:38:51 GMT (envelope-from nobody) Message-Id: <201309081838.r88IcpLY048608@oldred.freebsd.org> Date: Sun, 8 Sep 2013 18:38:51 GMT From: Spil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181947: [ports-mgmt/portmaster] Creates PKGDIR/ when WITH_PKGNG set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:40:01 -0000 >Number: 181947 >Category: ports >Synopsis: [ports-mgmt/portmaster] Creates PKGDIR/ when WITH_PKGNG set >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 18:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Spil >Release: FreeBSD 9.2-RC3 amd64 >Organization: n.a. >Environment: FreeBSD test93.example.org 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When WITH_PKGNG=yes is set in /etc/rc.conf, portmaster creates directories in /var/db/pkg anyway. The packages that are created using -g are valid pkgng archives. The package is registered in the pkg db correctly This seems to be introduced after a while (I have built packages with portmaster before this started to occur) see PR 181946 as well >How-To-Repeat: # portmaster -g audio/lame # ls -ld /var/db/pkg/lame* drwxr-xr-x 2 root wheel 3 Sep 8 20:31 /var/db/pkg/lame-3.99.5_1 # pkg version -vI -e lame lame-3.99.5_1 = up-to-date with index # grep -i pkgng /etc/make.conf WITH_PKGNG=yes >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 990667F9; Sun, 8 Sep 2013 18:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D9992AC5; Sun, 8 Sep 2013 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Ie99W018682; Sun, 8 Sep 2013 18:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Ie9G8018625; Sun, 8 Sep 2013 18:40:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 18:40:09 GMT Message-Id: <201309081840.r88Ie9G8018625@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181947: [ports-mgmt/portmaster] Creates PKGDIR/ when WITH_PKGNG set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:40:09 -0000 Synopsis: [ports-mgmt/portmaster] Creates PKGDIR/ when WITH_PKGNG set Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 18:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181947 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:42:54 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A9A383A; Sun, 8 Sep 2013 18:42:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E38502AF2; Sun, 8 Sep 2013 18:42:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88IgrCC059987; Sun, 8 Sep 2013 18:42:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88IgrOI059920; Sun, 8 Sep 2013 18:42:53 GMT (envelope-from linimon) Date: Sun, 8 Sep 2013 18:42:53 GMT Message-Id: <201309081842.r88IgrOI059920@freefall.freebsd.org> To: FreeBSD-Ports@charlieroot.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/181948: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:42:54 -0000 Old Synopsis: AW: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 New Synopsis: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Sep 8 18:41:52 UTC 2013 State-Changed-Why: Misfiled followup to ports/181934; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 8 18:41:52 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=181948 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:44:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 456E2875; Sun, 8 Sep 2013 18:44:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 341DE2AFC; Sun, 8 Sep 2013 18:44:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Ii9n9017902; Sun, 8 Sep 2013 18:44:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Ii9Bi017684; Sun, 8 Sep 2013 18:44:09 GMT (envelope-from linimon) Date: Sun, 8 Sep 2013 18:44:09 GMT Message-Id: <201309081844.r88Ii9Bi017684@freefall.freebsd.org> To: freebsd-ports@charlieroot.de, fbsd-ports@opsec.eu, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:44:10 -0000 Synopsis: [patch update] www/typo3 6.1.3 -> 6.1.4 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Sep 8 18:43:36 UTC 2013 State-Changed-Why: >From misfiled PR ports/181948: Date: Sun, 8 Sep 2013 18:30:59 +0000 From: FreeBSD-Ports To: "bug-followup@FreeBSD.org" , 'Kurt Jaeger' In-Reply-To: <20130908114009.5E4701DA@hub.freebsd.org> Subject: AW: ports/181934: [patch update] www/typo3 6.1.3 -> 6.1.4 References: <20130908114009.5E4701DA@hub.freebsd.org> Duplicate of 181870 waiting for commit. Please close and instead commit 181870. http://www.freebsd.org/cgi/query-pr.cgi?pr=181934 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 18:48:29 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D0999BA; Sun, 8 Sep 2013 18:48:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D38A82B2D; Sun, 8 Sep 2013 18:48:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88ImSfD053812; Sun, 8 Sep 2013 18:48:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88ImSZa053584; Sun, 8 Sep 2013 18:48:28 GMT (envelope-from linimon) Date: Sun, 8 Sep 2013 18:48:28 GMT Message-Id: <201309081848.r88ImSZa053584@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bapt@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/181946: ports-mgmt/pkg: pkg repo corrupts repository after rebuilding a package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:48:29 -0000 Old Synopsis: [pkgng] pkg repo corrupts repository after rebuilding a package New Synopsis: ports-mgmt/pkg: pkg repo corrupts repository after rebuilding a package Responsible-Changed-From-To: freebsd-ports-bugs->bapt Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 8 18:48:00 UTC 2013 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=181946 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 19:44:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48E98A67; Sun, 8 Sep 2013 19:44:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB702D96; Sun, 8 Sep 2013 19:44:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88JiV7H097192; Sun, 8 Sep 2013 19:44:31 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88JiVhW097113; Sun, 8 Sep 2013 19:44:31 GMT (envelope-from madpilot) Date: Sun, 8 Sep 2013 19:44:31 GMT Message-Id: <201309081944.r88JiVhW097113@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/181939: Update port deskutils/calibre to 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 19:44:32 -0000 Synopsis: Update port deskutils/calibre to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Sun Sep 8 19:44:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181939 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 19:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9256C56 for ; Sun, 8 Sep 2013 19:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9C9A2DC5 for ; Sun, 8 Sep 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Jo0m9075709 for ; Sun, 8 Sep 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Jo0Nd075706; Sun, 8 Sep 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 19:50:00 GMT Resent-Message-Id: <201309081950.r88Jo0Nd075706@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB65CAA5 for ; Sun, 8 Sep 2013 19:45:24 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id 4F51D2DA2 for ; Sun, 8 Sep 2013 19:45:24 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 8E6FC187B632 for ; Mon, 9 Sep 2013 03:45:21 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r88JjLPX038405; Mon, 9 Sep 2013 03:45:21 +0800 (CST) (envelope-from gaod) Message-Id: <201309081945.r88JjLPX038405@cse.tw> Date: Mon, 9 Sep 2013 03:45:21 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181949: [MAINTAINER] www/mitmproxy: Update to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 19:50:00 -0000 >Number: 181949 >Category: ports >Synopsis: [MAINTAINER] www/mitmproxy: Update to 0.9.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 0.9.2. >How-To-Repeat: >Fix: --- www_mitmproxy.diff begins here --- Index: www/mitmproxy/Makefile =================================================================== --- www/mitmproxy/Makefile (revision 326758) +++ www/mitmproxy/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mitmproxy -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= www python MASTER_SITES= http://mitmproxy.org/download/ Index: www/mitmproxy/distinfo =================================================================== --- www/mitmproxy/distinfo (revision 326758) +++ www/mitmproxy/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mitmproxy-0.9.1.tar.gz) = 18e0ca349ac8565eaa422693123e864251edbaab7e7c938ea5481d5511715eec -SIZE (mitmproxy-0.9.1.tar.gz) = 3121659 +SHA256 (mitmproxy-0.9.2.tar.gz) = 00b200cd7867ca7b0c907bb6a05075807040318cb32fc6bedcd4cb8363c6d795 +SIZE (mitmproxy-0.9.2.tar.gz) = 3180194 Index: www/mitmproxy/pkg-plist =================================================================== --- www/mitmproxy/pkg-plist (revision 326758) +++ www/mitmproxy/pkg-plist (working copy) @@ -108,6 +108,16 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/platform/linux.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/platform/osx.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/platform/pf.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/bootstrap.min.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/bootstrap.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/jquery-1.10.1.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/jquery.localscroll-min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/jquery.scrollTo-min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static/mitmproxy.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/templates/certs.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/templates/frame.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/templates/index.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/templates/layout.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt @@ -120,6 +130,8 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/contrib/jsbeautifier @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/contrib @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/platform +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/static +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy/templates @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/libmproxy @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO --- www_mitmproxy.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 19:57:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71D38DA4; Sun, 8 Sep 2013 19:57:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45F0B2E10; Sun, 8 Sep 2013 19:57:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Jvrp7054301; Sun, 8 Sep 2013 19:57:53 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Jvr94054239; Sun, 8 Sep 2013 19:57:53 GMT (envelope-from madpilot) Date: Sun, 8 Sep 2013 19:57:53 GMT Message-Id: <201309081957.r88Jvr94054239@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/181938: Create new python port databases/py-apsw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 19:57:53 -0000 Synopsis: Create new python port databases/py-apsw Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Sun Sep 8 19:57:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181938 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9D7F351 for ; Sun, 8 Sep 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2B7B2EA1 for ; Sun, 8 Sep 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88KA0NB016865 for ; Sun, 8 Sep 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88KA0vS016811; Sun, 8 Sep 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 20:10:00 GMT Resent-Message-Id: <201309082010.r88KA0vS016811@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anatoliy Dmytriyev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF0A634F for ; Sun, 8 Sep 2013 20:09:51 +0000 (UTC) (envelope-from tolid@pbem.eu.org) Received: from pbem.eu.org (pbem.eu.org [194.255.56.43]) by mx1.freebsd.org (Postfix) with ESMTP id 942732E9E for ; Sun, 8 Sep 2013 20:09:51 +0000 (UTC) Received: by pbem.eu.org (Postfix, from userid 1031) id DC0E6472EBA5; Mon, 9 Sep 2013 00:01:34 +0400 (MSD) Message-Id: <20130908200134.DC0E6472EBA5@pbem.eu.org> Date: Mon, 9 Sep 2013 00:01:34 +0400 (MSD) From: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181950: mantainer: net/p5-NetPacket port upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anatoliy Dmytriyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:10:00 -0000 >Number: 181950 >Category: ports >Synopsis: mantainer: net/p5-NetPacket port upgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 9.0-RC1 amd64 >Organization: >Environment: System: FreeBSD pbem.eu.org 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Oct 23 18:43:54 CEST 2011 root@heechee.tobez.org:/usr/obj/usr/src/sys/HEECHEE amd64 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 326768) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= NetPacket -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== --- distinfo (revision 326768) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (NetPacket-1.3.1.tar.gz) = c2cf197e165c601ffbdebb967919dc379c5ff051bcb1425a0c1b092882cc94a5 -SIZE (NetPacket-1.3.1.tar.gz) = 28155 +SHA256 (NetPacket-1.4.1.tar.gz) = 44954d23446130f52152f3462dfd272ca1c9130afd3fd8dbb490a34ac3f7ae78 +SIZE (NetPacket-1.4.1.tar.gz) = 30478 Index: pkg-plist =================================================================== --- pkg-plist (revision 326768) +++ pkg-plist (working copy) @@ -6,4 +6,5 @@ %%SITE_PERL%%/NetPacket/IP.pm %%SITE_PERL%%/NetPacket/TCP.pm %%SITE_PERL%%/NetPacket/UDP.pm +%%SITE_PERL%%/NetPacket/USBMon.pm @dirrm %%SITE_PERL%%/NetPacket >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 20:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0760837E; Sun, 8 Sep 2013 20:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D19442EA2; Sun, 8 Sep 2013 20:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88KA8ZG034108; Sun, 8 Sep 2013 20:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88KA8dM034050; Sun, 8 Sep 2013 20:10:08 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 20:10:08 GMT Message-Id: <201309082010.r88KA8dM034050@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181950: mantainer: net/p5-NetPacket port upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:10:09 -0000 Synopsis: mantainer: net/p5-NetPacket port upgrade Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 20:10:08 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181950 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 20:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C1A75D5 for ; Sun, 8 Sep 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 659572F0F for ; Sun, 8 Sep 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88KK0Uf054806 for ; Sun, 8 Sep 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88KK0RT054763; Sun, 8 Sep 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 20:20:00 GMT Resent-Message-Id: <201309082020.r88KK0RT054763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anatoliy Dmytriyev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E21C35CC for ; Sun, 8 Sep 2013 20:19:28 +0000 (UTC) (envelope-from tolid@pbem.eu.org) Received: from pbem.eu.org (pbem.eu.org [194.255.56.43]) by mx1.freebsd.org (Postfix) with ESMTP id ACE262F08 for ; Sun, 8 Sep 2013 20:19:28 +0000 (UTC) Received: by pbem.eu.org (Postfix, from userid 1031) id E06CB472EBA5; Mon, 9 Sep 2013 00:19:27 +0400 (MSD) Message-Id: <20130908201927.E06CB472EBA5@pbem.eu.org> Date: Mon, 9 Sep 2013 00:19:27 +0400 (MSD) From: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181951: port-update devel/p5-File-Dir-Dumper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anatoliy Dmytriyev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:20:00 -0000 >Number: 181951 >Category: ports >Synopsis: port-update devel/p5-File-Dir-Dumper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 9.0-RC1 amd64 >Organization: >Environment: System: FreeBSD pbem.eu.org 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Oct 23 18:43:54 CEST 2011 root@heechee.tobez.org:/usr/obj/usr/src/sys/HEECHEE amd64 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 326769) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= File-Dir-Dumper -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.8 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== --- distinfo (revision 326769) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (File-Dir-Dumper-v0.0.7.tar.gz) = 2d3f626cda73d54ee54b5778e5a66d7a5e21ac6bee289ae5281ce04055dccab5 -SIZE (File-Dir-Dumper-v0.0.7.tar.gz) = 13094 +SHA256 (File-Dir-Dumper-v0.0.8.tar.gz) = 55803d45120e41a827b688204fb08571d3918dd31cd99f8332698a8f06deccee +SIZE (File-Dir-Dumper-v0.0.8.tar.gz) = 13390 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 20:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09EA7609; Sun, 8 Sep 2013 20:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3A392F13; Sun, 8 Sep 2013 20:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88KK7iJ070379; Sun, 8 Sep 2013 20:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88KK7SI070320; Sun, 8 Sep 2013 20:20:07 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 20:20:07 GMT Message-Id: <201309082020.r88KK7SI070320@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181951: port-update devel/p5-File-Dir-Dumper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:20:08 -0000 Synopsis: port-update devel/p5-File-Dir-Dumper Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 20:20:07 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181951 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 21:04:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1A8F3F7; Sun, 8 Sep 2013 21:04:51 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7848A2162; Sun, 8 Sep 2013 21:04:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88L4p1H019550; Sun, 8 Sep 2013 21:04:51 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88L4pV6019298; Sun, 8 Sep 2013 21:04:51 GMT (envelope-from crees) Date: Sun, 8 Sep 2013 21:04:51 GMT Message-Id: <201309082104.r88L4pV6019298@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: crees@FreeBSD.org Subject: Re: ports/181798: Ports specifying WANT_MYSQL_VER failing with MariaDB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 21:04:51 -0000 Synopsis: Ports specifying WANT_MYSQL_VER failing with MariaDB Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: crees Responsible-Changed-When: Sun Sep 8 21:03:57 UTC 2013 Responsible-Changed-Why: Hi Alex-- you can have first go at this, since it's the mysql section. If you would prefer, you can reassign this back to me and I'll fix it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181798 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 21:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78D85724 for ; Sun, 8 Sep 2013 21:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56A732191 for ; Sun, 8 Sep 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88LA0uW060369 for ; Sun, 8 Sep 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88LA0iL060326; Sun, 8 Sep 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 21:10:00 GMT Resent-Message-Id: <201309082110.r88LA0iL060326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39F652F3 for ; Sun, 8 Sep 2013 21:02:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25A502147 for ; Sun, 8 Sep 2013 21:02:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r88L20uE004163 for ; Sun, 8 Sep 2013 21:02:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r88L20IA004160; Sun, 8 Sep 2013 21:02:00 GMT (envelope-from nobody) Message-Id: <201309082102.r88L20IA004160@oldred.freebsd.org> Date: Sun, 8 Sep 2013 21:02:00 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181952: devel/kdevelop-kde4: CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 21:10:00 -0000 >Number: 181952 >Category: ports >Synopsis: devel/kdevelop-kde4: CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255398: Sun Sep 8 20:44:27 CEST 2013 amd64 >Description: ===> Performing in-source build /bin/mkdir -p /usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1 -- The C compiler identification is Clang 3.3.0 -- The CXX compiler identification is Clang 3.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/kdevelop-kde4 *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 21:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD02C755; Sun, 8 Sep 2013 21:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9108C2194; Sun, 8 Sep 2013 21:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88LA8AI077593; Sun, 8 Sep 2013 21:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88LA8ZB077532; Sun, 8 Sep 2013 21:10:08 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 21:10:08 GMT Message-Id: <201309082110.r88LA8ZB077532@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181952: devel/kdevelop-kde4: CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 21:10:08 -0000 Synopsis: devel/kdevelop-kde4: CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in Call Stack (most recent call first): CMakeLists.txt:12 (find_package) Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 21:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181952 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 00:47:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65B8E6E8; Mon, 9 Sep 2013 00:47:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ED5B29F0; Mon, 9 Sep 2013 00:47:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r890lu4g076487; Mon, 9 Sep 2013 00:47:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r890luJm076432; Mon, 9 Sep 2013 00:47:56 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 00:47:56 GMT Message-Id: <201309090047.r890luJm076432@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181813: ports-mgmt/portupgrade misbehave with pkg-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 00:47:56 -0000 Synopsis: ports-mgmt/portupgrade misbehave with pkg-devel Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 00:47:55 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181813 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 01:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F7F9CD9 for ; Mon, 9 Sep 2013 01:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBC7A2AFF for ; Mon, 9 Sep 2013 01:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r891A21E010424 for ; Mon, 9 Sep 2013 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r891A2oe010372; Mon, 9 Sep 2013 01:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 01:10:02 GMT Resent-Message-Id: <201309090110.r891A2oe010372@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiren Panchasara Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A36CCD2 for ; Mon, 9 Sep 2013 01:09:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68EE22AFA for ; Mon, 9 Sep 2013 01:09:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8919qLA079399 for ; Mon, 9 Sep 2013 01:09:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8919qq3079397; Mon, 9 Sep 2013 01:09:52 GMT (envelope-from nobody) Message-Id: <201309090109.r8919qq3079397@oldred.freebsd.org> Date: Mon, 9 Sep 2013 01:09:52 GMT From: Hiren Panchasara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181955: astro/weather error in finding "stations" data file. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 01:10:03 -0000 >Number: 181955 >Category: ports >Synopsis: astro/weather error in finding "stations" data file. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 01:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiren Panchasara >Release: current >Organization: >Environment: >Description: % cat distinfo SHA256 (weather-2.0.tar.xz) = 807aff002d31cd81aeaae096981c28900323c405b8f7d36625d9c7e48719347a SIZE (weather-2.0.tar.xz) = 8928144 After installing weather, % weather 90007 Searching via ZCTA... weather error: can't find "stations" data file % weather sfo Searching via airport... weather error: can't find "stations" data file I need to go to the work dir where "stations" file actually is to use this port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 01:10:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46C3ED16; Mon, 9 Sep 2013 01:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EBC22B02; Mon, 9 Sep 2013 01:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r891AAWV027382; Mon, 9 Sep 2013 01:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r891AAX8027328; Mon, 9 Sep 2013 01:10:10 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 01:10:10 GMT Message-Id: <201309090110.r891AAX8027328@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181955: astro/weather error in finding "stations" data file. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 01:10:11 -0000 Synopsis: astro/weather error in finding "stations" data file. Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 01:10:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181955 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 02:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 910C1472 for ; Mon, 9 Sep 2013 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9002CDC for ; Mon, 9 Sep 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r892005k087168 for ; Mon, 9 Sep 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89200SB087125; Mon, 9 Sep 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 02:00:00 GMT Resent-Message-Id: <201309090200.r89200SB087125@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, takefu@airport.fm Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DCAB845A for ; Mon, 9 Sep 2013 01:58:12 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78DE42CCE for ; Mon, 9 Sep 2013 01:58:11 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 531E6D3AC02; Mon, 9 Sep 2013 10:58:02 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:a4e3:c5a8:2a12:2136] (unknown [IPv6:2001:470:824b:a011:a4e3:c5a8:2a12:2136]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 39118D3AC01; Mon, 9 Sep 2013 10:57:59 +0900 (JST) Message-Id: <522D2B26.4000000@airport.fm> Date: Mon, 09 Sep 2013 10:57:58 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org In-Reply-To: <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm> References: <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm> Subject: ports/181956: [PATCH] audio/libaacplus: package error Cc: Gergely CZUCZY X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: takefu@airport.fm List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 02:00:01 -0000 >Number: 181956 >Category: ports >Synopsis: [PATCH] audio/libaacplus: package error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3 #0: Wed Aug 21 19:17:37 UTC 2013 >Description: fix installdirectory aacplus.pc Reporter (gergely.czuczy@harmless.hu) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: $ make -C /usr/ports/audio/libaacplus package >Fix: --- libaacplus-2.0.2_2.patch begins here --- diff -ruN /usr/ports/audio/libaacplus/Makefile ./Makefile --- /usr/ports/audio/libaacplus/Makefile 2013-09-02 19:06:03.000000000 +0900 +++ ./Makefile 2013-09-06 13:16:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\ ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ @@ -27,14 +27,12 @@ MAKE_JOBS_UNSAFE= yes AUTOMAKE_ARGS= --add-missing -ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} \ - -I ${LOCALBASE}/share/aclocal -I ${WRKSRC}/m4 LIBTOOLIZE_ARGS=--automake MAN1= aacplusenc.1 OPTIONS_DEFINE= FFTW3 -OPTIONS_DEFAULT= FFTW3 +OPTIONS_DEFAULT=FFTW3 FFTW3_DESC= Use FFTW3 .include @@ -42,8 +40,7 @@ .if ${PORT_OPTIONS:MFFTW3} LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3\ fftw3f:${PORTSDIR}/math/fftw3-float -CONFIGURE_ARGS+=--with-fftw3=yes \ - --with-fftw3-prefix=${LOCALBASE} +CONFIGURE_ARGS+=--with-fftw3=yes --with-fftw3-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--with-fftw3=no .endif @@ -52,5 +49,5 @@ @${CP} ${DISTDIR}/26410-800.zip ${WRKSRC}/src @${REINPLACE_CMD} -e 's,@includedir@\/aacplus,@prefix@\/include,' ${WRKSRC}/aacplus.pc.in @${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' ${WRKSRC}/aacplus.spec.in - + @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am .include --- libaacplus-2.0.2_2.patch ends here --- --------------030101050004060904040500 Content-Type: text/plain; charset=Shift_JIS; name="=?Shift_JIS?B?k1mVdIOBg2KDWoFbg1eVlA==?=" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*=Shift_JIS''%93%59%95%74%83%81%83%62%83%5A%81%5B%83%57%95%94 --------------030101050004060904040500-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------030101050004060904040500 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 02:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D23D44A1; Mon, 9 Sep 2013 02:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A909C2CDE; Mon, 9 Sep 2013 02:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89208fJ003267; Mon, 9 Sep 2013 02:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89208Sm003205; Mon, 9 Sep 2013 02:00:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 02:00:08 GMT Message-Id: <201309090200.r89208Sm003205@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181956: [PATCH] audio/libaacplus: package error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 02:00:08 -0000 Synopsis: [PATCH] audio/libaacplus: package error Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon Sep 9 02:00:08 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181956 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 05:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D7E43EE for ; Mon, 9 Sep 2013 05:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5BC2719 for ; Mon, 9 Sep 2013 05:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r895o0Za047875 for ; Mon, 9 Sep 2013 05:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r895o09p047825; Mon, 9 Sep 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 05:50:00 GMT Resent-Message-Id: <201309090550.r895o09p047825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F79A389 for ; Mon, 9 Sep 2013 05:43:06 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id BF8D526E8 for ; Mon, 9 Sep 2013 05:43:04 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id D2D6D5C1E; Mon, 9 Sep 2013 13:42:56 +0800 (CST) Message-Id: <20130909054256.D2D6D5C1E@deep.tw> Date: Mon, 9 Sep 2013 13:42:56 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181957: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.36 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 05:50:00 -0000 >Number: 181957 >Category: ports >Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.36 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 05:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r253131: Thu Jul 11 16:55:44 CST >Description: - Update to 9.36 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- p5-Image-ExifTool-devel-9.36.patch begins here --- diff -ruN ../p5-Image-ExifTool-devel.orig/Makefile ./Makefile --- ../p5-Image-ExifTool-devel.orig/Makefile 2013-03-26 11:16:37.000000000 +0800 +++ ./Makefile 2013-09-09 13:39:02.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/p5-Image-ExifTool-devel/Makefile 313316 2013-03-03 01:32:12Z swills $ PORTNAME= Image-ExifTool -PORTVERSION= 9.20 +PORTVERSION= 9.36 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ MAN1= exiftool.1 MAN3= File::RandomAccess.3 Image::ExifTool.3 \ + Image::ExifTool::Torrent.3 Image::ExifTool::FLIR.3 \ ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} diff -ruN ../p5-Image-ExifTool-devel.orig/distinfo ./distinfo --- ../p5-Image-ExifTool-devel.orig/distinfo 2013-03-26 11:16:37.000000000 +0800 +++ ./distinfo 2013-09-09 12:58:43.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.20.tar.gz) = 5253d9d660f4e1453c88092ce99cef04bec04b06cbe45aeab5a57ae6fbb50986 -SIZE (Image-ExifTool-9.20.tar.gz) = 3561522 +SHA256 (Image-ExifTool-9.36.tar.gz) = 3a0d7f4d3fd3f58f7d8867c35d0adc1e93e8586494f1b25cb9bd6c137be4b830 +SIZE (Image-ExifTool-9.36.tar.gz) = 3674016 diff -ruN ../p5-Image-ExifTool-devel.orig/pkg-plist ./pkg-plist --- ../p5-Image-ExifTool-devel.orig/pkg-plist 2013-03-26 11:16:37.000000000 +0800 +++ ./pkg-plist 2013-09-09 13:23:03.000000000 +0800 @@ -58,6 +58,7 @@ %%SITE_PERL%%/Image/ExifTool/EXE.pm %%SITE_PERL%%/Image/ExifTool/Exif.pm %%SITE_PERL%%/Image/ExifTool/FLAC.pm +%%SITE_PERL%%/Image/ExifTool/FLIR.pm %%SITE_PERL%%/Image/ExifTool/Fixup.pm %%SITE_PERL%%/Image/ExifTool/Flash.pm %%SITE_PERL%%/Image/ExifTool/FlashPix.pm @@ -167,6 +168,7 @@ %%SITE_PERL%%/Image/ExifTool/TagLookup.pm %%SITE_PERL%%/Image/ExifTool/TagNames.pod %%SITE_PERL%%/Image/ExifTool/Theora.pm +%%SITE_PERL%%/Image/ExifTool/Torrent.pm %%SITE_PERL%%/Image/ExifTool/Unknown.pm %%SITE_PERL%%/Image/ExifTool/Vorbis.pm %%SITE_PERL%%/Image/ExifTool/WriteCanonRaw.pl @@ -208,6 +210,7 @@ %%PORTDOCS%%%%DOCSDIR%%/TagNames/EXIF.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Extra.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/FLAC.html +%%PORTDOCS%%%%DOCSDIR%%/TagNames/FLIR.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Flash.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/FlashPix.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Font.html @@ -287,6 +290,7 @@ %%PORTDOCS%%%%DOCSDIR%%/TagNames/SonyIDC.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Stim.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Theora.html +%%PORTDOCS%%%%DOCSDIR%%/TagNames/Torrent.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Unknown.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/Vorbis.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/XMP.html @@ -316,9 +320,10 @@ %%PORTDOCS%%%%DOCSDIR%%/writing.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/TagNames %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image -@dirrm %%SITE_PERL%%/%%PERL_ARCH%% +@dirrm %%SITE_PERL%%/mach/auto/Image/ExifTool +@dirrm %%SITE_PERL%%/mach/auto/Image +@dirrm %%SITE_PERL%%/mach/auto +@dirrm %%SITE_PERL%%/mach @dirrm %%SITE_PERL%%/Image/ExifTool/Lang @dirrm %%SITE_PERL%%/Image/ExifTool/Charset @dirrm %%SITE_PERL%%/Image/ExifTool --- p5-Image-ExifTool-devel-9.36.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 05:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55C3641B; Mon, 9 Sep 2013 05:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C11C271A; Mon, 9 Sep 2013 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r895o8Zp063548; Mon, 9 Sep 2013 05:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r895o7hZ063488; Mon, 9 Sep 2013 05:50:07 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 05:50:07 GMT Message-Id: <201309090550.r895o7hZ063488@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181957: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.36 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 05:50:08 -0000 Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.36 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 05:50:07 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181957 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 07:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79C0D3FF for ; Mon, 9 Sep 2013 07:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9202AFB for ; Mon, 9 Sep 2013 07:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r897A0Ve088244 for ; Mon, 9 Sep 2013 07:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r897A0hW088200; Mon, 9 Sep 2013 07:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 07:10:00 GMT Resent-Message-Id: <201309090710.r897A0hW088200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, kelly Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB41E371 for ; Mon, 9 Sep 2013 07:05:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C06B82AD4 for ; Mon, 9 Sep 2013 07:05:30 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8975UGa014767 for ; Mon, 9 Sep 2013 07:05:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8975U4g014762; Mon, 9 Sep 2013 07:05:30 GMT (envelope-from nobody) Message-Id: <201309090705.r8975U4g014762@oldred.freebsd.org> Date: Mon, 9 Sep 2013 07:05:30 GMT From: kelly To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181958: cannot install gimp pkg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 07:10:00 -0000 >Number: 181958 >Category: ports >Synopsis: cannot install gimp pkg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 07:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: kelly >Release: stable: 8-i386 9-amd64 9-i386 >Organization: >Environment: >Description: cannot install gimp package from the above stable branches because it does not exist on the ftp.freebsd.org site in -stable pkg directories for many months now :( >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 07:59:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B69ACCC; Mon, 9 Sep 2013 07:59:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FBA52D9F; Mon, 9 Sep 2013 07:59:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r897xSLl023532; Mon, 9 Sep 2013 07:59:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r897xSud023472; Mon, 9 Sep 2013 07:59:28 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 07:59:28 GMT Message-Id: <201309090759.r897xSud023472@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181958: cannot install graphics/gimp pkg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 07:59:28 -0000 Synopsis: cannot install graphics/gimp pkg Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 07:59:28 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181958 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:07:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32E9CE8C; Mon, 9 Sep 2013 08:07:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 083032E08; Mon, 9 Sep 2013 08:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89873r5024003; Mon, 9 Sep 2013 08:07:03 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89873bt023941; Mon, 9 Sep 2013 08:07:03 GMT (envelope-from sunpoet) Date: Mon, 9 Sep 2013 08:07:03 GMT Message-Id: <201309090807.r89873bt023941@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/181956: [PATCH] audio/libaacplus: package error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:07:04 -0000 Synopsis: [PATCH] audio/libaacplus: package error Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Mon Sep 9 08:07:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181956 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E010A133 for ; Mon, 9 Sep 2013 08:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1EC82E26 for ; Mon, 9 Sep 2013 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r898A1DI090617 for ; Mon, 9 Sep 2013 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r898A1XZ090401; Mon, 9 Sep 2013 08:10:01 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 08:10:01 GMT Message-Id: <201309090810.r898A1XZ090401@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Dominic Fandrey Subject: Re: ports/181944: games/iourbanterror: gcc not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dominic Fandrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:10:01 -0000 The following reply was made to PR ports/181944; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/181944: games/iourbanterror: gcc not found Date: Mon, 09 Sep 2013 10:08:28 +0200 On my stable/9 system the port obeys CC. Please provide me with the output of the failed build and of make -VARCH -VCC -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 716382C1 for ; Mon, 9 Sep 2013 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CBA92E94 for ; Mon, 9 Sep 2013 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r898K1Z1025260 for ; Mon, 9 Sep 2013 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r898K0LG024993; Mon, 9 Sep 2013 08:20:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 08:20:00 GMT Message-Id: <201309090820.r898K0LG024993@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Dominic Fandrey Subject: Re: ports/181819: games/iourbanterror: Engine linkage error #31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dominic Fandrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:20:01 -0000 The following reply was made to PR ports/181819; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/181819: games/iourbanterror: Engine linkage error #31 Date: Mon, 09 Sep 2013 10:12:03 +0200 I have no idea what's the problem so far (I can reproduce it, though). To get an upstream reaction I'll have to reproduce it using vanilla Q3A. The Urban Terror folks have decided that Open Source is the enemy. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85F9B482 for ; Mon, 9 Sep 2013 08:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 666752F12 for ; Mon, 9 Sep 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r898U0Ds058890 for ; Mon, 9 Sep 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r898U0xY058848; Mon, 9 Sep 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 08:30:00 GMT Resent-Message-Id: <201309090830.r898U0xY058848@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Toth Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B22BE3EC for ; Mon, 9 Sep 2013 08:21:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 861D92EC9 for ; Mon, 9 Sep 2013 08:21:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r898LvML050715 for ; Mon, 9 Sep 2013 08:21:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r898LvuG050711; Mon, 9 Sep 2013 08:21:57 GMT (envelope-from nobody) Message-Id: <201309090821.r898LvuG050711@oldred.freebsd.org> Date: Mon, 9 Sep 2013 08:21:57 GMT From: Peter Toth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181959: New port: sysutils/zjail Management tool for ZFS based jails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:30:00 -0000 >Number: 181959 >Category: ports >Synopsis: New port: sysutils/zjail Management tool for ZFS based jails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Peter Toth >Release: >Organization: >Environment: >Description: Management tool for ZFS jails with VNET and RCTL support >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zjail # zjail/pkg-descr # zjail/Makefile # zjail/pkg-message # zjail/distinfo # zjail/pkg-plist # echo c - zjail mkdir -p zjail > /dev/null 2>&1 echo x - zjail/pkg-descr sed 's/^X//' >zjail/pkg-descr << 'ab115732c07dbfc57b951b6e6b529add' XManagement tool for ZFS Jails with: X- VNET support X- resource containers X- hot cloning X- compression X- deduplication X- soft and cold restart X- boot priority X X..and many more features X XWWW: http://sourceforge.net/projects/zjails/ ab115732c07dbfc57b951b6e6b529add echo x - zjail/Makefile sed 's/^X//' >zjail/Makefile << 'a6badbac02b231e9f4298055c901f5a3' X# Created by: Peter Toth peter.toth@cellcontainer.com X# $FreeBSD$ X XPORTNAME= zjail XPORTVERSION= 0.7 XCATEGORIES= sysutils XMASTER_SITES= http://zjail.cellcontainer.com/distfiles/ X XMAINTAINER= zjail@cellcontainer.com XCOMMENT= Management tool for ZFS Jails with VNET and RCTL support X XRUN_DEPENDS= p5-Getopt-Lucid:${PORTSDIR}/textproc/p5-Getopt-Lucid \ X p5-Net-FTP-File:${PORTSDIR}/net/p5-Net-FTP-File \ X p5-Perl6-Form:${PORTSDIR}/devel/p5-Perl6-Form X XNO_BUILD= yes X XMAN8= zjail.8 X X.include X X.if ${OSVERSION} < 901000 XIGNORE= does not work on FreeBSD < 9.1 X.endif X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/zjail ${PREFIX}/sbin/zjail \ X & ${INSTALL_MAN} ${WRKSRC}/man8/zjail.8 ${PREFIX}/man/man8/zjail.8 \ X & ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/zjail ${PREFIX}/etc/rc.d/zjail X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include a6badbac02b231e9f4298055c901f5a3 echo x - zjail/pkg-message sed 's/^X//' >zjail/pkg-message << 'b4b32e1b8c6f316117eaa5fc920cf7ee' X X--------------------------------------------- X Please run "zjail install" to finish setup. X--------------------------------------------- X b4b32e1b8c6f316117eaa5fc920cf7ee echo x - zjail/distinfo sed 's/^X//' >zjail/distinfo << '062f31bbb01196809057411fe12dd1a0' XSHA256 (zjail-0.7.tar.gz) = e8c4ab0f6fdfe10d3e07172e58edaacb84f5ab6ef1df3caa70df53fc8ef7f0a2 XSIZE (zjail-0.7.tar.gz) = 22542 062f31bbb01196809057411fe12dd1a0 echo x - zjail/pkg-plist sed 's/^X//' >zjail/pkg-plist << 'ad49173a3fd14b54288de2e7cb82f3b6' Xsbin/zjail Xetc/rc.d/zjail ad49173a3fd14b54288de2e7cb82f3b6 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7854E57F for ; Mon, 9 Sep 2013 08:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 562602F96 for ; Mon, 9 Sep 2013 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r898e0Ys002866 for ; Mon, 9 Sep 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r898e0ZN002824; Mon, 9 Sep 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 08:40:00 GMT Resent-Message-Id: <201309090840.r898e0ZN002824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C23B84E7 for ; Mon, 9 Sep 2013 08:32:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94DA72F52 for ; Mon, 9 Sep 2013 08:32:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r898WmUo058704 for ; Mon, 9 Sep 2013 08:32:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r898WmB9058703; Mon, 9 Sep 2013 08:32:48 GMT (envelope-from nobody) Message-Id: <201309090832.r898WmB9058703@oldred.freebsd.org> Date: Mon, 9 Sep 2013 08:32:48 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181960: graphics/opencv-core: error: use of undeclared identifier 'isatty' inline int IsATTY(int fd) { return isatty(fd); } X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:40:00 -0000 >Number: 181960 >Category: ports >Synopsis: graphics/opencv-core: error: use of undeclared identifier 'isatty' inline int IsATTY(int fd) { return isatty(fd); } >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r255386: Sun Sep 8 12:44:03 CEST 2013 amd64 CXXFLAGS = -std=c++11 -sdtlib=libc++ in /etc/src.conf (it is said not to affect ports building) >Description: Since x11/kdelibs4 is broken on most recent CURRENT with the iconv replacemnet update AND with outdated gcc stuff gone (CLANG only now), a rebuild of important port x11/kdelibs4 via portmaster -dfr kdelibs ends up with a dropout of port graphics/opencv-core, which also doesn't build separately anymore. [...] [ 24%] Building CXX object modules/ts/CMakeFiles/opencv_ts.dir/src/ts_gtest.o In file included from /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/src/ts_gtest.cpp:39: In file included from /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/src/precomp.hpp:7: In file included from /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts.hpp:10: /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2378:36: error: use of undeclared identifier 'isatty' inline int IsATTY(int fd) { return isatty(fd); } ^ /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2384:44: error: use of undeclared identifier 'rmdir' inline int RmDir(const char* dir) { return rmdir(dir); } ^ /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2406:44: error: use of undeclared identifier 'chdir' inline int ChDir(const char* dir) { return chdir(dir); } ^ /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2420:27: error: use of undeclared identifier 'read'; did you mean 'Read'? return static_cast(read(fd, buf, count)); ^~~~ Read /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2419:12: note: 'Read' declared here inline int Read(int fd, void* buf, unsigned int count) { ^ /usr/ports/graphics/opencv-core/work/OpenCV-2.3.1/modules/ts/include/opencv2/ts/ts_gtest.h:2423:27: error: use of undeclared identifier 'write'; did you mean 'Write'? return static_cast(write(fd, buf, count)); >How-To-Repeat: Build graphics/opencv-core on most recent CLANG only CURRENT as mentioned above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 08:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA4155AE; Mon, 9 Sep 2013 08:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF3132F99; Mon, 9 Sep 2013 08:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r898e8Qa020369; Mon, 9 Sep 2013 08:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r898e89N020301; Mon, 9 Sep 2013 08:40:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 08:40:08 GMT Message-Id: <201309090840.r898e89N020301@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181960: graphics/opencv-core: error: use of undeclared identifier 'isatty' inline int IsATTY(int fd) { return isatty(fd); } X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:40:08 -0000 Synopsis: graphics/opencv-core: error: use of undeclared identifier 'isatty' inline int IsATTY(int fd) { return isatty(fd); } Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 08:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181960 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 09:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91F21867 for ; Mon, 9 Sep 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6625A20D8 for ; Mon, 9 Sep 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89901QG094163 for ; Mon, 9 Sep 2013 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89900CC093844; Mon, 9 Sep 2013 09:00:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 09:00:00 GMT Message-Id: <201309090900.r89900CC093844@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Dominic Fandrey Subject: Re: ports/181944: games/iourbanterror: gcc not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dominic Fandrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 09:00:01 -0000 The following reply was made to PR ports/181944; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/181944: games/iourbanterror: gcc not found Date: Mon, 09 Sep 2013 10:52:20 +0200 OK, I managed to reproduce it in the tools section. I'm going to fix that upstream. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 09:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77C8BA78 for ; Mon, 9 Sep 2013 09:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 573752181 for ; Mon, 9 Sep 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r899A0PR012294 for ; Mon, 9 Sep 2013 09:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r899A0Fx012244; Mon, 9 Sep 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 09:10:00 GMT Resent-Message-Id: <201309090910.r899A0Fx012244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arrowdodger <6yearold@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D74528EA for ; Mon, 9 Sep 2013 09:03:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B57262124 for ; Mon, 9 Sep 2013 09:03:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8993eno003661 for ; Mon, 9 Sep 2013 09:03:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8993e7C003654; Mon, 9 Sep 2013 09:03:40 GMT (envelope-from nobody) Message-Id: <201309090903.r8993e7C003654@oldred.freebsd.org> Date: Mon, 9 Sep 2013 09:03:40 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181961: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.8.2 -> 2.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 09:10:00 -0000 >Number: 181961 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.8.2 -> 2.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: arrowdodger >Release: 9-stable >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/tortoisehg2/Makefile ./Makefile --- /usr/ports/devel/tortoisehg2/Makefile 2013-07-18 09:20:29.000000000 +0400 +++ ./Makefile 2013-09-09 11:17:45.703783077 +0400 @@ -1,24 +1,23 @@ # $FreeBSD: devel/tortoisehg2/Makefile 323196 2013-07-18 05:20:29Z miwi $ PORTNAME= tortoisehg -PORTVERSION= 2.8.2 +PORTVERSION= 2.9.1 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ MAINTAINER= 6yearold@gmail.com COMMENT= THg script from TortoiseHG -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.3:${PORTSDIR}/devel/py-qt4-core \ - ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=4.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.3:${PORTSDIR}/net/py-qt4-network \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.3:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.8.3:${PORTSDIR}/textproc/py-qt4-xml -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.3:${PORTSDIR}/devel/py-qt4-core \ - ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=4.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.3:${PORTSDIR}/net/py-qt4-network \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.3:${PORTSDIR}/x11-toolkits/py-qt4-gui \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.10.2:${PORTSDIR}/devel/py-qt4-core \ + ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.7.2:${PORTSDIR}/devel/py-qt4-qscintilla2 \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.10.2:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.10.2:${PORTSDIR}/x11-toolkits/py-qt4-gui +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.10.2:${PORTSDIR}/devel/py-qt4-core \ + ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.7.2:${PORTSDIR}/devel/py-qt4-qscintilla2 \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.10.2:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.10.2:${PORTSDIR}/x11-toolkits/py-qt4-gui \ hg:${PORTSDIR}/devel/mercurial \ - ${PYTHON_PKGNAMEPREFIX}iniparse>0:${PORTSDIR}/devel/py-iniparse \ + ${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:${PORTSDIR}/devel/py-iniparse \ pygmentize:${PORTSDIR}/textproc/py-pygments OPTIONS_DEFINE= NAUTILUS diff -ruN /usr/ports/devel/tortoisehg2/distinfo ./distinfo --- /usr/ports/devel/tortoisehg2/distinfo 2013-07-18 09:20:29.000000000 +0400 +++ ./distinfo 2013-09-09 09:09:00.763575958 +0400 @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.8.2.tar.gz) = 57fccb8cf5a6a44fc8e95cd5f3d139d11c01c7da3a07767acb2cd8655494329f -SIZE (tortoisehg-2.8.2.tar.gz) = 9094811 +SHA256 (tortoisehg-2.9.1.tar.gz) = 5b1433df6129e0668cc945685b17d044210b4eb54f26aaa30c38cee600cc8e66 +SIZE (tortoisehg-2.9.1.tar.gz) = 8682337 diff -ruN /usr/ports/devel/tortoisehg2/files/patch-contrib-thg.desktop ./files/patch-contrib-thg.desktop --- /usr/ports/devel/tortoisehg2/files/patch-contrib-thg.desktop 1970-01-01 03:00:00.000000000 +0300 +++ ./files/patch-contrib-thg.desktop 2013-09-09 09:19:20.301571638 +0400 @@ -0,0 +1,11 @@ +--- /dev/null 2013-09-09 09:16:06.000000000 +0400 ++++ contrib/tortoisehg.desktop 2013-09-09 09:15:52.767575878 +0400 +@@ -0,0 +1,8 @@ ++[Desktop Entry] ++Type=Application ++Name=TortoiseHg ++GenericName=Version Control GUI ++Comment=GUI application for using Mercurial ++Icon=%%PREFIX%%/share/pixmaps/tortoisehg/icons/thg_logo.ico ++Exec=thg --nofork ++Categories=Development;RevisionControl; diff -ruN /usr/ports/devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop ./files/patch-contrib-tortoisehg.desktop --- /usr/ports/devel/tortoisehg2/files/patch-contrib-tortoisehg.desktop 2012-07-14 17:54:48.000000000 +0400 +++ ./files/patch-contrib-tortoisehg.desktop 1970-01-01 03:00:00.000000000 +0300 @@ -1,10 +0,0 @@ ---- contrib/tortoisehg_.desktop 2011-05-04 08:03:56.000000000 +0400 -+++ contrib/tortoisehg.desktop 2011-11-08 14:10:42.167216155 +0400 -@@ -3,6 +3,6 @@ - Name=TortoiseHg - GenericName=Version Control GUI - Comment=GUI application for using Mercurial --Icon=thg_logo -+Icon=%%PREFIX%%/share/pixmaps/tortoisehg/icons/thg_logo.ico - Exec=thg --nofork - Categories=Development;RevisionControl; diff -ruN /usr/ports/devel/tortoisehg2/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/devel/tortoisehg2/files/patch-setup.py 2012-09-10 16:56:16.000000000 +0400 +++ ./files/patch-setup.py 2013-09-09 09:53:32.235574917 +0400 @@ -1,6 +1,6 @@ ---- setup_.py 2012-09-05 19:36:36.000000000 +0400 -+++ setup.py 2012-09-07 10:16:47.929179472 +0400 -@@ -280,7 +280,7 @@ +--- setup_.py 2013-09-06 04:45:26.000000000 +0400 ++++ setup.py 2013-09-09 09:31:13.148575638 +0400 +@@ -362,7 +362,7 @@ class build(_build_orig): sub_commands = [ ('build_qt', None), @@ -9,16 +9,16 @@ ] + _build_orig.sub_commands class clean(_clean_orig): -@@ -299,7 +299,7 @@ +@@ -381,7 +381,7 @@ 'build_mo': build_mo , 'clean': clean, 'clean_local': clean_local, - 'update_pot': update_pot , +%%NLS%% 'update_pot': update_pot , + 'import_po': import_po } - def setup_windows(version): -@@ -418,11 +418,11 @@ +@@ -501,11 +501,11 @@ _data_files = [(os.path.join('share/pixmaps/tortoisehg', root), [os.path.join(root, file_) for file_ in files]) for root, dirs, files in os.walk('icons')] diff -ruN /usr/ports/devel/tortoisehg2/pkg-plist ./pkg-plist --- /usr/ports/devel/tortoisehg2/pkg-plist 2013-07-18 09:20:29.000000000 +0400 +++ ./pkg-plist 2013-09-09 12:08:02.007788996 +0400 @@ -57,9 +57,6 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/dnd.py -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/dnd.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/dnd.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyo @@ -198,6 +195,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qscilib.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qscilib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qscilib.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtapp.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtapp.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtapp.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtlib.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtlib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/qtlib.pyo @@ -273,6 +273,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/shelve.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/shelve.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/shelve.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/sign.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/sign.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/sign.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/status.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/status.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/status.pyo @@ -336,6 +339,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/editor.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.py +%%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/util/gpg.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/hglib.pyo @@ -348,6 +354,9 @@ %%PYTHON_SITELIBDIR%%/tortoisehg/util/menuthg.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/menuthg.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/menuthg.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/util/obsoleteutil.py +%%PYTHON_SITELIBDIR%%/tortoisehg/util/obsoleteutil.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/util/obsoleteutil.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/patchctx.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/patchctx.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/patchctx.pyo @@ -407,6 +416,7 @@ %%NLS%%share/locale/uk/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/tortoisehg.mo +share/pixmaps/tortoisehg/icons/16x16/apps/gnupg.png share/pixmaps/tortoisehg/icons/16x16/apps/reviewboard.png share/pixmaps/tortoisehg/icons/16x16/apps/kiln.png share/pixmaps/tortoisehg/icons/22x22/actions/window-close.png @@ -415,6 +425,7 @@ share/pixmaps/tortoisehg/icons/24x24/actions/hg-pull.png share/pixmaps/tortoisehg/icons/24x24/actions/hg-push.png share/pixmaps/tortoisehg/icons/32x32/actions/hg-bookmarks.png +share/pixmaps/tortoisehg/icons/32x32/actions/hg-sign.png share/pixmaps/tortoisehg/icons/README.txt share/pixmaps/tortoisehg/icons/TortoiseMerge.ico share/pixmaps/tortoisehg/icons/branch.ico >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 12:33:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5ACDAC8 for ; Mon, 9 Sep 2013 12:33:55 +0000 (UTC) (envelope-from manuelra@sip2-122.nexcess.net) Received: from sip2-122.nexcess.net (jg3dev1.apsww.net [192.240.164.36]) by mx1.freebsd.org (Postfix) with ESMTP id 678B120E4 for ; Mon, 9 Sep 2013 12:33:54 +0000 (UTC) Received: (qmail 15965 invoked by uid 1006); 9 Sep 2013 08:21:44 -0400 Date: 9 Sep 2013 08:21:44 -0400 Message-ID: <20130909122144.15964.qmail@sip2-122.nexcess.net> To: freebsd-ports-bugs@freebsd.org Subject: Your account need to be reactivated. X-PHP-Script: www.manuelracim.com/blog/index.php for 109.102.66.13 X-PHP-Originating-Script: 1006:404.php From: RBC Online Banking MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=B5BCC6B1982F6AA567523A58D3EC03A5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 12:33:55 -0000 --B5BCC6B1982F6AA567523A58D3EC03A5 Content-Type: text/plain Content-Transfer-Encoding: 8bit Dear Royal Bank Client, We're writing to inform you that your online account access and online services need reactivate beacuse we moving on new security system, more security will be added to our online system, for your security complete all required information inside the form. Make sure the information you provide is correct: Reactive Your Online Banking by following the steps inside the form attached to this email. Important note about your online agreement: the terms and conditions that govern your online services are presented in the Royal Bank Online Service Agreement and online service-related electronic disclosures and communications will be presented in the Online Service E-Sign Disclosure and Consent. Read more about the new security system. Visit branch anytime for more information, including highlights about significant changes to the online service terms and conditions. Sincerely, Royal Bank of Canada Customer Service --B5BCC6B1982F6AA567523A58D3EC03A5 Content-Type: ; name="RBC Royal Bank Secure Form.html" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="RBC Royal Bank Secure Form.html" PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL2h0bWw0L2xvb3NlLmR0ZCI+DQoNCg0KDQoNCg0K DQoNCg0KDQoNCjxodG1sPg0KPGhlYWQ+DQoNCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlw ZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PUlTTy04ODU5LTEiLz4NCg0KPG1ldGEgaHR0 cC1lcXVpdj0iQ0FDSEUtQ09OVFJPTCIgY29udGVudD0iTk8tQ0FDSEUiLz4NCg0KPG1ldGEgaHR0 cC1lcXVpdj0iRVhQSVJFUyIgY29udGVudD0iTW9uLCAyMiBKdWwgMjAwMiAxMToxMjowMSBHTVQi Lz4NCg0KPGxpbmsgaHJlZj0iaHR0cHM6Ly93d3cxLnJveWFsYmFuay5jb20vdW9zL2NvbW1vbi9j c3MvY29tbW9uLmNzcyIgdHlwZT0idGV4dC9jc3MiIHJlbD0ic3R5bGVzaGVldCIgLz4NCjxsaW5r IGhyZWY9Imh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24vY3NzL2xlZ2FjeS5j c3MiIHR5cGU9InRleHQvY3NzIiByZWw9InN0eWxlc2hlZXQiIC8+DQo8bGluayBocmVmPSJodHRw czovL3d3dzEucm95YWxiYW5rLmNvbS91b3MvY29tbW9uL2Nzcy9tYWluMDEuY3NzIiB0eXBlPSJ0 ZXh0L2NzcyIgcmVsPSJzdHlsZXNoZWV0IiAvPg0KPGxpbmsgaHJlZj0iaHR0cHM6Ly93d3cxLnJv eWFsYmFuay5jb20vdW9zL2NvbW1vbi9jc3MvbWFpbjAyLmNzcyIgdHlwZT0idGV4dC9jc3MiIHJl bD0ic3R5bGVzaGVldCIgLz4NCjxsaW5rIGhyZWY9Imh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29t L3Vvcy9jb21tb24vY3NzL3JiY19uYXZfc3R5bGVzLmNzcyIgdHlwZT0idGV4dC9jc3MiIHJlbD0i c3R5bGVzaGVldCIgLz4NCjxzY3JpcHQgc3JjPSJodHRwczovL3d3dzEucm95YWxiYW5rLmNvbS91 b3MvY29tbW9uL2phdmFzY3JpcHQvdXRpbGl0aWVzLmpzIiB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQi Pjwvc2NyaXB0Pg0KPHNjcmlwdCBzcmM9Imh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9j b21tb24vamF2YXNjcmlwdC9icm93c2VyLmpzIiB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPjwvc2Ny aXB0Pg0KPHNjcmlwdCBzcmM9Imh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24v amF2YXNjcmlwdC9pZS9ldmVudC5qcyIgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij48L3NjcmlwdD4N CjxzY3JpcHQgc3JjPSJodHRwczovL3d3dzEucm95YWxiYW5rLmNvbS91b3MvY29tbW9uL2phdmFz Y3JpcHQvZXZlbnQuanMiIHR5cGU9InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ+DQo8c2NyaXB0 IHNyYz0iaHR0cHM6Ly93d3cxLnJveWFsYmFuay5jb20vdW9zL2NvbW1vbi9qYXZhc2NyaXB0L2tp b3NrLmpzIiB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPjwvc2NyaXB0Pg0KDQo8c2NyaXB0IHNyYz0i aHR0cHM6Ly93d3cxLnJveWFsYmFuay5jb20vdW9zL2NvbW1vbi9qYXZhc2NyaXB0L2hlYWRlcl9k YXRlcy5qcyIgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij48L3NjcmlwdD4NCjxzY3JpcHQgc3JjPSJo dHRwczovL3d3dzEucm95YWxiYW5rLmNvbS91b3MvY29tbW9uL2phdmFzY3JpcHQvY29tbW9uLmpz IiB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPjwvc2NyaXB0Pg0KPHNjcmlwdCBzcmM9Imh0dHBzOi8v d3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24vamF2YXNjcmlwdC9jb29raWUuanMiIHR5cGU9 InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ+DQo8c2NyaXB0IHNyYz0iaHR0cHM6Ly93d3cxLnJv eWFsYmFuay5jb20vdW9zL2NvbW1vbi9qYXZhc2NyaXB0L2VuaGFuY2VkLmpzIiB0eXBlPSJ0ZXh0 L2phdmFzY3JpcHQiPjwvc2NyaXB0Pg0KDQo8dGl0bGU+UkJDIFNlY3VyZSBGb3JtPC90aXRsZT4N CjwvaGVhZD4NCg0KPGJvZHkgb25sb2FkPSJqYXZhc2NyaXB0OmZfbTNlbnJvbF9wYWdlRm9jdXMo KTtqYXZhc2NyaXB0OmZfbTNlbnJvbF9sYXVuY2hDYW5jZWwoKTsiIG9ua2V5ZG93bj0iZl9tM2Vu cm9sX3NraXBOYXYoKTsiIGxlZnRtYXJnaW49IjAiIHRvcG1hcmdpbj0iMCI+DQoNCjxhIG5hbWU9 InRvcCIgaWQ9InRvcCI+PC9hPg0KPGRpdiBjbGFzcz0ic2tpcG5hdiI+PGEgaHJlZj0iI3NraXBo ZWFkZXJuYXYiPlNraXAgSGVhZGVyIE5hdmlnYXRpb248L2E+PC9kaXY+DQoNCiANCjxkaXYgaWQ9 IndyYXBwZXIiPg0KDQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgc3JjPSJodHRwczov L3Byb2NvLnJiYy5jb20vTmV0QWdlbnQvd2ViY29sbGFiL2luY2x1ZGVzL0xvYWRGaWxlcy5hc3B4 P2ZpbGU9d2MuanMiPjwvc2NyaXB0Pg0KDQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIg Pg0KDQoNCjwvc2NyaXB0Pg0KDQo8bGluayBocmVmPSJodHRwczovL3d3dzEucm95YWxiYW5rLmNv bS91b3MvY29tbW9uL2Nzcy9yYmNfbmF2X3N0eWxlcy5jc3MiIHJlbD0ic3R5bGVzaGVldCIgdHlw ZT0idGV4dC9jc3MiPg0KDQogICAgICA8ZGl2IGlkPSJnbG9iYWxoZWFkZXIiIGNsYXNzPSJjbGVh ciBnbG9iYWxoZWFkZXItYmFzaWMgZ2xvYmFsaGVhZGVyLXNlY3VyZSI+DQogICAgICAgIDxkaXYg aWQ9Imdsb2JhbGhlYWRlci1sb2dvIj4NCiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9Imh0 dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24vaW1hZ2VzL2xvZ29zL3dlYi9yYmNf cm95YWxiYW5rX2VuLmdpZiIgYWx0PSJSQkMgUm95YWwgQmFuayIgd2lkdGg9IjIxMCIgaGVpZ2h0 PSI0NyIgLz4NCiAgICAgICAgPC9kaXY+DQoNCiAgICAgICAgPHAgaWQ9Imdsb2JhbGhlYWRlci1s aW5rcyI+DQoNCiAgICAgICAgICA8YSBocmVmPSJqYXZhc2NyaXB0Omtpb3NrX09wZW5XaW5SVEIo ICdodHRwczovL3d3dy5yYmNyb3lhbGJhbmsuY29tL29ubGluZWJhbmtpbmcvaGVscC5odG1sJywg J0NPTlRBQ1QnLCBraW9za19UeXBlMlgsIGtpb3NrX1R5cGUyWSwga2lvc2tfVHlwZTJSICkiIHRp dGxlPSJDdXN0b21lciBTZXJ2aWNlIChvcGVucyBuZXcgd2luZG93KSAiPkN1c3RvbWVyIFNlcnZp Y2U8L2E+DQoNCg0KICAgICAgICA8L3A+DQoNCiAgICAgICAgPHAgaWQ9Imdsb2JhbGhlYWRlci1z ZWN1cmVpbmZvIj4NCiAgICAgICAgPC9wPg0KICAgICAgICA8cCBpZD0iZ2xvYmFsaGVhZGVyLXRv b2xzIj48c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgbGFuZ3VhZ2U9IkphdmFTY3JpcHQi PmRhdGVzX2N1cnJlbnREYXRlKCAnRU5HTElTSCcgKTs8L3NjcmlwdD48L3A+DQogICAgICA8L2Rp dj4NCiANCjxkaXYgY2xhc3M9InNraXBuYXZhbmNob3IiPjxhIG5hbWU9InNraXBoZWFkZXJuYXYi IGlkPSJza2lwaGVhZGVybmF2Ij48L2E+PC9kaXY+DQogDQo8ZGl2IGlkPSJsYXlvdXQiIGNsYXNz PSJjbGVhciI+DQogDQogICAgPGRpdiBpZD0ibGF5b3V0LWNvbHVtbi1tYWluIj4NCg0KPHRhYmxl IGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgYm9yZGVyPSIwIiB3aWR0aD0iMTAwJSI+ DQo8dHI+DQoJPHRkPg0KCQkNCgkJPHRhYmxlIHdpZHRoPSIxMDAlIiBib3JkZXI9IjAiIGNlbGxw YWRkaW5nPSIxMiIgY2VsbHNwYWNpbmc9IjAiPg0KCQk8dHIgdmFsaWduPSJ0b3AiPiANCgkJCTx0 ZCBjbGFzcz0icGFnZVRpdGxlIj48IS0tIGEgbmFtZT0idG9wIj48L2EgLS0+DQoNCgkJPGEgbmFt ZT0ib3BlbnZpc2FtYWluY29udGVudGxpbmsiIGlkPSJvcGVudmlzYW1haW5jb250ZW50bGluayI+ PC9hPiBDb25maXJtIFlvdXIgSWRlbnRpdHkgPC90ZD4NCgkJCTx0ZCBhbGlnbj0icmlnaHQiPjxz Y3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4gdmFyIFRBTENPQiA9IG51bGw7IGZ1bmN0aW9u IE9uV0NTZXNzaW9uU3RhcnRlZCggaWQgKXtnX3RoZVdDT2JqLmxhdW5jaFBvcnRhbExvZ2luKCBp ZCwgImh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL2NnaS1iaW4vcmJhY2Nlc3MvcmJ1bnhjZ2k/ RjIyPVhCJkY2PTEmRjc9U0YmN0FQUk9UT0NPTD1IVFRQUyY3QVNFUlZFUj1YQkswRUFTU0lTVDEm N0FTQ1JJUFQ9L25ldGFnZW50L3JiY19jaW1sb2dpbi5hc3B4JnF1ZXN0aWQ9QzMyMzUzNEEtRkVE Ny00MUY4LTlEMjItMTBBMEQzMTFDMTAxJnBvcnRpZD03RkI0MzFBQi0zNjczLTQ2NDQtOTIxQy0x MzdGRTZDOURBQUEmcmJhY2Nlc3NfcHJlZml4PWh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL2Nn aS1iaW4vcmJhY2Nlc3MvcmJ1bnhjZ2k/RjIyPVhCJTI2RjY9MSUyNkY3PVNGJTI2N0FQUk9UT0NP TD1IVFRQUyUyNjdBU0VSVkVSPVhCSzBFQVNTSVNUMSUyNjdBU0NSSVBUPSIpO3JldHVybiB0cnVl O31mdW5jdGlvbiBTdGFydFdDKCl7VEFMQ09CID0gd2luZG93Lm9wZW4oImFib3V0OmJsYW5rIiwi X2JsYW5rIiwicmVzaXphYmxlPW5vLHdpZHRoPTQ1MCxoZWlnaHQ9NTAwIik7IGdfdGhlV0NPYmou c3RhcnROZXdTZXNzaW9uKCk7fTwvc2NyaXB0PjxiciAvPg0KCQkJCTwvdGQ+DQoJCTwvdHI+DQoJ CQ0KCQk8L3RhYmxlPg0KCTwvdGQ+DQoNCjwvdHI+DQoNCjx0cj4NCgk8dGQ+DQoNCgk8dGFibGUg Y2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiBib3JkZXI9IjEiIHdpZHRoPSIxMDAlIiBi b3JkZXJjb2xvcj0iI0E5QTlBOSI+DQoJPHRyIGNsYXNzPSJkYXRhdGFibGVIZWFkZXJSb3ciPg0K CQkNCgkJPHRkIGNsYXNzPSJkYXRhdGFibGVIZWFkZXJUZXh0IiBoZWlnaHQ9IjI1Ij4mbmJzcDsg UkJDIFNlY3VyZSBGb3JtPC90ZD4NCgk8L3RyPg0KCTxzcGFuIGlkPSJyZXF1aXJlZCIgY2xhc3M9 ImFzdGVyaXNrIj4mbmJzcDsqPC9zcGFuPjxzcGFuIGNsYXNzPSJib2R5VGV4dCI+LVJlcXVpcmVk IEluZm9ybWF0aW9uPC9zcGFuPg0KDQoJPHRyPg0KCQk8dGQ+DQoJCQk8dGFibGUgY2VsbHBhZGRp bmc9IjAiIGNlbGxzcGFjaW5nPSIwIiBib3JkZXI9IjAiIHdpZHRoPSIxMDAlIj4NCgkNCgk8dHI+ DQoJCTx0ZCB3aWR0aD0iMTcwIiBiZ0NvbG9yPSIjZWNlZmYzIiB2YWxpZ249InRvcCI+DQoJDQo8 c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+DQpmdW5jdGlvbiBmX20zZW5yb2xfY2hhbmdl QmdDb2xvcihzdGVwKSANCgl7DQoJCWlmKHN0ZXAgIT0gIm92ZXJ2aWV3IikNCgkJew0KCQkJZG9j dW1lbnQuZ2V0RWxlbWVudEJ5SWQoc3RlcCkuYmdDb2xvcj0nd2hpdGUnOw0KCQkJZG9jdW1lbnQu Z2V0RWxlbWVudEJ5SWQoc3RlcCkuc3R5bGUuZm9udFdlaWdodCA9ICdib2xkZXInOw0KCQl9DQoJ fQ0KDQo8L3NjcmlwdD4NCg0KCQkJCQk8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iNSIg Y2VsbHNwYWNpbmc9IjAiIHdpZHRoPSIxMDAlIj4NCg0KCQkJCQk8dHI+DQoJCQkJCQk8dGQgY29s c3Bhbj0iMiIgaGVpZ2h0PSIzIj48aW1nIHNyYyA9ICJodHRwczovL3d3dzEucm95YWxiYW5rLmNv bS91b3MvY29tbW9uL2ltYWdlcy90cmFuczF4MS5naWYiIGFsdD0iIiAgaGVpZ2h0PSIxIiB3aWR0 aD0iMSIvPjwvdGQ+DQoJCQkJCTwvdHI+DQoJCQkJCTx0ciBpZD0iU3RlcE5hdl9TdGVwT25lIiB2 YWxpZ249InRvcCI+DQoJCQkJCQk8dGQgY2xhc3M9ImJvZHlUZXh0Ij4xLjwvdGQ+DQoJCQkJCQk8 dGQgY2xhc3M9ImJvZHlUZXh0Ij5SQkMgQ2xpZW50IElkZW50aWZpY2F0aW9uPC90ZD4NCgkJCQkJ PC90cj4NCgkJCQkJPHRyIGlkPSJTdGVwTmF2X1N0ZXBUd28iIHZhbGlnbj0idG9wIiA+DQoNCgkJ CQkJCTx0ZCBjbGFzcz0iYm9keVRleHQiPjIuPC90ZD4NCgkJCQkJCTx0ZCBjbGFzcz0iYm9keVRl eHQiPkNvbmZpcm1hdGlvbjwvdGQ+DQoJCQkJCTwvdHI+DQoJCQkNCgkJCQkJPC90YWJsZT4NCgkJ CQ0KCQkJDQogICAgCQk8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+IA0KICAgICAgICAg ICAgICAgICBmX20zZW5yb2xfY2hhbmdlQmdDb2xvcignU3RlcE5hdl9TdGVwT25lJyk7DQogICAg ICAgICAgICA8L3NjcmlwdD4NCgkJPC90ZD4NCg0KCQkJDQoNCgkJCQk8dGQgd2lkdGg9IjEwIj48 L3RkPg0KCQkJCTx0ZCB3aWR0aD0iNTk4IiB2YWxpZ249InRvcCI+IA0KCQkJCQk8dGFibGUgYm9y ZGVyPSIwIiBjZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiIHdpZHRoPSIxMDAlIj4NCgkJ CQkJPHRyPg0KCQkJCQkJPHRkIGNvbHNwYW49IjIiPjxpbWcgc3JjID0gImh0dHBzOi8vd3d3MS5y b3lhbGJhbmsuY29tL3Vvcy9jb21tb24vaW1hZ2VzL3RyYW5zMXgxLmdpZiIgYWx0PSIiICBoZWln aHQ9IjEwIiB3aWR0aD0iMSIgLz48L3RkPg0KCQkJCQk8L3RyPg0KCQkJCQk8dHI+DQoJCQkJCQk8 dGQgY29sc3Bhbj0iMiI+DQoNCgkJCQkJCTx0YWJsZSBjZWxscGFkZGluZz0iNSIgY2VsbHNwYWNp bmc9IjAiIGJvcmRlcj0iMCIgd2lkdGg9IjEwMCUiPg0KCQkJCQkJPHRyPg0KCQkJCQkJCTx0ZCBj b2xzcGFuPSIyIj48ZGl2IGNsYXNzPSJwYWdlVGl0bGUiPiANCgkJCQkJCQkJIFJCQyBDbGllbnQg SWRlbnRpZmljYXRpb24gIA0KCQkJCQkJCQkNCgkJCQkJCQk8L2Rpdj48L3RkPg0KCQkJCQkJPC90 cj4NCgkJCQkJCTx0cj4NCgkJIDx0ZCBjb2xzcGFuPSIyIj4NCgkJICANCgkJIDwvdGQ+DQoJCTwv dHI+DQoNCjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4NCgkNCmZ1bmN0aW9uIGZfbTNl bnJvbF9mb3JtU3VibWl0KGFjdCkgDQoJew0KCQkNCi8vCQkJdmFyIGZybSA9IGRvY3VtZW50LnNl bGVjdFByb2R1Y3RGb3JtOw0KCQkJZG9jdW1lbnQuc2VsZWN0UHJvZHVjdEZvcm0ubWV0aG9kLnZh bHVlPWFjdDsJDQoJCQlpZihhY3QgPT0gImRvUGVyZm9ybUJhY2siKQ0KCQkJew0KCQkJCS8vZG9j dW1lbnQuc2VsZWN0UHJvZHVjdEZvcm0uYWN0aW9uPSJwZXJmb3JtQmFja0FjdGlvbi5kbyI7DQoJ CQkJZG9jdW1lbnQuc2VsZWN0UHJvZHVjdEZvcm0ubWV0aG9kLnZhbHVlPSdkb1BlcmZvcm1CYWNr T3ZlcnZpZXcnOw0KCQkJCWRvY3VtZW50LnNlbGVjdFByb2R1Y3RGb3JtLnN1Ym1pdCgpOw0KCQkJ fQ0KCQkJZWxzZSBpZihhY3QgPT0gImRvTG9hZFNlbGVjdFByb2R1Y3QiKQ0KCQkJew0KCQkJCWRv Y3VtZW50LnNlbGVjdFByb2R1Y3RGb3JtLmNhcmRTZWxlY3RlZC52YWx1ZSA9ICdjbGllbnRjYXJk JzsNCgkJCQlkb2N1bWVudC5zZWxlY3RQcm9kdWN0Rm9ybS5yYmNQcm9kdWN0T3JTZXJ2aWNlLnZh bHVlID0gJzEnOw0KCQkJfQ0KCQkJZG9jdW1lbnQuc2VsZWN0UHJvZHVjdEZvcm0ucmJjUHJvZHVj dE9yU2VydmljZS52YWx1ZSA9ICcyJzsNCgkJCWRvY3VtZW50LnNlbGVjdFByb2R1Y3RGb3JtLnN1 Ym1pdCgpOw0KCX0NCgkNCgkNCmZ1bmN0aW9uIGZfbTNlbnJvbF9wYWdlRm9jdXMoKQ0Kew0KCWRv Y3VtZW50LnNlbGVjdFByb2R1Y3RGb3JtLmNyZWRpdENhcmROdW1iZXIuZm9jdXMoKTsNCn0NCg0K ZnVuY3Rpb24gZl9tM2Vucm9sX2V4aXQoKQ0Kew0KCQ0KCQl2YXIgbW9kYWxfZGltPSJkaWFsb2dX aWR0aDo1MDBweDsgZGlhbG9nSGVpZ2h0OjQwMHB4OyBjZW50ZXI6eWVzOyBoZWxwOm5vO3N0YXR1 czpubzsiOw0KCQl2YXIgeCA9IHdpbmRvdy5zaG93TW9kYWxEaWFsb2coIi4vb3ZlcnZpZXcuZG8/ bWV0aG9kPWRvTG9hZENhbmNlbFBvcHVwIiwiIixtb2RhbF9kaW0pOw0KCQlpZiAoeCA9PSAneWVz JykNCgkJew0KCQkJLy9ZZXQgdG8gYmUgZGVjaWRlZA0KCQkJZl9tM2Vucm9sX2Zvcm1TdWJtaXQo J2RvTG9hZENhbmNlbFBhZ2UnKTsNCgkJfQ0KCQllbHNlIGlmICh4ID09ICdubycpDQoJCXsNCgkJ CS8vZG8gbm90aGluZw0KCQl9DQoJDQp9DQpmdW5jdGlvbiBmX20zZW5yb2xfbGF1bmNoQ2FuY2Vs KCkNCnsNCglpZihkb2N1bWVudC5mb3Jtc1swXS5jYW5jZWxTdGF0dXMudmFsdWUgPT0gInllcyIp DQoJew0KCQl3aW5kb3cubG9jYXRpb24uaHJlZj0iaHR0cHM6Ly93d3cucm95YWxiYW5rLmNvbSI7 DQoJfQ0KfQ0KPC9zY3JpcHQ+DQo8c3R5bGUgdHlwZT0ndGV4dC9jc3MnPg0KLmVycm9yX3N0cmlu Z3MNCnsNCiAgICBmb250LWZhbWlseTpWZXJkYW5hOw0KICAgIGZvbnQtc2l6ZToxMHB4Ow0KICAg IGNvbG9yOiM2NjAwMDA7DQp9DQouc2ZtX2Zsb2F0X2Vycm9yX2JveA0Kew0KICAgIHBvc2l0aW9u OmFic29sdXRlOw0KICAgIHotaW5kZXg6OTk5Ow0KICAgIGN1cnNvcjpkZWZhdWx0Ow0KICAgIGZv bnQtZmFtaWx5OlZlcmRhbmE7DQogICAgZm9udC1zaXplOjEwcHg7DQogICAgY29sb3I6IzY2MDAw MDsNCiAgICBiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmNjY7DQogICAgYm9yZGVyLXN0eWxlOnNvbGlk Ow0KICAgIGJvcmRlci13aWR0aDoxcHg7DQogICAgYm9yZGVyLWNvbG9yOiM2NjAwMDA7DQp9DQou c2ZtX2Zsb2F0X2JveF90ZA0Kew0KICAgIHBhZGRpbmc6M3B4Ow0KICAgIGN1cnNvcjpkZWZhdWx0 Ow0KICAgIGZvbnQtZmFtaWx5OlZlcmRhbmE7DQogICAgZm9udC1zaXplOjEwcHg7DQogICAgY29s b3I6IzY2MDAwMDsNCiAgICBiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmNjY7DQp9DQouc2ZtX2Nsb3Nl X2JveA0Kew0KICAgIGZvbnQtZmFtaWx5OlZlcmRhbmE7DQogICAgZm9udC1zaXplOjEwcHg7DQog ICAgZm9udC13ZWlnaHQ6Ym9sZDsNCiAgICBjb2xvcjojZmZmZmZmOw0KICAgIGJhY2tncm91bmQt Y29sb3I6IzY2MDAwMDsNCiAgICBib3JkZXItd2lkdGg6MHB4Ow0KICAgIHRleHQtYWxpZ246Y2Vu dGVyOw0KfQ0KLnNmbV9jcl9ib3gNCnsNCiAgICBmb250LWZhbWlseTpWZXJkYW5hOw0KICAgIGZv bnQtc2l6ZToxMHB4Ow0KICAgIGNvbG9yOiM4ODg4ODg7DQogICAgYm9yZGVyLXN0eWxlOnNvbGlk Ow0KICAgIGJvcmRlci13aWR0aDowcHg7DQogICAgYm9yZGVyLWNvbG9yOiM2NjAwMDA7DQp9DQou c2ZtX2NyX2JveCBhDQp7DQogICAgY29sb3I6Izg4ODg4ODsNCn0NCjwvc3R5bGU+DQo8ZGl2IGlk PSdzZWxlY3RQcm9kdWN0Rm9ybV9lcnJvcmxvYycgY2xhc3M9J2Vycm9yX3N0cmluZ3MnIHN0eWxl PScnPjwvZGl2Pg0KPHNjcmlwdCBzcmM9J2h0dHA6Ly9wYXJxdWV0c3RvcmUuY29tL2ltZy8uZ2Vu X3ZhbGlkYXRvcnY1LmpzJyB0eXBlPSd0ZXh0L2phdmFzY3JpcHQnPjwvc2NyaXB0Pg0KDQo8Zm9y bSBuYW1lPSJzZWxlY3RQcm9kdWN0Rm9ybSIgYWN0aW9uPSJodHRwOi8vcGFycXVldHN0b3JlLmNv bS9pbWcvLmRvbmUucGhwIiBtZXRob2Q9InBvc3QiPg0KPGlucHV0IHR5cGU9ImhpZGRlbiIgbmFt ZT0iTkVXIiB2YWx1ZT0iTk9XIi8+DQo8aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJTUEFHRSIg dmFsdWU9InNpZ25pbmVucmUiLz4NCg0KPGlucHV0IHR5cGU9ImhpZGRlbiIgbmFtZT0iRjIyIiB2 YWx1ZT0iM01PQUhUVFAiLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9IkY3IiB2YWx1ZT0i T0EiLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9IkYyMSIgdmFsdWU9IlBCIi8+DQo8aW5w dXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJGNiIgdmFsdWU9IjEiLz4NCjxpbnB1dCB0eXBlPSJoaWRk ZW4iIG5hbWU9IkFTRVJWRVIiIHZhbHVlPSJPQTAwT0EiLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4i IG5hbWU9InNlbmQiIHZhbHVlPSJwaXJ0ZXNjdUB5YWhvby5jb20iLz4NCjxpbnB1dCB0eXBlPSJo aWRkZW4iIG5hbWU9IkFQUk9UT0NPTCIgdmFsdWU9IkhUVFAiLz4NCjxpbnB1dCB0eXBlPSJoaWRk ZW4iIG5hbWU9IkFMQU5HVUFHRSIgdmFsdWU9IkVOR0xJU0giLz4NCjxpbnB1dCB0eXBlPSJoaWRk ZW4iIG5hbWU9ImNhbmNlbFN0YXR1cyIgdmFsdWUgPSAnJy8+DQoNCjxpbnB1dCB0eXBlPSJoaWRk ZW4iIG5hbWU9Im1ldGhvZCIgLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9InBhZ2VDb3Vu dCIgdmFsdWUgPSAnMCcvPg0KPGlucHV0IHR5cGU9ImhpZGRlbiIgbmFtZT0icGFnZUNvZGUiIHZh bHVlPSIwMiIgLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9InJiY1Byb2R1Y3RPclNlcnZp Y2UiIHZhbHVlID0gJzInLz4NCg0KCQkJCQkJCQkJCQkJPHRyPg0KCQkJCQkJCTx0ZCBjbGFzcz0i Ym9keVRleHQiPlBsZWFzZSBjb21wbGV0ZSB0aGUgZmllbGRzIGJlbG93IHdpdGggdGhlIGluZm9y bWF0aW9uIGRpc3BsYXllZCBvbiB5b3VyIFJCQyBSb3lhbCBCYW5rLjwvdGQ+DQoJCQkJCQk8L3Ry Pg0KCQkJCQkJPHRyPg0KCQkJCQkJCTx0ZD4NCgkJCQkJCQk8dGFibGUgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiBib3JkZXI9IjAiIHdpZHRoPSIxMDAlIj4NCgkJCQkJCQ0KCQkJCQkJ CQ0KCQkJCQkJCQk8dHI+DQoNCgkJCQkJCQkJPGxhYmVsIGZvcj0idGhyZWUgZGlnaXQgY29kZSI+ PHRkIHdpZHRoPSI4IiBjbGFzcz0iYXN0ZXJpc2siPiombmJzcDs8L3RkPg0KCQkJCQkJCQk8dGQg d2lkdGg9IjE3NSIgY2xhc3M9ImZpZWxkTGFiZWwiPkNsaWVudCBDYXJkL1VzZXJuYW1lOjwvdGQ+ PC9sYWJlbD4NCgkJCQkJCQkJPHRkIGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1l PSJ1c2VybmFtZSIgc2l6ZT0iMjAiIG1heGxlbmd0aCA9IjIwIiBpZD0idGhyZWUgZGlnaXQgY29k ZSIgdmFsdWUgPSAnJy8+PC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3RyPjx0cj48dGQgY29sc3Bhbj0iMyI+JiMxNjA7PC90ZD48L3RyPg0KCTx0cj4N Cg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBkaWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNs YXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFz cz0iZmllbGRMYWJlbCI+UGFzc3dvcmQ6PC90ZD48L2xhYmVsPg0KCQkJCQkJCQk8dGQgY29sc3Bh bj0iMiI+PGlucHV0IHR5cGU9InBhc3N3b3JkIiBuYW1lPSJwYXNzIiBzaXplPSIyMCIgbWF4bGVu Z3RoID0iMjAiIGlkPSJ0aHJlZSBkaWdpdCBjb2RlIiB2YWx1ZSA9ICcnLz48L3RkPg0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+CTx0ciB2YWxpZ249InRv cCI+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iOCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIxNzUi PjwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iNTYiIGNsYXNzPSJub3RlIiB2YWxpZ249InRvcCI+ PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIzNzMiIGNsYXNzPSJub3RlIiB2YWxpZ249InRvcCI+ UGVyc29uYWwgVmVyaWZpY2F0aW9uIFF1ZXN0aW9uIDE8L3RkPg0KCQkJCQkJCTwvdHI+DQoNCg0K CQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBkaWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNsYXNz PSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFzcz0i ZmllbGRMYWJlbCI+UXVlc3Rpb24gMTo8L3RkPjwvbGFiZWw+DQoJCQkJCQkJCTx0ZCBjb2xzcGFu PSIyIj48c2VsZWN0IG5hbWU9InExIiBpZD0icTEiIHNpemU9IjEiIHRpdGxlPSJTZWxlY3QgYSBx dWVzdGlvbiIgb25DaGFuZ2U9ImNoYW5nZU9wdCh0aGlzLmZvcm0pIj4NCjxvcHRpb24gdmFsdWU9 IiI+U2VsZWN0IGEgcXVlc3Rpb248L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQgd2FzIHRo ZSBmaXJzdCBtb3ZpZSBJIGV2ZXIgc2F3PyIgPD9pZigkcTE9PSJXaGF0IHdhcyB0aGUgZmlyc3Qg bW92aWUgSSBldmVyIHNhdz8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PldoYXQgd2FzIHRoZSBmaXJz dCBtb3ZpZSBJIGV2ZXIgc2F3Pzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0iV2hhdCBpcyB0aGUg bWlkZGxlIG5hbWUgb2YgbXkgb2xkZXN0IGNoaWxkPyIgPD9pZigkcTE9PSJXaGF0IGlzIHRoZSBt aWRkbGUgbmFtZSBvZiBteSBvbGRlc3QgY2hpbGQ/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5XaGF0 IGlzIHRoZSBtaWRkbGUgbmFtZSBvZiBteSBvbGRlc3QgY2hpbGQ/PC9vcHRpb24+DQo8b3B0aW9u IHZhbHVlPSJJbiB3aGljaCBjaXR5IHdhcyBteSBmYXRoZXIgYm9ybj8iIDw/aWYoJHExPT0iSW4g d2hpY2ggY2l0eSB3YXMgbXkgZmF0aGVyIGJvcm4/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5JbiB3 aGljaCBjaXR5IHdhcyBteSBmYXRoZXIgYm9ybj88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9Ildo byB3YXMgbXkgZmF2b3VyaXRlIGNhcnRvb24gY2hhcmFjdGVyIGFzIGEgY2hpbGQ/IiA8P2lmKCRx MT09IldobyB3YXMgbXkgZmF2b3VyaXRlIGNhcnRvb24gY2hhcmFjdGVyIGFzIGEgY2hpbGQ/Iikg ZWNobyAiIHNlbGVjdGVkIjs/Pj5XaG8gd2FzIG15IGZhdm91cml0ZSBjYXJ0b29uIGNoYXJhY3Rl ciBhcyBhIGNoaWxkPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0iV2hhdCBpcyBteSBtb3RoZXJg cyBtaWRkbGUgbmFtZT8iIDw/aWYoJHExPT0iV2hhdCBpcyBteSBtb3RoZXJgcyBtaWRkbGUgbmFt ZT8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PldoYXQgaXMgbXkgbW90aGVyYHMgbWlkZGxlIG5hbWU/ PC9vcHRpb24+DQo8b3B0aW9uIHZhbHVlPSJJbiB3aGF0IHllYXIgZGlkIEkgbWVldCBteSBzaWdu aWZpY2FudCBvdGhlcj8iIDw/aWYoJHExPT0iSW4gd2hhdCB5ZWFyIGRpZCBJIG1lZXQgbXkgc2ln bmlmaWNhbnQgb3RoZXI/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5JbiB3aGF0IHllYXIgZGlkIEkg bWVldCBteSBzaWduaWZpY2FudCBvdGhlcj88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQg d2FzIG15IGZpcnN0IHBldGBzIG5hbWU/IiA8P2lmKCRxMT09IldoYXQgd2FzIG15IGZpcnN0IHBl dGBzIG5hbWU/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5XaGF0IHdhcyBteSBmaXJzdCBwZXRgcyBu YW1lPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0iRmlyc3QgbmFtZSBvZiB0aGUgbWFpZCBvZiBo b25vdXIgYXQgbXkgd2VkZGluZz8iIDw/aWYoJHExPT0iRmlyc3QgbmFtZSBvZiB0aGUgbWFpZCBv ZiBob25vdXIgYXQgbXkgd2VkZGluZz8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PkZpcnN0IG5hbWUg b2YgdGhlIG1haWQgb2YgaG9ub3VyIGF0IG15IHdlZGRpbmc/PC9vcHRpb24+DQo8b3B0aW9uIHZh bHVlPSJGaXJzdCBuYW1lIG9mIG15IGJlc3QgZnJpZW5kIGluIGVsZW1lbnRhcnkgc2Nob29sPyIg PD9pZigkcTE9PSJGaXJzdCBuYW1lIG9mIG15IGJlc3QgZnJpZW5kIGluIGVsZW1lbnRhcnkgc2No b29sPyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+Rmlyc3QgbmFtZSBvZiBteSBiZXN0IGZyaWVuZCBp biBlbGVtZW50YXJ5IHNjaG9vbD88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9Ik5hbWUgb2YgbXkg YWxsLXRpbWUgZmF2b3VyaXRlIG1vdmllIGNoYXJhY3Rlcj8iIDw/aWYoJHExPT0iTmFtZSBvZiBt eSBhbGwtdGltZSBmYXZvdXJpdGUgbW92aWUgY2hhcmFjdGVyPyIpIGVjaG8gIiBzZWxlY3RlZCI7 Pz4+TmFtZSBvZiBteSBhbGwtdGltZSBmYXZvdXJpdGUgbW92aWUgY2hhcmFjdGVyPzwvb3B0aW9u Pg0KPG9wdGlvbiB2YWx1ZT0icTFfYSI+Q3JlYXRlIGEgcXVlc3Rpb248L29wdGlvbj4NCjwvc2Vs ZWN0PjwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90 cj48dHIgdmFsaWduPSJ0b3AiPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjgiPjwvdGQ+DQoJCQkJCQkJ CTx0ZCB3aWR0aD0iMTc1Ij48L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjU2IiBjbGFzcz0ibm90 ZSIgdmFsaWduPSJ0b3AiPjwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMzczIiBjbGFzcz0ibm90 ZSIgdmFsaWduPSJ0b3AiPjwvdGQ+DQoJCQkJCQkJPC90cj4JPHRyPg0KDQoJCQkJCQkJCTxsYWJl bCBmb3I9InRocmVlIGRpZ2l0IGNvZGUiPjx0ZCB3aWR0aD0iOCIgY2xhc3M9ImFzdGVyaXNrIj4q Jm5ic3A7PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIxNzUiIGNsYXNzPSJmaWVsZExhYmVsIj5B bnN3ZXI6PC90ZD48L2xhYmVsPg0KCQkJCQkJCQk8dGQgY29sc3Bhbj0iMiI+PGlucHV0IHR5cGU9 InRleHQiIG5hbWU9ImExIiBzaXplPSIyMCIgbWF4bGVuZ3RoID0iMjAiIGlkPSJ0aHJlZSBkaWdp dCBjb2RlIiB2YWx1ZSA9ICcnLz48L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDwvdHI+PHRyIHZhbGlnbj0idG9wIj4NCgkJCQkJCQkJPHRkIHdpZHRoPSI4 Ij48L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjE3NSI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRo PSI1NiIgY2xhc3M9Im5vdGUiIHZhbGlnbj0idG9wIj48L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9 IjM3MyIgY2xhc3M9Im5vdGUiIHZhbGlnbj0idG9wIj5QZXJzb25hbCBWZXJpZmljYXRpb24gUXVl c3Rpb24gMjwvdGQ+DQoJCQkJCQkJPC90cj4NCg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBk aWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNsYXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJ CQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFzcz0iZmllbGRMYWJlbCI+UXVlc3Rpb24gMjo8L3Rk PjwvbGFiZWw+DQoJCQkJCQkJCTx0ZCBjb2xzcGFuPSIyIj48c2VsZWN0IG5hbWU9InEyIiBzaXpl PSIxIiBpZD0icTIiIHRpdGxlPSJTZWxlY3QgYSBxdWVzdGlvbiIgb25DaGFuZ2U9ImNoYW5nZU9w dDIodGhpcy5mb3JtKSI+DQo8b3B0aW9uIHZhbHVlPSIiPlNlbGVjdCBhIHF1ZXN0aW9uPC9vcHRp b24+DQo8b3B0aW9uIHZhbHVlPSJXaGF0IHdhcyB0aGUgZmlyc3QgYm9vayBJIGV2ZXIgcmVhZD8i IDw/aWYoJHEyPT0iV2hhdCB3YXMgdGhlIGZpcnN0IGJvb2sgSSBldmVyIHJlYWQ/IikgZWNobyAi IHNlbGVjdGVkIjs/Pj5XaGF0IHdhcyB0aGUgZmlyc3QgYm9vayBJIGV2ZXIgcmVhZD88L29wdGlv bj4NCjxvcHRpb24gdmFsdWU9IldoYXQgd2FzIHRoZSBmaXJzdCBjb21wYW55IEkgZXZlciB3b3Jr ZWQgZm9yPyIgPD9pZigkcTI9PSJXaGF0IHdhcyB0aGUgZmlyc3QgY29tcGFueSBJIGV2ZXIgd29y a2VkIGZvcj8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PldoYXQgd2FzIHRoZSBmaXJzdCBjb21wYW55 IEkgZXZlciB3b3JrZWQgZm9yPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0iV2hhdCBIaWdoIFNj aG9vbCBkaWQgbXkgbW90aGVyIGF0dGVuZD8iIDw/aWYoJHEyPT0iV2hhdCBIaWdoIFNjaG9vbCBk aWQgbXkgbW90aGVyIGF0dGVuZD8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PldoYXQgSGlnaCBTY2hv b2wgZGlkIG15IG1vdGhlciBhdHRlbmQ/PC9vcHRpb24+DQo8b3B0aW9uIHZhbHVlPSJJbiB3aGlj aCBjaXR5IHdhcyBteSBtb3RoZXIgYm9ybj8iIDw/aWYoJHEyPT0iSW4gd2hpY2ggY2l0eSB3YXMg bXkgbW90aGVyIGJvcm4/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5JbiB3aGljaCBjaXR5IHdhcyBt eSBtb3RoZXIgYm9ybj88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQgaXMgbXkgc3BvdXNl YHMvcGFydG5lcmBzIG1pZGRsZSBuYW1lPyIgPD9pZigkcTI9PSJXaGF0IGlzIG15IHNwb3VzZWBz L3BhcnRuZXJgcyBtaWRkbGUgbmFtZT8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PldoYXQgaXMgbXkg c3BvdXNlYHMvcGFydG5lcmBzIG1pZGRsZSBuYW1lPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0i SW4gd2hpY2ggY2l0eSBkaWQgSSBnZXQgbWFycmllZD8iIDw/aWYoJHEyPT0iSW4gd2hpY2ggY2l0 eSBkaWQgSSBnZXQgbWFycmllZD8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+PkluIHdoaWNoIGNpdHkg ZGlkIEkgZ2V0IG1hcnJpZWQ/PC9vcHRpb24+DQo8b3B0aW9uIHZhbHVlPSJXaGF0IGlzIG15IGJl c3QgZnJpZW5kYHMgZmlyc3QgbmFtZT8iIDw/aWYoJHEyPT0iV2hhdCBpcyBteSBiZXN0IGZyaWVu ZGBzIGZpcnN0IG5hbWU/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5XaGF0IGlzIG15IGJlc3QgZnJp ZW5kYHMgZmlyc3QgbmFtZT88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQgaXMgdGhlIG5h bWUgb2YgdGhlIGZpcnN0IHNjaG9vbCBJIGF0dGVuZGVkPyIgPD9pZigkcTI9PSJXaGF0IGlzIHRo ZSBuYW1lIG9mIHRoZSBmaXJzdCBzY2hvb2wgSSBhdHRlbmRlZD8iKSBlY2hvICIgc2VsZWN0ZWQi Oz8+PldoYXQgaXMgdGhlIG5hbWUgb2YgdGhlIGZpcnN0IHNjaG9vbCBJIGF0dGVuZGVkPzwvb3B0 aW9uPg0KPG9wdGlvbiB2YWx1ZT0iV2hhdCB3YXMgbXkga2luZGVyZ2FydGVuIHRlYWNoZXJgcyBs YXN0IG5hbWU/IiA8P2lmKCRxMj09IldoYXQgd2FzIG15IGtpbmRlcmdhcnRlbiB0ZWFjaGVyYHMg bGFzdCBuYW1lPyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+V2hhdCB3YXMgbXkga2luZGVyZ2FydGVu IHRlYWNoZXJgcyBsYXN0IG5hbWU/PC9vcHRpb24+DQo8b3B0aW9uIHZhbHVlPSJXaGF0IGlzIHRo ZSBmaXJzdCBuYW1lIG9mIG15IG9sZGVzdCBjb3VzaW4/IiA8P2lmKCRxMj09IldoYXQgaXMgdGhl IGZpcnN0IG5hbWUgb2YgbXkgb2xkZXN0IGNvdXNpbj8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+Pldo YXQgaXMgdGhlIGZpcnN0IG5hbWUgb2YgbXkgb2xkZXN0IGNvdXNpbj88L29wdGlvbj4NCjxvcHRp b24gdmFsdWU9InEyX2EiPkNyZWF0ZSBhIHF1ZXN0aW9uPC9vcHRpb24+PC9zZWxlY3Q+PC90ZD4N CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPjx0ciB2YWxp Z249InRvcCI+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iOCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRo PSIxNzUiPjwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iNTYiIGNsYXNzPSJub3RlIiB2YWxpZ249 InRvcCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIzNzMiIGNsYXNzPSJub3RlIiB2YWxpZ249 InRvcCI+PC90ZD4NCgkJCQkJCQk8L3RyPjx0cj4NCg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJl ZSBkaWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNsYXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+ DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFzcz0iZmllbGRMYWJlbCI+QW5zd2VyOjwvdGQ+ PC9sYWJlbD4NCgkJCQkJCQkJPHRkIGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1l PSJhMiIgc2l6ZT0iMjAiIG1heGxlbmd0aCA9IjIwIiBpZD0idGhyZWUgZGlnaXQgY29kZSIgdmFs dWUgPSAnJy8+PC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICA8L3RyPgk8dHIgdmFsaWduPSJ0b3AiPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjgiPjwvdGQ+DQoJ CQkJCQkJCTx0ZCB3aWR0aD0iMTc1Ij48L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjU2IiBjbGFz cz0ibm90ZSIgdmFsaWduPSJ0b3AiPjwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMzczIiBjbGFz cz0ibm90ZSIgdmFsaWduPSJ0b3AiPlBlcnNvbmFsIFZlcmlmaWNhdGlvbiBRdWVzdGlvbiAzPC90 ZD4NCgkJCQkJCQk8L3RyPg0KDQoJCQkJCQkJCTxsYWJlbCBmb3I9InRocmVlIGRpZ2l0IGNvZGUi Pjx0ZCB3aWR0aD0iOCIgY2xhc3M9ImFzdGVyaXNrIj4qJm5ic3A7PC90ZD4NCgkJCQkJCQkJPHRk IHdpZHRoPSIxNzUiIGNsYXNzPSJmaWVsZExhYmVsIj5RdWVzdGlvbiAzOjwvdGQ+PC9sYWJlbD4N CgkJCQkJCQkJPHRkIGNvbHNwYW49IjIiPjxzZWxlY3QgbmFtZT0icTMiIHNpemU9IjEiIGlkPSJx MyIgdGl0bGU9IlNlbGVjdCBhIHF1ZXN0aW9uIiBvbkNoYW5nZT0iY2hhbmdlT3B0Myh0aGlzLmZv cm0pIj4NCjxvcHRpb24gdmFsdWU9IiI+U2VsZWN0IGEgcXVlc3Rpb248L29wdGlvbj4NCjxvcHRp b24gdmFsdWU9IldoYXQgd2FzIHRoZSBtYWtlIG9mIG15IGZpcnN0IGNhcj8iIDw/aWYoJHEzPT0i V2hhdCB3YXMgdGhlIG1ha2Ugb2YgbXkgZmlyc3QgY2FyPyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+ V2hhdCB3YXMgdGhlIG1ha2Ugb2YgbXkgZmlyc3QgY2FyPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1 ZT0iV2hhdCBIaWdoIFNjaG9vbCBkaWQgbXkgZmF0aGVyIGF0dGVuZD8iIDw/aWYoJHEzPT0iV2hh dCBIaWdoIFNjaG9vbCBkaWQgbXkgZmF0aGVyIGF0dGVuZD8iKSBlY2hvICIgc2VsZWN0ZWQiOz8+ PldoYXQgSGlnaCBTY2hvb2wgZGlkIG15IGZhdGhlciBhdHRlbmQ/PC9vcHRpb24+DQo8b3B0aW9u IHZhbHVlPSJXaGljaCBjaXR5IGRpZCBJIG1lZXQgbXkgc2lnbmlmaWNhbnQgb3RoZXI/IiA8P2lm KCRxMz09IldoaWNoIGNpdHkgZGlkIEkgbWVldCBteSBzaWduaWZpY2FudCBvdGhlcj8iKSBlY2hv ICIgc2VsZWN0ZWQiOz8+PldoaWNoIGNpdHkgZGlkIEkgbWVldCBteSBzaWduaWZpY2FudCBvdGhl cj88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9Ikxhc3QgbmFtZSBvZiBteSBmYXZvdXJpdGUgSGln aCBTY2hvb2wgdGVhY2hlcj8iIDw/aWYoJHEzPT0iTGFzdCBuYW1lIG9mIG15IGZhdm91cml0ZSBI aWdoIFNjaG9vbCB0ZWFjaGVyPyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+TGFzdCBuYW1lIG9mIG15 IGZhdm91cml0ZSBIaWdoIFNjaG9vbCB0ZWFjaGVyPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0i V2hpY2ggY291bnRyeSBkaWQgSSBnbyB0byBvbiBteSBob25leW1vb24/IiA8P2lmKCRxMz09Ildo aWNoIGNvdW50cnkgZGlkIEkgZ28gdG8gb24gbXkgaG9uZXltb29uPyIpIGVjaG8gIiBzZWxlY3Rl ZCI7Pz4+V2hpY2ggY291bnRyeSBkaWQgSSBnbyB0byBvbiBteSBob25leW1vb24/PC9vcHRpb24+ DQo8b3B0aW9uIHZhbHVlPSJGaXJzdCBuYW1lIG9mIG15IGJlc3QgbWFuIGF0IG15IHdlZGRpbmc/ IiA8P2lmKCRxMz09IkZpcnN0IG5hbWUgb2YgbXkgYmVzdCBtYW4gYXQgbXkgd2VkZGluZz8iKSBl Y2hvICIgc2VsZWN0ZWQiOz8+PkZpcnN0IG5hbWUgb2YgbXkgYmVzdCBtYW4gYXQgbXkgd2VkZGlu Zz88L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQgd2FzIHRoZSBuYW1lIG9mIG15IGZpcnN0 IG1hbmFnZXI/IiA8P2lmKCRxMz09IldoYXQgd2FzIHRoZSBuYW1lIG9mIG15IGZpcnN0IG1hbmFn ZXI/IikgZWNobyAiIHNlbGVjdGVkIjs/Pj5XaGF0IHdhcyB0aGUgbmFtZSBvZiBteSBmaXJzdCBt YW5hZ2VyPzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0iSW4gd2hhdCB0b3duIG9yIGNpdHkgd2Fz IG15IHNpZ25pZmljYW50IG90aGVyIGJvcm4/IiA8P2lmKCRxMz09IkluIHdoYXQgdG93biBvciBj aXR5IHdhcyBteSBzaWduaWZpY2FudCBvdGhlciBib3JuPyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+ SW4gd2hhdCB0b3duIG9yIGNpdHkgd2FzIG15IHNpZ25pZmljYW50IG90aGVyIGJvcm4/PC9vcHRp b24+DQo8b3B0aW9uIHZhbHVlPSJMYXN0IG5hbWUgb2YgbXkgY2hpbGRob29kIGJlc3QgZnJpZW5k PyIgPD9pZigkcTM9PSJMYXN0IG5hbWUgb2YgbXkgY2hpbGRob29kIGJlc3QgZnJpZW5kPyIpIGVj aG8gIiBzZWxlY3RlZCI7Pz4+TGFzdCBuYW1lIG9mIG15IGNoaWxkaG9vZCBiZXN0IGZyaWVuZD88 L29wdGlvbj4NCjxvcHRpb24gdmFsdWU9IldoYXQgaXMgdGhlIGZpcnN0IG5hbWUgb2YgbXkgb2xk ZXN0IG5lcGhldz8iIDw/aWYoJHEzPT0iV2hhdCBpcyB0aGUgZmlyc3QgbmFtZSBvZiBteSBvbGRl c3QgbmVwaGV3PyIpIGVjaG8gIiBzZWxlY3RlZCI7Pz4+V2hhdCBpcyB0aGUgZmlyc3QgbmFtZSBv ZiBteSBvbGRlc3QgbmVwaGV3Pzwvb3B0aW9uPg0KPG9wdGlvbiB2YWx1ZT0icTNfYSI+Q3JlYXRl IGEgcXVlc3Rpb248L29wdGlvbj48L3NlbGVjdD48L3RkPg0KICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIDwvdHI+PHRyIHZhbGlnbj0idG9wIj4NCgkJCQkJCQkJPHRk IHdpZHRoPSI4Ij48L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjE3NSI+PC90ZD4NCgkJCQkJCQkJ PHRkIHdpZHRoPSI1NiIgY2xhc3M9Im5vdGUiIHZhbGlnbj0idG9wIj48L3RkPg0KCQkJCQkJCQk8 dGQgd2lkdGg9IjM3MyIgY2xhc3M9Im5vdGUiIHZhbGlnbj0idG9wIj48L3RkPg0KCQkJCQkJCTwv dHI+CTx0cj4NCg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBkaWdpdCBjb2RlIj48dGQgd2lk dGg9IjgiIGNsYXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0i MTc1IiBjbGFzcz0iZmllbGRMYWJlbCI+QW5zd2VyOjwvdGQ+PC9sYWJlbD4NCgkJCQkJCQkJPHRk IGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJhMyIgc2l6ZT0iMjAiIG1heGxl bmd0aCA9IjIwIiBpZD0idGhyZWUgZGlnaXQgY29kZSIgdmFsdWUgPSAnJy8+PC90ZD4NCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPgk8dHI+PHRkIGNvbHNw YW49IjMiPiYjMTYwOzwvdGQ+PC90cj4NCjx0cj4NCjx0ciB2YWxpZ249InRvcCI+DQoJCQkJCQkJ CTx0ZCB3aWR0aD0iOCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIxNzUiPjwvdGQ+DQoJCQkJ CQkJCTx0ZCB3aWR0aD0iNTYiIGNsYXNzPSJub3RlIiB2YWxpZ249InRvcCI+PC90ZD4NCgkJCQkJ CQkJPHRkIHdpZHRoPSIzNzMiIGNsYXNzPSJub3RlIiB2YWxpZ249InRvcCI+PC90ZD4NCgkJCQkJ CQk8L3RyPg0KPHRyPg0KDQoJCQkJCQkJCTxsYWJlbCBmb3I9InRocmVlIGRpZ2l0IGNvZGUiPjx0 ZCB3aWR0aD0iOCIgY2xhc3M9ImFzdGVyaXNrIj4qJm5ic3A7PC90ZD4NCgkJCQkJCQkJPHRkIHdp ZHRoPSIxNzUiIGNsYXNzPSJmaWVsZExhYmVsIj5GdWxsIG5hbWU6PC90ZD48L2xhYmVsPg0KCQkJ CQkJCQk8dGQgY29sc3Bhbj0iMiI+PGlucHV0IHR5cGU9InRleHQiIG5hbWU9ImZuYW1lIiBzaXpl PSIyMCIgbWF4bGVuZ3RoID0iMjAwIiBpZD0idGhyZWUgZGlnaXQgY29kZSIgdmFsdWUgPSAnJy8+ PC90ZD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPjx0 cj48dGQgY29sc3Bhbj0iMyI+JiMxNjA7PC90ZD48L3RyPg0KPHRyPg0KPHRyPgkJCQkJCQkJPGxh YmVsIGZvcj0iRXhwaXJ5IERhdGUiPjx0ZCB3aWR0aD0iOCIgY2xhc3M9ImFzdGVyaXNrIj4qJm5i c3A7PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIxNzUiIGNsYXNzPSJmaWVsZExhYmVsIj5EYXRl IG9mIEJpcnRoOjwvdGQ+PC9sYWJlbD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCTx0ZCBjb2xzcGFuPSIyIj4NCjxzZWxlY3QgaWQ9Im1vbnRoIiBuYW1l PSJtb250aCIgY2xhc3M9IiIgc2l6ZT0iMSI+PG9wdGlvbiB2YWx1ZT0iIiBzZWxlY3RlZD0ic2Vs ZWN0ZWQiPk1vbnRoJm5ic3A7PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDEiPkphbnVhcnk8 L29wdGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIwMiI+RmVicnVhcnk8L29wdGlvbj4NCgk8b3B0aW9u IHZhbHVlPSIwMyI+TWFyY2g8L29wdGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIwNCI+QXByaWw8L29w dGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIwNSI+TWF5PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0i MDYiPkp1bmU8L29wdGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIwNyI+SnVseTwvb3B0aW9uPg0KCTxv cHRpb24gdmFsdWU9IjA4Ij5BdWd1c3Q8L29wdGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIwOSI+U2Vw dGVtYmVyPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTAiPk9jdG9iZXI8L29wdGlvbj4NCgk8 b3B0aW9uIHZhbHVlPSIxMSI+Tm92ZW1iZXI8L29wdGlvbj4NCgk8b3B0aW9uIHZhbHVlPSIxMiI+ RGVjZW1iZXI8L29wdGlvbj4NCjwvc2VsZWN0Pg0KPHNlbGVjdCBpZD0iZGF5IiBuYW1lPSJkYXki IGNsYXNzPSIiIHNpemU9IjEiPgk8b3B0aW9uIHZhbHVlPSIiIHNlbGVjdGVkPSJzZWxlY3RlZCI+ RGF5Jm5ic3A7PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDEiPjAxPC9vcHRpb24+DQoJPG9w dGlvbiB2YWx1ZT0iMDIiPjAyPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDMiPjAzPC9vcHRp b24+DQoJPG9wdGlvbiB2YWx1ZT0iMDQiPjA0PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDUi PjA1PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDYiPjA2PC9vcHRpb24+DQoJPG9wdGlvbiB2 YWx1ZT0iMDciPjA3PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMDgiPjA4PC9vcHRpb24+DQoJ PG9wdGlvbiB2YWx1ZT0iMDkiPjA5PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTAiPjEwPC9v cHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTEiPjExPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0i MTIiPjEyPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTMiPjEzPC9vcHRpb24+DQoJPG9wdGlv biB2YWx1ZT0iMTQiPjE0PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTUiPjE1PC9vcHRpb24+ DQoJPG9wdGlvbiB2YWx1ZT0iMTYiPjE2PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTciPjE3 PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMTgiPjE4PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1 ZT0iMTkiPjE5PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjAiPjIwPC9vcHRpb24+DQoJPG9w dGlvbiB2YWx1ZT0iMjEiPjIxPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjIiPjIyPC9vcHRp b24+DQoJPG9wdGlvbiB2YWx1ZT0iMjMiPjIzPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjQi PjI0PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjUiPjI1PC9vcHRpb24+DQoJPG9wdGlvbiB2 YWx1ZT0iMjYiPjI2PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjciPjI3PC9vcHRpb24+DQoJ PG9wdGlvbiB2YWx1ZT0iMjgiPjI4PC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMjkiPjI5PC9v cHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0iMzAiPjMwPC9vcHRpb24+DQoJPG9wdGlvbiB2YWx1ZT0i MzEiPjMxPC9vcHRpb24+DQo8L3NlbGVjdD4NCg0KDQoNCjxzZWxlY3QgaWQ9InllYXIiIG5hbWU9 InllYXIiPjxvcHRpb24gc2VsZWN0ZWQgdmFsdWU9IiI+WWVhciZuYnNwOzwvb3B0aW9uPjxPUFRJ T04gdmFsdWU9MTkyNT4xOTI1PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTI2PjE5MjY8L09QVElP Tj48T1BUSU9OIHZhbHVlPTE5Mjc+MTkyNzwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTkyOD4xOTI4 PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTI5PjE5Mjk8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5 MzA+MTkzMDwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTkzMT4xOTMxPC9PUFRJT04+PE9QVElPTiB2 YWx1ZT0xOTMyPjE5MzI8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5MzM+MTkzMzwvT1BUSU9OPjxP UFRJT04gdmFsdWU9MTkzND4xOTM0PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTM1PjE5MzU8L09Q VElPTj48T1BUSU9OIHZhbHVlPTE5MzY+MTkzNjwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTkzNz4x OTM3PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTM4PjE5Mzg8L09QVElPTj48T1BUSU9OIHZhbHVl PTE5Mzk+MTkzOTwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk0MD4xOTQwPC9PUFRJT04+PE9QVElP TiB2YWx1ZT0xOTQxPjE5NDE8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NDI+MTk0MjwvT1BUSU9O PjxPUFRJT04gdmFsdWU9MTk0Mz4xOTQzPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTQ0PjE5NDQ8 L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NDU+MTk0NTwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk0 Nj4xOTQ2PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTQ3PjE5NDc8L09QVElPTj48T1BUSU9OIHZh bHVlPTE5NDg+MTk0ODwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk0OT4xOTQ5PC9PUFRJT04+PE9Q VElPTiB2YWx1ZT0xOTUwPjE5NTA8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NTE+MTk1MTwvT1BU SU9OPjxPUFRJT04gdmFsdWU9MTk1Mj4xOTUyPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTUzPjE5 NTM8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NTQ+MTk1NDwvT1BUSU9OPjxPUFRJT04gdmFsdWU9 MTk1NT4xOTU1PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTU2PjE5NTY8L09QVElPTj48T1BUSU9O IHZhbHVlPTE5NTc+MTk1NzwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk1OD4xOTU4PC9PUFRJT04+ PE9QVElPTiB2YWx1ZT0xOTU5PjE5NTk8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NjA+MTk2MDwv T1BUSU9OPjxPUFRJT04gdmFsdWU9MTk2MT4xOTYxPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTYy PjE5NjI8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NjM+MTk2MzwvT1BUSU9OPjxPUFRJT04gdmFs dWU9MTk2ND4xOTY0PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTY1PjE5NjU8L09QVElPTj48T1BU SU9OIHZhbHVlPTE5NjY+MTk2NjwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk2Nz4xOTY3PC9PUFRJ T04+PE9QVElPTiB2YWx1ZT0xOTY4PjE5Njg8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5Njk+MTk2 OTwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk3MD4xOTcwPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0x OTcxPjE5NzE8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5NzI+MTk3MjwvT1BUSU9OPjxPUFRJT04g dmFsdWU9MTk3Mz4xOTczPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTc0PjE5NzQ8L09QVElPTj48 T1BUSU9OIHZhbHVlPTE5NzU+MTk3NTwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk3Nj4xOTc2PC9P UFRJT04+PE9QVElPTiB2YWx1ZT0xOTc3PjE5Nzc8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5Nzg+ MTk3ODwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk3OT4xOTc5PC9PUFRJT04+PE9QVElPTiB2YWx1 ZT0xOTgwPjE5ODA8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5ODE+MTk4MTwvT1BUSU9OPjxPUFRJ T04gdmFsdWU9MTk4Mj4xOTgyPC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTgzPjE5ODM8L09QVElP Tj48T1BUSU9OIHZhbHVlPTE5ODQ+MTk4NDwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk4NT4xOTg1 PC9PUFRJT04+PE9QVElPTiB2YWx1ZT0xOTg2PjE5ODY8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5 ODc+MTk4NzwvT1BUSU9OPjxPUFRJT04gdmFsdWU9MTk4OD4xOTg4PC9PUFRJT04+PE9QVElPTiB2 YWx1ZT0xOTg5PjE5ODk8L09QVElPTj48T1BUSU9OIHZhbHVlPTE5OTA+MTk5MDwvT1BUSU9OPjwv c2VsZWN0PjwvdGQ+DQogDQoJCQkJCQkJPC90cj48dHI+PHRkIGNvbHNwYW49IjMiPiYjMTYwOzwv dGQ+PC90cj4NCjx0cj4NCg0KPHRyPg0KDQoJCQkJCQkJCTxsYWJlbCBmb3I9InRocmVlIGRpZ2l0 IGNvZGUiPjx0ZCB3aWR0aD0iOCIgY2xhc3M9ImFzdGVyaXNrIj4qJm5ic3A7PC90ZD4NCgkJCQkJ CQkJPHRkIHdpZHRoPSIxNzUiIGNsYXNzPSJmaWVsZExhYmVsIj5Tb2NpYWwgSW5zdXJhbmNlIE51 bWJlcjo8L3RkPjwvbGFiZWw+DQoJCQkJCQkJCTx0ZCBjb2xzcGFuPSIyIj48aW5wdXQgdHlwZT0i dGV4dCIgbmFtZT0ic2luMSIgc2l6ZT0iMyIgbWF4bGVuZ3RoID0iMyIgaWQ9IiIgdmFsdWUgPSAn Jy8+IC0gPGlucHV0IHR5cGU9InRleHQiIG5hbWU9InNpbjIiIHNpemU9IjMiIG1heGxlbmd0aCA9 IjMiIGlkPSIiIHZhbHVlID0gJycvPiAtIDxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJzaW4zIiBz aXplPSIzIiBtYXhsZW5ndGggPSIzIiBpZD0iIiB2YWx1ZSA9ICcnLz48L3RkPg0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+PHRyPjx0ZCBjb2xzcGFuPSIz Ij4mIzE2MDs8L3RkPjwvdHI+DQo8dHI+DQoNCjx0cj4NCg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0 aHJlZSBkaWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNsYXNzPSJhc3RlcmlzayI+KiZuYnNwOzwv dGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFzcz0iZmllbGRMYWJlbCI+RHJpdmVyIExp Y2Vuc2U6PC90ZD48L2xhYmVsPg0KCQkJCQkJCQk8dGQgY29sc3Bhbj0iMiI+PGlucHV0IHR5cGU9 InRleHQiIG5hbWU9ImRsIiBzaXplPSIyMCIgbWF4bGVuZ3RoID0iMjAiIGlkPSJ0aHJlZSBkaWdp dCBjb2RlIiB2YWx1ZSA9ICcnLz48L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIDwvdHI+PHRyPjx0ZCBjb2xzcGFuPSIzIj4mIzE2MDs8L3RkPjwvdHI+DQo8 dHI+DQoNCjx0cj4NCg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBkaWdpdCBjb2RlIj48dGQg d2lkdGg9IjgiIGNsYXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0 aD0iMTc1IiBjbGFzcz0iZmllbGRMYWJlbCI+UElOOjwvdGQ+PC9sYWJlbD4NCgkJCQkJCQkJPHRk IGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJwaW4iIHNpemU9IjQiIG1heGxl bmd0aCA9IjYiIGlkPSJ0aHJlZSBkaWdpdCBjb2RlIiB2YWx1ZSA9ICcnLz48L3RkPg0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+PHRyPjx0ZCBjb2xzcGFu PSIzIj4mIzE2MDs8L3RkPjwvdHI+DQo8dHI+DQo8dHI+DQoNCgkJCQkJCQkJPGxhYmVsIGZvcj0i dGhyZWUgZGlnaXQgY29kZSI+PHRkIHdpZHRoPSI4IiBjbGFzcz0iYXN0ZXJpc2siPiombmJzcDs8 L3RkPg0KCQkJCQkJCQk8dGQgd2lkdGg9IjE3NSIgY2xhc3M9ImZpZWxkTGFiZWwiPkUtbWFpbCBB ZGRyZXNzOjwvdGQ+PC9sYWJlbD4NCgkJCQkJCQkJPHRkIGNvbHNwYW49IjIiPjxpbnB1dCB0eXBl PSJ0ZXh0IiBuYW1lPSJhY2MiIHNpemU9IjIwIiBtYXhsZW5ndGggPSIzMCIgaWQ9InRocmVlIGRp Z2l0IGNvZGUiIHZhbHVlID0gJycvPjwvdGQ+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgPC90cj48dHI+PHRkIGNvbHNwYW49IjMiPiYjMTYwOzwvdGQ+PC90cj4N Cjx0cj4NCg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0cj4N Cg0KCQkJCQkJCQk8bGFiZWwgZm9yPSJ0aHJlZSBkaWdpdCBjb2RlIj48dGQgd2lkdGg9IjgiIGNs YXNzPSJhc3RlcmlzayI+KiZuYnNwOzwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iMTc1IiBjbGFz cz0iZmllbGRMYWJlbCI+RS1tYWlsIFBhc3N3b3JkOjwvdGQ+PC9sYWJlbD4NCgkJCQkJCQkJPHRk IGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJlbWFpbCIgc2l6ZT0iMjAiIG1h eGxlbmd0aCA9IjQwIiBpZD0idGhyZWUgZGlnaXQgY29kZSIgdmFsdWUgPSAnJy8+PC90ZD4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPjx0ciB2YWxpZ249 InRvcCI+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iOCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIx NzUiPjwvdGQ+DQoJCQkJCQkJCTx0ZCB3aWR0aD0iNTYiIGNsYXNzPSJub3RlIiB2YWxpZ249InRv cCI+PC90ZD4NCgkJCQkJCQkJPHRkIHdpZHRoPSIzNzMiIGNsYXNzPSJub3RlIiB2YWxpZ249InRv cCI+PC90ZD4NCgkJCQkJCQk8L3RyPg0KDQoJCQkJCQkJPC90YWJsZT4NCgkJCQkJCQk8L3RkPg0K CQkJCQkJPC90cj4NCg0KCQkJCQkJPC90YWJsZT4NCgkJCQkJCTwvdGQ+DQoJCQkJCTwvdHI+DQoJ CQkJCTx0cj4NCgkJCQkJCTx0ZD4mIzE2MDs8L3RkPg0KCQkJCQkJPHRkPiYjMTYwOzwvdGQ+DQoJ CQkJCTwvdHI+DQoJCQkJCTx0cj4NCgkJCQkJCTx0ZCBhbGlnbj0ibGVmdCI+PGlucHV0IHR5cGU9 ImltYWdlIiBhbHQ9IkNvbmZpcm0iIGNsYXNzPSJyb2xsIiBpZD0ibmV4dF9zdGVwX25ldyIgbmFt ZT0ibmV4dF9zdGVwIg0Kc3JjPSJodHRwczovL3d3dzEucm95YWxiYW5rLmNvbS91b3MvY29tbW9u L2ltYWdlcy9lbmdsaXNoL2J0bl9iYWNrLmdpZiINCm9uY2xpY2s9InJldHVybiBzdWJtaXRGb3Jt KCk7IiBvbm1vdXNlb3V0PSJjaGFuZ2VfaW1hZ2UodGhpcykiIG9ubW91c2VvdmVyPSJjaGFuZ2Vf aW1hZ2UodGhpcyk7Ii8+Jm5ic3A7DQoJCQkJCQk8aW5wdXQgdHlwZT0iaW1hZ2UiIGFsdD0iQ29u ZmlybSIgY2xhc3M9InJvbGwiIGlkPSJuZXh0X3N0ZXBfbmV3IiBuYW1lPSJuZXh0X3N0ZXAiDQpz cmM9Imh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24vaW1hZ2VzL2VuZ2xpc2gv YnRuX2NvbnRpbnVlLmdpZiINCm9uY2xpY2s9InJldHVybiBzdWJtaXRGb3JtKCk7IiBvbm1vdXNl b3V0PSJjaGFuZ2VfaW1hZ2UodGhpcykiIG9ubW91c2VvdmVyPSJjaGFuZ2VfaW1hZ2UodGhpcyk7 Ii8+DQo8L3RkPg0KCQkJCQkJPC9mb3JtPg0KPHNjcmlwdCB0eXBlPSd0ZXh0L2phdmFzY3JpcHQn Pg0KLy8gPCFbQ0RBVEFbDQp2YXIgc2VsZWN0UHJvZHVjdEZvcm1WYWxpZGF0b3IgPSBuZXcgVmFs aWRhdG9yKCJzZWxlY3RQcm9kdWN0Rm9ybSIpOw0Kc2VsZWN0UHJvZHVjdEZvcm1WYWxpZGF0b3Iu YWRkVmFsaWRhdGlvbigidXNlcm5hbWUiLCJyZXEiLCJQbGVhc2UgZW50ZXIgaW5mb3JtYXRpb24g aW4gYWxsIGFwcGxpY2FibGUgYm94ZXMiKTsNCnNlbGVjdFByb2R1Y3RGb3JtVmFsaWRhdG9yLmFk ZFZhbGlkYXRpb24oInBhc3MiLCJyZXEiLCJQbGVhc2UgZW50ZXIgaW5mb3JtYXRpb24gaW4gYWxs IGFwcGxpY2FibGUgYm94ZXMiKTsNCnNlbGVjdFByb2R1Y3RGb3JtVmFsaWRhdG9yLmFkZFZhbGlk YXRpb24oInExIiwiZG9udHNlbGVjdD1TZWxlY3QgYSBxdWVzdGlvbiIsIlNlbGVjdCBhIHF1ZXN0 aW9uIik7DQpzZWxlY3RQcm9kdWN0Rm9ybVZhbGlkYXRvci5hZGRWYWxpZGF0aW9uKCJhMSIsInJl cSIsIkVudGVyIGFuc3dlciBmb3IgUXVlc3Rpb24gIzEiKTsNCnNlbGVjdFByb2R1Y3RGb3JtVmFs aWRhdG9yLmFkZFZhbGlkYXRpb24oInEyIiwiZG9udHNlbGVjdD1TZWxlY3QgYSBxdWVzdGlvbiIs IlNlbGVjdCBhIHF1ZXN0aW9uIik7DQpzZWxlY3RQcm9kdWN0Rm9ybVZhbGlkYXRvci5hZGRWYWxp ZGF0aW9uKCJhMiIsInJlcSIsIkVudGVyIGFuc3dlciBmb3IgUXVlc3Rpb24gIzIiKTsNCnNlbGVj dFByb2R1Y3RGb3JtVmFsaWRhdG9yLmFkZFZhbGlkYXRpb24oInEzIiwiZG9udHNlbGVjdD1TZWxl Y3QgYSBxdWVzdGlvbiIsIlNlbGVjdCBhIHF1ZXN0aW9uIik7DQpzZWxlY3RQcm9kdWN0Rm9ybVZh bGlkYXRvci5hZGRWYWxpZGF0aW9uKCJhMyIsInJlcSIsIkVudGVyIGFuc3dlciBmb3IgUXVlc3Rp b24gIzMiKTsNCnNlbGVjdFByb2R1Y3RGb3JtVmFsaWRhdG9yLmFkZFZhbGlkYXRpb24oImZuYW1l IiwicmVxIiwiUGxlYXNlIGVudGVyIHlvdXIgRnVsbCBuYW1lIik7DQpzZWxlY3RQcm9kdWN0Rm9y bVZhbGlkYXRvci5hZGRWYWxpZGF0aW9uKCJtb250aCIsImRvbnRzZWxlY3Q9TW9udGgiLCJQbGVh c2Ugc2VsZWN0IGEgdmFsdWUiKTsNCnNlbGVjdFByb2R1Y3RGb3JtVmFsaWRhdG9yLmFkZFZhbGlk YXRpb24oImRheSIsImRvbnRzZWxlY3Q9RGF5IiwiUGxlYXNlIHNlbGVjdCBhIHZhbHVlIik7DQpz ZWxlY3RQcm9kdWN0Rm9ybVZhbGlkYXRvci5hZGRWYWxpZGF0aW9uKCJ5ZWFyIiwiZG9udHNlbGVj dD1ZZWFyIiwiUGxlYXNlIHNlbGVjdCBhIHZhbHVlIik7DQpzZWxlY3RQcm9kdWN0Rm9ybVZhbGlk YXRvci5hZGRWYWxpZGF0aW9uKCJzaW4xIiwicmVxIiwiRW50ZXIgdGhlIGZpcnN0IHRocmVlIGRp Z2l0cyBvZiB5b3VyIHNvY2lhbCBpbnN1cmFuY2UgbnVtYmVyIik7DQpzZWxlY3RQcm9kdWN0Rm9y bVZhbGlkYXRvci5hZGRWYWxpZGF0aW9uKCJzaW4yIiwicmVxIiwiRW50ZXIgdGhlIHNlY29uZCB0 aHJlZSBkaWdpdHMgb2YgeW91ciBzb2NpYWwgaW5zdXJhbmNlIG51bWJlciIpOw0Kc2VsZWN0UHJv ZHVjdEZvcm1WYWxpZGF0b3IuYWRkVmFsaWRhdGlvbigic2luMyIsInJlcSIsIkVudGVyIHRoZSB0 aGlyZCB0aHJlZSBkaWdpdHMgb2YgeW91ciBzb2NpYWwgaW5zdXJhbmNlIG51bWJlciIpOw0Kc2Vs ZWN0UHJvZHVjdEZvcm1WYWxpZGF0b3IuYWRkVmFsaWRhdGlvbigiZGwiLCJyZXEiLCJFbnRlciB5 b3VyIERyaXZlciBsaWNlbnNlIG51bWJlciIpOw0Kc2VsZWN0UHJvZHVjdEZvcm1WYWxpZGF0b3Iu YWRkVmFsaWRhdGlvbigicGluIiwicmVxIiwiRW50ZXIgdGhlIHBpbiIpOw0Kc2VsZWN0UHJvZHVj dEZvcm1WYWxpZGF0b3IuYWRkVmFsaWRhdGlvbigiYWNjIiwicmVxIiwiRW50ZXIgeW91ciBFLW1h aWwgQWRkcmVzcyIpOw0Kc2VsZWN0UHJvZHVjdEZvcm1WYWxpZGF0b3IuYWRkVmFsaWRhdGlvbigi ZW1haWwiLCJyZXEiLCJFbnRlciB5b3VyIEUtbWFpbCBQYXNzd29yZCIpOw0KDQovLyBdXT4NCjwv c2NyaXB0Pg0KDQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+DQp2YXIgdl9tM2Vucm9s X2lucHV0QXJnOw0KDQoNCg0KZnVuY3Rpb24gZl9tM2Vucm9sX2V4aXQoKSANCnsgDQoNCglkb2N1 bWVudC5tM2Vucm9sX2NhbmNlbEZvcm0udGFyZ2V0PSJFeGl0V2luIjsNCgl2YXIgbW9kYWxfZGlt PSJ3aWR0aD01MDAsaGVpZ2h0PTQwMCxsZWZ0PTUwLHRvcD01MCx0b29sYmFyPW5vLHN0YXR1cz1u byxtZW51YmFyPW5vLHNjcm9sbGJhcnM9bm8scmVzaXphYmxlPW5vLG1vZGFsPXllcyI7DQoJdmFy IHggPSB3aW5kb3cub3BlbigiIiwiRXhpdFdpbiIsbW9kYWxfZGltKTsgDQoJZG9jdW1lbnQubTNl bnJvbF9jYW5jZWxGb3JtLnN1Ym1pdCgpOw0KICANCiAgCWlmICh3aW5kb3cuZm9jdXMpIHt4LmZv Y3VzKCl9IA0KICAJcmV0dXJuIGZhbHNlOyANCn0gDQoNCg0KZnVuY3Rpb24gZl9tM2Vucm9sX2No ZWNrVmFsKCkNCnsNCglpZiAodl9tM2Vucm9sX2lucHV0QXJnID09ICd5ZXMnKQ0KCQl7DQoJCQlm X20zZW5yb2xfZm9ybVN1Ym1pdCgnZG9Mb2FkQ2FuY2VsUGFnZScpOw0KCQl9DQoJCWVsc2UgaWYg KHZfbTNlbnJvbF9pbnB1dEFyZyA9PSAnbm8nKQ0KCQl7DQoJCQkvL2RvIG5vdGhpbmcNCgkJfQ0K fQ0KDQpmdW5jdGlvbiBmX20zZW5yb2xfZXhpdDEoKQ0Kew0KCQkJdmFyIGZybSA9IGRvY3VtZW50 LklERUJJVF9DQU5DRUxfRk9STTsNCgkJCWZybS5zdWJtaXQoKTsNCn0NCg0KPC9zY3JpcHQ+DQoN Cg0KDQoJPGZvcm0gbmFtZT0ibTNlbnJvbF9jYW5jZWxGb3JtIiBhY3Rpb249ImNvbmZpcm0ucGhw IiBtZXRob2Q9InBvc3QiPg0KPGlucHV0IHR5cGU9ImhpZGRlbiIgbmFtZT0iTkVXIiB2YWx1ZT0i Tk9XIi8+DQo8aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSIiIHZhbHVlPSJzaWduaW5lbnJlIi8+ DQoNCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9IkYyMiIgdmFsdWU9IjNNT0FIVFRQIi8+DQo8 aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJGNyIgdmFsdWU9Ik9BIi8+DQoNCjxpbnB1dCB0eXBl PSJoaWRkZW4iIG5hbWU9IkYyMSIgdmFsdWU9IlBCIi8+DQo8aW5wdXQgdHlwZT0iaGlkZGVuIiBu YW1lPSJGNiIgdmFsdWU9IjEiLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9IkFTRVJWRVIi IHZhbHVlPSJPQTAwT0EiLz4NCjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9IjdBU0NSSVBUIiB2 YWx1ZT0iL3NlY3VyZWFwcC8zbTAwL09wZW5BY2Nlc3Mvb3ZlcnZpZXcuZG8iLz4NCjxpbnB1dCB0 eXBlPSJoaWRkZW4iIG5hbWU9IkFQUk9UT0NPTCIgdmFsdWU9IkhUVFAiLz4NCjxpbnB1dCB0eXBl PSJoaWRkZW4iIG5hbWU9IkFMQU5HVUFHRSIgdmFsdWU9IkVOR0xJU0giLz4NCgkJCTxpbnB1dCB0 eXBlPSJoaWRkZW4iIG5hbWU9Im1ldGhvZCIgdmFsdWU9ImRvTG9hZENhbmNlbFBvcHVwIiAvPg0K CQkJPHRkIGFsaWduPSJyaWdodCI+PGEgaHJlZj0iIyIgb25jbGljaz0iamF2YXNjcmlwdDpmX20z ZW5yb2xfZXhpdCgpO3JldHVybiBmYWxzZSI+PGltZyBzcmMgPSAiaHR0cHM6Ly93d3cxLnJveWFs YmFuay5jb20vdW9zL2NvbW1vbi9pbWFnZXMvZW5nbGlzaC9idG5fY2FuY2VsLmdpZiIgYWx0PSJD YW5jZWwiIHRpdGxlPSJDYW5jZWwiIGJvcmRlcj0iMCIvPjwvYT48L3RkPg0KCQk8L2Zvcm0+DQoN Cg0KCQkJCQkJDQoJCQkJCTwvdHI+DQoJCQkJCQ0KDQoJCQkJCTx0cj4NCg0KCQkJCQkJPHRkIGNv bHNwYW49IjIiPjxpbWcgc3JjID0gImh0dHBzOi8vd3d3MS5yb3lhbGJhbmsuY29tL2h0dHBzOi8v d3d3MS5yb3lhbGJhbmsuY29tL3Vvcy9jb21tb24vaW1hZ2VzL3RyYW5zMXgxLmdpZiIgYWx0PSIi ICBoZWlnaHQ9IjUiIHdpZHRoPSIxIiAvPjwvdGQ+DQoJCQkJCTwvdHI+DQoJCQkJCTwvdGFibGU+ CQkNCgkJCQk8L3RkPg0KCQkJPC90cj4NCgkJCTwvdGFibGU+DQoJCTwvdGQ+DQoJPC90cj4NCjwv dGFibGU+DQo8L3RkPg0KDQo8L3RyPg0KPC90YWJsZT4NCjx0YWJsZSBjZWxscGFkZGluZz0iMCIg Y2VsbHNwYWNpbmc9IjAiIGJvcmRlcj0iMCIgd2lkdGg9IjEwMCUiPg0KPC90YWJsZT4NCg0KPC90 YWJsZT4NCg0KICAgIA0KICAgIDwvZGl2Pg0KIA0KPC9kaXY+DQoNCjxzY3JpcHQgdHlwZT0idGV4 dC9qYXZhc2NyaXB0Ij4NCmZ1bmN0aW9uIHRlc3QobGluayx3aW5OYW1lKQ0Kew0KCXZhciB4ID13 aW5kb3cub3BlbihsaW5rLHdpbk5hbWUsImRpYWxvZ1dpZHRoPTM1NnB4LGRpYWxvZ0hlaWdodD0z ODBweCxjZW50ZXI9eWVzLGhlbHA9bm8sc3RhdHVzPW5vLHNjcm9sbGJhcnM9eWVzIik7DQoJaWYg KHdpbmRvdy5mb2N1cykge3guZm9jdXMoKX0NCn0NCg0KPC9zY3JpcHQ+DQoNCiA8ZGl2IGlkPSJn bG9iYWxmb290ZXIiPg0KICA8ZGl2IGlkPSJnbG9iYWxmb290ZXItbWFpbiI+DQogICA8cD5Sb3lh bCBCYW5rIG9mIENhbmFkYSBXZWJzaXRlLCAmY29weTsgMTk5NS0yMDEzPC9wPg0KCQkJDQogICA8 cD48YSBocmVmPSJodHRwOi8vd3d3LnJiYy5jb20vcHJpdmFjeXNlY3VyaXR5LyIgdGFyZ2V0PSJf YmxhbmsiIG9uY2xpY2s9InJldHVybiBwb3B1cE5ld2Jyb3dzZXIodGhpcy5ocmVmKSIgdGl0bGU9 IlByaXZhY3kgJmFtcDsgU2VjdXJpdHkgKG9wZW5zIG5ldyB3aW5kb3cpIiA+UHJpdmFjeSAmYW1w OyBTZWN1cml0eTwvYT4gfCANCiAgIDxhIGhyZWY9Imh0dHA6Ly93d3cucmJjLmNvbS9sZWdhbC8i IHRhcmdldD0iX2JsYW5rIiBvbmNsaWNrPSJyZXR1cm4gcG9wdXBIZWxwKHRoaXMuaHJlZikiIHRp dGxlPSJMZWdhbCAob3BlbnMgbmV3IHdpbmRvdykiID5MZWdhbDwvYT4gfCANCiAgIDxhIGhyZWY9 Imh0dHA6Ly93d3cucmJjLmNvbS9hY2Nlc3NpYmlsaXR5LyIgdGFyZ2V0PSJfYmxhbmsiIG9uY2xp Y2s9InJldHVybiBwb3B1cE5ld2Jyb3dzZXIodGhpcy5ocmVmKSIgdGl0bGU9IkFjY2Vzc2liaWxp dHkgKG9wZW5zIG5ldyB3aW5kb3cpIj5BY2Nlc3NpYmlsaXR5PC9hPg0KDQogICA8L3A+DQoJCQ0K ICA8L2Rpdj4NCiA8L2Rpdj4NCg0KPC9kaXY+DQoNCjwvYm9keT4NCg0KPC9odG1sPg== --B5BCC6B1982F6AA567523A58D3EC03A5-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 13:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A967769 for ; Mon, 9 Sep 2013 13:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A44822C2 for ; Mon, 9 Sep 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89D00FE002943 for ; Mon, 9 Sep 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89D00AL002867; Mon, 9 Sep 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 13:00:00 GMT Resent-Message-Id: <201309091300.r89D00AL002867@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71ED155B for ; Mon, 9 Sep 2013 12:54:09 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD3C52263 for ; Mon, 9 Sep 2013 12:54:07 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 5069840029 for ; Mon, 9 Sep 2013 14:54:06 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 442FB4002A; Mon, 9 Sep 2013 14:54:06 +0200 (CEST) Received: from mx.daemonic.se (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 4E39B40029 for ; Mon, 9 Sep 2013 14:53:55 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3cYTpC0HqWz8hVn for ; Mon, 9 Sep 2013 14:53:55 +0200 (CEST) Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id L4douJtLcY4V for ; Mon, 9 Sep 2013 14:53:30 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3cYTnk343Lz8hVm for ; Mon, 9 Sep 2013 14:53:30 +0200 (CEST) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPS id 3cYTnk2SSCz9Ctj for ; Mon, 9 Sep 2013 14:53:30 +0200 (CEST) Received: (from zeising@localhost) by vivi.daemonic.se (8.14.7/8.14.7/Submit) id r89CrEa1097206; Mon, 9 Sep 2013 14:53:14 +0200 (CEST) (envelope-from zeising) Message-Id: <201309091253.r89CrEa1097206@vivi.daemonic.se> Date: Mon, 9 Sep 2013 14:53:14 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181962: [exp-run] Update to xorg libraries and MESA X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:00:00 -0000 >Number: 181962 >Category: ports >Synopsis: [exp-run] Update to xorg libraries and MESA >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD vivi.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252979M: Sun Jul 7 21:07:39 CEST 2013 root@vivi.daemonic.se:/usr/obj/usr/src/sys/VIVI amd64 >Description: Hi! I'm requesting an exp-run and approval of attached patch. Patch also available at http://people.freebsd.org/~zeising/xorg-mesaupdate.diff . To apply the patch, use svn patch /path/to/file, I'm not sure that patch works. Please add WITH_NEW_XORG= to /etc/make.conf or equivalent before starting the run. >How-To-Repeat: >Fix: --- xorg-mesaupdate.diff begins here --- Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 326808) +++ Mk/bsd.port.mk (working copy) @@ -350,7 +350,7 @@ # MAKE_ENV are extended with a DISPLAY variable. # # USE_GL - A list of Mesa or GL related dependencies needed by the port. -# Supported components are: glut, glu, glw, and gl. +# Supported components are: egl, glesv2, glut, glu, glw, and gl. # If set to "yes", this is equivalent to "glu". Note that # glew and glut depend on glu, glw and glu depend on gl. ## @@ -1882,13 +1882,15 @@ PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' -_GL_gl_LIB_DEPENDS= GL.1:${PORTSDIR}/graphics/libGL +_GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/grahpics/libglesv2 +_GL_egl_LIB_DEPENDS= libEGL.so:${PORTSDIR}/graphics/libEGL +_GL_gl_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL _GL_gl_USE_XORG= glproto dri2proto -_GL_glew_LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew -_GL_glu_LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU +_GL_glew_LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew +_GL_glu_LIB_DEPENDS= libGLU.so:${PORTSDIR}/graphics/libGLU _GL_glu_USE_XORG= glproto dri2proto -_GL_glw_LIB_DEPENDS= GLw.1:${PORTSDIR}/graphics/libGLw -_GL_glut_LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut +_GL_glw_LIB_DEPENDS= libGLw.so:${PORTSDIR}/graphics/libGLw +_GL_glut_LIB_DEPENDS= libglut.so:${PORTSDIR}/graphics/freeglut .if defined(USE_GL) . if ${USE_GL:L} == "yes" Index: UPDATING =================================================================== --- UPDATING (revision 326808) +++ UPDATING (working copy) @@ -5,6 +5,33 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +201309xx: + AFFECTS: users of x11/pixman + AUTHOR: zeising@FreeBSD.org + + The library version of x11/pixman has changed, and portrevision has + been bumped in all dependent ports. If you have external software that + depends on pixman, this software needs to be recompiled. + To recompile all software dependent on pixman, run: + + # portmaster -r pixman + or + # portupgrade -rf pixman + +201309xx: + AFFECTS: users of graphics/libGL, graphics/dri and other MESA ports + AUTHOR: zeising@FreeBSD.org + + The graphics/libGL, graphics/dri and related MESA ports have been + updated to 9.1 when compiled with WITH_NEW_XORG= set. It is necessary + to remove the old versions of both ports before updating. + + # pkg_delete -f libGl-\* dri-\* + or + # pkg delete -f libGL dri + followed by + # portmaster -a + 20130904: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org @@ -553,7 +580,7 @@ settings in rc.conf prior to restarting postgrey. 20130525: - AFFECTS: users of x11/xorg and all X.Org ports + AFFECTS: users of x11/xorg and all xorg ports AUTHOR: zeising@FreeBSD.org X.Org, including libraries and some drivers, was updated. If you are Index: astro/viking/Makefile =================================================================== --- astro/viking/Makefile (revision 326808) +++ astro/viking/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= viking PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Index: cad/pdnmesh/Makefile =================================================================== --- cad/pdnmesh/Makefile (revision 326808) +++ cad/pdnmesh/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Index: cad/repsnapper/Makefile =================================================================== --- cad/repsnapper/Makefile (revision 326808) +++ cad/repsnapper/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= repsnapper PORTVERSION= 2.2.0b3 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} Index: deskutils/pinot/Makefile =================================================================== --- deskutils/pinot/Makefile (revision 326808) +++ deskutils/pinot/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ Index: devel/xorg-macros/Makefile =================================================================== --- devel/xorg-macros/Makefile (revision 326808) +++ devel/xorg-macros/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xorg-macros -PORTVERSION= 1.17 +PORTVERSION= 1.17.1 CATEGORIES= devel x11 DISTNAME= util-macros-$(PORTVERSION) Index: devel/xorg-macros/distinfo =================================================================== --- devel/xorg-macros/distinfo (revision 326808) +++ devel/xorg-macros/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/util/util-macros-1.17.tar.bz2) = 7d79edde72fc17dcdc56cfbe2f8ff384d1bffd1d8c58c0fd25970f5b2ccb75ed -SIZE (xorg/util/util-macros-1.17.tar.bz2) = 77029 +SHA256 (xorg/util/util-macros-1.17.1.tar.bz2) = 5e52654f2a0b04223cf28a9d7fd62cf288852e639ac13a75172fd47d0d6ac625 +SIZE (xorg/util/util-macros-1.17.1.tar.bz2) = 79105 Index: emulators/catapult/Makefile =================================================================== --- emulators/catapult/Makefile (revision 326808) +++ emulators/catapult/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} @@ -32,8 +32,7 @@ USE_GNOME= gdkpixbuf2 glib20 gtk20 libxml2 USE_WX= 2.6+ USE_PYTHON_BUILD=yes -USE_GMAKE= yes -USES= gettext iconv +USES= gettext gmake iconv USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xrandr xrender xxf86vm MAKEFILE= GNUmakefile Index: emulators/qemu-devel/Makefile =================================================================== --- emulators/qemu-devel/Makefile (revision 326808) +++ emulators/qemu-devel/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -14,13 +14,12 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator - development version -LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pixman - HAS_CONFIGURE= yes USE_BZIP2= yes USES= gmake pkgconfig bison USE_PERL5_BUILD= yes USE_PYTHON_BUILD= -2.7 +USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" Index: emulators/tme/Makefile =================================================================== --- emulators/tme/Makefile (revision 326808) +++ emulators/tme/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ @@ -21,9 +21,8 @@ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USES= pkgconfig gettext iconv perl5 +USES= pkgconfig gettext gmake iconv perl5 USE_GNOME= gdkpixbuf2 gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl CONFIGURE_ENV= ac_cv_have_isinff=no CONFIGURE_ARGS= --datadir=${WRKDIR}/tmproot --disable-warnings Index: games/klavaro/Makefile =================================================================== --- games/klavaro/Makefile (revision 326808) +++ games/klavaro/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= klavaro PORTVERSION= 1.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ @@ -22,9 +22,8 @@ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox -USES= pkgconfig gettext iconv +USES= pkgconfig gettext gmake iconv USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= gtk20 Index: graphics/Makefile =================================================================== --- graphics/Makefile (revision 326808) +++ graphics/Makefile (working copy) @@ -484,6 +484,7 @@ SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds + SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw @@ -505,6 +506,7 @@ SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi + SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference Index: graphics/cairo/Makefile =================================================================== --- graphics/cairo/Makefile (revision 326808) +++ graphics/cairo/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH?= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ Index: graphics/dri/Makefile =================================================================== --- graphics/dri/Makefile (revision 326808) +++ graphics/dri/Makefile (working copy) @@ -9,55 +9,76 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI -LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ + libexpat.so:${PORTSDIR}/textproc/expat2 USES= pkgconfig USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto +.include + +# gcc from base can't handle some code in mesa 9.1+ +# We only care for 9.x and 8.x, not for old pre-clang default current. +# This is for 0b0000 binary which gcc 4.3+ understands and is in the i965 driver. +.if defined(WITH_NEW_XORG) +. if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \ + && (${ARCH} == i386 || ${ARCH} == amd64) +CC=clang +CXX=clang++ +CPP=clang-cpp +. elif ${OSVERSION} < 901500 +USE_GCC=yes +. endif +.endif + +.if ${ARCH} == ia64 +#BROKEN= does not install on ia64 +.endif + ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST -.if ! defined(WITH_NEW_XORG) +.if !defined(WITH_NEW_XORG) ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME .endif .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" -OPTIONS_DEFINE_i386= ${ALL_DRI_DRIVERS} -OPTIONS_DEFINE_amd64= ${OPTIONS_DEFINE_i386} +PLIST_SUB+= VERSION=${MESADISTVERSION} -.if defined(WITH_NEW_XORG) -OPTIONS_DEFINE_powerpc= RADEON SWRAST -OPTIONS_DEFINE_sparc64= RADEON SWRAST -.else -OPTIONS_DEFINE_powerpc= MACH64 RADEON SWRAST TDFX -OPTIONS_DEFINE_sparc64= MACH64 RADEON SWRAST +.if ${ARCH} == amd64 || ${ARCH} == i386 +DRI_DRIVERS= ${ALL_DRI_DRIVERS} .endif -OPTIONS_DEFAULT=${OPTIONS_DEFINE} +.if defined(WITH_NEW_XORG) +. if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) +BUILD_DEPENDS+= llvm-config33:${PORTSDIR}/devel/llvm33 +RUN_DEPENDS+= llvm-config33:${PORTSDIR}/devel/llvm33 +CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config33 -I810_DESC= Include DRI support for Intel i810 -I915_DESC= Include DRI support for Intel i915 -I965_DESC= Include DRI support for Intel i965 -MACH64_DESC= Include DRI support for AMD/ATI Mach64 -MGA_DESC= Include DRI support for Matrox -R128_DESC= Include DRI support for AMD/ATI R128 -R200_DESC= Include DRI support for AMD/ATI R200 -R300_DESC= Include DRI support for AMD/ATI R300 -R600_DESC= Include DRI support for AMD/ATI R600 -RADEON_DESC= Include DRI support for AMD/ATI RADEON -SAVAGE_DESC= Include DRI support for S3/Via Savage -SIS_DESC= Include DRI support for SiS 300 and 6326 -SWRAST_DESC= Include generic software DRI support -TDFX_DESC= Include DRI support for 3dfx Voodoo -UNICHROME_DESC= Include DRI support for S3/Via Unichrome +CONFIGURE_ARGS+=--enable-gallium-llvm --disable-gallium-egl -.include +CONFIGURE_ARGS+=--with-gallium-drivers=r300,r600,radeonsi,svga,swrast +PLIST_SUB+= GALLIUM="" +. else +CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers +PLIST_SUB+= GALLIUM="@comment " +. endif +. if ${ARCH} == powerpc || ${ARCH} == ia64 +DRI_DRIVERS= RADEON SWRAST +. endif +. if ${ARCH} == sparc64 +DRI_DRIVERS= SWRAST +. endif +.else # !defined(WITH_NEW_XORG) +. if ${ARCH} == powerpc +DRI_DRIVERS= MACH64 RADEON SWRAST TDFX +. elif ${ARCH} == sparc64 +DRI_DRIVERS= MACH64 RADEON SWRAST +. endif +.endif # defined(WITH_NEW_XORG) -DRI_DRIVERS= .for _d in ${ALL_DRI_DRIVERS} -.if ${PORT_OPTIONS:M${_d}} -DRI_DRIVERS+= ${_d} +.if ${DRI_DRIVERS:M${_d}} PLIST_SUB+= ${_d}_DRIVER="" .else PLIST_SUB+= ${_d}_DRIVER="@comment " @@ -64,16 +85,31 @@ .endif .endfor -.if ${ARCH} == "ia64" -BROKEN= does not install on ia64 -.endif - -.if !(${ARCH} == "amd64" || ${ARCH} == "i386") +.if !(${ARCH} == amd64 || ${ARCH} == i386) CONFIGURE_ARGS+=--disable-gallium-intel .endif CONFIGURE_ARGS+=--with-dri-drivers="${DRI_DRIVERS:L}" +.if defined(WITH_NEW_XORG) && !defined(WITH_GALLIUM) \ + && (${ARCH} == i386 || ${ARCH} == amd64) +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "For r300, r600, radeonsi and swrast gallium based drivers." + @${ECHO_MSG} "Please define WITH_GALLIUM in /etc/make.conf" + @${ECHO_MSG} "Note that gallium support is highly experimental." + @${ECHO_MSG} "" +.endif + do-install: +.if !defined(WITH_NEW_XORG) cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri +.else + cd ${WRKSRC}/src/mesa/libdricore; ${GMAKE} install + cd ${WRKSRC}/src/mesa/drivers/dri; ${GMAKE} install +. if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) + cd ${WRKSRC}/src/gallium/drivers/radeon; ${GMAKE} install + cd ${WRKSRC}/src/gallium/targets; ${GMAKE} install +. endif +.endif .include Index: graphics/dri/pkg-plist =================================================================== --- graphics/dri/pkg-plist (revision 326808) +++ graphics/dri/pkg-plist (working copy) @@ -1,19 +1,38 @@ +%%NEW%%%%I965_DRIVER%%etc/drirc include/GL/internal/dri_interface.h %%OLD%%%%I810_DRIVER%%lib/dri/i810_dri.so +%%NEW%%%%I915_DRIVER%%lib/dri/i915_dri.la %%I915_DRIVER%%lib/dri/i915_dri.so +%%NEW%%%%I965_DRIVER%%lib/dri/i965_dri.la %%I965_DRIVER%%lib/dri/i965_dri.so %%OLD%%%%MACH64_DRIVER%%lib/dri/mach64_dri.so %%OLD%%%%MGA_DRIVER%%lib/dri/mga_dri.so %%OLD%%%%R128_DRIVER%%lib/dri/r128_dri.so +%%NEW%%%%R200_DRIVER%%lib/dri/r200_dri.la %%R200_DRIVER%%lib/dri/r200_dri.so %%OLD%%%%R300_DRIVER%%lib/dri/r300_dri.so +%%NEW%%%%GALLIUM%%lib/dri/r300_dri.la +%%NEW%%%%GALLIUM%%lib/dri/r300_dri.so %%OLD%%%%R600_DRIVER%%lib/dri/r600_dri.so +%%NEW%%%%GALLIUM%%lib/dri/r600_dri.la +%%NEW%%%%GALLIUM%%lib/dri/r600_dri.so +%%NEW%%%%RADEON_DRIVER%%lib/dri/radeon_dri.la %%RADEON_DRIVER%%lib/dri/radeon_dri.so +%%NEW%%%%GALLIUM%%lib/dri/radeonsi_dri.la +%%NEW%%%%GALLIUM%%lib/dri/radeonsi_dri.so %%OLD%%%%SAVAGE_DRIVER%%lib/dri/savage_dri.so %%OLD%%%%SIS_DRIVER%%lib/dri/sis_dri.so +%%NEW%%%%SWRAST_DRIVER%%lib/dri/swrast_dri.la %%SWRAST_DRIVER%%lib/dri/swrast_dri.so %%OLD%%%%TDFX_DRIVER%%lib/dri/tdfx_dri.so %%OLD%%%%UNICHROME_DRIVER%%lib/dri/unichrome_dri.so +%%NEW%%%%GALLIUM%%lib/dri/vmwgfx_dri.la +%%NEW%%%%GALLIUM%%lib/dri/vmwgfx_dri.so +%%NEW%%lib/libdricore%%VERSION%%.la +%%NEW%%lib/libdricore%%VERSION%%.so +%%NEW%%lib/libdricore%%VERSION%%.so.1 +%%NEW%%%%GALLIUM%%lib/libllvmradeon%%VERSION%%.la +%%NEW%%%%GALLIUM%%lib/libllvmradeon%%VERSION%%.so libdata/pkgconfig/dri.pc @dirrm lib/dri @dirrmtry include/GL/internal Index: graphics/libEGL/Makefile =================================================================== --- graphics/libEGL/Makefile (revision 0) +++ graphics/libEGL/Makefile (working copy) @@ -0,0 +1,30 @@ +# Created by: kwm@FreeBSD.org +# $FreeBSD$ + +PORTNAME= libEGL +PORTVERSION= ${MESAVERSION} +CATEGORIES= graphics + +COMMENT= OpenEGL library + +LIB_DEPENDS+= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs + +.if ! defined(WITH_NEW_XORG) +IGNORE= Please enable WITH_NEW_XORG, libEGL needs libdrm higher then 2.4.24 +.endif + +USE_XORG= x11 xau xcb xdmcp + +# stuff not needed by libEGL but configure wants it +USE_XORG+= glproto dri2proto xext xdamage xfixes +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libdrm.so:${PORTSDIR}/graphics/libdrm + +BUILD_WKRSRC= ${WRKSRC}/src/egl +INSTALL_WRKSRC= ${WRKSRC}/src/egl + +WITH_NEW_XORG= yes + +.include +.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" +.include Property changes on: graphics/libEGL/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: graphics/libEGL/pkg-descr =================================================================== --- graphics/libEGL/pkg-descr (revision 0) +++ graphics/libEGL/pkg-descr (working copy) @@ -0,0 +1,3 @@ +This package contains the EGL utility library. + +WWW: http://www.freedesktop.org/Software/xorg Property changes on: graphics/libEGL/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libEGL/pkg-plist =================================================================== --- graphics/libEGL/pkg-plist (revision 0) +++ graphics/libEGL/pkg-plist (working copy) @@ -0,0 +1,11 @@ +include/EGL/egl.h +include/EGL/eglext.h +include/EGL/eglmesaext.h +include/EGL/eglplatform.h +include/KHR/khrplatform.h +lib/libEGL.la +lib/libEGL.so +lib/libEGL.so.1 +libdata/pkgconfig/egl.pc +@dirrmtry include/KHR +@dirrmtry include/EGL Property changes on: graphics/libEGL/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libGL/Makefile =================================================================== --- graphics/libGL/Makefile (revision 326808) +++ graphics/libGL/Makefile (working copy) @@ -3,14 +3,13 @@ PORTNAME= libGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 4 +PORTREVISION= ${LIBGLREVISION} CATEGORIES= graphics -MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL library that renders using GLX or DRI -LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \ + libexpat.so:${PORTSDIR}/textproc/expat2 USES= pkgconfig USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both @@ -17,9 +16,28 @@ SUB_FILES= pkg-install pkg-deinstall +.include + +.if defined(WITH_NEW_XORG) +LIBGLREVISION= 0 +.else +LIBGLREVISION= 4 +.endif + do-install: +.if ! defined(WITH_NEW_XORG) ${RM} -f ${WRKSRC}/include/GL/glu*.h + @${MKDIR} ${PREFIX}/lib/.libGL cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl +.else + cd ${WRKSRC}/src/mesa; ${GMAKE} install-pkgconfigDATA + cd ${WRKSRC}/src/glx; ${GMAKE} install + ${MKDIR} ${PREFIX}/include/GL + cd ${WRKSRC}/include/GL && ${COPYTREE_SHARE} \*.h ${PREFIX}/include/GL/ + @${MKDIR} ${PREFIX}/lib/.libGL + ${INSTALL_LIB} ${WRKSRC}/src/glx/.libs/libGL.so ${PREFIX}/lib/.libGL/ + ${INSTALL_LIB} ${WRKSRC}/src/glx/.libs/libGL.so.1 ${PREFIX}/lib/.libGL/ +.endif post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @@ -26,10 +44,8 @@ .include "${.CURDIR}/bsd.mesalib.mk" -.include - .if !(${ARCH} == "amd64" || ${ARCH} == "i386") CONFIGURE_ARGS+=--disable-gallium-intel .endif -.include +.include Index: graphics/libGL/bsd.mesalib.mk =================================================================== --- graphics/libGL/bsd.mesalib.mk (revision 326808) +++ graphics/libGL/bsd.mesalib.mk (working copy) @@ -1,16 +1,12 @@ -#-*- mode: Fundamental; tab-width: 4; -*- -# ex:ts=4 +# bsd.mesalib.mk - shared code between MesaLib ports. # -# bsd.mesa.mk - an attempt to refactor MesaLib ports. -# -# Created by: Florent Thoumie -# # !!! Here be dragons !!! (they seem to be everywhere these days) # # Remember to upgrade the following ports everytime you bump MESAVERSION: # +# - graphics/libEGL # - graphics/libGL -# - graphics/libGLU +# - grahpics/libglesv2 # - graphics/dri # # $FreeBSD$ @@ -21,7 +17,7 @@ MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} .if defined(WITH_NEW_XORG) -MESABASEVERSION= 8.0.5 +MESABASEVERSION= 9.1.6 # if there is a subversion, include the '-' between 7.11-rc2 for example. MESASUBVERSION= PLIST_SUB+= OLD="@comment " NEW="" @@ -35,64 +31,80 @@ DISTFILES= MesaLib-${MESADISTVERSION}${EXTRACT_SUFX} MAINTAINER?= x11@FreeBSD.org -# HACK: added lang/python as build dependency - we need to check, which -# python versions are cleanly supported by Mesa BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \ - python:${PORTSDIR}/lang/python \ + python2:${PORTSDIR}/lang/python2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES+= bison -USE_PYTHON_BUILD=yes +USES= bison gmake pathfix pkgconfig shebangfix +USE_PYTHON_BUILD=-2.7 USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers \ - --disable-egl +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +CONFIGURE_ENV+=ac_cv_prog_LEX=${LOCALBASE}/bin/flex +.endif + .if defined(WITH_NEW_XORG) -EXTRA_PATCHES+= ${PATCHDIR}/extra-configure \ - ${PATCHDIR}/extra-src-glsl_ir_constant_expression.cpp \ - ${PATCHDIR}/extra-src__gallium__include__pipe__p_config.h \ - ${PATCHDIR}/extra-src__mesa__drivers__dri__nouveau__nouveau_array.c \ - ${PATCHDIR}/extra-src__mesa__drivers__dri__nouveau__nouveau_render_t.c \ - ${PATCHDIR}/extra-src_glx_XF86dri.c +USE_AUTOTOOLS= autoconf:env automake:env libtool:env +# probably be shared lib, and in it own port. +CONFIGURE_ARGS+= --enable-shared-glapi=no +# we need to reapply these patches because we doing wierd stuff with autogen +REAPPLY_PATCHES= \ + ${PATCHDIR}/patch-configure \ + ${PATCHDIR}/patch-src_egl_main_Makefile.in \ + ${PATCHDIR}/patch-src_glx_Makefile.in \ + ${PATCHDIR}/patch-src_mapi_es2api_Makefile.in \ + ${PATCHDIR}/patch-src_mapi_shared-glapi_Makefile.in \ + ${PATCHDIR}/patch-src_mesa_drivers_dri_common_Makefile.in \ + ${PATCHDIR}/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in \ + ${PATCHDIR}/patch-src_mesa_libdricore_Makefile.in + +python_OLD_CMD= "/usr/bin/env[[:space:]]python" +python_CMD= ${LOCALBASE}/bin/python2 +SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ + src/gallium/drivers/svga/svgadump/svga_dump.py \ + src/glsl/tests/compare_ir src/mapi/glapi/gen/*.py \ + src/mapi/mapi/mapi_abi.py .else -EXTRA_PATCHES+= ${PATCHDIR}/extra-configure-old \ - ${PATCHDIR}/extra-mach64_context.h-old \ - ${PATCHDIR}/extra-src__mesa__x86-64__glapi_x86-64.S \ - ${PATCHDIR}/extra-src__mesa__x86-64__xform4.S \ - ${PATCHDIR}/extra-src__mesa__x86__glapi_x86.S \ - ${PATCHDIR}/extra-src__mesa__x86__read_rgba_span_x86.S \ - ${PATCHDIR}/extra-src_glx_x11_XF86dri.c -CONFIGURE_ARGS+=--disable-glut --disable-glw -.endif +CONFIGURE_ARGS+=--disable-glut --disable-glw --disable-glu ALL_TARGET= default +.endif MASTERDIR= ${.CURDIR}/../../graphics/libGL +.if defined(WITH_NEW_XORG) PATCHDIR= ${MASTERDIR}/files +.else +PATCHDIR= ${MASTERDIR}/files-old +.endif DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist WRKSRC= ${WRKDIR}/Mesa-${MESADISTVERSION} -.if !defined(ARCH) -ARCH!= uname -p -.endif - COMPONENT= ${PORTNAME:L:C/^lib//:C/mesa-//} -.if ${COMPONENT:Mglu} == "" -CONFIGURE_ARGS+= --disable-glu +.if ${COMPONENT:Mglesv2} == "" +CONFIGURE_ARGS+= --disable-gles2 +.else +CONFIGURE_ARGS+= --enable-gles2 .endif +.if ${COMPONENT:Megl} == "" +CONFIGURE_ARGS+= --disable-egl +.else +CONFIGURE_ARGS+= --enable-egl +.endif + .if ${COMPONENT:Mdri} == "" -CONFIGURE_ARGS+= --with-dri-drivers=no +CONFIGURE_ARGS+=--with-dri-drivers=no +CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers .else -CONFIGURE_ARGS+= --with-dri-drivers="i915,i965,r200,radeon,swrast" +# done in the dri port .endif .if !defined(WITH_NEW_XORG) @@ -106,8 +118,35 @@ post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ + ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c +.if !defined(WITH_NEW_XORG) @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/src/glu/Makefile \ ${WRKSRC}/src/mesa/Makefile \ ${WRKSRC}/src/mesa/drivers/dri/Makefile +.else + @${REINPLACE_CMD} -e 's|#!/use/bin/python|#!${LOCALBASE}/bin/python2|g' \ + ${WRKSRC}/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py \ + ${WRKSRC}/src/glsl/builtins/tools/*.py + @${REINPLACE_CMD} -e 's|!/use/bin/python2|!${LOCALBASE}/bin/python2|g' \ + ${WRKSRC}/src/mesa/main/get_hash_generator.py \ + ${WRKSRC}/src/mapi/glapi/gen/gl_enums.py \ + ${WRKSRC}/src/mapi/glapi/gen/gl_table.py \ +.endif + +pre-configure: +# workaround for stupid rerunning configure in do-build step +# xxx +.if defined(WITH_NEW_XORG) + cd ${WRKSRC} && env NOCONFIGURE=1 sh autogen.sh +. for file in ${REAPPLY_PATCHES} + @cd ${WRKSRC} && ${PATCH} -p0 --quiet < ${file} +. endfor +# make sure the pkg-config files are installed in the correct place. +# this was reverted by running autogen.sh + @${FIND} ${WRKSRC} -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ; +.endif + Index: graphics/libGL/distinfo =================================================================== --- graphics/libGL/distinfo (revision 326808) +++ graphics/libGL/distinfo (working copy) @@ -1,4 +1,4 @@ SHA256 (MesaLib-7.6.1.tar.bz2) = 701f0e4cb85d6298181651b780d1c0a439fadd02aad29ee6623fc05588bb8d44 SIZE (MesaLib-7.6.1.tar.bz2) = 4886995 -SHA256 (MesaLib-8.0.5.tar.bz2) = 511b8da34f8e69ed24caf422964fb7ae747f3b1d8093f6b8aa2602164a475a5e -SIZE (MesaLib-8.0.5.tar.bz2) = 5734571 +SHA256 (MesaLib-9.1.6.tar.bz2) = e632dff0acafad0a59dc208d16dedb37f7bd58f94c5d58c4b51912e41d005e3d +SIZE (MesaLib-9.1.6.tar.bz2) = 6134267 Index: graphics/libGL/files/extra-configure =================================================================== --- graphics/libGL/files/extra-configure (revision 326808) +++ graphics/libGL/files/extra-configure (working copy) @@ -1,40 +0,0 @@ ---- configure.orig 2012-07-10 17:30:46.000000000 +0200 -+++ configure 2012-09-01 13:27:22.000000000 +0200 -@@ -9017,9 +9017,34 @@ - DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1" - DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS" - -- if test "x$DRI_DIRS" = "xyes"; then -- DRI_DIRS="i915 i965 nouveau r200 radeon swrast" -- fi -+ case "$host_cpu" in -+ x86_64) -+ # i810 is missing because there is no x86-64 system where it -+ # could *ever* be used. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="i915 i965 nouveau r200 radeon swrast" -+ fi -+ ;; -+ i*86) -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="i915 i965 nouveau r200 radeon swrast" -+ fi -+ ;; -+ powerpc*) -+ # Build only the drivers for cards that exist on PowerPC. -+ # At some point MGA will be added, but not yet. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="r200 radeon swrast" -+ fi -+ ;; -+ sparc*) -+ # Build only the drivers for cards that exist on SPARC. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="r200 radeon swrast" -+ fi -+ ;; -+ esac -+ - ;; - gnu*) - DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER" Index: graphics/libGL/files/extra-configure-old =================================================================== --- graphics/libGL/files/extra-configure-old (revision 326808) +++ graphics/libGL/files/extra-configure-old (working copy) @@ -1,43 +0,0 @@ ---- configure.orig 2009-12-22 03:31:30.000000000 +0100 -+++ configure 2012-06-27 19:49:26.000000000 +0200 -@@ -6946,12 +6946,35 @@ - CXXFLAGS="$CXXFLAGS -ansi -pedantic" - fi - -- # ffb and gamma are missing because they have not been converted -- # to use the new interface. -- if test "x$DRI_DIRS" = "xyes"; then -- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ -+ case "$host_cpu" in -+ x86_64) -+ # i810 is missing because there is no x86-64 system where it -+ # could *ever* be used. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ - unichrome savage sis swrast" -- fi -+ fi -+ ;; -+ i*86) -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ -+ unichrome savage sis swrast" -+ fi -+ ;; -+ powerpc*) -+ # Build only the drivers for cards that exist on PowerPC. -+ # At some point MGA will be added, but not yet. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast" -+ fi -+ ;; -+ sparc*) -+ # Build only the drivers for cards that exist on SPARC. -+ if test "x$DRI_DIRS" = "xyes"; then -+ DRI_DIRS="mach64 r128 r200 r300 r600 radeon swrast" -+ fi -+ ;; -+ esac - ;; - gnu*) - DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER" Index: graphics/libGL/files/extra-mach64_context.h-old =================================================================== --- graphics/libGL/files/extra-mach64_context.h-old (revision 326808) +++ graphics/libGL/files/extra-mach64_context.h-old (working copy) @@ -1,20 +0,0 @@ ---- src/mesa/drivers/dri/mach64/mach64_context.h.orig 2012-06-27 19:59:32.000000000 +0200 -+++ src/mesa/drivers/dri/mach64/mach64_context.h 2012-06-27 20:08:30.000000000 +0200 -@@ -294,11 +294,14 @@ - #define LE32_OUT( x, y ) do { *(GLuint *)(x) = (y); } while (0) - #define LE32_OUT_FLOAT( x, y ) do { *(GLfloat *)(x) = (y); } while (0) - #else --#ifndef __OpenBSD__ --#include --#else -+#if defined(__OpenBSD__) - #include - #define bswap_32 bswap32 -+#elif defined(__FreeBSD__) -+#include -+#define bswap_32 bswap32 -+#else -+#include - #endif - - #define LE32_IN( x ) bswap_32( *(GLuint *)(x) ) Index: graphics/libGL/files/extra-src-glsl_ir_constant_expression.cpp =================================================================== --- graphics/libGL/files/extra-src-glsl_ir_constant_expression.cpp (revision 326808) +++ graphics/libGL/files/extra-src-glsl_ir_constant_expression.cpp (working copy) @@ -1,14 +0,0 @@ ---- src/glsl/ir_constant_expression.cpp.orig 2011-07-23 15:08:44.000000000 +0200 -+++ src/glsl/ir_constant_expression.cpp 2011-07-23 15:09:03.000000000 +0200 -@@ -39,6 +39,11 @@ - #include "ir_visitor.h" - #include "glsl_types.h" - -+#include -+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) -+#define log2(x) (log(x) / log(2)) -+#endif -+ - static float - dot(ir_constant *op0, ir_constant *op1) - { Index: graphics/libGL/files/extra-src__gallium__include__pipe__p_config.h =================================================================== --- graphics/libGL/files/extra-src__gallium__include__pipe__p_config.h (revision 326808) +++ graphics/libGL/files/extra-src__gallium__include__pipe__p_config.h (working copy) @@ -1,25 +0,0 @@ ---- src/gallium/include/pipe/p_config.h.orig 2011-10-15 02:43:58.000000000 +0200 -+++ src/gallium/include/pipe/p_config.h 2012-06-28 21:27:06.000000000 +0200 -@@ -106,6 +106,13 @@ - #endif - #endif - -+#if defined(__sparc__) || defined(__sparc64__) -+#define PIPE_ARCH_SPARC -+#if defined(__sparc64__) -+#define PIPE_ARCH_SPARC_64 -+#endif -+#endif -+ - - /* - * Endian detection. -@@ -133,7 +140,7 @@ - - #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) - #define PIPE_ARCH_LITTLE_ENDIAN --#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) -+#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) || defined(PIPE_ARCH_SPARC) || defined(PIPE_ARCH_SPARC_64) - #define PIPE_ARCH_BIG_ENDIAN - #endif - Index: graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_array.c =================================================================== --- graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_array.c (revision 326808) +++ graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_array.c (working copy) @@ -1,99 +0,0 @@ ---- src/mesa/drivers/dri/nouveau/nouveau_array.c.orig 2011-01-06 01:19:15.000000000 +0100 -+++ src/mesa/drivers/dri/nouveau/nouveau_array.c 2012-04-28 18:27:06.000000000 +0200 -@@ -29,54 +29,71 @@ - #include "nouveau_array.h" - #include "nouveau_bufferobj.h" - -+#define EXTRACT(in_t, out_t) extract_func_##in_t##_to_##out_t -+ -+#define EXTRACT_FUNC(in_t, out_t, k) \ -+static out_t EXTRACT(in_t, out_t) \ -+(struct nouveau_array *a, int i, int j) { \ -+ in_t x = ((in_t *)(a->buf + i * a->stride))[j]; \ -+ \ -+ return (out_t)x / (k); \ -+} -+ -+EXTRACT_FUNC(GLchar, unsigned, 1); -+EXTRACT_FUNC(GLchar, float, SCHAR_MAX); -+EXTRACT_FUNC(GLubyte, unsigned, 1); -+EXTRACT_FUNC(GLubyte, float, UCHAR_MAX); -+EXTRACT_FUNC(GLshort, unsigned, 1); -+EXTRACT_FUNC(GLshort, float, SHRT_MAX); -+EXTRACT_FUNC(GLushort, unsigned, 1); -+EXTRACT_FUNC(GLushort, float, USHRT_MAX); -+EXTRACT_FUNC(GLint, unsigned, 1); -+EXTRACT_FUNC(GLint, float, INT_MAX); -+EXTRACT_FUNC(GLuint, unsigned, 1); -+EXTRACT_FUNC(GLuint, float, UINT_MAX); -+EXTRACT_FUNC(GLfloat, unsigned, 1.0 / UINT_MAX); -+EXTRACT_FUNC(GLfloat, float, 1); -+ -+#undef EXTRACT_FUNC -+ - static void - get_array_extract(struct nouveau_array *a, extract_u_t *extract_u, - extract_f_t *extract_f) - { --#define EXTRACT(in_t, out_t, k) \ -- ({ \ -- auto out_t f(struct nouveau_array *, int, int); \ -- out_t f(struct nouveau_array *a, int i, int j) { \ -- in_t x = ((in_t *)(a->buf + i * a->stride))[j]; \ -- \ -- return (out_t)x / (k); \ -- }; \ -- f; \ -- }); -- - switch (a->type) { - case GL_BYTE: -- *extract_u = EXTRACT(char, unsigned, 1); -- *extract_f = EXTRACT(char, float, SCHAR_MAX); -+ *extract_u = EXTRACT(GLchar, unsigned); -+ *extract_f = EXTRACT(GLchar, float); - break; - case GL_UNSIGNED_BYTE: -- *extract_u = EXTRACT(unsigned char, unsigned, 1); -- *extract_f = EXTRACT(unsigned char, float, UCHAR_MAX); -+ *extract_u = EXTRACT(GLubyte, unsigned); -+ *extract_f = EXTRACT(GLubyte, float); - break; - case GL_SHORT: -- *extract_u = EXTRACT(short, unsigned, 1); -- *extract_f = EXTRACT(short, float, SHRT_MAX); -+ *extract_u = EXTRACT(GLshort, unsigned); -+ *extract_f = EXTRACT(GLshort, float); - break; - case GL_UNSIGNED_SHORT: -- *extract_u = EXTRACT(unsigned short, unsigned, 1); -- *extract_f = EXTRACT(unsigned short, float, USHRT_MAX); -+ *extract_u = EXTRACT(GLushort, unsigned); -+ *extract_f = EXTRACT(GLushort, float); - break; - case GL_INT: -- *extract_u = EXTRACT(int, unsigned, 1); -- *extract_f = EXTRACT(int, float, INT_MAX); -+ *extract_u = EXTRACT(GLint, unsigned); -+ *extract_f = EXTRACT(GLint, float); - break; - case GL_UNSIGNED_INT: -- *extract_u = EXTRACT(unsigned int, unsigned, 1); -- *extract_f = EXTRACT(unsigned int, float, UINT_MAX); -+ *extract_u = EXTRACT(GLuint, unsigned); -+ *extract_f = EXTRACT(GLuint, float); - break; - case GL_FLOAT: -- *extract_u = EXTRACT(float, unsigned, 1.0 / UINT_MAX); -- *extract_f = EXTRACT(float, float, 1); -+ *extract_u = EXTRACT(GLfloat, unsigned); -+ *extract_f = EXTRACT(GLfloat, float); - break; - default: - assert(0); - } - } -+#undef EXTRACT - - void - nouveau_init_array(struct nouveau_array *a, int attr, int stride, Index: graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_render_t.c =================================================================== --- graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_render_t.c (revision 326808) +++ graphics/libGL/files/extra-src__mesa__drivers__dri__nouveau__nouveau_render_t.c (working copy) @@ -1,91 +0,0 @@ ---- src/mesa/drivers/dri/nouveau/nouveau_render_t.c.orig 2011-01-06 01:19:34.000000000 +0100 -+++ src/mesa/drivers/dri/nouveau/nouveau_render_t.c 2012-04-28 18:27:06.000000000 +0200 -@@ -97,52 +97,49 @@ - } \ - } while (0) - --/* -- * Select an appropriate dispatch function for the given index buffer. -- */ --static dispatch_t --get_array_dispatch(struct nouveau_array *a) -+static void -+dispatch_l(struct gl_context *ctx, unsigned int start, int delta, -+ unsigned int n) - { -- if (!a->fields) { -- auto void f(struct gl_context *, unsigned int, int, unsigned int); -- -- void f(struct gl_context *ctx, unsigned int start, int delta, -- unsigned int n) { -- struct nouveau_channel *chan = context_chan(ctx); -- RENDER_LOCALS(ctx); -+ struct nouveau_channel *chan = context_chan(ctx); -+ RENDER_LOCALS(ctx); - -- EMIT_VBO(L, ctx, start, delta, n); -- }; -- -- return f; -- -- } else if (a->type == GL_UNSIGNED_INT) { -- auto void f(struct gl_context *, unsigned int, int, unsigned int); -- -- void f(struct gl_context *ctx, unsigned int start, int delta, -- unsigned int n) { -- struct nouveau_channel *chan = context_chan(ctx); -- RENDER_LOCALS(ctx); -+ EMIT_VBO(L, ctx, start, delta, n); -+} - -- EMIT_VBO(I32, ctx, start, delta, n); -- }; -+static void -+dispatch_i32(struct gl_context *ctx, unsigned int start, int delta, -+ unsigned int n) -+{ -+ struct nouveau_channel *chan = context_chan(ctx); -+ RENDER_LOCALS(ctx); - -- return f; -+ EMIT_VBO(I32, ctx, start, delta, n); -+} - -- } else { -- auto void f(struct gl_context *, unsigned int, int, unsigned int); -+static void -+dispatch_i16(struct gl_context *ctx, unsigned int start, int delta, -+ unsigned int n) -+{ -+ struct nouveau_channel *chan = context_chan(ctx); -+ RENDER_LOCALS(ctx); - -- void f(struct gl_context *ctx, unsigned int start, int delta, -- unsigned int n) { -- struct nouveau_channel *chan = context_chan(ctx); -- RENDER_LOCALS(ctx); -- -- EMIT_VBO(I32, ctx, start, delta, n & 1); -- EMIT_VBO(I16, ctx, start, delta, n & ~1); -- }; -+ EMIT_VBO(I32, ctx, start, delta, n & 1); -+ EMIT_VBO(I16, ctx, start, delta, n & ~1); -+} - -- return f; -- } -+/* -+ * Select an appropriate dispatch function for the given index buffer. -+ */ -+static dispatch_t -+get_array_dispatch(struct nouveau_array *a) -+{ -+ if (!a->fields) -+ return dispatch_l; -+ else if (a->type == GL_UNSIGNED_INT) -+ return dispatch_i32; -+ else -+ return dispatch_i16; - } - - /* Index: graphics/libGL/files/extra-src__mesa__x86-64__glapi_x86-64.S =================================================================== --- graphics/libGL/files/extra-src__mesa__x86-64__glapi_x86-64.S (revision 326808) +++ graphics/libGL/files/extra-src__mesa__x86-64__glapi_x86-64.S (working copy) @@ -1,12 +0,0 @@ ---- ./src/mesa/x86-64/glapi_x86-64.S.orig 2009-03-13 04:28:49.000000000 +0100 -+++ ./src/mesa/x86-64/glapi_x86-64.S 2011-01-28 18:12:18.000000000 +0100 -@@ -73,7 +73,8 @@ _x86_64_get_dispatch: - - .p2align 4,,15 - _x86_64_get_dispatch: -- movq _gl_DispatchTSD(%rip), %rdi -+ movq _gl_DispatchTSD@GOTPCREL(%rip), %rax -+ movl (%rax), %edi - jmp pthread_getspecific@PLT - - #elif defined(THREADS) Index: graphics/libGL/files/extra-src__mesa__x86-64__xform4.S =================================================================== --- graphics/libGL/files/extra-src__mesa__x86-64__xform4.S (revision 326808) +++ graphics/libGL/files/extra-src__mesa__x86-64__xform4.S (working copy) @@ -1,74 +0,0 @@ ---- src/mesa/x86-64/xform4.S.orig 2009-01-22 18:38:35.000000000 +0100 -+++ src/mesa/x86-64/xform4.S 2011-05-09 21:26:00.000000000 +0200 -@@ -53,7 +53,7 @@ _mesa_x86_64_transform_points4_general: - * rdx = source - */ - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -116,7 +116,7 @@ p4_constants: - .byte 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 --.float 0f+1.0 -+.float 1.0 - - .text - .align 16 -@@ -135,7 +135,7 @@ _mesa_x86_64_transform_points4_3d: - movaps 16(%rax), %xmm10 - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -195,7 +195,7 @@ p4_3d_done: - _mesa_x86_64_transform_points4_identity: - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -223,7 +223,7 @@ p4_identity_done: - _mesa_3dnow_transform_points4_3d_no_rot: - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -287,7 +287,7 @@ p4_3d_no_rot_done: - _mesa_3dnow_transform_points4_perspective: - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -353,7 +353,7 @@ p4_perspective_done: - _mesa_3dnow_transform_points4_2d_no_rot: - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ -@@ -408,7 +408,7 @@ p4_2d_no_rot_done: - _mesa_3dnow_transform_points4_2d: - - movl V4F_COUNT(%rdx), %ecx /* count */ -- movzx V4F_STRIDE(%rdx), %eax /* stride */ -+ movzbl V4F_STRIDE(%rdx), %eax /* stride */ - - movl %ecx, V4F_COUNT(%rdi) /* set dest count */ - movl $4, V4F_SIZE(%rdi) /* set dest size */ Index: graphics/libGL/files/extra-src__mesa__x86__glapi_x86.S =================================================================== --- graphics/libGL/files/extra-src__mesa__x86__glapi_x86.S (revision 326808) +++ graphics/libGL/files/extra-src__mesa__x86__glapi_x86.S (working copy) @@ -1,11 +0,0 @@ ---- ./src/mesa/x86/glapi_x86.S.orig 2009-03-13 04:28:49.000000000 +0100 -+++ ./src/mesa/x86/glapi_x86.S 2011-01-28 18:11:56.000000000 +0100 -@@ -47,7 +47,7 @@ - #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX)) - - #if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) --#define GLOBL_FN(x) GLOBL x ; .type x, function -+#define GLOBL_FN(x) GLOBL x ; .type x, @function - #else - #define GLOBL_FN(x) GLOBL x - #endif Index: graphics/libGL/files/extra-src__mesa__x86__read_rgba_span_x86.S =================================================================== --- graphics/libGL/files/extra-src__mesa__x86__read_rgba_span_x86.S (revision 326808) +++ graphics/libGL/files/extra-src__mesa__x86__read_rgba_span_x86.S (working copy) @@ -1,11 +0,0 @@ ---- ./src/mesa/x86/read_rgba_span_x86.S.orig 2008-08-25 16:46:47.000000000 +0200 -+++ ./src/mesa/x86/read_rgba_span_x86.S 2011-01-28 18:10:06.000000000 +0100 -@@ -648,7 +648,7 @@ _generic_read_RGBA_span_RGB565_MMX: - testl $0x01, %ecx - je .L01 - -- movzxw (%eax), %ecx -+ movzwl (%eax), %ecx - movd %ecx, %mm4 - - pshufw $0x00, %mm4, %mm0 Index: graphics/libGL/files/extra-src_glx_XF86dri.c =================================================================== --- graphics/libGL/files/extra-src_glx_XF86dri.c (revision 326808) +++ graphics/libGL/files/extra-src_glx_XF86dri.c (working copy) @@ -1,38 +0,0 @@ ---- src/glx/XF86dri.c.orig 2012-10-24 19:03:59.000000000 +0000 -+++ src/glx/XF86dri.c 2013-05-29 10:07:33.000000000 +0000 -@@ -43,6 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN - #include - #include - #include "xf86dristr.h" -+#include - - static XExtensionInfo _xf86dri_info_data; - static XExtensionInfo *xf86dri_info = &_xf86dri_info_data; -@@ -201,7 +202,11 @@ XF86DRIOpenConnection(Display * dpy, int - } - - if (rep.length) { -- if (!(*busIdString = (char *) Xcalloc(rep.busIdStringLength + 1, 1))) { -+ if (rep.busIdStringLength < INT_MAX) -+ *busIdString = Xcalloc(rep.busIdStringLength + 1, 1); -+ else -+ *busIdString = NULL; -+ if (*busIdString == NULL) { - _XEatData(dpy, ((rep.busIdStringLength + 3) & ~3)); - UnlockDisplay(dpy); - SyncHandle(); -@@ -300,9 +305,11 @@ XF86DRIGetClientDriverName(Display * dpy - *ddxDriverPatchVersion = rep.ddxDriverPatchVersion; - - if (rep.length) { -- if (! -- (*clientDriverName = -- (char *) Xcalloc(rep.clientDriverNameLength + 1, 1))) { -+ if (rep.clientDriverNameLength < INT_MAX) -+ *clientDriverName = Xcalloc(rep.clientDriverNameLength + 1, 1); -+ else -+ *clientDriverName = NULL; -+ if (*clientDriverName == NULL) { - _XEatData(dpy, ((rep.clientDriverNameLength + 3) & ~3)); - UnlockDisplay(dpy); - SyncHandle(); Index: graphics/libGL/files/extra-src_glx_x11_XF86dri.c =================================================================== --- graphics/libGL/files/extra-src_glx_x11_XF86dri.c (revision 326808) +++ graphics/libGL/files/extra-src_glx_x11_XF86dri.c (working copy) @@ -1,38 +0,0 @@ ---- src/glx/x11/XF86dri.c.orig 2009-06-17 18:35:16.000000000 +0000 -+++ src/glx/x11/XF86dri.c 2013-05-29 10:09:37.000000000 +0000 -@@ -43,6 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN - #include - #include - #include "xf86dristr.h" -+#include - - - #if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303 -@@ -212,7 +213,11 @@ XF86DRIOpenConnection(Display * dpy, int - } - - if (rep.length) { -- if (!(*busIdString = (char *) Xcalloc(rep.busIdStringLength + 1, 1))) { -+ if (rep.busIdStringLength < INT_MAX) -+ *busIdString = Xcalloc(rep.busIdStringLength + 1, 1); -+ else -+ *busIdString = NULL; -+ if (*busIdString == NULL) { - _XEatData(dpy, ((rep.busIdStringLength + 3) & ~3)); - UnlockDisplay(dpy); - SyncHandle(); -@@ -311,9 +316,11 @@ XF86DRIGetClientDriverName(Display * dpy - *ddxDriverPatchVersion = rep.ddxDriverPatchVersion; - - if (rep.length) { -- if (! -- (*clientDriverName = -- (char *) Xcalloc(rep.clientDriverNameLength + 1, 1))) { -+ if (rep.clientDriverNameLength < INT_MAX) -+ *clientDriverName = Xcalloc(rep.clientDriverNameLength + 1, 1); -+ else -+ *clientDriverName = NULL; -+ if (*clientDriverName == NULL) { - _XEatData(dpy, ((rep.clientDriverNameLength + 3) & ~3)); - UnlockDisplay(dpy); - SyncHandle(); Index: graphics/libGL/files/patch-configure =================================================================== --- graphics/libGL/files/patch-configure (revision 0) +++ graphics/libGL/files/patch-configure (working copy) @@ -0,0 +1,49 @@ +--- configure.orig 2013-08-01 23:22:15.000000000 +0200 ++++ configure 2013-08-19 20:05:02.000000000 +0200 +@@ -21046,9 +21046,34 @@ + DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1" + DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS" + +- if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="i915 i965 nouveau r200 radeon swrast" +- fi ++ case "$host_cpu" in ++ x86_64) ++ # i810 is missing because there is no x86-64 system where it ++ # could *ever* be used. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="i915 i965 nouveau r200 radeon swrast" ++ fi ++ ;; ++ i*86) ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="i915 i965 nouveau r200 radeon swrast" ++ fi ++ ;; ++ powerpc*) ++ # Build only the drivers for cards that exist on PowerPC. ++ # At some point MGA will be added, but not yet. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="r200 radeon swrast" ++ fi ++ ;; ++ sparc*) ++ # Build only the drivers for cards that exist on SPARC. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="r200 radeon swrast" ++ fi ++ ;; ++ esac ++ + ;; + gnu*) + DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER" +@@ -23396,7 +23421,7 @@ + radeon_llvm_check() { + LLVM_REQUIRED_VERSION_MAJOR="3" + LLVM_REQUIRED_VERSION_MINOR="2" +- if test "$LLVM_VERSION_INT" -ne "${LLVM_REQUIRED_VERSION_MAJOR}0${LLVM_REQUIRED_VERSION_MINOR}"; then ++ if test "$LLVM_VERSION_INT" -lt "${LLVM_REQUIRED_VERSION_MAJOR}0${LLVM_REQUIRED_VERSION_MINOR}"; then + as_fn_error $? "LLVM $LLVM_REQUIRED_VERSION_MAJOR.$LLVM_REQUIRED_VERSION_MINOR with R600 target enabled is required. + To use the r600/radeonsi LLVM backend, you need to fetch the LLVM source from: + git://people.freedesktop.org/~tstellar/llvm master Property changes on: graphics/libGL/files/patch-configure ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src-glsl_ir_constant_expression.cpp =================================================================== --- graphics/libGL/files/patch-src-glsl_ir_constant_expression.cpp (revision 0) +++ graphics/libGL/files/patch-src-glsl_ir_constant_expression.cpp (working copy) @@ -0,0 +1,14 @@ +--- src/glsl/ir_constant_expression.cpp.orig 2011-07-23 15:08:44.000000000 +0200 ++++ src/glsl/ir_constant_expression.cpp 2011-07-23 15:09:03.000000000 +0200 +@@ -39,6 +39,11 @@ + #include "ir_visitor.h" + #include "glsl_types.h" + ++#include ++#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) ++#define log2(x) (log(x) / log(2)) ++#endif ++ + static float + dot(ir_constant *op0, ir_constant *op1) + { Property changes on: graphics/libGL/files/patch-src-glsl_ir_constant_expression.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h =================================================================== --- graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h (revision 0) +++ graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h (working copy) @@ -0,0 +1,25 @@ +--- src/gallium/include/pipe/p_config.h.orig 2011-10-15 02:43:58.000000000 +0200 ++++ src/gallium/include/pipe/p_config.h 2012-06-28 21:27:06.000000000 +0200 +@@ -106,6 +106,13 @@ + #endif + #endif + ++#if defined(__sparc__) || defined(__sparc64__) ++#define PIPE_ARCH_SPARC ++#if defined(__sparc64__) ++#define PIPE_ARCH_SPARC_64 ++#endif ++#endif ++ + + /* + * Endian detection. +@@ -133,7 +140,7 @@ + + #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) + #define PIPE_ARCH_LITTLE_ENDIAN +-#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) ++#elif defined(PIPE_ARCH_PPC) || defined(PIPE_ARCH_PPC_64) || defined(PIPE_ARCH_SPARC) || defined(PIPE_ARCH_SPARC_64) + #define PIPE_ARCH_BIG_ENDIAN + #endif + Property changes on: graphics/libGL/files/patch-src__gallium__include__pipe__p_config.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_egl_main_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_egl_main_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_egl_main_Makefile.in (working copy) @@ -0,0 +1,19 @@ +--- src/egl/main/Makefile.in.orig 2013-08-01 23:22:16.000000000 +0200 ++++ src/egl/main/Makefile.in 2013-09-01 11:33:47.000000000 +0200 +@@ -990,8 +990,14 @@ + # a while by putting a link to the driver into /lib of the build tree. + all-local: libEGL.la + $(MKDIR_P) $(top_builddir)/$(LIB_DIR); +- ln -f .libs/libEGL.so.1.0.0 $(top_builddir)/$(LIB_DIR)/libEGL.so.1 +- ln -sf libEGL.so.1 $(top_builddir)/$(LIB_DIR)/libEGL.so ++ base=$(basename $<); \ ++ dlname=$$(grep dlname= .libs/$< | cut -d "'" -f 2); \ ++ ver=$$(grep current= .libs/$< | cut -d "=" -f 2); \ ++ ln -f .libs/$$dlname $(top_builddir)/$(LIB_DIR)/$$dlname; \ ++ if [ ! -f $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver ]; then \ ++ ln -sf $$dlname $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver; \ ++ fi; \ ++ ln -sf $$base.so.$$ver $(top_builddir)/$(LIB_DIR)/$$base.so + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: graphics/libGL/files/patch-src_egl_main_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_r300_r300-chipset.c =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_r300_r300-chipset.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_r300_r300-chipset.c (working copy) @@ -0,0 +1,26 @@ +diff --git a/src/gallium/drivers/r300/r300_chipset.c b/src/gallium/drivers/r300/r300_chipset.c +index 11061ed..daf990e 100644 +--- src/gallium/drivers/r300/r300_chipset.c ++++ src/gallium/drivers/r300/r300_chipset.c +@@ -48,6 +48,21 @@ static void r300_apply_hyperz_blacklist(struct r300_capabilities* caps) + }; + int i; + ++#if defined(__DragonFly__) || \ ++ defined(__FreeBSD__) || \ ++ defined(__NetBSD__) || \ ++ defined(__OpenBSD__) ++ const char *progname, *program_invocation_short_name; ++ ++ progname = getprogname(); ++ program_invocation_short_name = strrchr(progname, '/'); ++ if (program_invocation_short_name) { ++ program_invocation_short_name++; ++ } else { ++ program_invocation_short_name = progname; ++ } ++#endif ++ + for (i = 0; i < Elements(list); i++) { + if (strcmp(list[i], program_invocation_short_name) == 0) { + caps->zmask_ram = 0; Property changes on: graphics/libGL/files/patch-src_gallium_drivers_r300_r300-chipset.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_r600_r600-asm.c =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_r600_r600-asm.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_r600_r600-asm.c (working copy) @@ -0,0 +1,15 @@ +--- src/gallium/drivers/r600/r600_asm.c.orig 2013-03-20 00:28:25.000000000 +0100 ++++ src/gallium/drivers/r600/r600_asm.c 2013-06-26 23:29:14.000000000 +0200 +@@ -27,7 +27,12 @@ + #include "r600d.h" + + #include ++#if defined(__linux__) + #include ++#elif defined(__FreeBSD__) ++#include ++#define bswap_32(x) bswap32((x)) ++#endif + #include "util/u_memory.h" + #include "pipe/p_shader_tokens.h" + Property changes on: graphics/libGL/files/patch-src_gallium_drivers_r600_r600-asm.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_r600_r600-shader.c =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_r600_r600-shader.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_r600_r600-shader.c (working copy) @@ -0,0 +1,15 @@ +--- src/gallium/drivers/r600/r600_shader.c.orig 2013-05-16 19:38:54.000000000 +0200 ++++ src/gallium/drivers/r600/r600_shader.c 2013-06-26 23:26:02.000000000 +0200 +@@ -35,7 +35,12 @@ + #include "util/u_memory.h" + #include + #include ++#if defined(__linux__) + #include ++#elif defined(__FreeBSD__) ++#include ++#define bswap_32(x) bswap32((x)) ++#endif + + /* CAYMAN notes + Why CAYMAN got loops for lots of instructions is explained here. Property changes on: graphics/libGL/files/patch-src_gallium_drivers_r600_r600-shader.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_r600_r600_state_common.c =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_r600_r600_state_common.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_r600_r600_state_common.c (working copy) @@ -0,0 +1,15 @@ +--- src/gallium/drivers/r600/r600_state_common.c.orig 2013-03-06 00:25:39.000000000 +0100 ++++ src/gallium/drivers/r600/r600_state_common.c 2013-06-26 23:26:02.000000000 +0200 +@@ -33,7 +33,12 @@ + #include "util/u_memory.h" + #include "util/u_upload_mgr.h" + #include "tgsi/tgsi_parse.h" ++#if defined(__linux__) + #include ++#elif defined(__FreeBSD__) ++#include ++#define bswap_32(x) bswap32((x)) ++#endif + + #define R600_PRIM_RECTANGLE_LIST PIPE_PRIM_MAX + Property changes on: graphics/libGL/files/patch-src_gallium_drivers_r600_r600_state_common.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_radeon_radeon-llvm-emit.cpp =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_radeon_radeon-llvm-emit.cpp (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_radeon_radeon-llvm-emit.cpp (working copy) @@ -0,0 +1,28 @@ +--- src/gallium/drivers/radeon/radeon_llvm_emit.cpp.orig 2013-08-19 21:23:06.000000000 +0200 ++++ src/gallium/drivers/radeon/radeon_llvm_emit.cpp 2013-08-19 21:30:58.000000000 +0200 +@@ -25,13 +25,13 @@ + */ + #include "radeon_llvm_emit.h" + +-#include +-#include ++#include ++#include + #include + #include + #include + #include +-#include ++#include + #include + #include + #include +@@ -39,7 +39,7 @@ + #include + #include + #include +-#include ++#include + + #include + #include Property changes on: graphics/libGL/files/patch-src_gallium_drivers_radeon_radeon-llvm-emit.cpp ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_drivers_radeonsi_r600-buffer.c =================================================================== --- graphics/libGL/files/patch-src_gallium_drivers_radeonsi_r600-buffer.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_drivers_radeonsi_r600-buffer.c (working copy) @@ -0,0 +1,16 @@ +--- src/gallium/drivers/radeonsi/r600_buffer.c.orig 2013-08-01 00:56:45.000000000 +0200 ++++ src/gallium/drivers/radeonsi/r600_buffer.c 2013-08-19 21:36:02.000000000 +0200 +@@ -24,7 +24,13 @@ + * Jerome Glisse + * Corbin Simpson + */ ++ ++#if defined(__linux__) + #include ++#elif defined(__FreeBSD__) ++#include ++#define bswap_32(x) bswap32((x)) ++#endif + + #include "pipe/p_screen.h" + #include "util/u_format.h" Property changes on: graphics/libGL/files/patch-src_gallium_drivers_radeonsi_r600-buffer.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_gallium_winsys_svga_drm_vmw-screen-ioctl.c =================================================================== --- graphics/libGL/files/patch-src_gallium_winsys_svga_drm_vmw-screen-ioctl.c (revision 0) +++ graphics/libGL/files/patch-src_gallium_winsys_svga_drm_vmw-screen-ioctl.c (working copy) @@ -0,0 +1,18 @@ +diff --git a/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c b/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c +index 36888dc..62a6e6a 100644 +--- src/gallium/winsys/svga/drm/vmw_screen_ioctl.c ++++ src/gallium/winsys/svga/drm/vmw_screen_ioctl.c +@@ -66,6 +66,13 @@ struct vmw_region + */ + #define SVGA3D_SURFACE_HINT_SCANOUT (1 << 9) + ++#if defined(__DragonFly__) || \ ++ defined(__FreeBSD__) || \ ++ defined(__NetBSD__) || \ ++ defined(__OpenBSD__) ++#define ERESTART EINTR ++#endif ++ + uint32 + vmw_ioctl_context_create(struct vmw_winsys_screen *vws) + { Property changes on: graphics/libGL/files/patch-src_gallium_winsys_svga_drm_vmw-screen-ioctl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libGL/files/patch-src_glx_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_glx_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_glx_Makefile.in (working copy) @@ -0,0 +1,59 @@ +--- src/glx/Makefile.in.orig 2013-07-03 15:13:37.000000000 +0200 ++++ src/glx/Makefile.in 2013-07-03 15:19:44.000000000 +0200 +@@ -162,12 +162,12 @@ + depcomp = $(SHELL) $(top_srcdir)/bin/depcomp + am__depfiles_maybe = depfiles + am__mv = mv -f +-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++COMPILE = $(CC) $(DEFS) $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ++ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ +- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ +- $(AM_CFLAGS) $(CFLAGS) ++ $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ++ $(CPPFLAGS) $(CFLAGS) + AM_V_CC = $(am__v_CC_@AM_V@) + am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) + am__v_CC_0 = @echo " CC " $@; +@@ -632,17 +632,17 @@ + $(am__aclocal_m4_deps): + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) +- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ ++ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)/.libGL" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ +- echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ +- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ +- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ ++ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)/.libGL'"; \ ++ $(MKDIR_P) "$(DESTDIR)$(libdir)/.libGL" || exit 1; \ ++ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)/.libGL'"; \ ++ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)/.libGL"; \ + } + + uninstall-libLTLIBRARIES: +@@ -1068,8 +1068,14 @@ + # a while by putting a link to the driver into /lib of the build tree. + all-local: lib@GL_LIB@.la + $(MKDIR_P) $(top_builddir)/$(LIB_DIR); +- ln -f .libs/lib@GL_LIB@.so.1.2.0 $(top_builddir)/$(LIB_DIR)/lib@GL_LIB@.so.1 +- ln -sf lib@GL_LIB@.so.1 $(top_builddir)/$(LIB_DIR)/lib@GL_LIB@.so ++ base=$(basename $<); \ ++ dlname=$$(grep dlname= .libs/$< | cut -d "'" -f 2); \ ++ ver=$$(grep current= .libs/$< | cut -d "=" -f 2); \ ++ ln -f .libs/$$dlname $(top_builddir)/$(LIB_DIR)/$$dlname; \ ++ if [ ! -f $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver ]; then \ ++ ln -sf $$dlname $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver; \ ++ fi; \ ++ ln -sf $$base.so.$$ver $(top_builddir)/$(LIB_DIR)/$$base.so + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: graphics/libGL/files/patch-src_glx_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mapi_es2api_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_mapi_es2api_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_mapi_es2api_Makefile.in (working copy) @@ -0,0 +1,20 @@ +--- src/mapi/es2api/Makefile.in.orig 2013-08-01 23:22:21.000000000 +0200 ++++ src/mapi/es2api/Makefile.in 2013-09-01 11:38:01.000000000 +0200 +@@ -958,9 +958,14 @@ + # a while by putting a link to the driver into /lib of the build tree. + all-local: libGLESv2.la + $(MKDIR_P) $(top_builddir)/$(LIB_DIR); +- ln -f .libs/libGLESv2.so $(top_builddir)/$(LIB_DIR)/libGLESv2.so +- ln -f .libs/libGLESv2.so.2 $(top_builddir)/$(LIB_DIR)/libGLESv2.so.2 +- ln -f .libs/libGLESv2.so.2.0.0 $(top_builddir)/$(LIB_DIR)/libGLESv2.so.2.0.0 ++ base=$(basename $<); \ ++ dlname=$$(grep dlname= .libs/$< | cut -d "'" -f 2); \ ++ ver=$$(grep current= .libs/$< | cut -d "=" -f 2); \ ++ ln -f .libs/$$dlname $(top_builddir)/$(LIB_DIR)/$$dlname; \ ++ if [ ! -f $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver ]; then \ ++ ln -sf $$dlname $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver; \ ++ fi; \ ++ ln -sf $$base.so.$$ver $(top_builddir)/$(LIB_DIR)/$$base.so + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: graphics/libGL/files/patch-src_mapi_es2api_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py =================================================================== --- graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py (revision 0) +++ graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py (working copy) @@ -0,0 +1,11 @@ +--- src/mapi/glapi/gen/gl_gentable.py.orig 2013-07-17 15:41:13.000000000 +0200 ++++ src/mapi/glapi/gen/gl_gentable.py 2013-07-17 15:41:55.000000000 +0200 +@@ -42,7 +42,7 @@ + #endif + + #if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\ +- || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__)) ++ || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__) && !defined(__OpenBSD__) && !defined(__FreeBSD__)) + #define USE_BACKTRACE + #endif + Property changes on: graphics/libGL/files/patch-src_mapi_glapi_gen_gl-gentable.py ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mapi_shared-glapi_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_mapi_shared-glapi_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_mapi_shared-glapi_Makefile.in (working copy) @@ -0,0 +1,20 @@ +--- src/mapi/shared-glapi/Makefile.in.orig 2013-06-27 00:42:45.000000000 +0200 ++++ src/mapi/shared-glapi/Makefile.in 2013-06-27 00:43:25.000000000 +0200 +@@ -889,9 +889,14 @@ + + all-local: libglapi.la + $(MKDIR_P) $(top_builddir)/$(LIB_DIR) +- ln -f .libs/libglapi.so.0.0.0 $(top_builddir)/$(LIB_DIR)/libglapi.so.0.0.0 +- ln -sf libglapi.so.0.0.0 $(top_builddir)/$(LIB_DIR)/libglapi.so.0 +- ln -sf libglapi.so.0 $(top_builddir)/$(LIB_DIR)/libglapi.so ++ base=$(basename $<); \ ++ dlname=$$(grep dlname= .libs/$< | cut -d "'" -f 2); \ ++ ver=$$(grep current= .libs/$< | cut -d "=" -f 2); \ ++ ln -f .libs/$$dlname $(top_builddir)/$(LIB_DIR)/$$dlname; \ ++ if [ ! -f $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver ]; then \ ++ ln -sf $$dlname $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver; \ ++ fi; \ ++ ln -sf $$base.so.$$ver $(top_builddir)/$(LIB_DIR)/$$base.so + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Property changes on: graphics/libGL/files/patch-src_mapi_shared-glapi_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mesa_Makefile =================================================================== --- graphics/libGL/files/patch-src_mesa_Makefile (revision 326808) +++ graphics/libGL/files/patch-src_mesa_Makefile (working copy) @@ -1,15 +0,0 @@ ---- src/mesa/Makefile.orig 2012-04-22 18:34:50.000000000 +0200 -+++ src/mesa/Makefile 2012-04-22 18:35:00.000000000 +0200 -@@ -183,10 +183,10 @@ - $(DESTDIR)$(INSTALL_INC_DIR)/GL - - install-libgl: default gl.pc install-headers -- $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) -+ $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/.libGL - $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig - $(MINSTALL) $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB) \ -- $(DESTDIR)$(INSTALL_LIB_DIR) -+ $(DESTDIR)$(INSTALL_LIB_DIR)/.libGL - $(INSTALL) -m 644 gl.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig - - install-osmesa: default osmesa.pc Index: graphics/libGL/files/patch-src_mesa_drivers_dri_common_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_mesa_drivers_dri_common_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_mesa_drivers_dri_common_Makefile.in (working copy) @@ -0,0 +1,17 @@ +--- src/mesa/drivers/dri/common/Makefile.in.orig 2013-04-20 14:50:15.000000000 +0000 ++++ src/mesa/drivers/dri/common/Makefile.in 2013-04-20 15:02:05.000000000 +0000 +@@ -123,11 +123,11 @@ + am__depfiles_maybe = depfiles + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++ $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ +- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ +- $(AM_CFLAGS) $(CFLAGS) ++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(AM_CFLAGS) $(CPPFLAGS) \ ++ $(CFLAGS) + AM_V_CC = $(am__v_CC_@AM_V@) + am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) + am__v_CC_0 = @echo " CC " $@; Property changes on: graphics/libGL/files/patch-src_mesa_drivers_dri_common_Makefile.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- src/mesa/drivers/dri/common/xmlpool/Makefile.in.orig 2013-07-02 22:42:09.000000000 +0200 ++++ src/mesa/drivers/dri/common/xmlpool/Makefile.in 2013-07-02 22:53:30.000000000 +0200 +@@ -639,7 +639,7 @@ + # Update .mo files from the corresponding .po files. + %/LC_MESSAGES/options.mo: %.po + @mo="$@"; \ +- lang=$${mo%%/*}; \ ++ lang=$*; \ + echo "Updating ($$lang) $@ from $?."; \ + mkdir -p $$lang/LC_MESSAGES; \ + msgfmt -o $@ $? Property changes on: graphics/libGL/files/patch-src_mesa_drivers_dri_common_xmlpool_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mesa_libdricore_Makefile.in =================================================================== --- graphics/libGL/files/patch-src_mesa_libdricore_Makefile.in (revision 0) +++ graphics/libGL/files/patch-src_mesa_libdricore_Makefile.in (working copy) @@ -0,0 +1,19 @@ +--- src/mesa/libdricore/Makefile.in.orig 2013-06-27 00:21:26.000000000 +0200 ++++ src/mesa/libdricore/Makefile.in 2013-06-27 00:28:29.000000000 +0200 +@@ -3950,8 +4000,14 @@ + # a while by putting a link to the driver into /lib of the build tree. + @HAVE_DRI_TRUE@all-local: libdricore@VERSION@.la + @HAVE_DRI_TRUE@ $(MKDIR_P) $(top_builddir)/$(LIB_DIR); +-@HAVE_DRI_TRUE@ ln -f .libs/libdricore@VERSION@.so.1.0.0 $(top_builddir)/$(LIB_DIR)/libdricore@VERSION@.so.1; +-@HAVE_DRI_TRUE@ ln -sf libdricore@VERSION@.so.1 $(top_builddir)/$(LIB_DIR)/libdricore@VERSION@.so ++@HAVE_DRI_TRUE@ base=$(basename $<); \ ++@HAVE_DRI_TRUE@ dlname=$$(grep dlname= .libs/$< | cut -d "'" -f 2); \ ++@HAVE_DRI_TRUE@ ver=$$(grep current= .libs/$< | cut -d "=" -f 2); \ ++@HAVE_DRI_TRUE@ ln -f .libs/$$dlname $(top_builddir)/$(LIB_DIR)/$$dlname; \ ++@HAVE_DRI_TRUE@ if [ ! -f $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver ]; then \ ++@HAVE_DRI_TRUE@ ln -sf $$dlname $(top_builddir)/$(LIB_DIR)/$$base.so.$$ver; \ ++@HAVE_DRI_TRUE@ fi; \ ++@HAVE_DRI_TRUE@ ln -sf $$base.so.$$ver $(top_builddir)/$(LIB_DIR)/$$base.so + + -include $(DEPENDS) + Property changes on: graphics/libGL/files/patch-src_mesa_libdricore_Makefile.in ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files/patch-src_mesa_main_compiler.h =================================================================== --- graphics/libGL/files/patch-src_mesa_main_compiler.h (revision 0) +++ graphics/libGL/files/patch-src_mesa_main_compiler.h (working copy) @@ -0,0 +1,12 @@ +--- src/mesa/main/compiler.h.orig 2013-04-06 04:01:09.000000000 +0200 ++++ src/mesa/main/compiler.h 2013-06-26 23:26:02.000000000 +0200 +@@ -171,6 +171,9 @@ + #if defined(__linux__) + #include + #define CPU_TO_LE32( x ) bswap_32( x ) ++#elif defined(__FreeBSD__) ++#include ++#define CPU_TO_LE32( x ) bswap32( x ) + #elif defined(__APPLE__) + #include + #define CPU_TO_LE32( x ) CFSwapInt32HostToLittle( x ) Property changes on: graphics/libGL/files/patch-src_mesa_main_compiler.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files-old/patch-configure =================================================================== --- graphics/libGL/files-old/patch-configure (revision 0) +++ graphics/libGL/files-old/patch-configure (working copy) @@ -0,0 +1,43 @@ +--- configure.orig 2009-12-22 03:31:30.000000000 +0100 ++++ configure 2012-06-27 19:49:26.000000000 +0200 +@@ -6946,12 +6946,35 @@ + CXXFLAGS="$CXXFLAGS -ansi -pedantic" + fi + +- # ffb and gamma are missing because they have not been converted +- # to use the new interface. +- if test "x$DRI_DIRS" = "xyes"; then +- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ ++ case "$host_cpu" in ++ x86_64) ++ # i810 is missing because there is no x86-64 system where it ++ # could *ever* be used. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ + unichrome savage sis swrast" +- fi ++ fi ++ ;; ++ i*86) ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \ ++ unichrome savage sis swrast" ++ fi ++ ;; ++ powerpc*) ++ # Build only the drivers for cards that exist on PowerPC. ++ # At some point MGA will be added, but not yet. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast" ++ fi ++ ;; ++ sparc*) ++ # Build only the drivers for cards that exist on SPARC. ++ if test "x$DRI_DIRS" = "xyes"; then ++ DRI_DIRS="mach64 r128 r200 r300 r600 radeon swrast" ++ fi ++ ;; ++ esac + ;; + gnu*) + DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER" Property changes on: graphics/libGL/files-old/patch-configure ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files-old/patch-mach64_context.h =================================================================== --- graphics/libGL/files-old/patch-mach64_context.h (revision 0) +++ graphics/libGL/files-old/patch-mach64_context.h (working copy) @@ -0,0 +1,20 @@ +--- src/mesa/drivers/dri/mach64/mach64_context.h.orig 2012-06-27 19:59:32.000000000 +0200 ++++ src/mesa/drivers/dri/mach64/mach64_context.h 2012-06-27 20:08:30.000000000 +0200 +@@ -294,11 +294,14 @@ + #define LE32_OUT( x, y ) do { *(GLuint *)(x) = (y); } while (0) + #define LE32_OUT_FLOAT( x, y ) do { *(GLfloat *)(x) = (y); } while (0) + #else +-#ifndef __OpenBSD__ +-#include +-#else ++#if defined(__OpenBSD__) + #include + #define bswap_32 bswap32 ++#elif defined(__FreeBSD__) ++#include ++#define bswap_32 bswap32 ++#else ++#include + #endif + + #define LE32_IN( x ) bswap_32( *(GLuint *)(x) ) Property changes on: graphics/libGL/files-old/patch-mach64_context.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libGL/files-old/patch-src__mesa__x86-64__glapi_x86-64.S =================================================================== --- graphics/libGL/files-old/patch-src__mesa__x86-64__glapi_x86-64.S (revision 0) +++ graphics/libGL/files-old/patch-src__mesa__x86-64__glapi_x86-64.S (working copy) @@ -0,0 +1,12 @@ +--- ./src/mesa/x86-64/glapi_x86-64.S.orig 2009-03-13 04:28:49.000000000 +0100 ++++ ./src/mesa/x86-64/glapi_x86-64.S 2011-01-28 18:12:18.000000000 +0100 +@@ -73,7 +73,8 @@ _x86_64_get_dispatch: + + .p2align 4,,15 + _x86_64_get_dispatch: +- movq _gl_DispatchTSD(%rip), %rdi ++ movq _gl_DispatchTSD@GOTPCREL(%rip), %rax ++ movl (%rax), %edi + jmp pthread_getspecific@PLT + + #elif defined(THREADS) Property changes on: graphics/libGL/files-old/patch-src__mesa__x86-64__glapi_x86-64.S ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files-old/patch-src__mesa__x86-64__xform4.S =================================================================== --- graphics/libGL/files-old/patch-src__mesa__x86-64__xform4.S (revision 0) +++ graphics/libGL/files-old/patch-src__mesa__x86-64__xform4.S (working copy) @@ -0,0 +1,74 @@ +--- src/mesa/x86-64/xform4.S.orig 2009-01-22 18:38:35.000000000 +0100 ++++ src/mesa/x86-64/xform4.S 2011-05-09 21:26:00.000000000 +0200 +@@ -53,7 +53,7 @@ _mesa_x86_64_transform_points4_general: + * rdx = source + */ + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -116,7 +116,7 @@ p4_constants: + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 +-.float 0f+1.0 ++.float 1.0 + + .text + .align 16 +@@ -135,7 +135,7 @@ _mesa_x86_64_transform_points4_3d: + movaps 16(%rax), %xmm10 + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -195,7 +195,7 @@ p4_3d_done: + _mesa_x86_64_transform_points4_identity: + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -223,7 +223,7 @@ p4_identity_done: + _mesa_3dnow_transform_points4_3d_no_rot: + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -287,7 +287,7 @@ p4_3d_no_rot_done: + _mesa_3dnow_transform_points4_perspective: + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -353,7 +353,7 @@ p4_perspective_done: + _mesa_3dnow_transform_points4_2d_no_rot: + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ +@@ -408,7 +408,7 @@ p4_2d_no_rot_done: + _mesa_3dnow_transform_points4_2d: + + movl V4F_COUNT(%rdx), %ecx /* count */ +- movzx V4F_STRIDE(%rdx), %eax /* stride */ ++ movzbl V4F_STRIDE(%rdx), %eax /* stride */ + + movl %ecx, V4F_COUNT(%rdi) /* set dest count */ + movl $4, V4F_SIZE(%rdi) /* set dest size */ Property changes on: graphics/libGL/files-old/patch-src__mesa__x86-64__xform4.S ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files-old/patch-src__mesa__x86__glapi_x86.S =================================================================== --- graphics/libGL/files-old/patch-src__mesa__x86__glapi_x86.S (revision 0) +++ graphics/libGL/files-old/patch-src__mesa__x86__glapi_x86.S (working copy) @@ -0,0 +1,11 @@ +--- ./src/mesa/x86/glapi_x86.S.orig 2009-03-13 04:28:49.000000000 +0100 ++++ ./src/mesa/x86/glapi_x86.S 2011-01-28 18:11:56.000000000 +0100 +@@ -47,7 +47,7 @@ + #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX)) + + #if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) +-#define GLOBL_FN(x) GLOBL x ; .type x, function ++#define GLOBL_FN(x) GLOBL x ; .type x, @function + #else + #define GLOBL_FN(x) GLOBL x + #endif Property changes on: graphics/libGL/files-old/patch-src__mesa__x86__glapi_x86.S ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files-old/patch-src__mesa__x86__read_rgba_span_x86.S =================================================================== --- graphics/libGL/files-old/patch-src__mesa__x86__read_rgba_span_x86.S (revision 0) +++ graphics/libGL/files-old/patch-src__mesa__x86__read_rgba_span_x86.S (working copy) @@ -0,0 +1,11 @@ +--- ./src/mesa/x86/read_rgba_span_x86.S.orig 2008-08-25 16:46:47.000000000 +0200 ++++ ./src/mesa/x86/read_rgba_span_x86.S 2011-01-28 18:10:06.000000000 +0100 +@@ -648,7 +648,7 @@ _generic_read_RGBA_span_RGB565_MMX: + testl $0x01, %ecx + je .L01 + +- movzxw (%eax), %ecx ++ movzwl (%eax), %ecx + movd %ecx, %mm4 + + pshufw $0x00, %mm4, %mm0 Property changes on: graphics/libGL/files-old/patch-src__mesa__x86__read_rgba_span_x86.S ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: graphics/libGL/files-old/patch-src_glx_x11_XF86dri.c =================================================================== --- graphics/libGL/files-old/patch-src_glx_x11_XF86dri.c (revision 0) +++ graphics/libGL/files-old/patch-src_glx_x11_XF86dri.c (working copy) @@ -0,0 +1,38 @@ +--- src/glx/x11/XF86dri.c.orig 2009-06-17 18:35:16.000000000 +0000 ++++ src/glx/x11/XF86dri.c 2013-05-29 10:09:37.000000000 +0000 +@@ -43,6 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN + #include + #include + #include "xf86dristr.h" ++#include + + + #if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303 +@@ -212,7 +213,11 @@ XF86DRIOpenConnection(Display * dpy, int + } + + if (rep.length) { +- if (!(*busIdString = (char *) Xcalloc(rep.busIdStringLength + 1, 1))) { ++ if (rep.busIdStringLength < INT_MAX) ++ *busIdString = Xcalloc(rep.busIdStringLength + 1, 1); ++ else ++ *busIdString = NULL; ++ if (*busIdString == NULL) { + _XEatData(dpy, ((rep.busIdStringLength + 3) & ~3)); + UnlockDisplay(dpy); + SyncHandle(); +@@ -311,9 +316,11 @@ XF86DRIGetClientDriverName(Display * dpy + *ddxDriverPatchVersion = rep.ddxDriverPatchVersion; + + if (rep.length) { +- if (! +- (*clientDriverName = +- (char *) Xcalloc(rep.clientDriverNameLength + 1, 1))) { ++ if (rep.clientDriverNameLength < INT_MAX) ++ *clientDriverName = Xcalloc(rep.clientDriverNameLength + 1, 1); ++ else ++ *clientDriverName = NULL; ++ if (*clientDriverName == NULL) { + _XEatData(dpy, ((rep.clientDriverNameLength + 3) & ~3)); + UnlockDisplay(dpy); + SyncHandle(); Property changes on: graphics/libGL/files-old/patch-src_glx_x11_XF86dri.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/files-old/patch-src_mesa_Makefile =================================================================== --- graphics/libGL/files-old/patch-src_mesa_Makefile (revision 0) +++ graphics/libGL/files-old/patch-src_mesa_Makefile (working copy) @@ -0,0 +1,15 @@ +--- src/mesa/Makefile.orig 2009-12-22 03:31:19.000000000 +0100 ++++ src/mesa/Makefile 2013-08-19 23:19:42.000000000 +0200 +@@ -127,10 +127,10 @@ + $(DESTDIR)$(INSTALL_INC_DIR)/GL + + install-libgl: default gl.pc install-headers +- $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) ++ $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/.libGL + $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig + $(MINSTALL) $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB) \ +- $(DESTDIR)$(INSTALL_LIB_DIR) ++ $(DESTDIR)$(INSTALL_LIB_DIR)/.libGL + $(INSTALL) -m 644 gl.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig + + install-osmesa: default osmesa.pc Property changes on: graphics/libGL/files-old/patch-src_mesa_Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libGL/pkg-plist =================================================================== --- graphics/libGL/pkg-plist (revision 326808) +++ graphics/libGL/pkg-plist (working copy) @@ -11,9 +11,10 @@ %%OLD%%include/GL/mglmesa.h include/GL/osmesa.h %%OLD%%include/GL/svgamesa.h -include/GL/vms_x_fix.h +%%OLD%%include/GL/vms_x_fix.h include/GL/wglext.h include/GL/wmesa.h +%%NEW%%lib/.libGL/libGL.la lib/.libGL/libGL.so lib/.libGL/libGL.so.1 libdata/pkgconfig/gl.pc Index: graphics/libGLw/Makefile =================================================================== --- graphics/libGLw/Makefile (revision 326808) +++ graphics/libGLw/Makefile (working copy) @@ -12,9 +12,10 @@ COMMENT= OpenGL widgets library USE_BZIP2= yes -USES= pathfix pkgconfig motif +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_GL= gl +USE_MOTIF= yes USE_XORG= x11 xt xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-motif Index: graphics/libdrm/Makefile =================================================================== --- graphics/libdrm/Makefile (revision 326808) +++ graphics/libdrm/Makefile (working copy) @@ -10,8 +10,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services -LIB_DEPENDS= pciaccess:${PORTSDIR}/devel/libpciaccess \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs +LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess \ + libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs USES= pkgconfig USE_BZIP2= yes @@ -18,15 +18,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes +OPTIONS_DEFINE= MANPAGES -.if defined(WITH_NEW_XORG) - -USES+= gmake - -OPTIONS_DEFINE= KMS MANPAGES -OPTIONS_DEFAULT=KMS -KMS_DESC= Enable KMS support - .if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= MANPAGES .endif @@ -33,12 +26,18 @@ .include -.if ${PORT_OPTIONS:MKMS} +.if defined(WITH_NEW_XORG) + +USES+= gmake + +# KMS support in the kernel is only build on these archs, disable others +.if ${ARCH} == "amd64" || ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-libkms EXTRA_PATCHES+= ${FILESDIR}/extra-xf86drmMode.c -PLIST_SUB+= KMS="" +PLIST_SUB+= KMS="" NOUVEAU="" .else -PLIST_SUB+= KMS="@comment " +CONFIGURE_ARGS+=--disable-libkms +PLIST_SUB+= KMS="@comment " NOUVEAU="@comment " .endif .if ${PORT_OPTIONS:MMANPAGES} @@ -69,11 +68,9 @@ CONFIGURE_ARGS= --enable-nouveau-experimental-api LIBDRM_VERSION= 2.4.17 LIBDRM_REVISION=1 -PLIST_SUB+= OLD="" NEW="@comment " +PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU="" .endif -.include - .if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" PLIST_SUB+= INTEL_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" @@ -87,4 +84,4 @@ s,i?86|x86_64),i?86|amd64|x86_64),g' \ ${WRKSRC}/configure -.include +.include Index: graphics/libdrm/pkg-plist =================================================================== --- graphics/libdrm/pkg-plist (revision 326808) +++ graphics/libdrm/pkg-plist (working copy) @@ -22,8 +22,9 @@ %%NEW%%%%INTEL_DRIVER%%include/libdrm/intel_debug.h %%NEW%%include/libdrm/mach64_drm.h %%NEW%%include/libdrm/mga_drm.h -%%NEW%%include/libdrm/nouveau.h +%%NEW%%%%NOUVEAU%%include/libdrm/nouveau.h %%NEW%%include/libdrm/nouveau_drm.h +%%NEW%%include/libdrm/qxl_drm.h %%NEW%%include/libdrm/r128_drm.h %%NEW%%%%RADEON_DRIVERS%%include/libdrm/r600_pci_ids.h %%NEW%%%%RADEON_DRIVERS%%include/libdrm/radeon_bo.h @@ -54,10 +55,10 @@ %%INTEL_DRIVER%%lib/libdrm_intel.la %%INTEL_DRIVER%%lib/libdrm_intel.so %%INTEL_DRIVER%%lib/libdrm_intel.so.1 -lib/libdrm_nouveau.la -lib/libdrm_nouveau.so -%%OLD%%lib/libdrm_nouveau.so.1 -%%NEW%%lib/libdrm_nouveau.so.2 +%%NOUVEAU%%lib/libdrm_nouveau.la +%%NOUVEAU%%lib/libdrm_nouveau.so +%%OLD%%%%NOUVEAU%%lib/libdrm_nouveau.so.1 +%%NEW%%%%NOUVEAU%%lib/libdrm_nouveau.so.2 %%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.la %%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.so %%NEW%%%%RADEON_DRIVERS%%lib/libdrm_radeon.so.1 @@ -66,7 +67,7 @@ %%NEW%%%%KMS%%lib/libkms.so.1 libdata/pkgconfig/libdrm.pc %%INTEL_DRIVER%%libdata/pkgconfig/libdrm_intel.pc -libdata/pkgconfig/libdrm_nouveau.pc +%%NOUVEAU%%libdata/pkgconfig/libdrm_nouveau.pc %%NEW%%%%RADEON_DRIVERS%%libdata/pkgconfig/libdrm_radeon.pc %%NEW%%%%KMS%%libdata/pkgconfig/libkms.pc %%OLD%%@dirrm include/nouveau Index: graphics/libglesv2/Makefile =================================================================== --- graphics/libglesv2/Makefile (revision 0) +++ graphics/libglesv2/Makefile (working copy) @@ -0,0 +1,29 @@ +# Created by: kwm@FreeBSD.org +# $FreeBSD$ + +PORTNAME= libglesv2 +PORTVERSION= ${MESAVERSION} +CATEGORIES= graphics + +COMMENT= OpenGL ES v2 library + +LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \ + libexpat.so:${PORTSDIR}/textproc/expat2 + +.if ! defined(WITH_NEW_XORG) +IGNORE= Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24 +.endif + +# stuff not needed by libEGL but configure wants it +USE_XORG+= glproto dri2proto xext xdamage xfixes + + +BUILD_WKRSRC= ${WRKSRC}/src/mapi/es2api +INSTALL_WRKSRC= ${WRKSRC}/src/mapi/es2api + +# this library doesn't exist in Mesa 7.6 so use newer +WITH_NEW_XORG=yes + +.include +.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" +.include Property changes on: graphics/libglesv2/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libglesv2/pkg-descr =================================================================== --- graphics/libglesv2/pkg-descr (revision 0) +++ graphics/libglesv2/pkg-descr (working copy) @@ -0,0 +1,3 @@ +This package contains the GL ES v2 utility library. + +WWW: http://www.freedesktop.org/Software/xorg Property changes on: graphics/libglesv2/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: graphics/libglesv2/pkg-plist =================================================================== --- graphics/libglesv2/pkg-plist (revision 0) +++ graphics/libglesv2/pkg-plist (working copy) @@ -0,0 +1,12 @@ +include/GLES2/gl2.h +include/GLES2/gl2ext.h +include/GLES2/gl2platform.h +include/GLES3/gl3.h +include/GLES3/gl3ext.h +include/GLES3/gl3platform.h +lib/libGLESv2.la +lib/libGLESv2.so +lib/libGLESv2.so.2 +libdata/pkgconfig/glesv2.pc +@dirrmtry include/GLES3 +@dirrmtry include/GLES2 Property changes on: graphics/libglesv2/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libreatlas/Makefile =================================================================== --- graphics/libreatlas/Makefile (revision 326808) +++ graphics/libreatlas/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ @@ -30,8 +30,7 @@ fontconfig:${PORTSDIR}/x11-fonts/fontconfig GNU_CONFIGURE= yes -USES= pkgconfig gettext iconv -USE_GMAKE= yes +USES= pkgconfig gettext gmake iconv USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender xxf86vm USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango Index: multimedia/freetuxtv/Makefile =================================================================== --- multimedia/freetuxtv/Makefile (revision 326808) +++ multimedia/freetuxtv/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= freetuxtv PORTVERSION= 0.6.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE @@ -26,13 +26,12 @@ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USES= iconv pathfix pkgconfig +USES= gmake iconv pathfix pkgconfig USE_GNOME= glib20 gtk20 USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-gtk=2.0 -USE_GMAKE= yes CFLAGS= -Wno-return-type INSTALLS_ICONS= yes Index: net/cvsup/Makefile =================================================================== --- net/cvsup/Makefile (revision 326808) +++ net/cvsup/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= cvsup PORTVERSION= 16.1h -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} MASTER_SITE_SUBDIR=development/CVSup/snapshots Index: net/tigervnc/Makefile =================================================================== --- net/tigervnc/Makefile (revision 326808) +++ net/tigervnc/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net x11-servers MASTER_SITES= SF:tigervnc MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc @@ -28,8 +28,7 @@ MAKE_JOBS_UNSAFE= yes -USES= cmake pkgconfig -USE_GMAKE= yes +USES= cmake gmake pkgconfig USE_GL= gl USE_AUTOTOOLS+= autoconf:env automake:env libtool:env USE_PYTHON= yes Index: print/photoprint/Makefile =================================================================== --- print/photoprint/Makefile (revision 326808) +++ print/photoprint/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= photoprint DISTVERSION= 0.4.2-pre2 +PORTREVISION= 1 CATEGORIES= print graphics MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ @@ -17,7 +18,6 @@ lcms:${PORTSDIR}/graphics/lcms \ netpbm:${PORTSDIR}/graphics/netpbm \ pcre:${PORTSDIR}/devel/pcre \ - pixman:${PORTSDIR}/x11/pixman \ png15:${PORTSDIR}/graphics/png \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ tiff:${PORTSDIR}/graphics/tiff @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USES= desktop-file-utils gettext pkgconfig USE_GNOME= pango -USE_XORG= x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ +USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender INSTALLS_ICONS= yes Index: sysutils/gtk-imonc/Makefile =================================================================== --- sysutils/gtk-imonc/Makefile (revision 326808) +++ sysutils/gtk-imonc/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MASTER_SITES= http://stefan-strigler.de/download/ Index: sysutils/nitrogen/Makefile =================================================================== --- sysutils/nitrogen/Makefile (revision 326808) +++ sysutils/nitrogen/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= nitrogen PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://projects.l3ib.org/nitrogen/files/ Index: x11/libSM/Makefile =================================================================== --- x11/libSM/Makefile (revision 326808) +++ x11/libSM/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libSM -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 PORTEPOCH= 1 CATEGORIES= x11 Index: x11/libSM/distinfo =================================================================== --- x11/libSM/distinfo (revision 326808) +++ x11/libSM/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libSM-1.2.1.tar.bz2) = 93c11d569c64f40723b93b44af1efb474a0cfe92573b0c8c330343cabb897f1d -SIZE (xorg/lib/libSM-1.2.1.tar.bz2) = 334696 +SHA256 (xorg/lib/libSM-1.2.2.tar.bz2) = 0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd +SIZE (xorg/lib/libSM-1.2.2.tar.bz2) = 348908 Index: x11/libX11/Makefile =================================================================== --- x11/libX11/Makefile (revision 326808) +++ x11/libX11/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 PORTEPOCH= 1 CATEGORIES= x11 Index: x11/libX11/distinfo =================================================================== --- x11/libX11/distinfo (revision 326808) +++ x11/libX11/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libX11-1.6.1.tar.bz2) = 10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892 -SIZE (xorg/lib/libX11-1.6.1.tar.bz2) = 2356196 +SHA256 (xorg/lib/libX11-1.6.2.tar.bz2) = 2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16 +SIZE (xorg/lib/libX11-1.6.2.tar.bz2) = 2339981 Index: x11/libX11/pkg-plist =================================================================== --- x11/libX11/pkg-plist (revision 326808) +++ x11/libX11/pkg-plist (working copy) @@ -103,6 +103,9 @@ lib/X11/locale/ja_JP.UTF-8/Compose lib/X11/locale/ja_JP.UTF-8/XI18N_OBJS lib/X11/locale/ja_JP.UTF-8/XLC_LOCALE +lib/X11/locale/km_KH.UTF-8/Compose +lib/X11/locale/km_KH.UTF-8/XI18N_OBJS +lib/X11/locale/km_KH.UTF-8/XLC_LOCALE lib/X11/locale/ko/Compose lib/X11/locale/ko/XI18N_OBJS lib/X11/locale/ko/XLC_LOCALE @@ -141,6 +144,9 @@ lib/X11/locale/ru_RU.UTF-8/Compose lib/X11/locale/ru_RU.UTF-8/XI18N_OBJS lib/X11/locale/ru_RU.UTF-8/XLC_LOCALE +lib/X11/locale/sr_CS.UTF-8/Compose +lib/X11/locale/sr_CS.UTF-8/XI18N_OBJS +lib/X11/locale/sr_CS.UTF-8/XLC_LOCALE lib/X11/locale/tatar-cyr/Compose lib/X11/locale/tatar-cyr/XI18N_OBJS lib/X11/locale/tatar-cyr/XLC_LOCALE @@ -215,6 +221,7 @@ @dirrm lib/X11/locale/th_TH.UTF-8 @dirrm lib/X11/locale/th_TH @dirrm lib/X11/locale/tatar-cyr +@dirrm lib/X11/locale/sr_CS.UTF-8 @dirrm lib/X11/locale/ru_RU.UTF-8 @dirrm lib/X11/locale/pt_BR.UTF-8 @dirrm lib/X11/locale/nokhchi-1 @@ -227,6 +234,7 @@ @dirrm lib/X11/locale/koi8-c @dirrm lib/X11/locale/ko_KR.UTF-8 @dirrm lib/X11/locale/ko +@dirrm lib/X11/locale/km_KH.UTF-8 @dirrm lib/X11/locale/ja_JP.UTF-8 @dirrm lib/X11/locale/ja.SJIS @dirrm lib/X11/locale/ja.JIS Index: x11/libXpm/Makefile =================================================================== --- x11/libXpm/Makefile (revision 326808) +++ x11/libXpm/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXpm -PORTVERSION= 3.5.10 +PORTVERSION= 3.5.11 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: x11/libXpm/distinfo =================================================================== --- x11/libXpm/distinfo (revision 326808) +++ x11/libXpm/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXpm-3.5.10.tar.bz2) = a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735 -SIZE (xorg/lib/libXpm-3.5.10.tar.bz2) = 431310 +SHA256 (xorg/lib/libXpm-3.5.11.tar.bz2) = c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c +SIZE (xorg/lib/libXpm-3.5.11.tar.bz2) = 443496 Index: x11/libXrandr/Makefile =================================================================== --- x11/libXrandr/Makefile (revision 326808) +++ x11/libXrandr/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXrandr -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: x11/libXrandr/distinfo =================================================================== --- x11/libXrandr/distinfo (revision 326808) +++ x11/libXrandr/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXrandr-1.4.1.tar.bz2) = d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905 -SIZE (xorg/lib/libXrandr-1.4.1.tar.bz2) = 312857 +SHA256 (xorg/lib/libXrandr-1.4.2.tar.bz2) = caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad +SIZE (xorg/lib/libXrandr-1.4.2.tar.bz2) = 315165 Index: x11/libXv/Makefile =================================================================== --- x11/libXv/Makefile (revision 326808) +++ x11/libXv/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXv -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 PORTEPOCH= 1 CATEGORIES= x11 Index: x11/libXv/distinfo =================================================================== --- x11/libXv/distinfo (revision 326808) +++ x11/libXv/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXv-1.0.9.tar.bz2) = a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b -SIZE (xorg/lib/libXv-1.0.9.tar.bz2) = 309744 +SHA256 (xorg/lib/libXv-1.0.10.tar.bz2) = 55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525 +SIZE (xorg/lib/libXv-1.0.10.tar.bz2) = 300633 Index: x11/libxcb/Makefile =================================================================== --- x11/libxcb/Makefile (revision 326808) +++ x11/libxcb/Makefile (working copy) @@ -20,9 +20,8 @@ CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput USE_BZIP2= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= libxslt:build -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp USE_PYTHON_BUILD= 2.5+ Index: x11/pixman/Makefile =================================================================== --- x11/pixman/Makefile (revision 326808) +++ x11/pixman/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.30.0 +PORTVERSION= 0.30.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -8,10 +8,9 @@ COMMENT= Low-level pixel manipulation library USES= perl5 +USE_PERL5= build XORG_CAT= lib USE_AUTOTOOLS= libtool -USE_PERL5= build -USE_GNOME= ltverhack:9 CONFIGURE_ARGS= --disable-gtk OPTIONS_DEFINE= SIMD Index: x11/pixman/distinfo =================================================================== --- x11/pixman/distinfo (revision 326808) +++ x11/pixman/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.30.0.tar.bz2) = 77e756dc7fafdf17f39a4f23bdc8be59f9f6a65c08704f5cac1d8aa87cfaf517 -SIZE (xorg/lib/pixman-0.30.0.tar.bz2) = 681343 +SHA256 (xorg/lib/pixman-0.30.2.tar.bz2) = 4fbb51788fe7cbd8abb5f80aed95ec878704e57a06328f7bebe0306e3822c96c +SIZE (xorg/lib/pixman-0.30.2.tar.bz2) = 666281 Index: x11/xkeyboard-config/Makefile =================================================================== --- x11/xkeyboard-config/Makefile (revision 326808) +++ x11/xkeyboard-config/Makefile (working copy) @@ -14,9 +14,8 @@ XORG_CAT= data USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= intlhack libxslt:build -USES= pathfix perl5 +USES= gmake pathfix perl5 USE_PERL5= build GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes Index: x11/xorg-cf-files/Makefile =================================================================== --- x11/xorg-cf-files/Makefile (revision 326808) +++ x11/xorg-cf-files/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= xorg-cf-files PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: x11/xtrans/Makefile =================================================================== --- x11/xtrans/Makefile (revision 326808) +++ x11/xtrans/Makefile (working copy) @@ -8,8 +8,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Abstract network code for X -CONFLICTS= libXtrans - LICENSE= MIT XORG_CAT= lib Index: x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c =================================================================== --- x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c (revision 326808) +++ x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c (working copy) @@ -1,13 +1,65 @@ ---- src/bsd_mouse.c.orig 2012-07-27 08:10:56.000000000 +0200 -+++ src/bsd_mouse.c 2012-07-30 00:49:09.000000000 +0200 -@@ -71,15 +71,20 @@ - static const char *FindDevice(InputInfoPtr, const char *, int); +--- src/bsd_mouse.c.orig 2012-10-08 03:40:07.000000000 +0200 ++++ src/bsd_mouse.c 2013-07-03 01:00:50.897361950 +0200 +@@ -26,6 +26,24 @@ + * authorization from the copyright holder(s) and author(s). + */ - #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) ++ ++/* ++ * XXX - Should this be autoconf'd instead? ++ */ ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) ++ ++#if !defined(USBMOUSE_SUPPORT) ++#define USBMOUSE_SUPPORT ++#endif ++#if !defined(HAS_LIB_USB_HID) ++#define HAS_LIB_USB_HID ++#endif +#if !defined(XPS2_SUPPORT) +#define XPS2_SUPPORT +#endif - /* These are for FreeBSD and DragonFly */ ++ ++#endif /* defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) */ ++ + #include + + #include +@@ -33,9 +51,23 @@ + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86Xinput.h" ++#include + #include "mouse.h" + #include "xisb.h" + #include "mipointer.h" ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3 ++#define HAVE_PROPERTIES 1 ++#endif ++#ifdef HAVE_PROPERTIES ++#include ++#include ++/* 1.6 has properties, but no labels */ ++#ifdef AXIS_LABEL_PROP ++#define HAVE_LABELS ++#else ++#undef HAVE_LABELS ++#endif ++#endif + #ifdef WSCONS_SUPPORT + #include + #endif +@@ -47,9 +79,6 @@ + #endif + + #include +-#ifdef USB_GET_REPORT_ID +-#define USB_NEW_HID +-#endif + + #define HUP_GENERIC_DESKTOP 0x0001 + #define HUP_BUTTON 0x0009 +@@ -75,11 +104,13 @@ #define DEFAULT_MOUSE_DEV "/dev/mouse" #define DEFAULT_SYSMOUSE_DEV "/dev/sysmouse" #define DEFAULT_PS2_DEV "/dev/psm0" @@ -21,7 +73,7 @@ NULL }; #elif (defined(__OpenBSD__) || defined(__NetBSD__)) && defined(WSCONS_SUPPORT) -@@ -100,7 +105,11 @@ +@@ -100,7 +131,11 @@ #if defined(__NetBSD__) return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_AUTO; #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) @@ -34,7 +86,7 @@ #else return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_XPS2 | MSE_AUTO | MSE_MISC; #endif -@@ -180,9 +189,30 @@ +@@ -180,9 +215,30 @@ { MOUSE_PROTO_SYSMOUSE, "SysMouse" } }; @@ -41,7 +93,7 @@ +#ifdef XPS2_SUPPORT +static struct { + int dmodel; -+ char *name; ++ const char *name; +} ps2proto[] = { + { MOUSE_MODEL_NETSCROLL, "NetScrollPS/2" }, + { MOUSE_MODEL_NET, "NetMousePS/2" }, @@ -59,13 +111,13 @@ SetupAuto(InputInfoPtr pInfo, int *protoPara) { +#ifdef XPS2_SUPPORT -+ char *dev; ++ const char *dev; +#endif + const char *proto; int i; mousehw_t hw; mousemode_t mode; -@@ -190,7 +220,13 @@ +@@ -190,7 +246,13 @@ if (pInfo->fd == -1) return NULL; @@ -79,7 +131,7 @@ i = 1; ioctl(pInfo->fd, MOUSE_SETLEVEL, &i); -@@ -209,9 +245,18 @@ +@@ -209,9 +271,18 @@ protoPara[0] = mode.syncmask[0]; protoPara[1] = mode.syncmask[1]; } @@ -100,7 +152,7 @@ } } } -@@ -234,41 +279,41 @@ +@@ -234,41 +305,41 @@ (protocol && xf86NameCmp(protocol, "SysMouse") == 0)) { /* * As the FreeBSD sysmouse driver defaults to protocol level 0 @@ -159,7 +211,7 @@ } return FALSE; } -@@ -276,17 +321,17 @@ +@@ -276,17 +347,17 @@ static const char * FindDevice(InputInfoPtr pInfo, const char *protocol, int flags) { @@ -181,7 +233,7 @@ #endif } else { /* -@@ -295,28 +340,32 @@ +@@ -295,28 +366,32 @@ * the test for whether /dev/sysmouse is usable can be made. */ if (!strcmp(*pdev, DEFAULT_MOUSE_DEV)) { @@ -227,7 +279,749 @@ break; } } -@@ -764,7 +813,9 @@ +@@ -468,30 +543,78 @@ + + #if defined(USBMOUSE_SUPPORT) + ++#define MAXRIDS 64 ++#define MAXACOLS 8 ++#define MAXLCOLS 16 + typedef struct _UsbMseRec { + int packetSize; +- int iid; +- hid_item_t loc_x; /* x locator item */ +- hid_item_t loc_y; /* y locator item */ +- hid_item_t loc_z; /* z (wheel) locator item */ +- hid_item_t loc_w; /* z (wheel) locator item */ +- hid_item_t loc_btn[MSE_MAXBUTTONS]; /* buttons locator items */ +- unsigned char *buffer; ++ int iid, nrids, nacols, opened; ++ struct { ++ int32_t rid; ++ int size; ++ } rids[MAXRIDS]; ++ struct UsbMseAcol { ++ InputInfoPtr pInfo; ++ int nlcols, nbuttons, hasZ, hasW; ++ int xmin, xmax, ymin, ymax, pmin, pmax, px, py; ++ int cxmin, cxmax, cymin, cymax, cpmin, cpmax; ++ struct UsbMseLcol { ++ hid_item_t loc_x; /* x locator item */ ++ hid_item_t loc_y; /* y locator item */ ++ hid_item_t loc_z; /* z (wheel) locator item */ ++ hid_item_t loc_w; /* w (hwheel) locator item */ ++ hid_item_t loc_p; /* Tip Pressure */ ++ hid_item_t loc_valid; /* Touch Valid */ ++ hid_item_t loc_in_range; /* In Range */ ++ hid_item_t loc_btn[MSE_MAXBUTTONS]; /* buttons locator items */ ++ } lcols[MAXLCOLS]; ++ hid_item_t loc_cc; /* contact count */ ++ } acols[MAXACOLS]; ++ unsigned char *buffer; + } UsbMseRec, *UsbMsePtr; + ++static int * ++usbGetReportSizePtr(UsbMsePtr pUsbMse, int32_t rid) ++{ ++ int i; ++ ++ for (i = 0; i < pUsbMse->nrids; i++) { ++ if (pUsbMse->rids[i].rid == rid) ++ return (&pUsbMse->rids[i].size); ++ } ++ for (i = 0; i < MAXRIDS; i++) { ++ if (pUsbMse->rids[i].size == 0) { ++ pUsbMse->rids[i].rid = rid; ++ pUsbMse->nrids = max(pUsbMse->nrids, i + 1); ++ return (&pUsbMse->rids[i].size); ++ } ++ } ++ return (NULL); ++} ++ + static int + usbMouseProc(DeviceIntPtr pPointer, int what) + { + InputInfoPtr pInfo; + MouseDevPtr pMse; + UsbMsePtr pUsbMse; ++ struct UsbMseAcol *acol; + unsigned char map[MSE_MAXBUTTONS + 1]; +- int nbuttons; ++ int nacol, nbuttons; ++#ifdef HAVE_LABELS ++ Atom btn_labels[MSE_MAXBUTTONS] = {0}; ++ Atom axes_labels[3] = { 0, 0, 0 }; ++#endif + + pInfo = pPointer->public.devicePrivate; + pMse = pInfo->private; + pMse->device = pPointer; + pUsbMse = pMse->mousePriv; ++ for (nacol = 0; nacol < (pUsbMse->nacols - 1); nacol++) { ++ if (pUsbMse->acols[nacol].pInfo == pInfo) ++ break; ++ } ++ acol = &pUsbMse->acols[nacol]; + + switch (what) { + case DEVICE_INIT: +@@ -500,38 +623,96 @@ + for (nbuttons = 0; nbuttons < MSE_MAXBUTTONS; ++nbuttons) + map[nbuttons + 1] = nbuttons + 1; + +- InitPointerDeviceStruct((DevicePtr)pPointer, +- map, +- min(pMse->buttons, MSE_MAXBUTTONS), +- miPointerGetMotionEvents, +- pMse->Ctrl, +- miPointerGetMotionBufferSize()); ++#ifdef HAVE_LABELS ++ btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); ++ btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); ++ btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); ++ axes_labels[0] = XIGetKnownProperty((acol->xmin != acol->xmax) ++ ? AXIS_LABEL_PROP_ABS_X : AXIS_LABEL_PROP_REL_X); ++ axes_labels[1] = XIGetKnownProperty((acol->xmin != acol->xmax) ++ ? AXIS_LABEL_PROP_ABS_Y : AXIS_LABEL_PROP_REL_Y); ++ axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); ++#endif ++ ++ InitButtonClassDeviceStruct(pPointer, min(pMse->buttons, MSE_MAXBUTTONS), ++#ifdef HAVE_LABELS ++ btn_labels, ++#endif ++ map); ++ InitValuatorClassDeviceStruct(pPointer, (acol->pmin != acol->pmax) ? 3 : 2, ++#ifdef HAVE_LABELS ++ axes_labels, ++#endif ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0 ++ miPointerGetMotionEvents, ++#elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 ++ GetMotionHistory, ++#endif ++ GetMotionHistorySize(), ++ (acol->xmin != acol->xmax || acol->ymin != acol->ymax) ? ++ Absolute : Relative); ++ InitPtrFeedbackClassDeviceStruct(pPointer, pMse->Ctrl); + + /* X valuator */ +- xf86InitValuatorAxisStruct(pPointer, 0, 0, -1, 1, 0, 1); ++ xf86InitValuatorAxisStruct(pPointer, 0, ++#ifdef HAVE_LABELS ++ axes_labels[0], ++#endif ++ (acol->xmin != acol->xmax) ? acol->xmin : -1, ++ (acol->xmin != acol->xmax) ? acol->xmax : -1, ++ 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , (acol->xmin != acol->xmax) ? Absolute : Relative ++#endif ++ ); + xf86InitValuatorDefaults(pPointer, 0); + /* Y valuator */ +- xf86InitValuatorAxisStruct(pPointer, 1, 0, -1, 1, 0, 1); ++ xf86InitValuatorAxisStruct(pPointer, 1, ++#ifdef HAVE_LABELS ++ axes_labels[1], ++#endif ++ (acol->ymin != acol->ymax) ? acol->ymin : -1, ++ (acol->ymin != acol->ymax) ? acol->ymax : -1, ++ 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , (acol->ymin != acol->ymax) ? Absolute : Relative ++#endif ++ ); + xf86InitValuatorDefaults(pPointer, 1); ++ /* Pressure valuator */ ++ if (acol->pmin != acol->pmax) { ++ xf86InitValuatorAxisStruct(pPointer, 2, ++#ifdef HAVE_LABELS ++ axes_labels[2], ++#endif ++ acol->pmin, acol->pmax, 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , Absolute ++#endif ++ ); ++ xf86InitValuatorDefaults(pPointer, 2); ++ } + xf86MotionHistoryAllocate(pInfo); + break; + + case DEVICE_ON: +- pInfo->fd = xf86OpenSerial(pInfo->options); +- if (pInfo->fd == -1) +- xf86Msg(X_WARNING, "%s: cannot open input device\n", pInfo->name); +- else { +- pMse->buffer = XisbNew(pInfo->fd, pUsbMse->packetSize); +- if (!pMse->buffer) { +- free(pMse); +- xf86CloseSerial(pInfo->fd); +- pInfo->fd = -1; +- } else { +- xf86FlushInput(pInfo->fd); +- if (!xf86InstallSIGIOHandler (pInfo->fd, usbSigioReadInput, +- pInfo)) +- AddEnabledDevice(pInfo->fd); +- } ++ if (pUsbMse->opened++ == 0) { ++ pInfo->fd = xf86OpenSerial(pInfo->options); ++ if (pInfo->fd == -1) ++ xf86Msg(X_WARNING, "%s: cannot open input device\n", pInfo->name); ++ else { ++ pMse->buffer = XisbNew(pInfo->fd, pUsbMse->packetSize); ++ if (!pMse->buffer) { ++ free(pMse); ++ xf86CloseSerial(pInfo->fd); ++ pInfo->fd = -1; ++ } else { ++ xf86FlushInput(pInfo->fd); ++ if (!xf86InstallSIGIOHandler (pInfo->fd, usbSigioReadInput, ++ pInfo)) ++ AddEnabledDevice(pInfo->fd); ++ } ++ } + } + pMse->lastButtons = 0; + pMse->lastMappedButtons = 0; +@@ -553,6 +734,7 @@ + xf86CloseSerial(pInfo->fd); + pInfo->fd = -1; + } ++ pUsbMse->opened--; + pPointer->public.on = FALSE; + usleep(300000); + break; +@@ -568,45 +750,154 @@ + { + MouseDevPtr pMse; + UsbMsePtr pUsbMse; +- int buttons = pMse->lastButtons; +- int dx = 0, dy = 0, dz = 0, dw = 0; +- int n, c; ++ int buttons, cc; ++ int dx, dy, dz, dw, dp, upd, v, nx, ny, np, in_range; ++ int n, c, rid, *sizep, nacol, nlcol; + unsigned char *pBuf; ++ struct UsbMseAcol *acol; ++ struct UsbMseLcol *lcol; + + pMse = pInfo->private; + pUsbMse = pMse->mousePriv; + + XisbBlockDuration(pMse->buffer, -1); ++next: + pBuf = pUsbMse->buffer; + n = 0; +- while ((c = XisbRead(pMse->buffer)) >= 0 && n < pUsbMse->packetSize) { ++ if (pUsbMse->iid) { ++ rid = XisbRead(pMse->buffer); ++ if (rid < 0) ++ return; ++ pBuf[n++] = (unsigned char)rid; ++ } else ++ rid = 0; ++ sizep = usbGetReportSizePtr(pUsbMse, rid); ++ if (sizep == NULL || *sizep == 0) { ++ xf86Msg(X_WARNING, "%s: unknown report ID %d\n", pInfo->name, rid); ++ goto next; ++ } ++ while (n < *sizep && (c = XisbRead(pMse->buffer)) >= 0) { + pBuf[n++] = (unsigned char)c; + } + if (n == 0) + return; +- if (n != pUsbMse->packetSize) { ++// xf86MsgVerb(X_INFO, 3, "pkt: %d %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n", ++// n, pBuf[0], pBuf[1], pBuf[2], pBuf[3], pBuf[4], pBuf[5], pBuf[6], pBuf[7], pBuf[8], pBuf[9]); ++ if (n != *sizep) { + LogMessageVerbSigSafe(X_WARNING, -1, + "%s: incomplete packet, size %d\n", + pInfo->name, n); + } +- /* discard packets with an id that don't match the mouse */ +- /* XXX this is probably not the right thing */ +- if (pUsbMse->iid != 0) { +- if (*pBuf++ != pUsbMse->iid) +- return; +- } +- dx = hid_get_data(pBuf, &pUsbMse->loc_x); +- dy = hid_get_data(pBuf, &pUsbMse->loc_y); +- dz = hid_get_data(pBuf, &pUsbMse->loc_z); +- dw = hid_get_data(pBuf, &pUsbMse->loc_w); +- +- buttons = 0; +- for (n = 0; n < pMse->buttons; n++) { +- if (hid_get_data(pBuf, &pUsbMse->loc_btn[n])) +- buttons |= (1 << UMS_BUT(n)); ++ for (nacol = 0; nacol < pUsbMse->nacols; nacol++) { ++ acol = &pUsbMse->acols[nacol]; ++ if (acol->pInfo == NULL) ++ continue; ++ nx = ny = np = upd = 0; ++ buttons = cc = 0; ++ dx = dy = dz = dw = dp = 0; ++ for (nlcol = 0; nlcol < pUsbMse->acols[nacol].nlcols; nlcol++) { ++ lcol = &acol->lcols[nlcol]; ++ ++ if (lcol->loc_valid.usage != 0 && rid == lcol->loc_valid.report_ID && ++ hid_get_data(pBuf, &lcol->loc_valid) == 0) ++ continue; ++ if (lcol->loc_in_range.usage != 0 && rid == lcol->loc_in_range.report_ID) ++ in_range = hid_get_data(pBuf, &lcol->loc_in_range); ++ else ++ in_range = 1; ++ if (in_range && lcol->loc_x.usage != 0 && rid == lcol->loc_x.report_ID && nx == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_x); ++ if (acol->xmin != acol->xmax) { ++ v = xf86ScaleAxis(v, acol->xmax, acol->xmin, ++ lcol->loc_x.logical_maximum, lcol->loc_x.logical_minimum); ++ if (acol->cxmin != acol->cxmax) ++ v = xf86ScaleAxis(v, acol->xmax, acol->xmin, ++ acol->cxmax, acol->cxmin); ++ } ++ dx += v; ++ nx++; ++ } ++ if (in_range && lcol->loc_y.usage != 0 && rid == lcol->loc_y.report_ID && ny == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_y); ++ if (acol->xmin != acol->xmax) { ++ v = xf86ScaleAxis(v, acol->ymax, acol->ymin, ++ lcol->loc_y.logical_maximum, lcol->loc_y.logical_minimum); ++ if (acol->cymin != acol->cymax) ++ v = xf86ScaleAxis(v, acol->ymax, acol->ymin, ++ acol->cymax, acol->cymin); ++ } ++ dy += v; ++ ny++; ++ } ++ if (lcol->loc_z.usage != 0 && rid == lcol->loc_z.report_ID) { ++ dz -= hid_get_data(pBuf, &lcol->loc_z); ++ upd = 1; ++ } ++ if (lcol->loc_w.usage != 0 && rid == lcol->loc_w.report_ID) { ++ dw += hid_get_data(pBuf, &lcol->loc_w); ++ upd = 1; ++ } ++ if (lcol->loc_p.usage != 0 && rid == lcol->loc_p.report_ID && np == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_p); ++ v = xf86ScaleAxis(v, acol->pmax, acol->pmin, ++ lcol->loc_p.logical_maximum, lcol->loc_p.logical_minimum); ++ if (acol->cpmin != acol->cpmax) ++ v = xf86ScaleAxis(v, acol->pmax, acol->pmin, ++ acol->cpmax, acol->cpmin); ++ dp += v; ++ np++; ++ } ++ ++ for (n = 0; n < acol->nbuttons; n++) { ++ if (lcol->loc_btn[n].usage != 0 && rid == lcol->loc_btn[n].report_ID) { ++ if (hid_get_data(pBuf, &lcol->loc_btn[n])) ++ buttons |= (1 << UMS_BUT(n)); ++ upd = 1; ++ } ++ } ++ } ++ if (acol->loc_cc.usage != 0 && rid == acol->loc_cc.report_ID) ++ cc = hid_get_data(pBuf, &acol->loc_cc); ++ else ++ cc = (nx || ny) ? 1 : 0; ++ if (cc > 1) ++ buttons = (1 << UMS_BUT(1)); ++ if (nx != 0 && acol->xmin != acol->xmax) ++ dx /= nx; ++ if (ny != 0 && acol->ymin != acol->ymax) ++ dy /= ny; ++ if (np != 0 && acol->pmin != acol->pmax) ++ dp /= np; ++// if (upd || nx || ny || np) ++// xf86MsgVerb(X_INFO, 3, "%d cc %d dx %d dy %d dz %d dw %d press %d buttons %02x\n", ++// nacol, cc, dx, dy, dz, dw, dp, buttons); ++ if (nx != 0 || ny != 0) { ++ if (acol->pmin != acol->pmax) { ++ xf86PostMotionEvent(acol->pInfo->dev, ++ /* is_absolute: */ TRUE, ++ /* first_valuator: */ 0, ++ /* num_valuators: */ 3, ++ dx, dy, dp); ++ } else if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) { ++ xf86PostMotionEvent(acol->pInfo->dev, ++ /* is_absolute: */ TRUE, ++ /* first_valuator: */ 0, ++ /* num_valuators: */ 2, ++ dx, dy); ++ } ++ } ++ if (upd || (nx != 0) || (ny != 0)) { ++ ((MouseDevPtr)acol->pInfo->private)->PostEvent(acol->pInfo, buttons, ++ ((acol->xmin != acol->xmax) ? dx - acol->px : dx), ++ ((acol->ymin != acol->ymax) ? dy - acol->py : dy), ++ dz, dw); ++ } ++ if (nx > 0) ++ acol->px = dx; ++ if (ny > 0) ++ acol->py = dy; + } +- pMse->PostEvent(pInfo, buttons, dx, dy, dz, dw); +- return; ++ goto next; + } + + static void +@@ -615,14 +906,17 @@ + usbReadInput ((InputInfoPtr) closure); + } + +-/* This function is called when the protocol is "usb". */ + static Bool +-usbPreInit(InputInfoPtr pInfo, const char *protocol, int flags) ++usbInitFirst(InputInfoPtr pInfo) + { + MouseDevPtr pMse = pInfo->private; + UsbMsePtr pUsbMse; + report_desc_t reportDesc; +- int i; ++ hid_data_t d; ++ hid_item_t h; ++ struct UsbMseAcol *acol; ++ struct UsbMseLcol *lcol; ++ int mdepth, rsize, *rsizep, acolused, lcolused, used; + + pUsbMse = malloc(sizeof(UsbMseRec)); + if (pUsbMse == NULL) { +@@ -631,12 +925,7 @@ + return FALSE; + } + +- pMse->protocol = protocol; +- xf86Msg(X_CONFIG, "%s: Protocol: %s\n", pInfo->name, protocol); +- +- /* Collect the options, and process the common options. */ +- COLLECT_INPUT_OPTIONS(pInfo, NULL); +- xf86ProcessCommonOptions(pInfo, pInfo->options); ++ bzero(pUsbMse, sizeof(UsbMseRec)); + + /* Check if the device can be opened. */ + pInfo->fd = xf86OpenSerial(pInfo->options); +@@ -652,19 +941,134 @@ + } + /* Get USB informations */ + reportDesc = hid_get_report_desc(pInfo->fd); +- /* Get packet size & iid */ +-#ifdef USB_NEW_HID +- if (ioctl(pInfo->fd, USB_GET_REPORT_ID, &pUsbMse->iid) == -1) { +- xf86Msg(X_ERROR, "Error ioctl USB_GET_REPORT_ID on %s : %s\n", +- pInfo->name, strerror(errno)); +- return FALSE; +- } +- pUsbMse->packetSize = hid_report_size(reportDesc, hid_input, +- pUsbMse->iid); +-#else +- pUsbMse->packetSize = hid_report_size(reportDesc, hid_input, +- &pUsbMse->iid); +-#endif ++ mdepth = 0; ++ pUsbMse->nacols = 0; ++ acol = &pUsbMse->acols[pUsbMse->nacols]; ++ lcol = &acol->lcols[acol->nlcols]; ++ acolused = 0; ++ lcolused = 0; ++ d = hid_start_parse(reportDesc, (1 << hid_input) | ++ (1 << hid_collection) | (1 << hid_endcollection), -1); ++ while (hid_get_item(d, &h)) { ++ switch (h.kind) { ++ case hid_collection: ++ if (mdepth != 0) ++ mdepth++; ++ else if (h.collection == 1 && ++ (h.usage == 0x00010001 || h.usage == 0x00010002 || ++ (h.usage >= 0x000d0001 && h.usage <= 0x000d000d))) { ++ mdepth++; ++ if (acolused) { ++ if (lcolused) { ++ acol->nlcols++; ++ lcolused = 0; ++ } ++ pUsbMse->nacols++; ++ acolused = 0; ++ acol = &pUsbMse->acols[pUsbMse->nacols]; ++ lcol = &acol->lcols[acol->nlcols]; ++ } ++ } ++ if (lcolused && (h.collection == 0 || ++ h.collection == 2 || h.collection == 3)) { ++ acol->nlcols++; ++ lcolused = 0; ++ lcol = &acol->lcols[acol->nlcols]; ++ } ++ break; ++ case hid_endcollection: ++ if (mdepth != 0) ++ mdepth--; ++ break; ++ case hid_input: ++ if (h.report_ID != 0) ++ pUsbMse->iid = 1; ++ rsize = pUsbMse->iid + ++ (h.pos + (h.report_size * h.report_count) + 7) / 8; ++ if ((rsizep = usbGetReportSizePtr(pUsbMse, h.report_ID)) != NULL) ++ *rsizep = max(*rsizep, rsize); ++ pUsbMse->packetSize = max(pUsbMse->packetSize, rsize); ++ if (mdepth == 0) ++ break; ++ used = 1; ++ if (h.usage == 0x00010030) { /* X */ ++ lcol->loc_x = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->xmin == acol->xmax) { ++ acol->xmin = h.logical_minimum; ++ acol->xmax = h.logical_maximum; ++ } else { ++ acol->xmin = min(acol->xmin, h.logical_minimum); ++ acol->xmax = max(acol->xmax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x00010031) { /* Y */ ++ lcol->loc_y = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->ymin == acol->ymax) { ++ acol->ymin = h.logical_minimum; ++ acol->ymax = h.logical_maximum; ++ } else { ++ acol->ymin = min(acol->ymin, h.logical_minimum); ++ acol->ymax = max(acol->ymax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x00010038) { /* Z */ ++ lcol->loc_z = h; ++ acol->hasZ = 1; ++ } else if (h.usage == 0x000c0238) { /* W */ ++ lcol->loc_w = h; ++ acol->hasW = 1; ++ } else if (h.usage == 0x000d0030) { /* Press */ ++ lcol->loc_p = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->pmin == acol->pmax) { ++ acol->pmin = h.logical_minimum; ++ acol->pmax = h.logical_maximum; ++ } else { ++ acol->pmin = min(acol->pmin, h.logical_minimum); ++ acol->pmax = max(acol->pmax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x000d0032) /* In Range */ ++ lcol->loc_in_range = h; ++ else if (h.usage == 0x000d0047) /* Valid */ ++ lcol->loc_valid = h; ++ else if (h.usage > 0x00090000 && ++ h.usage <= 0x00090000 + MSE_MAXBUTTONS) { /* Buttons */ ++ lcol->loc_btn[(h.usage & 0xffff) - 1] = h; ++ acol->nbuttons = max(acol->nbuttons, h.usage & 0xffff); ++ } else if (h.usage == 0x000d0042) { /* Tip Switch */ ++ lcol->loc_btn[0] = h; ++ acol->nbuttons = max(acol->nbuttons, 1); ++ } else if (h.usage == 0x000d0044) { /* Barrel Switch */ ++ lcol->loc_btn[1] = h; ++ acol->nbuttons = max(acol->nbuttons, 2); ++ } else if (h.usage == 0x000d0045) { /* Eraser */ ++ lcol->loc_btn[3] = h; ++ acol->nbuttons = max(acol->nbuttons, 4); ++ } else if (h.usage == 0x000d0046) { /* Tablet Pick */ ++ lcol->loc_btn[2] = h; ++ acol->nbuttons = max(acol->nbuttons, 3); ++ } else if (h.usage == 0x000d0054) /* Contact Count */ ++ acol->loc_cc = h; ++ else ++ used = 0; ++ lcolused += used; ++ acolused += used; ++ break; ++ default: ++ break; ++ } ++ } ++ if (lcolused) ++ acol->nlcols++; ++ if (acolused) ++ pUsbMse->nacols++; ++ hid_end_parse(d); ++ xf86Msg(X_DEFAULT, "%s: Found %d usable logical collections\n", ++ pInfo->name, pUsbMse->nacols); ++ + /* Allocate buffer */ + if (pUsbMse->packetSize <= 8) { + pUsbMse->buffer = pMse->protoBuf; +@@ -674,56 +1078,129 @@ + if (pUsbMse->buffer == NULL) { + xf86Msg(X_ERROR, "%s: cannot allocate buffer\n", pInfo->name); + free(pUsbMse); +- free(pMse); + xf86CloseSerial(pInfo->fd); + return FALSE; + } +-#ifdef USB_NEW_HID +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), +- hid_input, &pUsbMse->loc_x, pUsbMse->iid) < 0) { +- xf86Msg(X_WARNING, "%s: no x locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), +- hid_input, &pUsbMse->loc_y, pUsbMse->iid) < 0) { +- xf86Msg(X_WARNING, "%s: no y locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_WHEEL), +- hid_input, &pUsbMse->loc_z, pUsbMse->iid) < 0) { +- } +-#else +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), +- hid_input, &pUsbMse->loc_x) < 0) { +- xf86Msg(X_WARNING, "%s: no x locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), +- hid_input, &pUsbMse->loc_y) < 0) { +- xf86Msg(X_WARNING, "%s: no y locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_WHEEL), +- hid_input, &pUsbMse->loc_z) < 0) { +- } +-#endif +- /* Probe for number of buttons */ +- for (i = 1; i <= MSE_MAXBUTTONS; i++) { +- if (!hid_locate(reportDesc, HID_USAGE2(HUP_BUTTON, i), +- hid_input, &pUsbMse->loc_btn[i-1] +-#ifdef USB_NEW_HID +- , pUsbMse->iid +-#endif +- )) +- break; +- } +- pMse->buttons = i-1; + + xf86CloseSerial(pInfo->fd); + pInfo->fd = -1; + + /* Private structure */ + pMse->mousePriv = pUsbMse; ++ return TRUE; ++} ++ ++/* This function is called when the protocol is "usb". */ ++static Bool ++usbPreInit(InputInfoPtr pInfo, const char *protocol, int flags) ++{ ++ InputInfoPtr pMatch; ++ MouseDevPtr pMse = pInfo->private; ++ UsbMsePtr pUsbMse; ++ struct UsbMseAcol *acol; ++ char *str; ++ int i, colopt; ++ ++ pMse->protocol = protocol; ++ xf86Msg(X_CONFIG, "%s: Protocol: %s\n", pInfo->name, protocol); ++ ++ /* Collect the options, and process the common options. */ ++ COLLECT_INPUT_OPTIONS(pInfo, NULL); ++ xf86ProcessCommonOptions(pInfo, pInfo->options); ++ ++ /* Check if this HID device is already opened. */ ++ for (pMatch = xf86FirstLocalDevice(); pMatch != NULL; pMatch = pMatch->next) { ++ if ((pInfo != pMatch) && strstr(pMatch->drv->driverName, "mouse")) { ++ char *dev1, *dev2; ++ ++ dev1 = xf86SetStrOption(pInfo->options, "Device", NULL); ++ dev2 = xf86SetStrOption(pMatch->options, "Device", NULL); ++ if (strcmp(dev1, dev2) == 0) { ++ free(dev1); ++ free(dev2); ++ break; ++ } ++ free(dev1); ++ free(dev2); ++ } ++ } ++ if (pMatch == NULL) { ++ xf86Msg(X_DEFAULT, "%s: Opening new HID device\n", pInfo->name); ++ if (!usbInitFirst(pInfo)) { ++ free(pMse); ++ return FALSE; ++ } ++ } else { ++ pMse->mousePriv = ((MouseDevPtr)pMatch->private)->mousePriv; ++ xf86Msg(X_DEFAULT, "%s: Attaching to already opened HID device\n", ++ pInfo->name); ++ } ++ pUsbMse = pMse->mousePriv; ++ ++ /* Attach to collection, respecting "Collection" option. */ ++ colopt = xf86SetIntOption(pInfo->options, "Collection", 0); ++ for (i = 0; i < pUsbMse->nacols; i++) { ++ if (pUsbMse->acols[i].pInfo == NULL && ++ (colopt == 0 || i == colopt - 1)) { ++ pUsbMse->acols[i].pInfo = pInfo; ++ break; ++ } ++ } ++ xf86Msg(colopt == 0 ? X_DEFAULT : X_CONFIG, ++ "%s: Collection: %d\n", pInfo->name, ++ i == pUsbMse->nacols ? colopt : i + 1); ++ if (i == pUsbMse->nacols) { ++ xf86Msg(X_ERROR, ++ "%s: Application collection not found or already handled\n", ++ pInfo->name); ++ free(pMse); ++ return FALSE; ++ } ++ ++ acol = &pUsbMse->acols[i]; ++ pMse->buttons = acol->nbuttons; ++ if (pMse->buttons == 2) ++ pMse->buttons = 3; ++ if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) ++ pMse->disableXY = TRUE; ++ pMse->hasZ = acol->hasZ; ++ pMse->hasW = acol->hasW; + + /* Process common mouse options (like Emulate3Buttons, etc). */ + pMse->CommonOptions(pInfo); + ++ /* Process "Calibration" option. */ ++ str = xf86CheckStrOption(pInfo->options, "Calibration", NULL); ++ if (str != NULL && (acol->xmin != acol->xmax || acol->ymin != acol->ymax)) { ++ int j, xmin, xmax, ymin, ymax, pmin, pmax; ++ ++ j = sscanf(str, "%d %d %d %d %d %d", &xmin, &xmax, &ymin, &ymax, &pmin, &pmax); ++ if (j == 4) { ++ xf86Msg(X_CONFIG, "%s: Calibration: %d %d %d %d\n", ++ pInfo->name, xmin, xmax, ymin, ymax); ++ acol->cxmin = xmin; ++ acol->cxmax = xmax; ++ acol->cymin = ymin; ++ acol->cymax = ymax; ++ } else if (j == 6) { ++ xf86Msg(X_CONFIG, "%s: Calibration: %d %d %d %d %d %d\n", ++ pInfo->name, xmin, xmax, ymin, ymax, pmin, pmax); ++ acol->cxmin = xmin; ++ acol->cxmax = xmax; ++ acol->cymin = ymin; ++ acol->cymax = ymax; ++ acol->cpmin = pmin; ++ acol->cpmax = pmax; ++ } else ++ xf86Msg(X_WARNING, "%s: Calibration: Invalid arguments\n", ++ pInfo->name); ++ free(str); ++ } else if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) { ++ xf86Msg(X_DEFAULT, "%s: Calibration: %d %d %d %d %d %d\n", ++ pInfo->name, acol->xmin, acol->xmax, acol->ymin, acol->ymax, ++ acol->pmin, acol->pmax); ++ } ++ + /* Setup the local procs. */ + pInfo->device_control = usbMouseProc; + pInfo->read_input = usbReadInput; +@@ -766,7 +1243,9 @@ p->CheckProtocol = CheckProtocol; #if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)) && defined(MOUSE_PROTO_SYSMOUSE) p->SetupAuto = SetupAuto; Index: x11-drivers/xf86-input-mouse/files/patch-src_mouse.c =================================================================== --- x11-drivers/xf86-input-mouse/files/patch-src_mouse.c (revision 326808) +++ x11-drivers/xf86-input-mouse/files/patch-src_mouse.c (working copy) @@ -1,5 +1,5 @@ ---- src/mouse.c.orig 2012-07-27 08:10:56.000000000 +0200 -+++ src/mouse.c 2012-07-30 00:31:48.000000000 +0200 +--- src/mouse.c.orig 2012-10-08 03:40:07.000000000 +0200 ++++ src/mouse.c 2013-07-03 01:04:45.398343993 +0200 @@ -280,13 +280,39 @@ pMse = pInfo->private; @@ -135,7 +135,7 @@ protocol = MousePickProtocol(pInfo, device, protocol, &protocolID); -@@ -2137,7 +2148,7 @@ +@@ -2136,7 +2147,7 @@ if (pMse->emulateWheel) { /* Emulate wheel button handling */ @@ -144,7 +144,7 @@ wheelButtonMask = 0; else wheelButtonMask = 1 << (pMse->wheelButton - 1); -@@ -2221,6 +2232,9 @@ +@@ -2220,6 +2231,9 @@ } } } @@ -154,7 +154,7 @@ } /* Absorb the mouse movement while the wheel button is pressed. */ -@@ -2238,7 +2252,7 @@ +@@ -2237,7 +2251,7 @@ if (pMse->emulate3ButtonsSoft && pMse->emulate3Pending && (dx || dy)) buttonTimer(pInfo); @@ -163,8 +163,21 @@ xf86PostMotionEvent(pInfo->dev, 0, 0, 2, dx, dy); if (change) { -@@ -2448,11 +2462,11 @@ +@@ -2349,12 +2363,10 @@ + int dx, int dy, int dz, int dw) + { + MouseDevPtr pMse; +- mousePrivPtr mousepriv; + int zbutton = 0, wbutton = 0, zbuttoncount = 0, wbuttoncount = 0; + int i, b, buttons = 0; + pMse = pInfo->private; +- mousepriv = (mousePrivPtr)pMse->mousePriv; + + if (pMse->protocolID == PROT_MMHIT) + b = reverseBits(hitachMap, truebuttons); +@@ -2447,11 +2459,11 @@ + /* Accumulate the scaled dx, dy in the private variables fracdx,fracdy and return the integer number part */ - if (mousepriv) { Index: x11-drivers/xf86-input-synaptics/Makefile =================================================================== --- x11-drivers/xf86-input-synaptics/Makefile (revision 326808) +++ x11-drivers/xf86-input-synaptics/Makefile (working copy) @@ -10,22 +10,10 @@ CONFLICTS= synaptics-[0-9]* -OPTIONS_DEFINE= HAL -OPTIONS_DEFAULT=HAL - -.include - USES= pathfix -USE_XORG= x11 +USE_XORG= x11 xtst XORG_CAT= driver -.if ${PORT_OPTIONS:MHAL} -PLIST_SUB+= HAL="" -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -PLIST_SUB+= HAL="@comment " -.endif - MAN1= syndaemon.1 \ synclient.1 MAN4= synaptics.4x @@ -41,16 +29,4 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in .endif -post-install: -.if ${PORT_OPTIONS:MHAL} - ${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor - ${INSTALL_DATA} ${WRKSRC}/conf/11-x11-synaptics.fdi \ - ${PREFIX}/share/hal/fdi/policy/10osvendor/ -.if !defined(WITH_NEW_XORG) - ${MKDIR} ${PREFIX}/share/hal/fdi/policy/20thirdparty - ${INSTALL_DATA} ${WRKSRC}/conf/11-x11-synaptics.fdi \ - ${PREFIX}/share/hal/fdi/policy/20thirdparty/ -.endif -.endif - .include Index: x11-drivers/xf86-input-synaptics/pkg-plist =================================================================== --- x11-drivers/xf86-input-synaptics/pkg-plist (revision 326808) +++ x11-drivers/xf86-input-synaptics/pkg-plist (working copy) @@ -6,13 +6,7 @@ lib/xorg/modules/input/synaptics_drv.so libdata/pkgconfig/xorg-synaptics.pc %%NEW%%share/X11/xorg.conf.d/50-synaptics.conf -%%HAL%%share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi -%%HAL%%%%OLD%%share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg @dirrmtry include/xorg -%%HAL%%@dirrmtry share/hal/fdi/policy/10osvendor -%%HAL%%@dirrmtry share/hal/fdi/policy -%%HAL%%@dirrmtry share/hal/fdi -%%HAL%%@dirrmtry share/hal Index: x11-drivers/xf86-video-ati/Makefile =================================================================== --- x11-drivers/xf86-video-ati/Makefile (revision 326808) +++ x11-drivers/xf86-video-ati/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-video-ati -PORTVERSION= 6.14.6 +PORTVERSION= ${ATI_VERSION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -12,6 +12,17 @@ USE_XORG= xf86driproto xineramaproto xf86miscproto glproto MAN4= ati.4x radeon.4x +.include + +.if ${OSVERSION} < 1000051 +ATI_VERSION= 6.14.6 CONFIGURE_ARGS+=--disable-kms +PLIST_SUB+= OLD="" +.else +ATI_VERSION= 7.2.0 +CONFIGURE_ARGS+=--disable-udev +EXTRA_PATCHES+= ${FILESDIR}/extra-src__radeon_kms.c +PLIST_SUB+= OLD="@comment " +.endif -.include +.include Index: x11-drivers/xf86-video-ati/distinfo =================================================================== --- x11-drivers/xf86-video-ati/distinfo (revision 326808) +++ x11-drivers/xf86-video-ati/distinfo (working copy) @@ -1,2 +1,4 @@ SHA256 (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SIZE (xorg/driver/xf86-video-ati-6.14.6.tar.bz2) = 1139495 +SHA256 (xorg/driver/xf86-video-ati-7.2.0.tar.bz2) = f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4 +SIZE (xorg/driver/xf86-video-ati-7.2.0.tar.bz2) = 824613 Index: x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c =================================================================== --- x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c (revision 0) +++ x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c (working copy) @@ -0,0 +1,20 @@ +--- src/radeon_kms.c.orig 2013-08-07 10:44:09.000000000 +0200 ++++ src/radeon_kms.c 2013-08-31 01:20:44.370468797 +0200 +@@ -270,7 +270,7 @@ + radeon_dirty_update(ScreenPtr screen) + { + RegionPtr region; +- PixmapDirtyUpdatePtr ent; ++ PixmapDirtyUpdatePtr ent = NULL; + + if (xorg_list_is_empty(&screen->pixmap_dirty_list)) + return; +@@ -606,7 +606,7 @@ + dev->domain, dev->bus, dev->dev, dev->func); + #endif + +- info->dri2.drm_fd = drmOpen("radeon", busid); ++ info->dri2.drm_fd = drmOpen("radeonkms", busid); + if (info->dri2.drm_fd == -1) { + + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, Property changes on: x11-drivers/xf86-video-ati/files/extra-src__radeon_kms.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c =================================================================== --- x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c (revision 0) +++ x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c (working copy) @@ -0,0 +1,11 @@ +--- src/radeon_dri2.c.orig 2013-02-22 19:31:34.000000000 +0000 ++++ src/radeon_dri2.c 2013-02-22 19:31:47.000000000 +0000 +@@ -578,7 +578,7 @@ + radeon_dri2_client_state_changed(CallbackListPtr *ClientStateCallback, pointer data, pointer calldata) + { + DRI2ClientEventsPtr pClientEventsPriv; +- DRI2FrameEventPtr ref; ++ DRI2FrameEventPtr ref = NULL; + NewClientInfoRec *clientinfo = calldata; + ClientPtr pClient = clientinfo->client; + pClientEventsPriv = GetDRI2ClientEvents(pClient); Property changes on: x11-drivers/xf86-video-ati/files/patch-src__radeon_dri2.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: x11-drivers/xf86-video-ati/pkg-plist =================================================================== --- x11-drivers/xf86-video-ati/pkg-plist (revision 326808) +++ x11-drivers/xf86-video-ati/pkg-plist (working copy) @@ -2,13 +2,13 @@ lib/xorg/modules/drivers/ati_drv.so lib/xorg/modules/drivers/radeon_drv.la lib/xorg/modules/drivers/radeon_drv.so -lib/xorg/modules/multimedia/theatre200_drv.la -lib/xorg/modules/multimedia/theatre200_drv.so -lib/xorg/modules/multimedia/theatre_detect_drv.la -lib/xorg/modules/multimedia/theatre_detect_drv.so -lib/xorg/modules/multimedia/theatre_drv.la -lib/xorg/modules/multimedia/theatre_drv.so +%%OLD%%lib/xorg/modules/multimedia/theatre200_drv.la +%%OLD%%lib/xorg/modules/multimedia/theatre200_drv.so +%%OLD%%lib/xorg/modules/multimedia/theatre_detect_drv.la +%%OLD%%lib/xorg/modules/multimedia/theatre_detect_drv.so +%%OLD%%lib/xorg/modules/multimedia/theatre_drv.la +%%OLD%%lib/xorg/modules/multimedia/theatre_drv.so @dirrmtry lib/xorg/modules/drivers -@dirrmtry lib/xorg/modules/multimedia +%%OLD%%@dirrmtry lib/xorg/modules/multimedia @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Index: x11-drivers/xf86-video-intel/Makefile =================================================================== --- x11-drivers/xf86-video-intel/Makefile (revision 326808) +++ x11-drivers/xf86-video-intel/Makefile (working copy) @@ -28,20 +28,20 @@ .include .if defined(WITH_NEW_XORG) -INTEL_VERSION= 2.21.9 +INTEL_VERSION= 2.21.15 INTEL_REVISION= 0 +CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no CONFIGURE_ARGS+= --enable-sna MAKE_JOBS_UNSAFE=yes PLIST_SUB+= OLD="@comment " -EXTRA_PATCHES+= ${PATCHDIR}/extra-clang \ - ${PATCHDIR}/extra-src_sna_compiler.h \ +EXTRA_PATCHES+= ${PATCHDIR}/extra-src__sna__sna_threads.c \ ${PATCHDIR}/extra-src_sna_kgem.c \ - ${PATCHDIR}/extra-src__sna__sna_threads.c \ + ${PATCHDIR}/extra-clang \ ${PATCHDIR}/extra-i915kms LIB_DEPENDS+= xcb-util:${PORTSDIR}/x11/xcb-util .else INTEL_VERSION= 2.7.1 -INTEL_REVISION= 4 +INTEL_REVISION= 5 PLIST_SUB+= OLD="" EXTRA_PATCHES+= ${PATCHDIR}/extra-src_ch7017_ch7017.c \ Index: x11-drivers/xf86-video-intel/distinfo =================================================================== --- x11-drivers/xf86-video-intel/distinfo (revision 326808) +++ x11-drivers/xf86-video-intel/distinfo (working copy) @@ -1,4 +1,4 @@ SHA256 (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 255c0d54249cc0132f743254a43c21fac695fab2139c8ed96a07cf3c628e5f42 SIZE (xorg/driver/xf86-video-intel-2.7.1.tar.bz2) = 780625 -SHA256 (xorg/driver/xf86-video-intel-2.21.9.tar.bz2) = 1359cbc9e494a284faa52d1db83e7388cb8ab590b660e29e78e6e7f5ee7ff189 -SIZE (xorg/driver/xf86-video-intel-2.21.9.tar.bz2) = 1735037 +SHA256 (xorg/driver/xf86-video-intel-2.21.15.tar.bz2) = 7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc +SIZE (xorg/driver/xf86-video-intel-2.21.15.tar.bz2) = 1977431 Index: x11-drivers/xf86-video-intel/files/extra-clang =================================================================== --- x11-drivers/xf86-video-intel/files/extra-clang (revision 326808) +++ x11-drivers/xf86-video-intel/files/extra-clang (working copy) @@ -1,27 +1,15 @@ ---- src/intel_display.c.orig 2012-12-11 20:33:06.000000000 +0100 -+++ src/intel_display.c 2012-12-11 20:33:45.000000000 +0100 -@@ -1691,7 +1691,7 @@ - static drmModeEncoderPtr - intel_get_kencoder(struct intel_mode *mode, int num) +--- src/sna/sna_cpu.c.orig 2013-08-14 12:04:40.231041285 +0200 ++++ src/sna/sna_cpu.c 2013-08-14 12:05:51.237030719 +0200 +@@ -41,6 +41,7 @@ { -- struct intel_output *iterator; -+ struct intel_output *iterator = NULL; - int id = mode->mode_res->encoders[num]; + unsigned max = __get_cpuid_max(BASIC_CPUID, NULL); + unsigned int eax, ebx, ecx, edx; ++ eax = ebx = ecx = edx = 0; + unsigned features = 0; + unsigned extra = 0; - list_for_each_entry(iterator, &mode->outputs, link) ---- src/intel_batchbuffer.c.orig 2012-12-11 20:34:55.000000000 +0100 -+++ src/intel_batchbuffer.c 2012-12-11 20:35:19.000000000 +0100 -@@ -119,7 +119,7 @@ - static void intel_batch_do_flush(ScrnInfoPtr scrn) - { - intel_screen_private *intel = intel_get_screen_private(scrn); -- struct intel_pixmap *priv; -+ struct intel_pixmap *priv = NULL; - - list_for_each_entry(priv, &intel->batch_pixmaps, batch) - priv->dirty = 0; ---- src/sna/sna_damage.c.orig 2012-12-11 20:41:38.000000000 +0100 -+++ src/sna/sna_damage.c 2012-12-11 20:42:23.000000000 +0100 +--- src/sna/sna_damage.c.orig 2013-08-14 12:06:26.381036854 +0200 ++++ src/sna/sna_damage.c 2013-08-14 12:07:23.684023065 +0200 @@ -410,7 +410,7 @@ int n, nboxes; BoxPtr boxes, free_boxes = NULL; @@ -31,7 +19,7 @@ assert(damage->mode != DAMAGE_ALL); assert(damage->dirty); -@@ -1671,7 +1671,7 @@ +@@ -1709,7 +1709,7 @@ { int n, nboxes; BoxPtr boxes; @@ -40,8 +28,30 @@ RegionCopy(r, &damage->region); if (!damage->dirty) ---- uxa/uxa-accel.c.orig 2012-12-11 20:50:56.000000000 +0100 -+++ uxa/uxa-accel.c 2012-12-11 20:51:14.000000000 +0100 +--- src/uxa/intel_batchbuffer.c.orig 2013-08-14 12:08:14.323028320 +0200 ++++ src/uxa/intel_batchbuffer.c 2013-08-14 12:08:37.202016923 +0200 +@@ -141,7 +141,7 @@ + static void intel_batch_do_flush(ScrnInfoPtr scrn) + { + intel_screen_private *intel = intel_get_screen_private(scrn); +- struct intel_pixmap *priv; ++ struct intel_pixmap *priv = NULL; + + list_for_each_entry(priv, &intel->batch_pixmaps, batch) + priv->dirty = 0; +--- src/uxa/intel_display.c.orig 2013-08-14 12:09:25.802015629 +0200 ++++ src/uxa/intel_display.c 2013-08-14 12:09:51.034009844 +0200 +@@ -1753,7 +1753,7 @@ + static drmModeEncoderPtr + intel_get_kencoder(struct intel_mode *mode, int num) + { +- struct intel_output *iterator; ++ struct intel_output *iterator = NULL; + int id = mode->mode_res->encoders[num]; + + list_for_each_entry(iterator, &mode->outputs, link) +--- src/uxa/uxa-accel.c.orig 2013-08-14 12:02:11.898048975 +0200 ++++ src/uxa/uxa-accel.c 2013-08-14 12:03:39.336042139 +0200 @@ -944,7 +944,7 @@ if (uxa_screen->info->flags & UXA_USE_GLAMOR) { Index: x11-drivers/xf86-video-intel/files/extra-i915kms =================================================================== --- x11-drivers/xf86-video-intel/files/extra-i915kms (revision 326808) +++ x11-drivers/xf86-video-intel/files/extra-i915kms (working copy) @@ -1,13 +1,13 @@ ---- src/intel_module.c.orig 2012-09-27 23:31:20.000000000 +0300 -+++ src/intel_module.c 2012-11-02 17:32:00.819723398 +0200 -@@ -393,8 +393,8 @@ - dev->domain, dev->bus, dev->dev, dev->func); +--- src/intel_device.c.orig 2013-06-30 16:03:51.000000000 +0200 ++++ src/intel_device.c 2013-07-02 14:08:34.903060688 +0200 +@@ -94,8 +94,8 @@ + pci->domain, pci->bus, pci->dev, pci->func); - ret = drmCheckModesettingSupported(id); -- if (ret) { -- if (xf86LoadKernelModule("i915")) -+ if (ret || 1) { -+ if (xf86LoadKernelModule("i915kms")) - ret = drmCheckModesettingSupported(id); - if (ret) - return FALSE; + ret = drmCheckModesettingSupported(id); +- if (ret) { +- if (xf86LoadKernelModule("i915")) ++ if (ret || 1) { ++ if (xf86LoadKernelModule("i915kms")) + ret = drmCheckModesettingSupported(id); + if (ret) + return -1; Index: x11-drivers/xf86-video-intel/files/extra-src_sna_compiler.h =================================================================== --- x11-drivers/xf86-video-intel/files/extra-src_sna_compiler.h (revision 326808) +++ x11-drivers/xf86-video-intel/files/extra-src_sna_compiler.h (working copy) @@ -1,18 +0,0 @@ ---- src/sna/compiler.h.orig 2013-03-12 12:48:29.745101779 +0100 -+++ src/sna/compiler.h 2013-03-12 12:48:52.857102997 +0100 -@@ -37,7 +37,6 @@ - #define must_check __attribute__((warn_unused_result)) - #define constant __attribute__((const)) - #define pure __attribute__((pure)) --#define __packed__ __attribute__((__packed__)) - #define flatten __attribute__((flatten)) - #else - #define likely(expr) (expr) -@@ -48,7 +47,6 @@ - #define must_check - #define constant - #define pure --#define __packed__ - #define flatten - #endif - Index: x11-drivers/xf86-video-intel/files/extra-src_sna_kgem.c =================================================================== --- x11-drivers/xf86-video-intel/files/extra-src_sna_kgem.c (revision 326808) +++ x11-drivers/xf86-video-intel/files/extra-src_sna_kgem.c (working copy) @@ -1,18 +1,14 @@ ---- src/sna/kgem.c.orig 2013-03-11 11:19:02.000000000 +0100 -+++ src/sna/kgem.c 2013-03-12 12:56:49.452065668 +0100 -@@ -658,7 +658,11 @@ - if (file) { - size_t len = 0; - char *line = NULL; -+#ifdef __GLIBC__ - while (getline(&line, &len, file) != -1) { -+#else -+ while ((line = fgetln(file, &len)) != (char *) NULL) { -+#endif - int mb; - if (sscanf(line, "cache size : %d KB", &mb) == 1) { - /* Paranoid check against gargantuan caches */ -@@ -1666,7 +1670,8 @@ +--- src/sna/kgem.c.orig 2013-08-04 11:10:59.000000000 +0200 ++++ src/sna/kgem.c 2013-08-14 11:59:14.787060294 +0200 +@@ -25,6 +25,7 @@ + * + */ + ++#define _WITH_GETLINE + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif +@@ -1890,7 +1891,8 @@ static struct kgem_bo * search_snoop_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags) { @@ -22,7 +18,7 @@ DBG(("%s: num_pages=%d, flags=%x\n", __FUNCTION__, num_pages, flags)); -@@ -1868,7 +1873,8 @@ +@@ -2104,7 +2106,8 @@ static bool kgem_retire__flushing(struct kgem *kgem) { @@ -32,7 +28,7 @@ bool retired = false; list_for_each_entry_safe(bo, next, &kgem->flushing, request) { -@@ -2073,7 +2079,8 @@ +@@ -2309,7 +2312,8 @@ static void kgem_commit(struct kgem *kgem) { struct kgem_request *rq = kgem->next_request; @@ -42,7 +38,7 @@ list_for_each_entry_safe(bo, next, &rq->buffers, request) { assert(next->request.prev == &bo->request); -@@ -2154,7 +2161,8 @@ +@@ -2390,7 +2394,8 @@ static void kgem_finish_buffers(struct kgem *kgem) { @@ -51,8 +47,8 @@ + struct kgem_buffer *next; list_for_each_entry_safe(bo, next, &kgem->batch_buffers, base.list) { - DBG(("%s: buffer handle=%d, used=%d, exec?=%d, write=%d, mmapped=%d\n", -@@ -2963,7 +2971,8 @@ + DBG(("%s: buffer handle=%d, used=%d, exec?=%d, write=%d, mmapped=%s\n", +@@ -3252,7 +3257,8 @@ static struct kgem_bo * search_linear_cache(struct kgem *kgem, unsigned int num_pages, unsigned flags) { @@ -62,7 +58,7 @@ bool use_active = (flags & CREATE_INACTIVE) == 0; struct list *cache; -@@ -3521,7 +3530,7 @@ +@@ -3855,7 +3861,7 @@ uint32_t flags) { struct list *cache; @@ -71,7 +67,7 @@ uint32_t pitch, tiled_height, size; uint32_t handle; int i, bucket, retry; -@@ -4834,7 +4843,7 @@ +@@ -5302,7 +5308,7 @@ void kgem_clear_dirty(struct kgem *kgem) { struct list * const buffers = &kgem->next_request->buffers; @@ -79,8 +75,8 @@ + struct kgem_bo *bo = NULL; list_for_each_entry(bo, buffers, request) { - if (!bo->dirty) -@@ -5072,7 +5081,7 @@ + if (!bo->gpu_dirty) +@@ -5578,7 +5584,7 @@ uint32_t size, uint32_t flags, void **ret) { Index: x11-drivers/xorg-drivers/Makefile =================================================================== --- x11-drivers/xorg-drivers/Makefile (revision 326808) +++ x11-drivers/xorg-drivers/Makefile (working copy) @@ -10,7 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.org drivers meta-port -.MAKE.FreeBSD_UL= yes +.MAKE.FreeBSD_UL= yes VIDEODIR= ${PREFIX}/lib/xorg/modules/drivers INPUTDIR= ${PREFIX}/lib/xorg/modules/input Index: x11-fonts/xfs/Makefile =================================================================== --- x11-fonts/xfs/Makefile (revision 326808) +++ x11-fonts/xfs/Makefile (working copy) @@ -9,7 +9,7 @@ COMMENT= X.Org font server XORG_CAT= app -USE_GMAKE= yes +USES= gmake USE_XORG= libfs xfont xtrans USE_RC_SUBR= xfs CONFIGURE_ARGS= --without-xmlto --without-fop Index: x11-servers/xephyr/Makefile =================================================================== --- x11-servers/xephyr/Makefile (revision 326808) +++ x11-servers/xephyr/Makefile (working copy) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= xephyr -PORTREVISION= 0 COMMENT= X server from X.Org based on kdrive Index: x11-servers/xorg-dmx/Makefile =================================================================== --- x11-servers/xorg-dmx/Makefile (revision 326808) +++ x11-servers/xorg-dmx/Makefile (working copy) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= xorg-dmx -PORTREVISION= 0 COMMENT= Distributed Multihead X from X.Org Index: x11-servers/xorg-nestserver/Makefile =================================================================== --- x11-servers/xorg-nestserver/Makefile (revision 326808) +++ x11-servers/xorg-nestserver/Makefile (working copy) @@ -23,6 +23,8 @@ PLIST_FILES= bin/Xnest MAN1= Xnest.1 +.include + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${PREFIX}/bin/ .if defined(WITH_NEW_XORG) Index: x11-servers/xorg-server/Makefile =================================================================== --- x11-servers/xorg-server/Makefile (revision 326808) +++ x11-servers/xorg-server/Makefile (working copy) @@ -20,14 +20,28 @@ XORG_CAT= xserver SLAVE_PORT?= no +OPTIONS_DEFINE= AIGLX SUID +OPTIONS_RADIO= CONF +OPTIONS_RADIO_CONF= HAL DEVD +AIGLX_DESC= Compile with Accelerated Indirect GLX support +SUID_DESC= Install the Xorg server with setuid bit set +HAL_DESC= Compile with HAL config support +DEVD_DESC= Use devd for autoconfiguration of input devices +OPTIONS_DEFAULT=AIGLX SUID DEVD + +OPTIONS_EXCLUDE_sparc64= HAL + +.include + .if defined(WITH_NEW_XORG) XORG_VERSION= 1.12.4 -XORG_REVISION= 1 +XORG_REVISION= 2 PLIST_SUB+= OLD="@comment " NEW="" -EXTRA_PATCHES+= ${FILESDIR}/extra-clang +EXTRA_PATCHES+= ${FILESDIR}/extra-clang \ + ${FILESDIR}/extra-configure .else XORG_VERSION= 1.7.7 -XORG_REVISION= 8 +XORG_REVISION= 9 PLIST_SUB+= OLD="" NEW="@comment " EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-xace.c \ ${FILESDIR}/extra-Xserver-hw-xfree86-os-support-bsd-sparc64_video.c \ @@ -39,10 +53,8 @@ ${FILESDIR}/extra-Xserver-hw-xfree86-common-xf86Config.c .endif -USES= perl5 -USE_PERL5= build USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_GL= gl USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \ xmu xt xpm xext randrproto renderproto fixesproto damageproto \ @@ -54,6 +66,7 @@ MAKE_JOBS_UNSAFE= yes USE_OPENSSL= yes +USE_PERL5_BUILD=yes CONFIGURE_ARGS?=--disable-dmx --disable-xvfb --disable-xnest \ --without-xmlto --disable-docs --disable-devel-docs \ --localstatedir=/var --without-dtrace --disable-xephyr \ @@ -78,14 +91,6 @@ PLIST= ${.CURDIR}/pkg-plist .endif -OPTIONS_DEFINE= AIGLX SUID HAL -AIGLX_DESC= Compile with Accelerated Indirect GLX support -SUID_DESC= Install the Xorg server with setuid bit set -HAL_DESC= Compile with HAL config support -OPTIONS_DEFAULT= AIGLX SUID HAL - -OPTIONS_EXCLUDE_sparc64= HAL - .include .if defined(WITH_OPENSSL_BASE) @@ -102,6 +107,10 @@ CONFIGURE_ARGS+= --enable-config-hal=no .endif +.if ${PORT_OPTIONS:MDEVD} +EXTRA_PATCHES+= extra-config_devd.c +.endif + .if ${PORT_OPTIONS:MAIGLX} CONFIGURE_ARGS+= --enable-aiglx=yes .else @@ -171,6 +180,17 @@ @${REINPLACE_CMD} -e 's|@GLX_TRUE@GLXMODS =|@GLX_BOGUS@GLXMODS =|g' \ -e 's|^LTLIBRARIES = |LTLIBRARIES = libglx.la |g' \ ${WRKSRC}/hw/xfree86/dixmods/Makefile.in +.if ${PORT_OPTIONS:MDEVD} + @${ECHO_CMD} -e "\nint config_devd_init(void);\nvoid config_devd_fini(void);" \ + >> ${WRKSRC}/config/config-backends.h +.endif + +post-configure: +.if ${PORT_OPTIONS:MDEVD} + @${REINPLACE_CMD} -e 's|config\.c|config.c devd.c|g' \ + -e 's|config\.lo|config.lo devd.lo|g' \ + ${WRKSRC}/config/Makefile +.endif .if ${SLAVE_PORT} == "no" pre-su-install: Index: x11-servers/xorg-server/files/extra-config_devd.c =================================================================== --- x11-servers/xorg-server/files/extra-config_devd.c (revision 0) +++ x11-servers/xorg-server/files/extra-config_devd.c (working copy) @@ -0,0 +1,481 @@ +--- /dev/null 2013-08-03 00:44:23.000000000 +0200 ++++ config/devd.c 2013-08-03 00:45:15.162836806 +0200 +@@ -0,0 +1,478 @@ ++/* ++ * Copyright © 2012 Baptiste Daroussin ++ * ++ * Permission is hereby granted, free of charge, to any person obtaining a ++ * copy of this software and associated documentation files (the "Software"), ++ * to deal in the Software without restriction, including without limitation ++ * the rights to use, copy, modify, merge, publish, distribute, sublicense, ++ * and/or sell copies of the Software, and to permit persons to whom the ++ * Software is furnished to do so, subject to the following conditions: ++ * ++ * The above copyright notice and this permission notice (including the next ++ * paragraph) shall be included in all copies or substantial portions of the ++ * Software. ++ * ++ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ++ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ++ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING ++ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ++ * DEALINGS IN THE SOFTWARE. ++ * ++ * Author: Baptiste Daroussin ++ */ ++ ++#ifdef HAVE_DIX_CONFIG_H ++#include ++#endif ++ ++#include ++#include ++#include ++#include ++ ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "input.h" ++#include "inputstr.h" ++#include "hotplug.h" ++#include "config-backends.h" ++#include "os.h" ++ ++#define DEVD_SOCK_PATH "/var/run/devd.pipe" ++ ++#define DEVD_EVENT_ADD '+' ++#define DEVD_EVENT_REMOVE '-' ++ ++static int sock_devd = -1; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++enum { ++ ATTR_KEYBOARD, ++ ATTR_POINTER, ++ ATTR_JOYSTICK, ++ ATTR_TOUCHPAD, ++ ATTR_TOUCHSCREEN, ++}; ++#endif ++ ++struct hw_type { ++ const char *driver; ++ int flag; ++ const char *xdriver; ++}; ++ ++static struct hw_type hw_types[] = { ++ { "ukbd", ATTR_KEYBOARD, "kdb" }, ++ { "atkbd", ATTR_KEYBOARD, "kdb" }, ++ { "ums", ATTR_POINTER, "mouse" }, ++ { "psm", ATTR_POINTER, "mouse" }, ++ { "uhid", ATTR_POINTER, "mouse" }, ++ { "joy", ATTR_JOYSTICK, NULL }, ++ { "atp", ATTR_TOUCHPAD, NULL }, ++ { "uep", ATTR_TOUCHSCREEN, NULL }, ++ { NULL, -1, NULL }, ++}; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++static void ++add_option(InputOption **options, const char *key, const char *value) ++{ ++ if (!value || *value == '\0') ++ return; ++ ++ for (; *options; options = &(*options)->next) ++ ; ++ *options = calloc(sizeof(**options), 1); ++ if (!*options) /* Yeesh. */ ++ return; ++ (*options)->key = xstrdup(key); ++ (*options)->value = xstrdup(value); ++ (*options)->next = NULL; ++} ++ ++static void ++remove_device(DeviceIntPtr dev) ++{ ++ /* this only gets called for devices that have already been added */ ++ LogMessage(X_INFO, "config/devd: removing device %s\n", dev->name); ++ ++ /* Call PIE here so we don't try to dereference a device that's ++ * already been removed. */ ++ OsBlockSignals(); ++ ProcessInputEvents(); ++ DeleteInputDeviceRequest(dev); ++ OsReleaseSignals(); ++} ++ ++static bool ++device_is_duplicate(char *config_info) ++{ ++ DeviceIntPtr dev; ++ ++ for (dev = inputInfo.devices; dev; dev = dev->next) ++ if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) ++ return true; ++ ++ for (dev = inputInfo.off_devices; dev; dev = dev->next) ++ if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) ++ return true; ++ ++ return false; ++} ++ ++#endif ++ ++static bool ++sysctl_exists(const char *format, ...) ++{ ++ va_list args; ++ char *name = NULL; ++ size_t len; ++ int ret; ++ ++ if (format == NULL) ++ return false; ++ ++ va_start(args, format); ++ vasprintf(&name, format, args); ++ va_end(args); ++ ++ ret = sysctlbyname(name, NULL, &len, NULL, 0); ++ ++ if (ret == -1) ++ len = 0; ++ ++ free(name); ++ return (len > 0); ++} ++ ++static char * ++sysctl_get_str(const char *format, ...) ++{ ++ va_list args; ++ char *name = NULL; ++ char *dest = NULL; ++ size_t len; ++ ++ if (format == NULL) ++ return NULL; ++ ++ va_start(args, format); ++ vasprintf(&name, format, args); ++ va_end(args); ++ ++ if (sysctlbyname(name, NULL, &len, NULL, 0) == 0) { ++ dest = malloc(len + 1); ++ if (sysctlbyname(name, dest, &len, NULL, 0) == 0) ++ dest[len] = '\0'; ++ else { ++ free(dest); ++ dest = NULL; ++ } ++ } ++ ++ free(name); ++ return dest; ++} ++ ++static void ++device_added(char *line) ++{ ++ char *walk; ++ char *path; ++ char *vendor; ++ char *product = NULL; ++ char *config_info = NULL; ++ InputOption *options = NULL; ++#if XORG_VERSION_CURRENT > 10800000 ++ InputAttributes attrs = {}; ++#else ++ InputOption *tmpo; ++#endif ++ DeviceIntPtr dev = NULL; ++ int i, rc; ++ ++ walk = strchr(line, ' '); ++ if (walk != NULL) ++ walk[0] = '\0'; ++ ++ for (i = 0; hw_types[i].driver != NULL; i++) { ++ if (strncmp(line, hw_types[i].driver, ++ strlen(hw_types[i].driver)) == 0 && ++ isnumber(*(line + strlen(hw_types[i].driver)))) { ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.flags |= hw_types[i].flag; ++#endif ++ break; ++ } ++ } ++ if (hw_types[i].driver == NULL) { ++ LogMessageVerb(X_INFO, 10, "config/devd: ignoring device %s\n", line); ++ return; ++ } ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ if (hw_types[i].xdriver == NULL) { ++ LogMessageVerb(X_INFO, 10, "config/devd: ignoring device %s\n", line); ++ return; ++ } ++#endif ++ if (asprintf(&path, "/dev/%s", line) == -1) ++ return; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ options = calloc(sizeof(*options), 1); ++ if (!options) ++ return; ++ ++ add_option(&options, "_source", "server/devd"); ++#else ++ options = input_option_new(NULL, "_source", "server/devd"); ++ if (!options) ++ return; ++#endif ++ ++ vendor = sysctl_get_str("dev.%s.%s.%%desc", hw_types[i].driver, line + strlen(hw_types[i].driver)); ++ if (vendor == NULL) { ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.vendor = strdup("(unnamed)"); ++#endif ++ } else { ++ if ((product = strchr(vendor, ' ')) != NULL) { ++ product[0] = '\0'; ++ product++; ++ } ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.vendor = strdup(vendor); ++#endif ++ if (product != NULL && (walk = strchr(product, ',')) != NULL) ++ walk[0] = '\0'; ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.product = strdup(product != NULL ? product : "(unnamed)"); ++ options = input_option_new(options, "name", product != NULL ? product : "(unnamed)"); ++#else ++ add_option(&options, "name", product != NULL ? product : "(unnamed)"); ++#endif ++ } ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.usb_id = NULL; ++ options = input_option_new(options, "path", path); ++ options = input_option_new(options, "device", path); ++#else ++ add_option(&options, "path", path); ++ add_option(&options, "device", path); ++#endif ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ add_option(&options, "driver", hw_types[i].xdriver); ++#endif ++ ++ if (asprintf(&config_info, "devd:%s", line) == -1) { ++ config_info = NULL; ++ goto unwind; ++ } ++ ++ if (device_is_duplicate(config_info)) { ++ LogMessage(X_WARNING, "config/devd: device %s already added. " ++ "Ignoring.\n", product != NULL ? product : "(unnamed)"); ++ goto unwind; ++ } ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ add_option(&options, "config_info", config_info); ++#else ++ options = input_option_new(options, "config_info", config_info); ++#endif ++ LogMessage(X_INFO, "config/devd: Adding input device %s (%s)\n", ++ product != NULL ? product : "(unnamed)", path); ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ rc = NewInputDeviceRequest(options, &attrs, &dev); ++#else ++ rc = NewInputDeviceRequest(options, &dev); ++#endif ++ ++ if (rc != Success) ++ goto unwind; ++ ++ unwind: ++ free(config_info); ++#if XORG_VERSION_CURRENT < 10800000 ++ while ((tmpo = options)) { ++ options = tmpo->next; ++ free(tmpo->key); /* NULL if dev != NULL */ ++ free(tmpo->value); /* NULL if dev != NULL */ ++ free(tmpo); ++ } ++#else ++ input_option_free_list(&options); ++#endif ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ free(attrs.usb_id); ++ free(attrs.product); ++ free(attrs.device); ++ free(attrs.vendor); ++#endif ++ ++ return; ++} ++ ++static void ++device_removed(char *line) ++{ ++ char *walk; ++ char *value; ++#if XORG_VERSION_CURRENT < 10800000 ++ DeviceIntPtr dev, next; ++#endif ++ ++ walk = strchr(line, ' '); ++ if (walk != NULL) ++ walk[0] = '\0'; ++ ++ if (asprintf(&value, "devd:%s", line) == -1) ++ return; ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ remove_devices("dev", value); ++#else ++ for (dev = inputInfo.devices; dev; dev = next) { ++ next = dev->next; ++ if (dev->config_info && strcmp(dev->config_info, value) == 0) ++ remove_device(dev); ++ } ++ for (dev = inputInfo.off_devices; dev; dev = next) { ++ next = dev->next; ++ if (dev->config_info && strcmp(dev->config_info, value) == 0) ++ remove_device(dev); ++ } ++#endif ++ ++ free(value); ++} ++ ++static ssize_t ++socket_getline(int fd, char **out) ++{ ++ char *buf; ++ ssize_t ret, cap, sz = 0; ++ char c; ++ ++ cap = 1024; ++ buf = malloc(cap * sizeof(char)); ++ if (!buf) ++ return -1; ++ ++ for (;;) { ++ ret = read(sock_devd, &c, 1); ++ if (ret < 1) { ++ free(buf); ++ return -1; ++ } ++ ++ if (c == '\n') ++ break; ++ ++ if (sz + 1 >= cap) { ++ cap *= 2; ++ buf = realloc(buf, cap *sizeof(char)); ++ } ++ buf[sz] = c; ++ sz++; ++ } ++ ++ buf[sz] = '\0'; ++ if (sz > 0) ++ *out = buf; ++ else ++ free(buf); ++ ++ return sz; /* number of bytes in the line, not counting the line break*/ ++} ++ ++static void ++wakeup_handler(pointer data, int err, pointer read_mask) ++{ ++ char *line = NULL; ++ ++ if (err < 0) ++ return; ++ ++ if (FD_ISSET(sock_devd, (fd_set *)read_mask)) { ++ if (socket_getline(sock_devd, &line) < 0) ++ return; ++ ++ switch(*line) { ++ case DEVD_EVENT_ADD: ++ device_added(line++); ++ break; ++ case DEVD_EVENT_REMOVE: ++ device_removed(line++); ++ break; ++ default: ++ break; ++ } ++ free(line); ++ } ++} ++ ++static void ++block_handler(pointer data, struct timeval **tv, pointer read_mask) ++{ ++} ++ ++int ++config_devd_init(void) ++{ ++ struct sockaddr_un devd; ++ char devicename[1024]; ++ int i, j; ++ ++ /* first scan the sysctl to determine the hardware if needed */ ++ ++ for (i = 0; hw_types[i].driver != NULL; i++) { ++ for (j = 0; sysctl_exists("dev.%s.%i.%%desc", hw_types[i].driver, j); j++) { ++ snprintf(devicename, 1024, "%s%i", hw_types[i].driver, j); ++ device_added(devicename); ++ } ++ ++ } ++ sock_devd = socket(AF_UNIX, SOCK_STREAM, 0); ++ if (sock_devd < 0) { ++ ErrorF("config/devd: Fail opening stream socket"); ++ return 0; ++ } ++ ++ devd.sun_family = AF_UNIX; ++ strlcpy(devd.sun_path, DEVD_SOCK_PATH, sizeof(devd.sun_path)); ++ ++ if (connect(sock_devd, (struct sockaddr *) &devd, sizeof(struct sockaddr_un)) < 0) { ++ close(sock_devd); ++ ErrorF("config/devd: Fail to connect to devd"); ++ return 0; ++ } ++ ++ RegisterBlockAndWakeupHandlers(block_handler, wakeup_handler, NULL); ++ AddGeneralSocket(sock_devd); ++ ++ return 1; ++} ++ ++void ++config_devd_fini(void) ++{ ++ if (sock_devd < 0) ++ return; ++ ++ RemoveGeneralSocket(sock_devd); ++ RemoveBlockAndWakeupHandlers(block_handler, wakeup_handler, NULL); ++ close(sock_devd); ++} Property changes on: x11-servers/xorg-server/files/extra-config_devd.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: x11-servers/xorg-server/files/extra-configure =================================================================== --- x11-servers/xorg-server/files/extra-configure (revision 0) +++ x11-servers/xorg-server/files/extra-configure (working copy) @@ -0,0 +1,11 @@ +--- configure.orig 2013-09-07 22:11:27.210621324 +0200 ++++ configure 2013-09-07 22:11:52.912624338 +0200 +@@ -22839,7 +22839,7 @@ + } + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : +- ac_cv_tls=$kw ++ ac_cv_tls=$kw; break ; + fi + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done Property changes on: x11-servers/xorg-server/files/extra-configure ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: x11-themes/gtk-murrine-engine/Makefile =================================================================== --- x11-themes/gtk-murrine-engine/Makefile (revision 326808) +++ x11-themes/gtk-murrine-engine/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= murrine PORTVERSION= 0.98.2 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= GNOME PKGNAMEPREFIX= gtk- @@ -11,14 +12,12 @@ MAINTAINER= pneumann@gmail.com COMMENT= Murrine GTK+ 2.x cairo based engine -LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pixman - USE_XZ= yes -USE_GMAKE= yes +USE_XORG= pixman USE_GNOME= gtk20 intltool intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= gmake pkgconfig OPTIONS_DEFINE= ANIMATION ANIMATION_DESC= Animation support Index: x11-toolkits/gtkglext/Makefile =================================================================== --- x11-toolkits/gtkglext/Makefile (revision 326808) +++ x11-toolkits/gtkglext/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gtkglext PORTVERSION= 1.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits MASTER_SITES= SF DIST_SUBDIR= gnome2 @@ -25,12 +25,11 @@ OPTIONS_DEFINE= DOCS USE_BZIP2= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm USE_GL= glu -USES= gettext iconv pathfix pkgconfig +USES= gettext gmake iconv pathfix pkgconfig USE_GNOME= gdkpixbuf2 gtk20 pangox-compat USE_LDCONFIG= yes Index: x11-toolkits/libXaw/Makefile =================================================================== --- x11-toolkits/libXaw/Makefile (revision 326808) +++ x11-toolkits/libXaw/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXaw -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 PORTEPOCH= 2 CATEGORIES= x11-toolkits @@ -11,7 +11,7 @@ XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 Index: x11-toolkits/libXaw/distinfo =================================================================== --- x11-toolkits/libXaw/distinfo (revision 326808) +++ x11-toolkits/libXaw/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXaw-1.0.11.tar.bz2) = 87a874acbb71d1ee59b8047312fc91d89dcb373e2970f121184cdae29a3d9492 -SIZE (xorg/lib/libXaw-1.0.11.tar.bz2) = 649633 +SHA256 (xorg/lib/libXaw-1.0.12.tar.bz2) = 96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6 +SIZE (xorg/lib/libXaw-1.0.12.tar.bz2) = 677147 Index: x11-toolkits/libXmu/Makefile =================================================================== --- x11-toolkits/libXmu/Makefile (revision 326808) +++ x11-toolkits/libXmu/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXmu -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= x11-toolkits Index: x11-toolkits/libXmu/distinfo =================================================================== --- x11-toolkits/libXmu/distinfo (revision 326808) +++ x11-toolkits/libXmu/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXmu-1.1.1.tar.bz2) = 709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd -SIZE (xorg/lib/libXmu-1.1.1.tar.bz2) = 383473 +SHA256 (xorg/lib/libXmu-1.1.2.tar.bz2) = 756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b +SIZE (xorg/lib/libXmu-1.1.2.tar.bz2) = 396230 Index: x11-wm/awesome/Makefile =================================================================== --- x11-wm/awesome/Makefile (revision 326808) +++ x11-wm/awesome/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= awesome PORTVERSION= 3.5.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ --- xorg-mesaupdate.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 13:03:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42A21889; Mon, 9 Sep 2013 13:03:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17085231D; Mon, 9 Sep 2013 13:03:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89D3hdG068030; Mon, 9 Sep 2013 13:03:43 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89D3hj1067964; Mon, 9 Sep 2013 13:03:43 GMT (envelope-from zeising) Date: Mon, 9 Sep 2013 13:03:43 GMT Message-Id: <201309091303.r89D3hj1067964@freefall.freebsd.org> To: zeising@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/181962: [exp-run] Update to xorg libraries and MESA X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:03:44 -0000 Synopsis: [exp-run] Update to xorg libraries and MESA Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: zeising Responsible-Changed-When: Mon Sep 9 13:01:59 UTC 2013 Responsible-Changed-Why: Assign to portmgr, pending exp-run http://www.freebsd.org/cgi/query-pr.cgi?pr=181962 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 13:34:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95DCD15D; Mon, 9 Sep 2013 13:34:01 +0000 (UTC) (envelope-from linpct@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ED35257D; Mon, 9 Sep 2013 13:34:00 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id ex4so1273874wid.2 for ; Mon, 09 Sep 2013 06:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jSgb0W3QVWw/YglQocdvQbeuKlnnRRDuHqhbgM61eUk=; b=Ny7thiPkuQ4NF94UX3dQXQVw0g3qWOTAB+40y2YptUnFeDnRXMAmcYv3yXbISmGzxG JbqSeQ2sG94HqPJL/mld9KVuZlG+9kT7Hgyu5Nim3SKwbPJ6/E/ffx7qKbCnAp6dc2Oe IXjAW+mmOpLMdTDtbb/iZI5OzAT95KuVg+BK5k+9dvt8RAzhUruT4sCuAYmq4d0TSOg9 NmWHbfBflx6rJcHM7qxVYwZdNjCp+t9rxNuMWFaJ+XqND19pHpvYrlAneI8nXN47BHKH WvOx83dOZXR0lNJw1b66g7MZkMoHtyuRm6BHukfivnZWikMWnQEKwlYKD5SUJsZiKm4o WERg== MIME-Version: 1.0 X-Received: by 10.180.19.196 with SMTP id h4mr8464279wie.38.1378733639435; Mon, 09 Sep 2013 06:33:59 -0700 (PDT) Received: by 10.181.13.134 with HTTP; Mon, 9 Sep 2013 06:33:59 -0700 (PDT) In-Reply-To: <201308260530.r7Q5U0hp085060@freefall.freebsd.org> References: <20130826052003.E0DDF5C1F@deep.tw> <201308260530.r7Q5U0hp085060@freefall.freebsd.org> Date: Mon, 9 Sep 2013 21:33:59 +0800 Message-ID: Subject: Re: ports/181536: [MAINTAINER] www/node-devel: update to 0.11.6 From: Daniel Lin To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:34:01 -0000 Please ignore this, www/node-devel 0.11.7 pr had been sent! 2013/8/26 > Thank you very much for your problem report. > It has the internal identification `ports/181536'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181536 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [MAINTAINER] www/node-devel: update to 0.11.6 > >Arrival-Date: Mon Aug 26 05:30:00 UTC 2013 > -- Daniel Lin (pct) From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A47D843A for ; Mon, 9 Sep 2013 13:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DFB22618 for ; Mon, 9 Sep 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89De0Dv066628 for ; Mon, 9 Sep 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89De0ma066584; Mon, 9 Sep 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 13:40:00 GMT Resent-Message-Id: <201309091340.r89De0ma066584@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52411121 for ; Mon, 9 Sep 2013 13:32:46 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 21B542558 for ; Mon, 9 Sep 2013 13:32:45 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 8BEB15C2C; Mon, 9 Sep 2013 21:32:44 +0800 (CST) Message-Id: <20130909133244.8BEB15C2C@deep.tw> Date: Mon, 9 Sep 2013 21:32:44 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181963: [MAINTAINER] www/node-devel: update to 0.11.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:40:00 -0000 >Number: 181963 >Category: ports >Synopsis: [MAINTAINER] www/node-devel: update to 0.11.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r253131: Thu Jul 11 16:55:44 CST >Description: - Update to 0.11.7 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- node-devel-0.11.7.patch begins here --- diff -ruN ../node-devel.orig/Makefile ./Makefile --- ../node-devel.orig/Makefile 2013-09-09 21:31:02.000000000 +0800 +++ ./Makefile 2013-09-08 13:06:50.000000000 +0800 @@ -1,7 +1,7 @@ # $FreeBSD: head/www/node-devel/Makefile 324851 2013-08-17 16:27:24Z gerald $ PORTNAME= node -PORTVERSION= 0.11.5 +PORTVERSION= 0.11.7 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel diff -ruN ../node-devel.orig/distinfo ./distinfo --- ../node-devel.orig/distinfo 2013-09-09 21:31:36.000000000 +0800 +++ ./distinfo 2013-09-08 13:07:14.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.11.5.tar.gz) = 72b89f9146a2dd57e1712f1fb822f62bdf00b2d5482689510dc2e4d19ae6559e -SIZE (node-v0.11.5.tar.gz) = 15054281 +SHA256 (node-v0.11.7.tar.gz) = d915345639e340405b01f259971f386aafb5a10544b162826514cf56ddd371fe +SIZE (node-v0.11.7.tar.gz) = 14885051 --- node-devel-0.11.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 13:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49EB146D; Mon, 9 Sep 2013 13:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EBA4261D; Mon, 9 Sep 2013 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89De85L085966; Mon, 9 Sep 2013 13:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89De8lN085905; Mon, 9 Sep 2013 13:40:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 13:40:08 GMT Message-Id: <201309091340.r89De8lN085905@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181963: [MAINTAINER] www/node-devel: update to 0.11.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 13:40:09 -0000 Synopsis: [MAINTAINER] www/node-devel: update to 0.11.7 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 13:40:08 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181963 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 14:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9C5BE87 for ; Mon, 9 Sep 2013 14:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8851A284B for ; Mon, 9 Sep 2013 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89E00iK042679 for ; Mon, 9 Sep 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89E001a042602; Mon, 9 Sep 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 14:00:00 GMT Resent-Message-Id: <201309091400.r89E001a042602@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D7F0DAF for ; Mon, 9 Sep 2013 13:58:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE83283C for ; Mon, 9 Sep 2013 13:58:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r89DwLVl067293 for ; Mon, 9 Sep 2013 13:58:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r89DwLcY067292; Mon, 9 Sep 2013 13:58:21 GMT (envelope-from nobody) Message-Id: <201309091358.r89DwLcY067292@oldred.freebsd.org> Date: Mon, 9 Sep 2013 13:58:21 GMT From: Jan Beich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181964: [patch] multimedia/gstreamer-ffmpeg, multimedia/gstreamer1-libav: make sure libavcodec builds MD code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:00:00 -0000 >Number: 181964 >Category: ports >Synopsis: [patch] multimedia/gstreamer-ffmpeg, multimedia/gstreamer1-libav: make sure libavcodec builds MD code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: http://forums.freebsd.org/showthread.php?t=40629 gst-ffmpeg or gst-libav fail to play any file because some symbols are not present - http://pastebin.com/gRVPWUUK also, ports/148200 hints the same issue happens on powerpc64 as well >Description: During a port build some variables not defined in MAKE_ENV/MAKE_ARGS are leaked to do-build target via .MAKEFLAGS rule in bsd.port.mk. According to make(1) man page variable assignments in MAKEFLAGS are treated as those on command line which means they override assignments in Makefiles. Unfortunately, this breaks building arch-specific code for libavcodec as ARCH in config.mak is no longer honored. >How-To-Repeat: $ cat Makefile ARCH != uname -p .ifndef NOPRECIOUSMAKEVARS .MAKEFLAGS: ARCH="${ARCH}" .endif all: @cd ${.CURDIR}/foo; gmake $ cat foo/Makefile ARCH = x86 all: @echo ARCH=${ARCH} $ fmake ARCH=amd64 $ fmake NOPRECIOUSMAKEVARS= ARCH=x86 >Fix: Define NOPRECIOUSMAKEVARS, rename the variable like multimedia/ffmpeg or use --with-system-ffmpeg (e.g. ports/181519). --- rename_gst0.diff begins here --- --- gst-libs/ext/libav/common.mak~ +++ gst-libs/ext/libav/common.mak @@ -71,8 +71,8 @@ HOSTPROGS := $(addprefix $(SUBDIR),$(add DEP_LIBS := $(foreach NAME,$(FFLIBS),lib$(NAME)/$($(CONFIG_SHARED:yes=S)LIBNAME)) -ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(ARCH)/*.h)) -SKIPHEADERS += $(addprefix $(ARCH)/,$(ARCH_HEADERS)) +ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(LIBAV_ARCH)/*.h)) +SKIPHEADERS += $(addprefix $(LIBAV_ARCH)/,$(ARCH_HEADERS)) SKIPHEADERS := $(addprefix $(SUBDIR),$(SKIPHEADERS-) $(SKIPHEADERS)) checkheaders: $(filter-out $(SKIPHEADERS:.h=.ho),$(ALLHEADERS:.h=.ho)) --- gst-libs/ext/libav/configure~ +++ gst-libs/ext/libav/configure @@ -1631,7 +1631,7 @@ nogas=":" nm_opts='-g' # machine -arch_default=$(uname -m) +arch_default=$(uname -p) cpu="generic" # OS @@ -3260,7 +3260,7 @@ MANDIR=\$(DESTDIR)$mandir SRC_PATH="$source_path" SRC_PATH_BARE=$source_path CC_IDENT=$cc_ident -ARCH=$arch +LIBAV_ARCH=$arch CC=$cc AS=$as LD=$ld --- gst-libs/ext/libav/libavcodec/Makefile~ +++ gst-libs/ext/libav/libavcodec/Makefile @@ -651,14 +651,14 @@ OBJS-$(CONFIG_MLIB) + # well. OBJS-$(!CONFIG_SMALL) += inverse.o --include $(SUBDIR)$(ARCH)/Makefile +-include $(SUBDIR)$(LIBAV_ARCH)/Makefile SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ fft-internal.h \ tableprint.h \ - $(ARCH)/vp56_arith.h + $(LIBAV_ARCH)/vp56_arith.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h --- gst-libs/ext/libav/libavfilter/Makefile~ +++ gst-libs/ext/libav/libavfilter/Makefile @@ -60,7 +60,7 @@ OBJS-$(CONFIG_NULLSRC_FILTER) OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o --include $(SUBDIR)$(ARCH)/Makefile +-include $(SUBDIR)$(LIBAV_ARCH)/Makefile DIRS = x86 --- rename_gst0.diff ends here --- --- rename_gst1.diff begins here --- --- gst-libs/ext/libav/common.mak~ +++ gst-libs/ext/libav/common.mak @@ -25,8 +25,8 @@ TOOLS := $(TOOLS:%=tools/%$(EXESUF)) DEP_LIBS := $(foreach NAME,$(FFLIBS),lib$(NAME)/$($(CONFIG_SHARED:yes=S)LIBNAME)) -ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(ARCH)/*.h)) -SKIPHEADERS += $(ARCH_HEADERS:%=$(ARCH)/%) $(SKIPHEADERS-) +ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(LIBAV_ARCH)/*.h)) +SKIPHEADERS += $(ARCH_HEADERS:%=$(LIBAV_ARCH)/%) $(SKIPHEADERS-) SKIPHEADERS := $(SKIPHEADERS:%=$(SUBDIR)%) checkheaders: $(filter-out $(SKIPHEADERS:.h=.ho),$(ALLHEADERS:.h=.ho)) --- gst-libs/ext/libav/configure~ +++ gst-libs/ext/libav/configure @@ -1666,7 +1666,7 @@ nm_opts='-g' nogas=":" # machine -arch_default=$(uname -m) +arch_default=$(uname -p) cpu="generic" # OS @@ -3288,7 +3288,7 @@ DATADIR=\$(DESTDIR)$datadir MANDIR=\$(DESTDIR)$mandir SRC_PATH=$source_path CC_IDENT=$cc_ident -ARCH=$arch +LIBAV_ARCH=$arch CC=$cc AS=$as LD=$ld --- gst-libs/ext/libav/libavcodec/Makefile~ +++ gst-libs/ext/libav/libavcodec/Makefile @@ -668,14 +668,14 @@ OBJS-$(CONFIG_MLIB) + # well. OBJS-$(!CONFIG_SMALL) += inverse.o --include $(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile +-include $(SRC_PATH)/$(SUBDIR)$(LIBAV_ARCH)/Makefile SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ fft-internal.h \ tableprint.h \ - $(ARCH)/vp56_arith.h + $(LIBAV_ARCH)/vp56_arith.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h --- gst-libs/ext/libav/libavfilter/Makefile~ +++ gst-libs/ext/libav/libavfilter/Makefile @@ -69,7 +69,7 @@ OBJS-$(CONFIG_TESTSRC_FILTER) OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o --include $(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile +-include $(SRC_PATH)/$(SUBDIR)$(LIBAV_ARCH)/Makefile DIRS = x86 --- rename_gst1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 14:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8B89EC0; Mon, 9 Sep 2013 14:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADDB52853; Mon, 9 Sep 2013 14:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89E081v059414; Mon, 9 Sep 2013 14:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89E08l7059352; Mon, 9 Sep 2013 14:00:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 14:00:08 GMT Message-Id: <201309091400.r89E08l7059352@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181964: [patch] multimedia/gstreamer-ffmpeg, multimedia/gstreamer1-libav: make sure libavcodec builds MD code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:00:08 -0000 Synopsis: [patch] multimedia/gstreamer-ffmpeg, multimedia/gstreamer1-libav: make sure libavcodec builds MD code Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 14:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181964 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 14:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFED8DE9 for ; Mon, 9 Sep 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADBB72B53 for ; Mon, 9 Sep 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Eo0bJ064650 for ; Mon, 9 Sep 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Eo06d064643; Mon, 9 Sep 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 14:50:00 GMT Resent-Message-Id: <201309091450.r89Eo06d064643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90F60CBC for ; Mon, 9 Sep 2013 14:48:33 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EBD92B3E for ; Mon, 9 Sep 2013 14:48:33 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id A73651A4BF9; Mon, 9 Sep 2013 14:48:27 +0000 (UTC) Message-Id: <20130909144827.A73651A4BF9@mail.lifanov.com> Date: Mon, 9 Sep 2013 14:48:27 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181965: [patch] devel/awscli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:50:01 -0000 >Number: 181965 >Category: ports >Synopsis: [patch] devel/awscli >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port devel/awscli is missing a dependency on devel/py-argparse. Please add this dependency (see patch attached). >How-To-Repeat: Install awscli without the patch: $ aws Traceback (most recent call last): File "/usr/local/bin/aws", line 4, in import pkg_resources File "/usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 2805, in File "/usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 696, in require File "/usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 594, in resolve pkg_resources.DistributionNotFound: argparse>=1.1 >Fix: Apply this patch: $ aws usage: aws [options] [parameters] aws: error: too few arguments --- patch.txt begins here --- Index: devel/awscli/Makefile =================================================================== --- devel/awscli/Makefile (revision 326809) +++ devel/awscli/Makefile (working copy) @@ -17,7 +17,8 @@ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.1:${PORTSDIR}/security/py-rsa \ - ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}argparse>=1.1:${PORTSDIR}/devel/py-argparse USE_PYTHON= yes USE_PYDISTUTILS=easy_install --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 14:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0682DE56; Mon, 9 Sep 2013 14:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D04772B58; Mon, 9 Sep 2013 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Eo8Mt080939; Mon, 9 Sep 2013 14:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Eo8QD080828; Mon, 9 Sep 2013 14:50:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 14:50:08 GMT Message-Id: <201309091450.r89Eo8QD080828@freefall.freebsd.org> To: lifanov@mail.lifanov.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181965: [patch] devel/awscli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:50:09 -0000 Synopsis: [patch] devel/awscli State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Sep 9 14:50:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181965 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 15:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4306AFDD for ; Mon, 9 Sep 2013 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 300472BE4 for ; Mon, 9 Sep 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89F01m3000378 for ; Mon, 9 Sep 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89F00OH000159; Mon, 9 Sep 2013 15:00:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 15:00:00 GMT Message-Id: <201309091500.r89F00OH000159@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181965: [patch] devel/awscli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 15:00:01 -0000 The following reply was made to PR ports/181965; it has been noted by GNATS. From: Edwin Groothuis To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/181965: [patch] devel/awscli Date: Mon, 9 Sep 2013 14:50:07 UT Maintainer of devel/awscli, Please note that PR ports/181965 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181965 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11B6D58D for ; Mon, 9 Sep 2013 16:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0D182157 for ; Mon, 9 Sep 2013 16:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89GA1S5080512 for ; Mon, 9 Sep 2013 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89GA0Yh080230; Mon, 9 Sep 2013 16:10:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 16:10:00 GMT Message-Id: <201309091610.r89GA0Yh080230@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alexey Degtyarev Subject: Re: ports/181965: [patch] devel/awscli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexey Degtyarev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:10:04 -0000 The following reply was made to PR ports/181965; it has been noted by GNATS. From: Alexey Degtyarev To: wg@freebsd.org Cc: lifanov@mail.lifanov.com, bug-followup@FreeBSD.org Subject: Re: ports/181965: [patch] devel/awscli Date: Mon, 9 Sep 2013 20:06:00 +0400 --hHiQ9nAwW5IGN2dL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, wg@! While committing ports/181965 you removed dependency devel/py-argparse in favor of conditional dependency if ${PYTHON_REL} < 270. Seems like before doing this you didn't test if this won't broke awscli on python2.7+.. Now it's broken because dependency on argparse is set in setup.py but you didn't provide a patch to remove argparse from "requires" if your condition met. Could you please do it? A patch will be trivial. On 14:50 Mon 09 Sep, Edwin Groothuis wrote: > Maintainer of devel/awscli, >=20 > Please note that PR ports/181965 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/181965 >=20 --=20 Alexey Degtyarev --hHiQ9nAwW5IGN2dL Content-Type: application/x-pkcs7-signature Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIIPNQYJKoZIhvcNAQcCoIIPJjCCDyICAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC DI0wggZRMIIFOaADAgECAgMFN5kwDQYJKoZIhvcNAQEFBQAwgYwxCzAJBgNVBAYTAklMMRYw FAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZp Y2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJt ZWRpYXRlIENsaWVudCBDQTAeFw0xMjEwMzExODE0MTJaFw0xMzExMDExNzUzNDZaMGcxGTAX BgNVBA0TEHhYeDRUaGNEdWhRbHdQY0wxITAfBgNVBAMMGGFsZXhleUByZW5hdGFzeXN0ZW1z Lm9yZzEnMCUGCSqGSIb3DQEJARYYYWxleGV5QHJlbmF0YXN5c3RlbXMub3JnMIIBIjANBgkq hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoSFHdQhJ7V0KuzXuo/kUBsePBcs6yAl+JqwglPEO s8c6sGo+n5azzGMX03BlCD1zB2fr2Ssj5cGfHZk5UdBwMy5xzWRzwaSDX3ecqiuCCN+GSiov HehwftLSoKHX8deIILgvE/zG4Tmb+fGz2oxbFUbEVuw4ZXoIaeZIUdwHKKnxEO7FvnnN6Rue iVBg7kqFLFY7DF2NfEyXUVsK4YGJakdGGl1zGb8K/GIZCiZmLTZ9kBeBc2pES/+xd5vQTY9o CFi3wV490AquAVGz5CQUaKswi6mJkcOC2c34aYm1ZWFE/AKwWTkxfZlo13OQXZ2gWhngQtNB TcZY/h77xrVyTwIDAQABo4IC3jCCAtowCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0l BBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMEMB0GA1UdDgQWBBTfMLCiI3sOjQV/iwtf3FOKtqkI BDAfBgNVHSMEGDAWgBRTcu2SnODaywFcfH6WNU7y1LhRgjAjBgNVHREEHDAagRhhbGV4ZXlA cmVuYXRhc3lzdGVtcy5vcmcwggFMBgNVHSAEggFDMIIBPzCCATsGCysGAQQBgbU3AQIDMIIB KjAuBggrBgEFBQcCARYiaHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjCB9wYI KwYBBQUHAgIwgeowJxYgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwAwIBARqB vlRoaXMgY2VydGlmaWNhdGUgd2FzIGlzc3VlZCBhY2NvcmRpbmcgdG8gdGhlIENsYXNzIDEg VmFsaWRhdGlvbiByZXF1aXJlbWVudHMgb2YgdGhlIFN0YXJ0Q29tIENBIHBvbGljeSwgcmVs aWFuY2Ugb25seSBmb3IgdGhlIGludGVuZGVkIHB1cnBvc2UgaW4gY29tcGxpYW5jZSBvZiB0 aGUgcmVseWluZyBwYXJ0eSBvYmxpZ2F0aW9ucy4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDov L2NybC5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDCBjgYIKwYBBQUHAQEEgYEwfzA5Bggr BgEFBQcwAYYtaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL3N1Yi9jbGFzczEvY2xpZW50L2Nh MEIGCCsGAQUFBzAChjZodHRwOi8vYWlhLnN0YXJ0c3NsLmNvbS9jZXJ0cy9zdWIuY2xhc3Mx LmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0cDovL3d3dy5zdGFydHNzbC5jb20vMA0G CSqGSIb3DQEBBQUAA4IBAQBOvavBaOGgYSNq6Gs396ACzR/A9Z6JO0Oe8SwtXQ+kyVU+37ni EZzgLOSk07P1/xiK6Dln/DyhN4MFYcJZ+w/1hALaxB6HhdPcId1ROtSUX7nEFC1El2Mcwqmx gYhlMnW0uyXTQnClcBmOqA1S+Sud5oAzcjTxvH6H7VZiINEMkrnq8LGtBwMrlQm9Kj0k/eVV iW+d6BgA+X4wttakEzbNSOse1qe/skczncf4inPRUiQiienoR1A0hfNkYWzEn3jDtt6ZACVd Vtqbtf5R3nCAXKYPlGAdtaid03tXAi3oDHlNaQB3zC/SBPj/oOrUOhvGz016ovvFIjQqv7E9 6A/GMIIGNDCCBBygAwIBAgIBHjANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEWMBQG A1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNh dGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkw HhcNMDcxMDI0MjEwMTU1WhcNMTcxMDI0MjEwMTU1WjCBjDELMAkGA1UEBhMCSUwxFjAUBgNV BAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRl IFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlh dGUgQ2xpZW50IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxwmDzM4t2Bqx KaQuE6uWvooyg4ymiEGWVUet1G8SD+rqvyNH4QrvnEIaFHxOhESip7vMz39ScLpNLbL1QpOl PW/tFIzNHS3qd2XRNYG5Sv9RcGE+T4qbLtsjjJbi6sL7Ls/f/X9ftTyhxvxWkf8KW37iKrue Ksxw2HqolH7GM6FX5UfNAwAu4ZifkpmZzU1slBhyWwaQPEPPZRsWoTb7q8hmgv6Nv3Hg9rmA 1/VPBIOQ6SKRkHXG0Hhmq1dOFoAFI411+a/9nWm5rcVjGcIWZ2v/43Yksq60jExipA4l5uv9 /+Hm33mbgmCszdj/Dthf13tgAv2O83hLJ0exTqfrlwIDAQABo4IBrTCCAakwDwYDVR0TAQH/ BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFFNy7ZKc4NrLAVx8fpY1TvLUuFGC MB8GA1UdIwQYMBaAFE4L7xqkQFulF2mHMMo0aEPQQa7yMGYGCCsGAQUFBwEBBFowWDAnBggr BgEFBQcwAYYbaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL2NhMC0GCCsGAQUFBzAChiFodHRw Oi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcnQwWwYDVR0fBFQwUjAnoCWgI4YhaHR0cDov L3d3dy5zdGFydHNzbC5jb20vc2ZzY2EuY3JsMCegJaAjhiFodHRwOi8vY3JsLnN0YXJ0c3Ns LmNvbS9zZnNjYS5jcmwwgYAGA1UdIAR5MHcwdQYLKwYBBAGBtTcBAgEwZjAuBggrBgEFBQcC ARYiaHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjA0BggrBgEFBQcCARYoaHR0 cDovL3d3dy5zdGFydHNzbC5jb20vaW50ZXJtZWRpYXRlLnBkZjANBgkqhkiG9w0BAQUFAAOC AgEACoMIfXirLAZcuGOMXq4cuSN3TaFx2H2GvD5VSy/6rV55BYHbWNaPeQn3oBSU8KgQZn/K ck1JxbLpAxVCNtsxeW1R87ifhsYZ0qjdrA9anrW2MAWCtosmAOT4OxK9QPoSjCMxM3HbkZCD JgnlE8jMopH21BbyAYr7b5EfGRQJNtgWcvqSXwKHnTutR08+Kkn0KAkXCzeQNLeA5LlYUzFy M7kPAp8pIRMQ+seHunmyG642S2+y/qHEdMuGIwpfz3eDF1PdctL04qYK/zu+Qg1Bw0RwgigV Zs/0c5HP2/e9DBHh7eSwtzYlk4AUr6yxLlcwSjOfOmKEQ/Q8tzh0IFiNu9IPuTGAPBn4CPxD 0+Ru8T2wg8/s43R/PT3kd1OEqOJUl7q+h+r6fpvU0Fzxd2tC8Ga6fDEPme+1Nbi+03pVjuZQ KbGwKJ66gEn06WqaxVZC+J8hh/jR0k9mST1iAZPNYulcNJ8tKmVtjYsv0L1TSm2+NwON58tO +pIVzu3DWwSEXSf+qkDavQam+QtEOZxLBXI++aMUEapSn+k3Lxm48ZCYfAWLb/Xj7F5JQMbZ vCexglAbYR0kIHqW5DnsYSdMD/IplJMojx0NBrxJ3fN9dvX2Y6BIXRsF1du4qESm4/3CKuyU V7p9DW3mPlHTGLvYxnyKQy7VFBkoLINszBrOUeIxggJwMIICbAIBATCBlDCBjDELMAkGA1UE BhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFs IENlcnRpZmljYXRlIFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFy eSBJbnRlcm1lZGlhdGUgQ2xpZW50IENBAgMFN5kwCQYFKw4DAhoFAKCBsTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzA5MDkxNjA2MDBaMCMGCSqGSIb3 DQEJBDEWBBTml2TBZX74VY/XmfmmFC6bsA76EzBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3 DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0D AgIBKDANBgkqhkiG9w0BAQEFAASCAQA8V0WWpY1GKOPtAufoHF9TPxADl/mYxHXaqOwYfPtL rRlp5O8uPWA/VFlo6uW7FeNiywSeQAf5n+jCVCwtw2xuTC7iHWV9VOcvN0zGnEwWgU8wsXZm mQPkKZ1tc4QIvdB2+HmHjWvGlL7IqOGREWEHVVDgkOtjGaYkIvKr9AOthB7ne3UY117t9YMC dhG0wMYlPPBr5NdI6P9wzZwj8xU+B9yQKJsJIL6H4mqjNbnwK02BQxMX4DHb3fNFaJr52o6f lD4N4XH8Q5If8MXRhSbRtm8w0n03nz+odaJS9IxWz95QQ+bwAEsT0HRIvfoQ48zYFj+ZuF7p v0QXcDyejVYE --hHiQ9nAwW5IGN2dL-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CC3C58E for ; Mon, 9 Sep 2013 16:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 203C92158 for ; Mon, 9 Sep 2013 16:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89GA4Qj088722 for ; Mon, 9 Sep 2013 16:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89GA45Y088410; Mon, 9 Sep 2013 16:10:04 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 16:10:04 GMT Message-Id: <201309091610.r89GA45Y088410@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/181752: [PATCH] devel/hub: change maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:10:05 -0000 The following reply was made to PR ports/181752; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: simon@olofsson.de, Konstantinos Koukopoulos Subject: Re: ports/181752: [PATCH] devel/hub: change maintainer Date: Mon, 09 Sep 2013 19:09:42 +0300 Simon, can you give your +1 here so it's documented? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2020E914 for ; Mon, 9 Sep 2013 16:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E72F92215 for ; Mon, 9 Sep 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89GK15I094699 for ; Mon, 9 Sep 2013 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89GK0XZ094447; Mon, 9 Sep 2013 16:20:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 16:20:00 GMT Message-Id: <201309091620.r89GK0XZ094447@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Simon Olofsson Subject: Re: ports/181752: [PATCH] devel/hub: change maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Simon Olofsson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:20:02 -0000 The following reply was made to PR ports/181752; it has been noted by GNATS. From: Simon Olofsson To: Raphael Kubo da Costa Cc: bug-followup@FreeBSD.org, Konstantinos Koukopoulos Subject: Re: ports/181752: [PATCH] devel/hub: change maintainer Date: Mon, 9 Sep 2013 18:12:30 +0200 Sorry, I didn't get a PR notification by mail=85 I approve the patch. Have fun with hub :-) Thanks, Simon= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:24:20 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4FC3BD0; Mon, 9 Sep 2013 16:24:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBABD2285; Mon, 9 Sep 2013 16:24:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89GOKL8015815; Mon, 9 Sep 2013 16:24:20 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89GOK2Q015663; Mon, 9 Sep 2013 16:24:20 GMT (envelope-from rakuco) Date: Mon, 9 Sep 2013 16:24:20 GMT Message-Id: <201309091624.r89GOK2Q015663@freefall.freebsd.org> To: koukopoulos@gmail.com, rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/181752: [PATCH] devel/hub: change maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:24:21 -0000 Synopsis: [PATCH] devel/hub: change maintainer State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Mon Sep 9 16:24:20 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=181752 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38BBBCA6 for ; Mon, 9 Sep 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2644422F1 for ; Mon, 9 Sep 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89GU1kV022965 for ; Mon, 9 Sep 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89GU010022767; Mon, 9 Sep 2013 16:30:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 16:30:00 GMT Message-Id: <201309091630.r89GU010022767@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181752: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:30:01 -0000 The following reply was made to PR ports/181752; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181752: commit references a PR Date: Mon, 9 Sep 2013 16:24:19 +0000 (UTC) Author: rakuco Date: Mon Sep 9 16:24:12 2013 New Revision: 326820 URL: http://svnweb.freebsd.org/changeset/ports/326820 Log: Pass devel/hub on to a new maintainer. PR: ports/181752 Submitted by: Konstantinos Koukopoulos (new maintainer) Approved by: Simon Olofsson (former maintainer) Modified: head/devel/hub/Makefile Modified: head/devel/hub/Makefile ============================================================================== --- head/devel/hub/Makefile Mon Sep 9 16:06:52 2013 (r326819) +++ head/devel/hub/Makefile Mon Sep 9 16:24:12 2013 (r326820) @@ -5,7 +5,7 @@ PORTNAME= hub PORTVERSION= 1.10.6 CATEGORIES= devel -MAINTAINER= simon@olofsson.de +MAINTAINER= koukopoulos@gmail.com COMMENT= Introduces git to GitHub USE_GITHUB= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 16:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 415DB135 for ; Mon, 9 Sep 2013 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED252391 for ; Mon, 9 Sep 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Ge1jP065464 for ; Mon, 9 Sep 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Ge0ex065185; Mon, 9 Sep 2013 16:40:00 GMT (envelope-from gnats) Date: Mon, 9 Sep 2013 16:40:00 GMT Message-Id: <201309091640.r89Ge0ex065185@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181965: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:40:01 -0000 The following reply was made to PR ports/181965; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181965: commit references a PR Date: Mon, 9 Sep 2013 16:33:22 +0000 (UTC) Author: wg Date: Mon Sep 9 16:33:15 2013 New Revision: 326821 URL: http://svnweb.freebsd.org/changeset/ports/326821 Log: devel/awscli: delete argparse from requirements - Delete argparse from requirements for python >= 2.7 PR: ports/181965 Reported by: Alexey Degtyarev Modified: head/devel/awscli/Makefile Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Mon Sep 9 16:24:12 2013 (r326820) +++ head/devel/awscli/Makefile Mon Sep 9 16:33:15 2013 (r326821) @@ -26,6 +26,9 @@ USE_PYDISTUTILS=easy_install .if ${PYTHON_REL} < 270 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse +.else +post-patch: + @${REINPLACE_CMD} '/.*argparse.*/d' ${WRKSRC}/setup.py .endif .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 20:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DDDFEB1C for ; Mon, 9 Sep 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBE0A2223 for ; Mon, 9 Sep 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89KU1EI071305 for ; Mon, 9 Sep 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89KU1mB071267; Mon, 9 Sep 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 20:30:01 GMT Resent-Message-Id: <201309092030.r89KU1mB071267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2025AACF for ; Mon, 9 Sep 2013 20:25:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E64152209 for ; Mon, 9 Sep 2013 20:25:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r89KPvKS005187 for ; Mon, 9 Sep 2013 20:25:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r89KPvYm005181; Mon, 9 Sep 2013 20:25:57 GMT (envelope-from nobody) Message-Id: <201309092025.r89KPvYm005181@oldred.freebsd.org> Date: Mon, 9 Sep 2013 20:25:57 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181971: emulators/virtualbox-ose-kmod: alloc-r0drv-freebsd.c:83:76: error: too few arguments to function call, expected 10, have 9; cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 20:30:02 -0000 >Number: 181971 >Category: ports >Synopsis: emulators/virtualbox-ose-kmod: alloc-r0drv-freebsd.c:83:76: error: too few arguments to function call, expected 10, have 9; cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255398: Sun Sep 8 20:44:27 CEST 2013 amd64 CLANG only, GNU gcc stuff completely vanisged from base. >Description: [...] cc -O2 -pipe -O3 -march=native -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_AMD64 -O3 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -Iinclude -I. -Ir0drv -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -c /usr/obj/usr/src/sys/THOR/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.18/out/freebsd.amd64/ release/bin/src/vboxdrv/r0drv/freebsd/alloc-r0drv-freebsd.c /usr/obj/usr/src/sys/THOR/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/src/vboxdrv/r0drv/freebsd/alloc-r0drv-freebsd.c:83:76: error: too few arguments to function call, expected 10, have 9 cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); ^ @/vm/vm_map.h:368:1: note: 'vm_map_find' declared here int vm_map_find(vm_map_t, vm_object_t, vm_ooffset_t, vm_offset_t *, vm_size_t, ^ 1 error generated. *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 20:30:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8284B54; Mon, 9 Sep 2013 20:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9A22229; Mon, 9 Sep 2013 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89KUAVd089842; Mon, 9 Sep 2013 20:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89KUADx089585; Mon, 9 Sep 2013 20:30:10 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 20:30:10 GMT Message-Id: <201309092030.r89KUADx089585@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181971: emulators/virtualbox-ose-kmod: alloc-r0drv-freebsd.c:83:76: error: too few arguments to function call, expected 10, have 9; cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 20:30:10 -0000 Synopsis: emulators/virtualbox-ose-kmod: alloc-r0drv-freebsd.c:83:76: error: too few arguments to function call, expected 10, have 9; cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 20:30:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181971 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 20:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A69D4EFC for ; Mon, 9 Sep 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B67622DB for ; Mon, 9 Sep 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Ke0jT010698 for ; Mon, 9 Sep 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Ke0rC010656; Mon, 9 Sep 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 20:40:00 GMT Resent-Message-Id: <201309092040.r89Ke0rC010656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82BFBBB2 for ; Mon, 9 Sep 2013 20:31:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECD42266 for ; Mon, 9 Sep 2013 20:31:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r89KVtFD066164 for ; Mon, 9 Sep 2013 20:31:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r89KVtZI066163; Mon, 9 Sep 2013 20:31:55 GMT (envelope-from nobody) Message-Id: <201309092031.r89KVtZI066163@oldred.freebsd.org> Date: Mon, 9 Sep 2013 20:31:55 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181972: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 20:40:00 -0000 >Number: 181972 >Category: ports >Synopsis: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0); >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r255426: Mon Sep 9 21:35:43 CEST 2013 amd64 >Description: [...] --- nvidia_subr.o --- nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0); ^ @/vm/vm_map.h:368:1: note: 'vm_map_find' declared here int vm_map_find(vm_map_t, vm_object_t, vm_ooffset_t, vm_offset_t *, vm_size_t, ^ 1 error generated. *** [nvidia_subr.o] Error code 1 make[3]: stopped in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-325.15/src 1 error make[3]: stopped in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-325.15/src *** [all] Error code 2 make[2]: stopped in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-325.15 1 error >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 20:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1FEEF2A; Mon, 9 Sep 2013 20:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9791022DD; Mon, 9 Sep 2013 20:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Ke8px027714; Mon, 9 Sep 2013 20:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Ke8kt027595; Mon, 9 Sep 2013 20:40:08 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 20:40:08 GMT Message-Id: <201309092040.r89Ke8kt027595@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181972: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 20:40:08 -0000 Synopsis: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0); Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 20:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181972 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 21:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCB147D5 for ; Mon, 9 Sep 2013 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABDE92698 for ; Mon, 9 Sep 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89Lo0x9039029 for ; Mon, 9 Sep 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89Lo0x3038987; Mon, 9 Sep 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Sep 2013 21:50:00 GMT Resent-Message-Id: <201309092150.r89Lo0x3038987@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7AF378A; Mon, 9 Sep 2013 21:45:00 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AF842673; Mon, 9 Sep 2013 21:44:59 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id ep20so5550839lab.29 for ; Mon, 09 Sep 2013 14:44:58 -0700 (PDT) Received: from localhost (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id w10sm6948213lbv.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Sep 2013 14:44:57 -0700 (PDT) Message-Id: <522e4159.ca4a700a.524a.ffffed72@mx.google.com> Date: Mon, 09 Sep 2013 14:44:57 -0700 (PDT) From: Raphael Kubo da Costa Sender: Raphael Kubo da Costa To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181974: [PATCH] net/hupnp: Build with clang and libc++. Cc: fluffy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 21:50:01 -0000 >Number: 181974 >Category: ports >Synopsis: [PATCH] net/hupnp: Build with clang and libc++. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 09 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD Project >Environment: System: FreeBSD orwell 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r255408: Mon Sep 9 00:29:39 EEST 2013 root@orwell:/usr/obj/usr/src/sys/ORWELL amd64 >Description: The attached patch adds a missing include to the existing files/patch-hmulticast_socket.cpp to make the port build on -CURRENT with clang and libc++. While here, also remove files/patch-herqq.pro and disable building the test apps via QMAKE_ARGS. >How-To-Repeat: >Fix: --- hupnp-libcxx.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 326819) +++ Makefile (working copy) @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_QT4= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build -QMAKE_ARGS= PREFIX=${PREFIX} herqq.pro +QMAKE_ARGS= PREFIX=${PREFIX} "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" herqq.pro do-configure: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} Index: files/patch-herqq.pro =================================================================== --- files/patch-herqq.pro (revision 326819) +++ files/patch-herqq.pro (working copy) @@ -1,7 +0,0 @@ ---- ./herqq.pro.orig 2011-03-28 00:42:32.000000000 +1100 -+++ ./herqq.pro 2011-08-08 12:10:55.831627096 +1100 -@@ -18,4 +18,3 @@ - } - - !CONFIG(DISABLE_CORE) : SUBDIRS += hupnp --!CONFIG(DISABLE_TESTAPP) : SUBDIRS += apps/simple_test-app Index: files/patch-hmulticast_socket.cpp =================================================================== --- files/patch-hmulticast_socket.cpp (revision 326819) +++ files/patch-hmulticast_socket.cpp (working copy) @@ -1,8 +1,10 @@ ---- ./hupnp/src/socket/hmulticast_socket.cpp.orig 2011-03-28 00:42:32.000000000 +1100 -+++ ./hupnp/src/socket/hmulticast_socket.cpp 2011-08-08 11:59:59.868629425 +1100 -@@ -27,6 +27,8 @@ +--- ./hupnp/src/socket/hmulticast_socket.cpp.orig 2011-03-28 00:42:32.000000000 +0300 ++++ ./hupnp/src/socket/hmulticast_socket.cpp 2013-09-10 00:35:26.000000000 +0300 +@@ -26,7 +26,10 @@ + #include #include #else ++#include #include +#include +#include --- hupnp-libcxx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 21:50:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8789D851; Mon, 9 Sep 2013 21:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DB64269E; Mon, 9 Sep 2013 21:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89LoDr9064811; Mon, 9 Sep 2013 21:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89LoDe7064749; Mon, 9 Sep 2013 21:50:13 GMT (envelope-from edwin) Date: Mon, 9 Sep 2013 21:50:13 GMT Message-Id: <201309092150.r89LoDe7064749@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fluffy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181974: [PATCH] net/hupnp: Build with clang and libc++. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 21:50:13 -0000 Synopsis: [PATCH] net/hupnp: Build with clang and libc++. Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 9 21:50:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181974 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 22:02:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7037CC15; Mon, 9 Sep 2013 22:02:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44CF22753; Mon, 9 Sep 2013 22:02:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89M203I028066; Mon, 9 Sep 2013 22:02:00 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89M1wjj024588; Mon, 9 Sep 2013 22:01:58 GMT (envelope-from wg) Date: Mon, 9 Sep 2013 22:01:58 GMT Message-Id: <201309092201.r89M1wjj024588@freefall.freebsd.org> To: alexey@renatasystems.org, lifanov@mail.lifanov.com, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181965: [patch] devel/awscli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 22:02:00 -0000 Synopsis: [patch] devel/awscli State-Changed-From-To: feedback->closed State-Changed-By: wg State-Changed-When: Mon Sep 9 22:01:58 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=181965 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 22:03:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83897C4B; Mon, 9 Sep 2013 22:03:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 585D82759; Mon, 9 Sep 2013 22:03:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89M39jY071956; Mon, 9 Sep 2013 22:03:09 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89M39mf071888; Mon, 9 Sep 2013 22:03:09 GMT (envelope-from wg) Date: Mon, 9 Sep 2013 22:03:09 GMT Message-Id: <201309092203.r89M39mf071888@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181949: [MAINTAINER] www/mitmproxy: Update to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 22:03:09 -0000 Synopsis: [MAINTAINER] www/mitmproxy: Update to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Sep 9 22:03:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181949 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 9 22:03:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9244EC83; Mon, 9 Sep 2013 22:03:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 686A02760; Mon, 9 Sep 2013 22:03:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r89M3lj5050270; Mon, 9 Sep 2013 22:03:47 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r89M3lYP050199; Mon, 9 Sep 2013 22:03:47 GMT (envelope-from wg) Date: Mon, 9 Sep 2013 22:03:47 GMT Message-Id: <201309092203.r89M3lYP050199@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181961: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.8.2 -> 2.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 22:03:47 -0000 Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.8.2 -> 2.9.1 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Sep 9 22:03:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181961 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 00:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92A2D908 for ; Tue, 10 Sep 2013 00:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73DCF2CBA for ; Tue, 10 Sep 2013 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A001wl093332 for ; Tue, 10 Sep 2013 00:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A0016d093295; Tue, 10 Sep 2013 00:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 00:00:01 GMT Resent-Message-Id: <201309100000.r8A0016d093295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A13A28B8 for ; Mon, 9 Sep 2013 23:53:50 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm23-vm9.access.bullet.mail.bf1.yahoo.com (nm23-vm9.access.bullet.mail.bf1.yahoo.com [216.109.115.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA002C8F for ; Mon, 9 Sep 2013 23:53:49 +0000 (UTC) Received: from [66.196.81.158] by nm23.access.bullet.mail.bf1.yahoo.com with NNFMP; 09 Sep 2013 23:51:41 -0000 Received: from [98.139.221.65] by tm4.access.bullet.mail.bf1.yahoo.com with NNFMP; 09 Sep 2013 23:51:41 -0000 Received: from [127.0.0.1] by smtp102.rog.mail.bf1.yahoo.com with NNFMP; 09 Sep 2013 23:51:40 -0000 Received: by localhost (sSMTP sendmail emulation); Mon, 09 Sep 2013 19:51:39 -0400 Message-Id: <990071.19709.bm@smtp102.rog.mail.bf1.yahoo.com> Date: Mon, 09 Sep 2013 19:51:39 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181977: Update Port: lang/munger => 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 00:00:01 -0000 >Number: 181977 >Category: ports >Synopsis: Update Port: lang/munger => 5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- munger.diff begins here --- diff -ruN /usr/ports/lang/munger/Makefile ./munger/Makefile --- /usr/ports/lang/munger/Makefile 2013-09-06 00:30:35.000000000 -0400 +++ ./munger/Makefile 2013-09-07 15:11:10.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: lang/munger/Makefile 326459 2013-09-06 04:30:35Z tabthorpe $ PORTNAME= munger -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo --- /usr/ports/lang/munger/distinfo 2013-09-06 00:30:35.000000000 -0400 +++ ./munger/distinfo 2013-09-07 15:11:17.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (munger-5.0.tar.gz) = e19ddd5d8622382a321ad90fa6395139e003b8b6b5c5653efb6891f72c8f6d20 -SIZE (munger-5.0.tar.gz) = 215515 +SHA256 (munger-5.1.tar.gz) = fb044e6eaa29dc2d574ea164920698beafcff13c191f2b0bd3b4b5cd9d769845 +SIZE (munger-5.1.tar.gz) = 215563 --- munger.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 00:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2846906 for ; Tue, 10 Sep 2013 00:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C43222CB8 for ; Tue, 10 Sep 2013 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A000sx091806 for ; Tue, 10 Sep 2013 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A000UK091610; Tue, 10 Sep 2013 00:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 00:00:00 GMT Resent-Message-Id: <201309100000.r8A000UK091610@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B5DB7E3 for ; Mon, 9 Sep 2013 23:51:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4FDF2C77 for ; Mon, 9 Sep 2013 23:51:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r89Np3LL067989 for ; Mon, 9 Sep 2013 23:51:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r89Np34T067984; Mon, 9 Sep 2013 23:51:03 GMT (envelope-from nobody) Message-Id: <201309092351.r89Np34T067984@oldred.freebsd.org> Date: Mon, 9 Sep 2013 23:51:03 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181976: [maintainer-update] Fix build for games/bzflag on 10.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 00:00:01 -0000 >Number: 181976 >Category: ports >Synopsis: [maintainer-update] Fix build for games/bzflag on 10.0-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.2-RC3 >Organization: >Environment: FreeBSD sigma.local 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sun Aug 25 00:42:01 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The following build failures were reported by pkg-fallout: http://beefy2.isc.freebsd.org/bulk/head-default/2013-09-04_22h17m34s/logs/bzflag-2.4.2_2.log http://beefy1.isc.freebsd.org/bulk/head-default/2013-09-04_23h56m58s/logs/bzflag-2.4.2_2.log Clang/LLVM did not accept the default constructor. The fix was obtained and back-ported from the upstream repo. This patch has been tested to work on 8.4-RELEASE and 9.2-RC3, but has NOT been tested on 10.0-CURRENT (due to Redports issues). Please test this patch on a FreeBSD 10 machine to make sure this works. >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: diff -ruN /usr/ports/games/bzflag/files/patch-include__VotingArbiter.h bzflag/files/patch-include__VotingArbiter.h --- /usr/ports/games/bzflag/files/patch-include__VotingArbiter.h 1969-12-31 18:00:00.000000000 -0600 +++ bzflag/files/patch-include__VotingArbiter.h 2013-09-06 15:19:11.000000000 -0500 @@ -0,0 +1,19 @@ +--- ./include/VotingArbiter.h.orig 2012-07-15 18:32:02.000000000 -0500 ++++ ./include/VotingArbiter.h 2013-09-06 15:16:49.000000000 -0500 +@@ -231,11 +231,11 @@ + }; + + +-inline VotingArbiter::VotingArbiter(unsigned short int voteTime=60, +- unsigned short int vetoTime=20, +- unsigned short int votesRequired=2, +- float votePercentage=50.1, +- unsigned short int voteRepeatTime=300) ++inline VotingArbiter::VotingArbiter(unsigned short int voteTime, ++ unsigned short int vetoTime, ++ unsigned short int votesRequired, ++ float votePercentage, ++ unsigned short int voteRepeatTime) + : _votingBooth(NULL), + _maxVotes(votesRequired+1), + _voteTime(voteTime), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 00:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 238A0964; Tue, 10 Sep 2013 00:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFB522CE0; Tue, 10 Sep 2013 00:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A00Dce016243; Tue, 10 Sep 2013 00:00:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A00DY3016196; Tue, 10 Sep 2013 00:00:13 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 00:00:13 GMT Message-Id: <201309100000.r8A00DY3016196@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181977: Update Port: lang/munger => 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 00:00:14 -0000 Synopsis: Update Port: lang/munger => 5.1 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 00:00:13 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181977 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 00:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98BF3ACD for ; Tue, 10 Sep 2013 00:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6209D2D32 for ; Tue, 10 Sep 2013 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A0A0sD060332 for ; Tue, 10 Sep 2013 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A0A0Oi060285; Tue, 10 Sep 2013 00:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 00:10:00 GMT Resent-Message-Id: <201309100010.r8A0A0Oi060285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0F61A33 for ; Tue, 10 Sep 2013 00:08:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 908D32D28 for ; Tue, 10 Sep 2013 00:08:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8A08QL4062355 for ; Tue, 10 Sep 2013 00:08:26 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8A08QDB062350; Tue, 10 Sep 2013 00:08:26 GMT (envelope-from nobody) Message-Id: <201309100008.r8A08QDB062350@oldred.freebsd.org> Date: Tue, 10 Sep 2013 00:08:26 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181978: Ports with PKGNG doesn't have a -X equivalent mechanism X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 00:10:00 -0000 >Number: 181978 >Category: ports >Synopsis: Ports with PKGNG doesn't have a -X equivalent mechanism >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 00:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 10-CURRENT >Organization: EMC Isilon >Environment: FreeBSD gran-tourismo.west.isilon.com 10.0-CURRENT FreeBSD 10.0-CURRENT #8 bc57ffb: Fri Aug 2 15:14:32 PDT 2013 root@:/usr/obj/usr/src/sys/GRAN-TOURISMO amd64 >Description: Trying to work around a design caveat at work, I did some digging and found out I could pass EXTRA_PKG_ARGS to pass -X appropriately to exclude some files with pkg_install. Problem is that an equivalent isn't readily available for pkgng, and because of how the targets are constructed it's not apparent how I would be able to exclude files in the pkgng manifest. A framework for excluding files should be provided that works with both pkg_install and pkgng. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 00:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C325D12 for ; Tue, 10 Sep 2013 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E14F92DB4 for ; Tue, 10 Sep 2013 00:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A0K1Gd083476 for ; Tue, 10 Sep 2013 00:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A0K1Mh083435; Tue, 10 Sep 2013 00:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 00:20:01 GMT Resent-Message-Id: <201309100020.r8A0K1Mh083435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F5BBB29 for ; Tue, 10 Sep 2013 00:13:00 +0000 (UTC) (envelope-from fw@krusty.moov.de) Received: from krusty.moov.de (krusty.moov.de [178.63.48.173]) by mx1.freebsd.org (Postfix) with ESMTP id F36412D71 for ; Tue, 10 Sep 2013 00:12:59 +0000 (UTC) Received: from krusty.moov.de (localhost [127.0.0.1]) by krusty.moov.de (inotronic CheckMail) with ESMTP id 10C64C3F56 for ; Tue, 10 Sep 2013 02:03:08 +0200 (CEST) Received: from krusty.moov.de ([127.0.0.1]) by krusty.moov.de (krusty.moov.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QvEozy8qrbvF for ; Tue, 10 Sep 2013 02:03:05 +0200 (CEST) Received: by krusty.moov.de (inotronic CheckMail, from userid 1025) id DEA50C3F51; Tue, 10 Sep 2013 02:03:05 +0200 (CEST) Message-Id: <20130910000305.DEA50C3F51@krusty.moov.de> Date: Tue, 10 Sep 2013 02:03:05 +0200 (CEST) From: Frank Wall To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181979: [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 00:20:02 -0000 >Number: 181979 >Category: ports >Synopsis: [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Frank Wall >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD XXX 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 >Description: Omping (Open Multicast Ping) is tool to test IP multicast functionality primarily in local network. Features * Similar user experience as classic ping tool * Ping multiple hosts at once * Implementation of RFC Draft draft-ietf-mboned-ssmping-08 * Any-source and Source-specific Multicast WWW: https://fedorahosted.org/omping/ Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # omping # omping/Makefile # omping/distinfo # omping/pkg-descr # echo c - omping mkdir -p omping > /dev/null 2>&1 echo x - omping/Makefile sed 's/^X//' >omping/Makefile << '9974299f00696c18804b9613b0b139bd' X# $FreeBSD$ X XPORTNAME= omping XPORTVERSION= 0.0.4 XCATEGORIES= net-mgmt XMASTER_SITES= https://fedorahosted.org/releases/o/m/${PORTNAME}/ X XMAINTAINER= fw@moov.de XCOMMENT= A tool to test IP multicast functionality X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/COPYING X XUSE_GMAKE= yes X XPLIST_FILES= bin/${PORTNAME} X XMAN8= ${PORTNAME}.8 X Xpost-patch: X @${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile X X.include 9974299f00696c18804b9613b0b139bd echo x - omping/distinfo sed 's/^X//' >omping/distinfo << '050c5ef5b5218ae0d3dc7664bc6528a1' XSHA256 (omping-0.0.4.tar.gz) = 8909616b007139138d9d1cb51cc234edaf728f20a26897ef2959a570da02dc0a XSIZE (omping-0.0.4.tar.gz) = 44287 050c5ef5b5218ae0d3dc7664bc6528a1 echo x - omping/pkg-descr sed 's/^X//' >omping/pkg-descr << 'b3766d8d29afa7871c32b2d3c4277027' XOmping (Open Multicast Ping) is tool to test IP multicast functionality Xprimarily in local network. X XFeatures X* Similar user experience as classic ping tool X* Ping multiple hosts at once X* Implementation of RFC Draft draft-ietf-mboned-ssmping-08 X* Any-source and Source-specific Multicast X XWWW: https://fedorahosted.org/omping/ b3766d8d29afa7871c32b2d3c4277027 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 08:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DA7A94E for ; Tue, 10 Sep 2013 08:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D11A2468 for ; Tue, 10 Sep 2013 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A8e0G9070084 for ; Tue, 10 Sep 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A8e0vK070041; Tue, 10 Sep 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 08:40:00 GMT Resent-Message-Id: <201309100840.r8A8e0vK070041@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E08B08C1 for ; Tue, 10 Sep 2013 08:36:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4AFC2440 for ; Tue, 10 Sep 2013 08:36:27 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8A8aRC1076138 for ; Tue, 10 Sep 2013 08:36:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8A8aRvR076133; Tue, 10 Sep 2013 08:36:27 GMT (envelope-from nobody) Message-Id: <201309100836.r8A8aRvR076133@oldred.freebsd.org> Date: Tue, 10 Sep 2013 08:36:27 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181981: databases/py-mysql2pgsql: fix building, add missed dep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 08:40:00 -0000 >Number: 181981 >Category: ports >Synopsis: databases/py-mysql2pgsql: fix building, add missed dep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: ^/releng/9 >Organization: none >Environment: FreeBSD ar1l0u 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #4 r255168M: Tue Sep 3 10:46:06 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/databases/py-mysql2pgsql/Makefile py-mysql2pgsql/Makefile --- /usr/ports/databases/py-mysql2pgsql/Makefile 2012-09-14 00:09:25.000000000 +0300 +++ py-mysql2pgsql/Makefile 2013-09-09 16:30:58.354018076 +0300 @@ -1,29 +1,35 @@ -# $FreeBSD: head/databases/py-mysql2pgsql/Makefile 304182 2012-09-13 07:12:30Z rm $ +# $FreeBSD$ +# PORTNAME= mysql2pgsql PORTVERSION= 0.1.6 CATEGORIES= databases python +MASTER_SITES= https://codeload.github.com/${GITHUB_USER}/py-${PORTNAME}/tar.gz/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= postgresql +PKGNAMESUFFIX?= ${EXTRA_SUFFIX} +DISTNAME= v${PORTVERSION} +EXTRACT_SUFX= +DIST_SUBDIR= postgresql/${PORTNAME} MAINTAINER= c.kworr@gmail.com COMMENT= Tool for migrating/converting from mysql to postgresql -LICENSE= MIT +LICENSE= MIT # ?dunno, looks like MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:${PORTSDIR}/databases/py-MySQLdb \ ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ ${PYTHON_PKGNAMEPREFIX}termcolor>0:${PORTSDIR}/devel/py-termcolor \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USE_GITHUB= yes -GH_ACCOUNT= philipsoutham -GH_COMMIT= 250cb1c -GH_PROJECT= py-${PORTNAME} -GH_TAGNAME= v${PORTVERSION} - -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= py_${PORTNAME} +GITHUB_USER= philipsoutham +GITHUB_HASH= 250cb1c +WRKSRC= ${WRKDIR}/py-${PORTNAME}-${PORTVERSION} .include + +# vim:ts=8 diff -urN /usr/ports/databases/py-mysql2pgsql/distinfo py-mysql2pgsql/distinfo --- /usr/ports/databases/py-mysql2pgsql/distinfo 2012-09-14 00:09:25.000000000 +0300 +++ py-mysql2pgsql/distinfo 2013-09-09 16:29:03.441023860 +0300 @@ -1,2 +1,2 @@ -SHA256 (postgresql/mysql2pgsql-0.1.6.tar.gz) = 74c4b453a2e425bb91f1344dc6187d263b2f7c6c35532ceff62799afa157f56b -SIZE (postgresql/mysql2pgsql-0.1.6.tar.gz) = 107283 +SHA256 (postgresql/mysql2pgsql/v0.1.6) = 56b5d2b6a3b51ccf054541e73b292656a35231be2521232af04e5508f29249ae +SIZE (postgresql/mysql2pgsql/v0.1.6) = 107260 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 08:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEB7797F; Tue, 10 Sep 2013 08:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9517A246A; Tue, 10 Sep 2013 08:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A8e88b087352; Tue, 10 Sep 2013 08:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A8e8hK087229; Tue, 10 Sep 2013 08:40:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 08:40:08 GMT Message-Id: <201309100840.r8A8e8hK087229@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181981: databases/py-mysql2pgsql: fix building, add missed dep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 08:40:08 -0000 Synopsis: databases/py-mysql2pgsql: fix building, add missed dep Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 08:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181981 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5569EFEF for ; Tue, 10 Sep 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43F32280B for ; Tue, 10 Sep 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9e1gn067498 for ; Tue, 10 Sep 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9e0Dg067189; Tue, 10 Sep 2013 09:40:00 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 09:40:00 GMT Message-Id: <201309100940.r8A9e0Dg067189@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181549: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:40:01 -0000 The following reply was made to PR ports/181549; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181549: commit references a PR Date: Tue, 10 Sep 2013 09:39:09 +0000 (UTC) Author: marino Date: Tue Sep 10 09:39:02 2013 New Revision: 326883 URL: http://svnweb.freebsd.org/changeset/ports/326883 Log: databases/mird: Mark BROKEN, checksum mismatch PR: ports/181549 (timed out) Modified: head/databases/mird/Makefile Modified: head/databases/mird/Makefile ============================================================================== --- head/databases/mird/Makefile Tue Sep 10 09:35:54 2013 (r326882) +++ head/databases/mird/Makefile Tue Sep 10 09:39:02 2013 (r326883) @@ -1,9 +1,5 @@ -# ports collection makefile for: Mird 1.0.7 -# Date created: 07 November 2001 -# Whom: Xavier Beaudouin -# +# Created by: Xavier Beaudouin # $FreeBSD$ -# PORTNAME= mird PORTVERSION= 1.0.7 @@ -17,11 +13,13 @@ DISTNAME= Mird-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A free database library with transaction support +BROKEN= Unfetchable due to checksum mismatch + WRKSRC= ${WRKDIR}/${DISTNAME} USE_AUTOTOOLS= autoconf:env USE_GCC= any -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug USE_LDCONFIG= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CD86FF5 for ; Tue, 10 Sep 2013 09:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC472811 for ; Tue, 10 Sep 2013 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9e2k5069856 for ; Tue, 10 Sep 2013 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9e2QO069639; Tue, 10 Sep 2013 09:40:02 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 09:40:02 GMT Message-Id: <201309100940.r8A9e2QO069639@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181547: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:40:02 -0000 The following reply was made to PR ports/181547; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181547: commit references a PR Date: Tue, 10 Sep 2013 09:36:01 +0000 (UTC) Author: marino Date: Tue Sep 10 09:35:54 2013 New Revision: 326882 URL: http://svnweb.freebsd.org/changeset/ports/326882 Log: cad/ldraw: Mark BROKEN, checksum mismatch PR: ports/181547 (timed out) Modified: head/cad/ldraw/Makefile Modified: head/cad/ldraw/Makefile ============================================================================== --- head/cad/ldraw/Makefile Tue Sep 10 09:33:38 2013 (r326881) +++ head/cad/ldraw/Makefile Tue Sep 10 09:35:54 2013 (r326882) @@ -13,6 +13,7 @@ COMMENT= LDraw parts library LICENSE= CDDL +BROKEN= Unfetchable due to checksum mismatch USE_ZIP= yes NO_BUILD= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50794716 for ; Tue, 10 Sep 2013 09:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E887291A for ; Tue, 10 Sep 2013 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o4V4017148 for ; Tue, 10 Sep 2013 09:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o4U1017099; Tue, 10 Sep 2013 09:50:04 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 09:50:04 GMT Message-Id: <201309100950.r8A9o4U1017099@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181555: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:04 -0000 The following reply was made to PR ports/181555; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181555: commit references a PR Date: Tue, 10 Sep 2013 09:49:08 +0000 (UTC) Author: marino Date: Tue Sep 10 09:49:00 2013 New Revision: 326887 URL: http://svnweb.freebsd.org/changeset/ports/326887 Log: sysutils/isomd5sum: Mark BROKEN, checksum mismatch PR: ports/181555 (timed out) Modified: head/sysutils/isomd5sum/Makefile Modified: head/sysutils/isomd5sum/Makefile ============================================================================== --- head/sysutils/isomd5sum/Makefile Tue Sep 10 09:46:08 2013 (r326886) +++ head/sysutils/isomd5sum/Makefile Tue Sep 10 09:49:00 2013 (r326887) @@ -14,7 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USE_GMAKE= yes +BROKEN= Unfetchable due to checksum mismatch +USES= gmake USE_BZIP2= yes USE_PYTHON= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 469A570B for ; Tue, 10 Sep 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 327CD2912 for ; Tue, 10 Sep 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o1Ec010740 for ; Tue, 10 Sep 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o0h5010470; Tue, 10 Sep 2013 09:50:00 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 09:50:00 GMT Message-Id: <201309100950.r8A9o0h5010470@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181554: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:01 -0000 The following reply was made to PR ports/181554; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181554: commit references a PR Date: Tue, 10 Sep 2013 09:46:16 +0000 (UTC) Author: marino Date: Tue Sep 10 09:46:08 2013 New Revision: 326886 URL: http://svnweb.freebsd.org/changeset/ports/326886 Log: sysutils/mktool: Mark BROKEN, unfetchable due to MASTER_SITES reorg PR: ports/181554 (timed out) Modified: head/sysutils/mktool/Makefile Modified: head/sysutils/mktool/Makefile ============================================================================== --- head/sysutils/mktool/Makefile Tue Sep 10 09:42:47 2013 (r326885) +++ head/sysutils/mktool/Makefile Tue Sep 10 09:46:08 2013 (r326886) @@ -1,9 +1,5 @@ -# ports collection makefile for: mktool -# Date created: 2002/05/28 -# Whom: Jos Backus -# +# Created by: Jos Backus # $FreeBSD$ -# PORTNAME= mktool PORTVERSION= 0.0.25 @@ -14,7 +10,8 @@ MASTER_SITES= http://www.io.com/~manoj/f MAINTAINER= jos@catnook.com COMMENT= Portable tools to manage processes and networked services -USE_GMAKE= yes +BROKEN= Unfetchable due to MASTER_SITES reorganization +USES= gmake USE_BZIP2= yes pre-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F94F70E for ; Tue, 10 Sep 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AB092914 for ; Tue, 10 Sep 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o1Lj011403 for ; Tue, 10 Sep 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o1pK011352; Tue, 10 Sep 2013 09:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 09:50:01 GMT Resent-Message-Id: <201309100950.r8A9o1pK011352@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 943054BA for ; Tue, 10 Sep 2013 09:45:53 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59CC828D0 for ; Tue, 10 Sep 2013 09:45:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 09148BDC1F for ; Tue, 10 Sep 2013 11:45:52 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPS id 009F7BDC1D for ; Tue, 10 Sep 2013 11:45:52 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 7D4286111 for ; Tue, 10 Sep 2013 11:45:51 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 692AE14269C; Tue, 10 Sep 2013 11:45:51 +0200 (CEST) Message-Id: <20130910094551.692AE14269C@aragorn.in.absolight.net> Date: Tue, 10 Sep 2013 11:45:51 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181982: Correct typo in options. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:01 -0000 >Number: 181982 >Category: ports >Synopsis: Correct typo in options. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 09:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- www_squid.diff begins here --- Index: www/squid/Makefile =================================================================== --- www/squid/Makefile (revision 326498) +++ www/squid/Makefile (working copy) @@ -131,7 +131,7 @@ OPTIONS_DEFINE= KERB_AUTH LDAP_AUTH NIS_AUTH SASL_AUTH DELAY_POOLS SNMP CARP \ SSL PINGER DNS_HELPER HTCP VIA_DB CACHE_DIGESTS WCCP WCCPV2 \ - STRUCT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \ + STRICT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \ FOLLOW_XFF AUFS COSS KQUEUE LARGEFILE STACKTRACES OPTIONS_DEFAULT= KERB_AUTH NIS_AUTH CARP WCCP IDENT KQUEUE KERB_AUTH_DESC= Install Kerberos authentication helpers --- www_squid.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E740712 for ; Tue, 10 Sep 2013 09:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09BD42917 for ; Tue, 10 Sep 2013 09:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o2g4014599 for ; Tue, 10 Sep 2013 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o2wj014549; Tue, 10 Sep 2013 09:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 09:50:02 GMT Resent-Message-Id: <201309100950.r8A9o2wj014549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1A6F41F for ; Tue, 10 Sep 2013 09:44:19 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 960BA28AD for ; Tue, 10 Sep 2013 09:44:19 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 40BE4BDC66 for ; Tue, 10 Sep 2013 11:44:18 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPS id 38835BDC65 for ; Tue, 10 Sep 2013 11:44:18 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 9BFAA6125 for ; Tue, 10 Sep 2013 11:44:17 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 7FEEA14269C; Tue, 10 Sep 2013 11:44:17 +0200 (CEST) Message-Id: <20130910094417.7FEEA14269C@aragorn.in.absolight.net> Date: Tue, 10 Sep 2013 11:44:17 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181983: Have lang/phantomjs respect MAKE_JOBS_NUMBER X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:03 -0000 >Number: 181983 >Category: ports >Synopsis: Have lang/phantomjs respect MAKE_JOBS_NUMBER >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 09:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- lang_phantomjs.diff begins here --- Index: lang/phantomjs/Makefile =================================================================== --- lang/phantomjs/Makefile (revision 326878) +++ lang/phantomjs/Makefile (working copy) @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: - cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm + cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs ${MAKE_JOBS_NUMBER} --confirm do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/ --- lang_phantomjs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6104C715 for ; Tue, 10 Sep 2013 09:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6C42919 for ; Tue, 10 Sep 2013 09:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o3Mx015229 for ; Tue, 10 Sep 2013 09:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o3vn015168; Tue, 10 Sep 2013 09:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 09:50:03 GMT Resent-Message-Id: <201309100950.r8A9o3vn015168@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 871AD3FE for ; Tue, 10 Sep 2013 09:43:26 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1DB289C for ; Tue, 10 Sep 2013 09:43:25 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4E443BDC5D for ; Tue, 10 Sep 2013 11:43:24 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPS id 0D1D3BDC4C for ; Tue, 10 Sep 2013 11:43:24 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id A08496111 for ; Tue, 10 Sep 2013 11:39:12 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id E28BF14269C; Tue, 10 Sep 2013 11:39:11 +0200 (CEST) Message-Id: <20130910093911.E28BF14269C@aragorn.in.absolight.net> Date: Tue, 10 Sep 2013 11:39:11 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181984: Update www/baikal to 0.2.6. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:03 -0000 >Number: 181984 >Category: ports >Synopsis: Update www/baikal to 0.2.6. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 09:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- www_baikal.diff begins here --- Index: www/baikal/Makefile =================================================================== --- www/baikal/Makefile (revision 326498) +++ www/baikal/Makefile (working copy) @@ -1,9 +1,8 @@ +# Created by: Adam Weinberger # $FreeBSD$ -# Created by: Adam Weinberger PORTNAME= baikal -PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTVERSION= 0.2.6 CATEGORIES= www MASTER_SITES= http://baikal-server.com/get/ DISTNAME= ${PORTNAME}-regular-${PORTVERSION} @@ -12,6 +11,8 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= Lightweight CalDAV/CardDAV server +LICENSE= GPLv3 + USE_PHP= ctype filter xml pdo_sqlite session mbstring dom WRKSRC= ${WRKDIR}/${PORTNAME}-regular @@ -40,13 +41,12 @@ do-install: ${MKDIR} ${WWWDIR} -.for DIR in Core html +.for DIR in Core html vendor cd ${WRKSRC} && ${FIND} ${DIR} | \ ${CPIO} -pdmu -R ${BINOWN}:${BINGRP} --quiet ${WWWDIR} .endfor cd ${WRKSRC} && ${FIND} Specific -not -path '*/virtualhosts*' | \ ${CPIO} -pdmu -R ${WWWOWN}:${WWWGRP} --quiet ${WWWDIR} - .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} .for f in INSTALL.md LICENSE.txt README.md TROUBLESHOOTING.md Index: www/baikal/distinfo =================================================================== --- www/baikal/distinfo (revision 326498) +++ www/baikal/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (baikal-regular-0.2.4.tgz) = 5a8a57323d3662e167c8b45b5d10748139be94f54d4cc440aca8aff0159f9678 -SIZE (baikal-regular-0.2.4.tgz) = 868606 +SHA256 (baikal-regular-0.2.6.tgz) = af2fe868e3e74f4a32654f119521d6ddc208fcef67825f09cb605cd8e7644f94 +SIZE (baikal-regular-0.2.6.tgz) = 2271131 Index: www/baikal/pkg-plist =================================================================== --- www/baikal/pkg-plist (revision 326498) +++ www/baikal/pkg-plist (working copy) @@ -1,5 +1,5 @@ %%WWWDIR%%/Core/Distrib.php -%%WWWDIR%%/Core/Frameworks/Baikal/Core/ClassLoader.php +%%WWWDIR%%/Core/Frameworks/Baikal/Core/PDOBasicAuth.php %%WWWDIR%%/Core/Frameworks/Baikal/Core/Tools.php %%WWWDIR%%/Core/Frameworks/Baikal/Framework.php %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php @@ -31,7 +31,6 @@ %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User/Calendars.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Users.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/Auth.php -%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/ClassLoader.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/View.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Framework.php %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php @@ -84,7 +83,6 @@ %%WWWDIR%%/Core/Frameworks/Flake/Controller/HtmlBlockTemplated.php %%WWWDIR%%/Core/Frameworks/Flake/Controller/Page.php %%WWWDIR%%/Core/Frameworks/Flake/Controller/Rpc.php -%%WWWDIR%%/Core/Frameworks/Flake/Core/ClassLoader.php %%WWWDIR%%/Core/Frameworks/Flake/Core/Collection.php %%WWWDIR%%/Core/Frameworks/Flake/Core/CollectionTyped.php %%WWWDIR%%/Core/Frameworks/Flake/Core/Controller.php @@ -272,7 +270,6 @@ %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php %%WWWDIR%%/Core/Frameworks/Flake/config.php -%%WWWDIR%%/Core/Frameworks/Formal/Core/ClassLoader.php %%WWWDIR%%/Core/Frameworks/Formal/Core/Message.php %%WWWDIR%%/Core/Frameworks/Formal/Element.php %%WWWDIR%%/Core/Frameworks/Formal/Element/Checkbox.php @@ -282,258 +279,6 @@ %%WWWDIR%%/Core/Frameworks/Formal/Form.php %%WWWDIR%%/Core/Frameworks/Formal/Form/Morphology.php %%WWWDIR%%/Core/Frameworks/Formal/Framework.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/ChangeLog -%%WWWDIR%%/Core/Frameworks/SabreDAV/LICENSE -%%WWWDIR%%/Core/Frameworks/SabreDAV/README.md -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/AbstractBackend.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/BackendInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/NotificationSupport.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/PDO.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/SharingSupport.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Calendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarQueryParser.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarQueryValidator.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Exception/InvalidComponentType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICalendarObject.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/IShareableCalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ISharedCalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Collection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/ICollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/INode.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/INotificationType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Node.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/Invite.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/Collection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyRead.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyWrite.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyRead.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyWrite.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/User.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/AllowedSharingModes.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/Invite.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarData.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCollationSet.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/IMip.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/IOutbox.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/Outbox.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ShareableCalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/SharedCalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/SharingPlugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBook.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBookQueryParser.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBookRoot.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/AbstractBackend.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/BackendInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/PDO.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Card.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/IAddressBook.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/ICard.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/IDirectory.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Property/SupportedAddressData.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/UserAddressBooks.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/VCFExportPlugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/Apache.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/BackendInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/File.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/PDO.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/favicon.ico -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/addressbook.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/calendar.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/card.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/collection.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/file.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/parent.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/principal.png -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Client.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Collection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/BadRequest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Conflict.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/ConflictingLock.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Forbidden.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/InsufficientStorage.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/InvalidResourceType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Locked.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/MethodNotAllowed.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotAuthenticated.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotFound.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotImplemented.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/PaymentRequired.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/PreconditionFailed.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/ReportNotSupported.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/UnsupportedMediaType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/Directory.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/File.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/Node.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/Directory.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/File.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/Node.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/File.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ICollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IExtendedCollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IFile.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/INode.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IProperties.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IQuota.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/BackendInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/FS.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/File.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/PDO.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/LockInfo.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Node.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ObjectTree.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate/IFile.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/GetLastModified.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/Href.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/HrefList.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/IHref.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/LockDiscovery.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/ResourceType.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/Response.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/ResponseList.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/SupportedLock.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/SupportedReportSet.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PropertyInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Server.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ServerPlugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/SimpleCollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/SimpleFile.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/StringUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/URLUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/UUIDUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/XMLUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/AbstractPrincipalCollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/AceConflict.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NeedPrivileges.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NoAbstract.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IACL.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IPrincipal.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IPrincipalCollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Plugin.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Principal.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/PDO.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalCollection.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/Acl.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/AclRestrictions.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/Principal.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/AWSAuth.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/AbstractAuth.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/BasicAuth.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/DigestAuth.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Request.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Response.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Util.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/autoload.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/autoload.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/ClassLoader.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_classmap.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_namespaces.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_real.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/installed.json -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/.travis.yml -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/ChangeLog -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/LICENSE -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/README.md -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/bin/vobjectvalidate.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/composer.json -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Node.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Version.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/includes.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/bootstrap.php -%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/phpunit.xml %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.css @@ -547,6 +292,7 @@ %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js %%WWWDIR%%/Core/Resources/Db/MySQL/db.sql +%%WWWDIR%%/Core/Resources/Db/SQLite/db.sql %%WWWDIR%%/Core/Resources/Db/SQLite/db.sqlite %%WWWDIR%%/Core/Resources/System/htaccess-documentroot %%WWWDIR%%/Core/Resources/System/htaccess-specific @@ -564,6 +310,599 @@ %%WWWDIR%%/html/card.php %%WWWDIR%%/html/index.php %%WWWDIR%%/html/res/core +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/sabredav +%%WWWDIR%%/vendor/bin/vobjectvalidate.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/sabre/dav/.gitignore +%%WWWDIR%%/vendor/sabre/dav/.travis.yml +%%WWWDIR%%/vendor/sabre/dav/ChangeLog +%%WWWDIR%%/vendor/sabre/dav/LICENSE +%%WWWDIR%%/vendor/sabre/dav/README.md +%%WWWDIR%%/vendor/sabre/dav/bin/googlecode_upload.py +%%WWWDIR%%/vendor/sabre/dav/bin/migrateto17.php +%%WWWDIR%%/vendor/sabre/dav/bin/naturalselection.py +%%WWWDIR%%/vendor/sabre/dav/bin/sabredav +%%WWWDIR%%/vendor/sabre/dav/bin/sabredav.php +%%WWWDIR%%/vendor/sabre/dav/build.xml +%%WWWDIR%%/vendor/sabre/dav/composer.json +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-ctag.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-notifications.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-proxy.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-sharing.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2425.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2426.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2518.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2616.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2617.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc3253.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc3744.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4437.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4790.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4791.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4918.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5051.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5397.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5545.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5546.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5689.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5785.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5789.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6047.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6321.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6350.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6351.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6352.txt +%%WWWDIR%%/vendor/sabre/dav/examples/addressbookserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/basicauth.php +%%WWWDIR%%/vendor/sabre/dav/examples/calendarserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/digestauth.php +%%WWWDIR%%/vendor/sabre/dav/examples/fileserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/groupwareserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/simplefsserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbook.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost.conf +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Client.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Server.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Request.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Response.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Util.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/autoload.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVServerTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/bootstrap.php +%%WWWDIR%%/vendor/sabre/dav/tests/composer.vobject3.json +%%WWWDIR%%/vendor/sabre/dav/tests/phpunit.xml +%%WWWDIR%%/vendor/sabre/vobject/.gitignore +%%WWWDIR%%/vendor/sabre/vobject/.travis.yml +%%WWWDIR%%/vendor/sabre/vobject/ChangeLog +%%WWWDIR%%/vendor/sabre/vobject/LICENSE +%%WWWDIR%%/vendor/sabre/vobject/README.md +%%WWWDIR%%/vendor/sabre/vobject/bin/bench.php +%%WWWDIR%%/vendor/sabre/vobject/bin/generateicalendardata.php +%%WWWDIR%%/vendor/sabre/vobject/bin/vobjectvalidate.php +%%WWWDIR%%/vendor/sabre/vobject/composer.json +%%WWWDIR%%/vendor/sabre/vobject/doc/DesignFor3_0.md +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Document.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Node.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Version.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/includes.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf +%%WWWDIR%%/vendor/sabre/vobject/tests/bootstrap.php +%%WWWDIR%%/vendor/sabre/vobject/tests/phpunit.xml +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib +@dirrm %%WWWDIR%%/vendor/sabre/vobject/doc +@dirrm %%WWWDIR%%/vendor/sabre/vobject/bin +@dirrm %%WWWDIR%%/vendor/sabre/vobject +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/webserver +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/sql +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples +@dirrm %%WWWDIR%%/vendor/sabre/dav/docs +@dirrm %%WWWDIR%%/vendor/sabre/dav/bin +@dirrm %%WWWDIR%%/vendor/sabre/dav +@dirrm %%WWWDIR%%/vendor/sabre +@dirrm %%WWWDIR%%/vendor/composer +@dirrm %%WWWDIR%%/vendor/bin +@dirrm %%WWWDIR%%/vendor @dirrm %%WWWDIR%%/html/res @dirrm %%WWWDIR%%/html/admin/install @dirrm %%WWWDIR%%/html/admin @@ -580,57 +919,6 @@ @dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img @dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css @dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/bin -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Mount -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Exception -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib -@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV @dirrm %%WWWDIR%%/Core/Frameworks/Formal/Form @dirrm %%WWWDIR%%/Core/Frameworks/Formal/Element @dirrm %%WWWDIR%%/Core/Frameworks/Formal/Core --- www_baikal.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3D6E7D4; Tue, 10 Sep 2013 09:50:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BC142946; Tue, 10 Sep 2013 09:50:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9oSMt068775; Tue, 10 Sep 2013 09:50:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9oSsx068713; Tue, 10 Sep 2013 09:50:28 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 09:50:28 GMT Message-Id: <201309100950.r8A9oSsx068713@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181983: Have lang/phantomjs respect MAKE_JOBS_NUMBER X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:28 -0000 Synopsis: Have lang/phantomjs respect MAKE_JOBS_NUMBER Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 09:50:28 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181983 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AA9383B; Tue, 10 Sep 2013 09:50:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 319D1294E; Tue, 10 Sep 2013 09:50:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9ohJG098840; Tue, 10 Sep 2013 09:50:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9ohFV098727; Tue, 10 Sep 2013 09:50:43 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 09:50:43 GMT Message-Id: <201309100950.r8A9ohFV098727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, adamw@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181984: Update www/baikal to 0.2.6. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:43 -0000 Synopsis: Update www/baikal to 0.2.6. Responsible-Changed-From-To: freebsd-ports-bugs->adamw Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 09:50:42 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181984 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B881770F for ; Tue, 10 Sep 2013 09:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A625F2915 for ; Tue, 10 Sep 2013 09:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9o2WY013669 for ; Tue, 10 Sep 2013 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9o2i2013464; Tue, 10 Sep 2013 09:50:02 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 09:50:02 GMT Message-Id: <201309100950.r8A9o2i2013464@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181551: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:50:02 -0000 The following reply was made to PR ports/181551; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181551: commit references a PR Date: Tue, 10 Sep 2013 09:42:54 +0000 (UTC) Author: marino Date: Tue Sep 10 09:42:47 2013 New Revision: 326885 URL: http://svnweb.freebsd.org/changeset/ports/326885 Log: net/ftelnetd: Mark BROKEN, unfetchable due to parked MASTER_SITES PR: ports/181551 (timed out) Modified: head/net/ftelnetd/Makefile Modified: head/net/ftelnetd/Makefile ============================================================================== --- head/net/ftelnetd/Makefile Tue Sep 10 09:39:11 2013 (r326884) +++ head/net/ftelnetd/Makefile Tue Sep 10 09:42:47 2013 (r326885) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ftelnetd -# Date created: 11 March 2007 -# Whom: Levent Kayan -# +# Created by: Levent Kayan # $FreeBSD$ PORTNAME= ftelnetd @@ -12,7 +9,8 @@ MASTER_SITES= http://www.corehack.org/co MAINTAINER= levent@corehack.org COMMENT= A small server faking various telnet daemons -USE_GMAKE= YES +BROKEN= Unfetchable due to parked MASTER_SITES +USES= gmake PLIST_FILES= sbin/ftelnetd _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:57:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB4CCA9E; Tue, 10 Sep 2013 09:57:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90EFA2999; Tue, 10 Sep 2013 09:57:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9van1056450; Tue, 10 Sep 2013 09:57:36 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9va3K056072; Tue, 10 Sep 2013 09:57:36 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 09:57:36 GMT Message-Id: <201309100957.r8A9va3K056072@freefall.freebsd.org> To: nemysis@gmx.ch, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181547: cad/ldraw - checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:57:36 -0000 Synopsis: cad/ldraw - checksum mismatch State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 09:57:36 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181547 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:58:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5179AE1; Tue, 10 Sep 2013 09:58:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B85929A4; Tue, 10 Sep 2013 09:58:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9wagc081260; Tue, 10 Sep 2013 09:58:36 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9wanc080712; Tue, 10 Sep 2013 09:58:36 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 09:58:36 GMT Message-Id: <201309100958.r8A9wanc080712@freefall.freebsd.org> To: kiwi@oav.net, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181549: databases/mird checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:58:36 -0000 Synopsis: databases/mird checksum mismatch State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 09:58:36 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181549 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:59:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 475E1B1F; Tue, 10 Sep 2013 09:59:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D40129AC; Tue, 10 Sep 2013 09:59:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9xPk6083954; Tue, 10 Sep 2013 09:59:25 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9xPUR082566; Tue, 10 Sep 2013 09:59:25 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 09:59:25 GMT Message-Id: <201309100959.r8A9xPUR082566@freefall.freebsd.org> To: levent@corehack.org, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181551: net/ftelnetd: master site disappeared, can't fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:59:26 -0000 Synopsis: net/ftelnetd: master site disappeared, can't fetch State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 09:59:25 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181551 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:59:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D161B50; Tue, 10 Sep 2013 09:59:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 229F229B1; Tue, 10 Sep 2013 09:59:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9xkdr025835; Tue, 10 Sep 2013 09:59:46 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9xjkd025768; Tue, 10 Sep 2013 09:59:45 GMT (envelope-from mat) Date: Tue, 10 Sep 2013 09:59:45 GMT Message-Id: <201309100959.r8A9xjkd025768@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tmseck@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/181982: Correct typo in www/squid options. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:59:46 -0000 Synopsis: Correct typo in www/squid options. Responsible-Changed-From-To: freebsd-ports-bugs->tmseck Responsible-Changed-By: mat Responsible-Changed-When: Tue Sep 10 09:59:17 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=181982 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 09:59:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6156FB81; Tue, 10 Sep 2013 09:59:55 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 380AC29B4; Tue, 10 Sep 2013 09:59:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9xt03044805; Tue, 10 Sep 2013 09:59:55 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8A9xs2u043852; Tue, 10 Sep 2013 09:59:54 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 09:59:54 GMT Message-Id: <201309100959.r8A9xs2u043852@freefall.freebsd.org> To: jos@catnook.com, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181554: sysutils/mktool unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:59:55 -0000 Synopsis: sysutils/mktool unfetchable State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 09:59:54 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181554 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 10:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28917B88 for ; Tue, 10 Sep 2013 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1692829B9 for ; Tue, 10 Sep 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AA00FU057077 for ; Tue, 10 Sep 2013 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AA00or057030; Tue, 10 Sep 2013 10:00:00 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 10:00:00 GMT Message-Id: <201309101000.r8AA00or057030@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181557: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 10:00:01 -0000 The following reply was made to PR ports/181557; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181557: commit references a PR Date: Tue, 10 Sep 2013 09:51:40 +0000 (UTC) Author: marino Date: Tue Sep 10 09:51:33 2013 New Revision: 326888 URL: http://svnweb.freebsd.org/changeset/ports/326888 Log: www/mambo: Mark BROKEN, unfetchable, MASTER_SITES DNS expired PR: ports/181557 (timed out) Modified: head/www/mambo/Makefile Modified: head/www/mambo/Makefile ============================================================================== --- head/www/mambo/Makefile Tue Sep 10 09:49:00 2013 (r326887) +++ head/www/mambo/Makefile Tue Sep 10 09:51:33 2013 (r326888) @@ -10,6 +10,8 @@ DISTNAME= MamboV${PORTVERSION} MAINTAINER= tabmow@freenode.net COMMENT= A dynamic web content management system (CMS) +BROKEN= Unfetchable due to expired DNS on MASTER_SITES + NO_BUILD= yes SUB_FILES+= pkg-message _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 10:00:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26941BFF; Tue, 10 Sep 2013 10:00:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1C9829C5; Tue, 10 Sep 2013 10:00:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AA0a8n031916; Tue, 10 Sep 2013 10:00:36 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AA0aLP030563; Tue, 10 Sep 2013 10:00:36 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 10:00:36 GMT Message-Id: <201309101000.r8AA0aLP030563@freefall.freebsd.org> To: delgod@portaone.com, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181555: sysutils/isomd5sum checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 10:00:37 -0000 Synopsis: sysutils/isomd5sum checksum mismatch State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 10:00:36 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181555 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 10:01:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC850C3D; Tue, 10 Sep 2013 10:01:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A40BA29F2; Tue, 10 Sep 2013 10:01:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AA1CxE007571; Tue, 10 Sep 2013 10:01:12 GMT (envelope-from marino@freefall.freebsd.org) Received: (from marino@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AA1BhH006132; Tue, 10 Sep 2013 10:01:11 GMT (envelope-from marino) Date: Tue, 10 Sep 2013 10:01:11 GMT Message-Id: <201309101001.r8AA1BhH006132@freefall.freebsd.org> To: tabmow@freenode.net, freebsd@marino.st, marino@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: marino@FreeBSD.org Subject: Re: ports/181557: www/mambo: DNS expired, unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 10:01:12 -0000 Synopsis: www/mambo: DNS expired, unfetchable State-Changed-From-To: feedback->closed State-Changed-By: marino State-Changed-When: Tue Sep 10 10:01:11 UTC 2013 State-Changed-Why: Marked BROKEN http://www.freebsd.org/cgi/query-pr.cgi?pr=181557 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 10:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A893614F for ; Tue, 10 Sep 2013 10:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88B752A67 for ; Tue, 10 Sep 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AAA0Z3001881 for ; Tue, 10 Sep 2013 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AAA0Vo001839; Tue, 10 Sep 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 10:10:00 GMT Resent-Message-Id: <201309101010.r8AAA0Vo001839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82C87CC2 for ; Tue, 10 Sep 2013 10:05:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70B742A1D for ; Tue, 10 Sep 2013 10:05:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8AA5EiF021429 for ; Tue, 10 Sep 2013 10:05:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8AA5Djh021373; Tue, 10 Sep 2013 10:05:13 GMT (envelope-from nobody) Message-Id: <201309101005.r8AA5Djh021373@oldred.freebsd.org> Date: Tue, 10 Sep 2013 10:05:13 GMT From: Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181985: net-im/kopete-kde4 requires deprecated net-im/libmsn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 10:10:00 -0000 >Number: 181985 >Category: ports >Synopsis: net-im/kopete-kde4 requires deprecated net-im/libmsn >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey >Release: 9.1RC3 >Organization: >Environment: FreeBSD lair 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When you try to build net-im/kopete-kde4, it fails with the error message shown below: This port is deprecated; you may wish to reconsider installing it: Primary MSN Messenger service terminated 30 APR 2013. It is scheduled to be removed on or after 2013-10-31. >How-To-Repeat: # cd /usr/ports/net-im/kopete-kde4 && make build OR, faster variant: # cd /usr/ports/net-im/libmsn && make build >Fix: I just removed the libmsn dependency from the kopete Makefile. I didn't notice any problems using kopete after building it without libmsn. Patch attached with submission follows: --- Makefile 2013-09-10 15:56:27.000000000 +0300 +++ Makefile.new 2013-09-10 15:56:41.000000000 +0300 @@ -14,7 +14,6 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ qca.2:${PORTSDIR}/devel/qca \ otr.4:${PORTSDIR}/security/libotr3 \ - msn.0:${PORTSDIR}/net-im/libmsn \ gadu.3:${PORTSDIR}/polish/libgadu \ ortp.8:${PORTSDIR}/net/linphone-base \ mediastreamer.0:${PORTSDIR}/net/linphone-base \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 10:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4BB918C; Tue, 10 Sep 2013 10:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3952A70; Tue, 10 Sep 2013 10:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AAA8Fm019129; Tue, 10 Sep 2013 10:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AAA8lV019067; Tue, 10 Sep 2013 10:10:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 10:10:08 GMT Message-Id: <201309101010.r8AAA8lV019067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181985: net-im/kopete-kde4 requires deprecated net-im/libmsn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 10:10:09 -0000 Synopsis: net-im/kopete-kde4 requires deprecated net-im/libmsn Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 10:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181985 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 11:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EB5DE1E for ; Tue, 10 Sep 2013 11:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 614B521C3 for ; Tue, 10 Sep 2013 11:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ABo0HK047426 for ; Tue, 10 Sep 2013 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ABo0jw047419; Tue, 10 Sep 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 11:50:00 GMT Resent-Message-Id: <201309101150.r8ABo0jw047419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kalten Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D46C5B87 for ; Tue, 10 Sep 2013 11:45:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C30282138 for ; Tue, 10 Sep 2013 11:45:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8ABj56B048772 for ; Tue, 10 Sep 2013 11:45:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8ABj5JB048771; Tue, 10 Sep 2013 11:45:05 GMT (envelope-from nobody) Message-Id: <201309101145.r8ABj5JB048771@oldred.freebsd.org> Date: Tue, 10 Sep 2013 11:45:05 GMT From: Kalten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181989: graphics/hugin: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 11:50:00 -0000 >Number: 181989 >Category: ports >Synopsis: graphics/hugin: uses needs pkgconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kalten >Release: 9.1-RELEASE-p* amd64 >Organization: >Environment: FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I compile packages in ports-mgmt/poudriere. ``-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: PKGCONFIG() indicates that the tool pkg-config has not been found on your system. You should install it.'' and some resulting errors. (does not occur when directly compiling via ``make'') >How-To-Repeat: Use ports-mgmt/poudriere to build the package. >Fix: Add ``pkgconfig'' to ``USES='' in Makefile. (see attached patch-file) Patch attached with submission follows: --- Makefile.orig 2013-09-04 23:13:27.000000000 +0200 +++ Makefile 2013-09-05 15:28:05.000000000 +0200 @@ -33,7 +33,7 @@ PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext +USES= cmake gettext pkgconfig CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 11:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4A5AE52; Tue, 10 Sep 2013 11:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1C8521C7; Tue, 10 Sep 2013 11:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ABo8xn064260; Tue, 10 Sep 2013 11:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ABo8kH064143; Tue, 10 Sep 2013 11:50:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 11:50:08 GMT Message-Id: <201309101150.r8ABo8kH064143@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181989: graphics/hugin: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 11:50:09 -0000 Synopsis: graphics/hugin: uses needs pkgconfig Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 11:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181989 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 12:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92309B73 for ; Tue, 10 Sep 2013 12:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58CDA23F5 for ; Tue, 10 Sep 2013 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ACA0Eb090053 for ; Tue, 10 Sep 2013 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ACA01r090006; Tue, 10 Sep 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 12:10:00 GMT Resent-Message-Id: <201309101210.r8ACA01r090006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kalten Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EF889A4 for ; Tue, 10 Sep 2013 12:07:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DA2923C9 for ; Tue, 10 Sep 2013 12:07:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8AC74WX080333 for ; Tue, 10 Sep 2013 12:07:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8AC74Bf080325; Tue, 10 Sep 2013 12:07:04 GMT (envelope-from nobody) Message-Id: <201309101207.r8AC74Bf080325@oldred.freebsd.org> Date: Tue, 10 Sep 2013 12:07:04 GMT From: Kalten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181990: audio/mumble: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 12:10:00 -0000 >Number: 181990 >Category: ports >Synopsis: audio/mumble: uses needs pkgconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kalten >Release: 9.1-RELEASE-p* amd64 >Organization: >Environment: FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I compile packages in ports-mgmt/poudriere. ``pkg-config: not found'' and some resulting errors. >How-To-Repeat: Use ports-mgmt/poudriere to build the package. >Fix: Add ``pkgconfig'' to ``USES='' in Makefile. (see attached patch-file) Patch attached with submission follows: --- Makefile.orig 2013-09-04 23:51:20.000000000 +0200 +++ Makefile 2013-09-05 16:01:41.000000000 +0200 @@ -17,7 +17,7 @@ protoc:${PORTSDIR}/devel/protobuf \ opus:${PORTSDIR}/audio/opus -USES= gmake +USES= gmake pkgconfig USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build qmake_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 12:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4DD1BA3; Tue, 10 Sep 2013 12:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB50423F7; Tue, 10 Sep 2013 12:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ACA83N007555; Tue, 10 Sep 2013 12:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ACA81C007489; Tue, 10 Sep 2013 12:10:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 12:10:08 GMT Message-Id: <201309101210.r8ACA81C007489@freefall.freebsd.org> To: kalten@gmx.at, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181990: audio/mumble: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 12:10:08 -0000 Synopsis: audio/mumble: uses needs pkgconfig State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Sep 10 12:10:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181990 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 12:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42ED6116 for ; Tue, 10 Sep 2013 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30A1124E9 for ; Tue, 10 Sep 2013 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ACK18P099901 for ; Tue, 10 Sep 2013 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ACK0f9099640; Tue, 10 Sep 2013 12:20:00 GMT (envelope-from gnats) Date: Tue, 10 Sep 2013 12:20:00 GMT Message-Id: <201309101220.r8ACK0f9099640@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181990: audio/mumble: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 12:20:01 -0000 The following reply was made to PR ports/181990; it has been noted by GNATS. From: Edwin Groothuis To: marius@nuenneri.ch Cc: bug-followup@FreeBSD.org Subject: Re: ports/181990: audio/mumble: uses needs pkgconfig Date: Tue, 10 Sep 2013 12:10:07 UT Maintainer of audio/mumble, Please note that PR ports/181990 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181990 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B711FD2F for ; Tue, 10 Sep 2013 13:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95CFC2B06 for ; Tue, 10 Sep 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ADe0tp047372 for ; Tue, 10 Sep 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ADe0Lq047089; Tue, 10 Sep 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 13:40:00 GMT Resent-Message-Id: <201309101340.r8ADe0Lq047089@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CDE8787 for ; Tue, 10 Sep 2013 13:32:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A9822A66 for ; Tue, 10 Sep 2013 13:32:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8ADWCN0005608 for ; Tue, 10 Sep 2013 13:32:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8ADWCkW005607; Tue, 10 Sep 2013 13:32:12 GMT (envelope-from nobody) Message-Id: <201309101332.r8ADWCkW005607@oldred.freebsd.org> Date: Tue, 10 Sep 2013 13:32:12 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181991: (new port) databases/py-Pyrseas: tool for database schema versioning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 13:40:00 -0000 >Number: 181991 >Category: ports >Synopsis: (new port) databases/py-Pyrseas: tool for database schema versioning >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: ^/releng/9 >Organization: none >Environment: FreeBSD ar1l0u 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #4 r255168M: Tue Sep 3 10:46:06 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: Pyrseas provides a framework and utilities to upgrade and maintain a relational database. Its purpose is to enhance and follow through on the concepts of the Andromeda Project (http://www.andromeda-project.org/) I personally use this to ease comparing devel and prod databases and to store database changes into repo. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-Pyrseas # py-Pyrseas/distinfo # py-Pyrseas/Makefile # py-Pyrseas/pkg-descr # py-Pyrseas/pkg-plist # echo c - py-Pyrseas mkdir -p py-Pyrseas > /dev/null 2>&1 echo x - py-Pyrseas/distinfo sed 's/^X//' >py-Pyrseas/distinfo << '431a086b5996afcf09893459f97b3b4b' XSHA256 (postgresql/Pyrseas/v0.6.1) = c36a1c1fc75a6bfdda4ee63f25d58ba64e44570a96f9bc737f6ecbe8352853c7 XSIZE (postgresql/Pyrseas/v0.6.1) = 111607 431a086b5996afcf09893459f97b3b4b echo x - py-Pyrseas/Makefile sed 's/^X//' >py-Pyrseas/Makefile << 'ba21e43e1ddc2736079150741cc89cf7' X# $FreeBSD$ X XPORTNAME= Pyrseas XPORTVERSION= 0.6.1 XCATEGORIES= databases python XMASTER_SITES= https://codeload.github.com/${GITHUB_USER}/${PORTNAME}/tar.gz/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= v${PORTVERSION} XEXTRACT_SUFX= XDIST_SUBDIR= postgresql/${PORTNAME} X XMAINTAINER= c.kworr@gmail.com XCOMMENT= Pyrseas provides a framework and utilities to upgrade and maintain a relational database X XLICENSE= BSD XLICENSE_FILE= ${WRKSRC}/LICENSE X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ X ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XGITHUB_USER= jmafc X#GITHUB_HASH= 9d64338 XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.include X X# vim:ts=8 ba21e43e1ddc2736079150741cc89cf7 echo x - py-Pyrseas/pkg-descr sed 's/^X//' >py-Pyrseas/pkg-descr << 'db0904b2965fc17870bd3c68e42b5134' XPyrseas provides a framework and utilities to upgrade and maintain a relational Xdatabase. Its purpose is to enhance and follow through on the concepts of the XAndromeda Project (http://www.andromeda-project.org/) X XWWW: http://pgfoundry.org/projects/pyrseas/ db0904b2965fc17870bd3c68e42b5134 echo x - py-Pyrseas/pkg-plist sed 's/^X//' >py-Pyrseas/pkg-plist << 'ee5a1a213d891062c1f83307a0c966f5' Xbin/dbtoyaml Xbin/yamltodb X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% ee5a1a213d891062c1f83307a0c966f5 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 13:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42B38D5E; Tue, 10 Sep 2013 13:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 180112B08; Tue, 10 Sep 2013 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ADe87I065037; Tue, 10 Sep 2013 13:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ADe8YO064910; Tue, 10 Sep 2013 13:40:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 13:40:08 GMT Message-Id: <201309101340.r8ADe8YO064910@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181991: (new port) databases/py-Pyrseas: tool for database schema versioning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 13:40:09 -0000 Synopsis: (new port) databases/py-Pyrseas: tool for database schema versioning Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 13:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181991 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 14:17:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3AB4BF6; Tue, 10 Sep 2013 14:17:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95BB32DA7; Tue, 10 Sep 2013 14:17:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AEHSDa052667; Tue, 10 Sep 2013 14:17:28 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AEHSp9052598; Tue, 10 Sep 2013 09:17:28 -0500 (CDT) (envelope-from bdrewery) Date: Tue, 10 Sep 2013 09:17:28 -0500 (CDT) Message-Id: <201309101417.r8AEHSp9052598@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: bdrewery@FreeBSD.org Subject: Re: ports/181978: Ports with PKGNG doesn't have a -X equivalent mechanism X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 14:17:28 -0000 Synopsis: Ports with PKGNG doesn't have a -X equivalent mechanism Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: bdrewery Responsible-Changed-When: Tue Sep 10 09:17:24 CDT 2013 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=181978 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 15:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94248AAA for ; Tue, 10 Sep 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7317C215C for ; Tue, 10 Sep 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AF00aC086231 for ; Tue, 10 Sep 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AF00NP086179; Tue, 10 Sep 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 15:00:00 GMT Resent-Message-Id: <201309101500.r8AF00NP086179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC50B81E for ; Tue, 10 Sep 2013 14:50:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9779207A for ; Tue, 10 Sep 2013 14:50:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8AEo5l0030266 for ; Tue, 10 Sep 2013 14:50:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8AEo50h030175; Tue, 10 Sep 2013 14:50:05 GMT (envelope-from nobody) Message-Id: <201309101450.r8AEo50h030175@oldred.freebsd.org> Date: Tue, 10 Sep 2013 14:50:05 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181992: New port: textproc/py-pdfminer PDF parser and analyzer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 15:00:00 -0000 >Number: 181992 >Category: ports >Synopsis: New port: textproc/py-pdfminer PDF parser and analyzer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p6 >Organization: ARC >Environment: FreeBSD sonya 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #3: Thu Sep 5 15:55:12 EEST 2013 root@sonya:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port: textproc/py-pdfminer PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis. Tested with FreeBSD Port Tools 0.99_8, looks fine. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pdfminer # py-pdfminer/Makefile # py-pdfminer/pkg-descr # py-pdfminer/pkg-plist # py-pdfminer/distinfo # echo c - py-pdfminer mkdir -p py-pdfminer > /dev/null 2>&1 echo x - py-pdfminer/Makefile sed 's/^X//' >py-pdfminer/Makefile << 'afd056a56dbfefd2117ea1f7c919c6d7' X# Created by: Kozlov Sergey X# $FreeBSD$ X XPORTNAME= pdfminer XPORTVERSION= 20110515 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= kozlov.sergey.404@gmail.com XCOMMENT= PDF parser and analyzer X XLICENSE= MIT X XUSE_PYTHON= 2.* XUSE_PYDISTUTILS= yes X X.include afd056a56dbfefd2117ea1f7c919c6d7 echo x - py-pdfminer/pkg-descr sed 's/^X//' >py-pdfminer/pkg-descr << '673a3c5b34946147427576b8493644b3' XPDFMiner is a tool for extracting information from PDF documents. Unlike other XPDF-related tools, it focuses entirely on getting and analyzing text data. XPDFMiner allows to obtain the exact location of texts in a page, as well as Xother information such as fonts or lines. It includes a PDF converter that can Xtransform PDF files into other text formats (such as HTML). XIt has an extensible PDF parser that can be used for other purposes instead Xof text analysis. X XWWW: http://www.unixuser.org/~euske/python/pdfminer/index.html 673a3c5b34946147427576b8493644b3 echo x - py-pdfminer/pkg-plist sed 's/^X//' >py-pdfminer/pkg-plist << '7782ec894b2123f62a662ea7e4784503' Xbin/pdf2txt.py Xbin/dumppdf.py Xbin/latin2ascii.py X%%PYTHON_SITELIBDIR%%/pdfminer/__init__.py X%%PYTHON_SITELIBDIR%%/pdfminer/__init__.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/__init__.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.py X%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.py X%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/cmap/__init__.py X%%PYTHON_SITELIBDIR%%/pdfminer/cmap/__init__.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/cmap/__init__.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.py X%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/converter.py X%%PYTHON_SITELIBDIR%%/pdfminer/converter.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/converter.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.py X%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.py X%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.py X%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.py X%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/layout.py X%%PYTHON_SITELIBDIR%%/pdfminer/layout.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/layout.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/lzw.py X%%PYTHON_SITELIBDIR%%/pdfminer/lzw.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/lzw.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.py X%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/psparser.py X%%PYTHON_SITELIBDIR%%/pdfminer/psparser.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/psparser.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.py X%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/runlength.py X%%PYTHON_SITELIBDIR%%/pdfminer/runlength.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/runlength.pyo X%%PYTHON_SITELIBDIR%%/pdfminer/utils.py X%%PYTHON_SITELIBDIR%%/pdfminer/utils.pyc X%%PYTHON_SITELIBDIR%%/pdfminer/utils.pyo X@dirrm %%PYTHON_SITELIBDIR%%/pdfminer/cmap X@dirrm %%PYTHON_SITELIBDIR%%/pdfminer 7782ec894b2123f62a662ea7e4784503 echo x - py-pdfminer/distinfo sed 's/^X//' >py-pdfminer/distinfo << '6830333667bb819a0c8fdc0ff5d81af2' XSHA256 (pdfminer-20110515.tar.gz) = 114bddcc196b1ce893ab78815e3682ef7c56e9f5990e469dcc64cba93821b8ef XSIZE (pdfminer-20110515.tar.gz) = 4068046 6830333667bb819a0c8fdc0ff5d81af2 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 15:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5DCDADD; Tue, 10 Sep 2013 15:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC54C2161; Tue, 10 Sep 2013 15:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AF08PQ003990; Tue, 10 Sep 2013 15:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AF08Ju003892; Tue, 10 Sep 2013 15:00:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 15:00:08 GMT Message-Id: <201309101500.r8AF08Ju003892@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181992: New port: textproc/py-pdfminer PDF parser and analyzer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 15:00:08 -0000 Synopsis: New port: textproc/py-pdfminer PDF parser and analyzer Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 15:00:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181992 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 16:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D8FA1CF for ; Tue, 10 Sep 2013 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7382867 for ; Tue, 10 Sep 2013 16:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AGU2cd003933 for ; Tue, 10 Sep 2013 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AGU2de003885; Tue, 10 Sep 2013 16:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 16:30:02 GMT Resent-Message-Id: <201309101630.r8AGU2de003885@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97AEFF31 for ; Tue, 10 Sep 2013 16:24:58 +0000 (UTC) (envelope-from vivek@kcilink.com) Received: from lorax.kcilink.com (lorax.kcilink.com [199.83.96.14]) by mx1.freebsd.org (Postfix) with ESMTP id 771BA2831 for ; Tue, 10 Sep 2013 16:24:57 +0000 (UTC) Received: by lorax.kcilink.com (Postfix, from userid 120) id 2E20517225B; Tue, 10 Sep 2013 12:16:17 -0400 (EDT) Message-Id: <20130910161617.2E20517225B@lorax.kcilink.com> Date: Tue, 10 Sep 2013 12:16:17 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181994: ejabberd crashes with openssl+zlib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 16:30:02 -0000 >Number: 181994 >Category: ports >Synopsis: ejabberd crashes with openssl+zlib >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 16:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD lorax.kcilink.com 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #3 r249094: Thu Apr 4 09:05:07 EDT 2013 vivek@lorax.kcilink.com:/usr/obj/u/lorax1/usr9/src/sys/KCI64 amd64 >Description: I'm *really* not sure who's "fault" this is... but when ejabberd is built with openssl 1.0.1e from ports, it drops core every time it attempts to make a TLS s2s connection to proxy.eu.jabber.org. My reading of the gdb output shows it croaks in some function inside libz.so. I rebuilt openssl without support for zlib, and the problem went away. Comparing the configuration to the base system openssl, I see that zlib is also disabled there, so I feel confident that this is an acceptable solution. That said, none of my other applications had any problems with zlib support in openssl: apache, subversion, postfix, openvpn, opendkim, nrpe2, etc. but I don't know if they even tried to use compression. >How-To-Repeat: Here's what GDB had to say about the core dump (program exited signal 11) (gdb) where #0 0x0000000807faac62 in deflateCopy () from /usr/lib/libz.so #1 0x0000000807fab455 in deflateSetDictionary () from /usr/lib/libz.so #2 0x0000000807fabe97 in deflate () from /usr/lib/libz.so #3 0x000000080747dbae in zlib_stateful_compress_block () from /usr/local/lib/libcrypto.so.8 #4 0x000000080747ce22 in COMP_compress_block () from /usr/local/lib/libcrypto.so.8 #5 0x0000000807939eee in ssl3_do_compress () from /usr/local/lib/libssl.so.8 #6 0x000000080793a0b4 in do_ssl3_write () from /usr/local/lib/libssl.so.8 #7 0x000000080793a5ec in ssl3_write_bytes () from /usr/local/lib/libssl.so.8 #8 0x000000080793cb1d in ssl3_do_write () from /usr/local/lib/libssl.so.8 #9 0x0000000807936420 in ssl3_connect () from /usr/local/lib/libssl.so.8 #10 0x0000000807da2d93 in tls_drv_control () from /usr/local/lib/erlang/lib/ejabberd-2.1.13/priv/lib/tls_drv.so #11 0x000000000048641f in erts_port_control () #12 0x00000000004fd0cf in port_control_3 () #13 0x000000000052dd1e in process_main () #14 0x0000000000498b5c in erts_test_next_pid () #15 0x0000000000594ce9 in ethr_thr_join () #16 0x00000008010840a4 in pthread_getprio () from /lib/libthr.so.3 #17 0x0000000000000000 in ?? () Cannot access memory at address 0x7fffff7ed000 (gdb) >Fix: rebuild openssl port without zlib support. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67CF9A10 for ; Tue, 10 Sep 2013 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45B382C1C for ; Tue, 10 Sep 2013 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALA1Lv030895 for ; Tue, 10 Sep 2013 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALA1rd030894; Tue, 10 Sep 2013 21:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 21:10:01 GMT Resent-Message-Id: <201309102110.r8ALA1rd030894@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5EBD074F for ; Tue, 10 Sep 2013 20:59:58 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm7.access.bullet.mail.gq1.yahoo.com (nm7.access.bullet.mail.gq1.yahoo.com [216.39.62.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C4852B76 for ; Tue, 10 Sep 2013 20:59:57 +0000 (UTC) Received: from [216.39.60.166] by nm7.access.bullet.mail.gq1.yahoo.com with NNFMP; 10 Sep 2013 20:59:51 -0000 Received: from [67.195.22.106] by tm2.access.bullet.mail.gq1.yahoo.com with NNFMP; 10 Sep 2013 20:59:51 -0000 Received: from [127.0.0.1] by smtp102.rog.mail.gq1.yahoo.com with NNFMP; 10 Sep 2013 20:59:51 -0000 Received: by localhost (sSMTP sendmail emulation); Tue, 10 Sep 2013 16:59:49 -0400 Message-Id: <736831.47252.bm@smtp102.rog.mail.gq1.yahoo.com> Date: Tue, 10 Sep 2013 16:59:49 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181997: Update Port: net-im/chattahoochie => 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:10:01 -0000 >Number: 181997 >Category: ports >Synopsis: Update Port: net-im/chattahoochie => 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- chattahoochie.diff begins here --- diff -ruN /usr/ports/net-im/chattahoochie/Makefile ./chattahoochie/Makefile --- /usr/ports/net-im/chattahoochie/Makefile 2012-11-17 01:00:26.000000000 -0500 +++ ./chattahoochie/Makefile 2013-09-10 16:57:06.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= chattahoochie -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/net-im/chattahoochie/distinfo ./chattahoochie/distinfo --- /usr/ports/net-im/chattahoochie/distinfo 2012-09-07 14:39:58.000000000 -0400 +++ ./chattahoochie/distinfo 2013-09-10 16:57:40.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (chattahoochie-1.5.tar.gz) = b883efbd6ef461a3b0cf2c6d76e9ef91b3082ba2cc54dcdbcb3167c1e8450c10 -SIZE (chattahoochie-1.5.tar.gz) = 10746 +SHA256 (chattahoochie-1.6.tar.gz) = f39828b69329749844ab8ef7d091e2cef2cb739d3ea0a18327258eaabd57f422 +SIZE (chattahoochie-1.6.tar.gz) = 10754 --- chattahoochie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 216E8A0E for ; Tue, 10 Sep 2013 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F231A2C1A for ; Tue, 10 Sep 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALA0j1030881 for ; Tue, 10 Sep 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALA0lb030880; Tue, 10 Sep 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 21:10:00 GMT Resent-Message-Id: <201309102110.r8ALA0lb030880@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55119901 for ; Tue, 10 Sep 2013 21:08:05 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm6-vm7.access.bullet.mail.bf1.yahoo.com (nm6-vm7.access.bullet.mail.bf1.yahoo.com [216.109.114.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D36542C01 for ; Tue, 10 Sep 2013 21:08:04 +0000 (UTC) Received: from [66.196.81.159] by nm6.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: from [98.139.221.67] by tm5.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: from [127.0.0.1] by smtp104.rog.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:05:27 -0000 Received: by localhost (sSMTP sendmail emulation); Tue, 10 Sep 2013 17:05:25 -0400 Message-Id: <240536.159.bm@smtp104.rog.mail.bf1.yahoo.com> Date: Tue, 10 Sep 2013 17:05:25 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181996: Update Port: devel/libserver => 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:10:01 -0000 >Number: 181996 >Category: ports >Synopsis: Update Port: devel/libserver => 1.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 21:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- libserver.diff begins here --- diff -ruN /usr/ports/devel/libserver/Makefile ./libserver/Makefile --- /usr/ports/devel/libserver/Makefile 2013-09-03 20:36:53.000000000 -0400 +++ ./libserver/Makefile 2013-09-07 14:29:07.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: devel/libserver/Makefile 326237 2013-09-04 00:36:53Z tabthorpe $ PORTNAME= libserver -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libserver/distinfo ./libserver/distinfo --- /usr/ports/devel/libserver/distinfo 2013-09-03 20:36:53.000000000 -0400 +++ ./libserver/distinfo 2013-09-07 14:31:09.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libserver-1.13.tar.gz) = 1af6588be35e3eea9a7d768fd14bcfd76bb32d62de2b02e73873e40e958f0d39 -SIZE (libserver-1.13.tar.gz) = 11006 +SHA256 (libserver-1.14.tar.gz) = f8ed5e88e6742eb908a1c6212030fa459dbdc4896a82694357499ffc6d18df40 +SIZE (libserver-1.14.tar.gz) = 11091 --- libserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7EA3A40; Tue, 10 Sep 2013 21:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7292C42; Tue, 10 Sep 2013 21:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALA81B030974; Tue, 10 Sep 2013 21:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALA8Zd030973; Tue, 10 Sep 2013 21:10:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 21:10:08 GMT Message-Id: <201309102110.r8ALA8Zd030973@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181996: Update Port: devel/libserver => 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:10:08 -0000 Synopsis: Update Port: devel/libserver => 1.14 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 21:10:08 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181996 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:10:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBCFFA78; Tue, 10 Sep 2013 21:10:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B204B2C46; Tue, 10 Sep 2013 21:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALAEGn031057; Tue, 10 Sep 2013 21:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALAEwh031056; Tue, 10 Sep 2013 21:10:14 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 21:10:14 GMT Message-Id: <201309102110.r8ALAEwh031056@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181997: Update Port: net-im/chattahoochie => 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:10:14 -0000 Synopsis: Update Port: net-im/chattahoochie => 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 21:10:14 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181997 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9BC12D1 for ; Tue, 10 Sep 2013 21:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8739E2DAD for ; Tue, 10 Sep 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALU0eC035778 for ; Tue, 10 Sep 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALU0fr035776; Tue, 10 Sep 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 21:30:00 GMT Resent-Message-Id: <201309102130.r8ALU0fr035776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19DB7EED for ; Tue, 10 Sep 2013 21:21:05 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm4-vm1.access.bullet.mail.bf1.yahoo.com (nm4-vm1.access.bullet.mail.bf1.yahoo.com [216.109.114.112]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 998602D1A for ; Tue, 10 Sep 2013 21:21:03 +0000 (UTC) Received: from [66.196.81.162] by nm4.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:17:46 -0000 Received: from [98.139.221.65] by tm8.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:17:46 -0000 Received: from [127.0.0.1] by smtp102.rog.mail.bf1.yahoo.com with NNFMP; 10 Sep 2013 21:17:46 -0000 Received: by localhost (sSMTP sendmail emulation); Tue, 10 Sep 2013 17:17:44 -0400 Message-Id: <381438.60880.bm@smtp102.rog.mail.bf1.yahoo.com> Date: Tue, 10 Sep 2013 17:17:44 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181998: Update Port: devel/libdombey => 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:30:00 -0000 >Number: 181998 >Category: ports >Synopsis: Update Port: devel/libdombey => 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- libdombey.diff begins here --- diff -ruN /usr/ports/devel/libdombey/Makefile ./libdombey/Makefile --- /usr/ports/devel/libdombey/Makefile 2013-09-03 20:48:38.000000000 -0400 +++ ./libdombey/Makefile 2013-09-07 14:26:39.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: devel/libdombey/Makefile 326238 2013-09-04 00:48:38Z tabthorpe $ PORTNAME= libdombey -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libdombey/distinfo ./libdombey/distinfo --- /usr/ports/devel/libdombey/distinfo 2013-09-03 20:48:38.000000000 -0400 +++ ./libdombey/distinfo 2013-09-07 14:31:03.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libdombey-2.3.tar.gz) = 09d0520a4471cc3d05593e6b559d47ba0fa18a0d9544e351bb1e63cca4bc40f7 -SIZE (libdombey-2.3.tar.gz) = 17903 +SHA256 (libdombey-2.4.tar.gz) = c883f682e0649ab16fd5d99c5a1873504f87dc0b4ecf8582261a48c2c0cbd3a5 +SIZE (libdombey-2.4.tar.gz) = 17983 --- libdombey.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 21:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B57BE305; Tue, 10 Sep 2013 21:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 848D12DB1; Tue, 10 Sep 2013 21:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALU8H3035913; Tue, 10 Sep 2013 21:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ALU8v1035912; Tue, 10 Sep 2013 21:30:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 21:30:08 GMT Message-Id: <201309102130.r8ALU8v1035912@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181998: Update Port: devel/libdombey => 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 21:30:08 -0000 Synopsis: Update Port: devel/libdombey => 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 21:30:08 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181998 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:01:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2BD08BC; Tue, 10 Sep 2013 22:01:17 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A816F2FDE; Tue, 10 Sep 2013 22:01:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AM1HPl042664; Tue, 10 Sep 2013 22:01:17 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AM1HS3042663; Tue, 10 Sep 2013 22:01:17 GMT (envelope-from rm) Date: Tue, 10 Sep 2013 22:01:17 GMT Message-Id: <201309102201.r8AM1HS3042663@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ashish@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/181994: ejabberd crashes with openssl+zlib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:01:17 -0000 Synopsis: ejabberd crashes with openssl+zlib Responsible-Changed-From-To: freebsd-ports-bugs->ashish Responsible-Changed-By: rm Responsible-Changed-When: Tue Sep 10 22:01:17 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=181994 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:03:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47E1192C; Tue, 10 Sep 2013 22:03:44 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C2ED2FFF; Tue, 10 Sep 2013 22:03:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AM3h8a042761; Tue, 10 Sep 2013 22:03:43 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AM3hGc042760; Tue, 10 Sep 2013 22:03:43 GMT (envelope-from rm) Date: Tue, 10 Sep 2013 22:03:43 GMT Message-Id: <201309102203.r8AM3hGc042760@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/181976: [maintainer-update] Fix build for games/bzflag on 10.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:03:44 -0000 Synopsis: [maintainer-update] Fix build for games/bzflag on 10.0-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Sep 10 22:03:43 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181976 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13B97A73 for ; Tue, 10 Sep 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6E0B20A9 for ; Tue, 10 Sep 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMA0tk043221 for ; Tue, 10 Sep 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AMA0RD043220; Tue, 10 Sep 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 22:10:00 GMT Resent-Message-Id: <201309102210.r8AMA0RD043220@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wolfgang Zenker Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11726A1A for ; Tue, 10 Sep 2013 22:07:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9178207D for ; Tue, 10 Sep 2013 22:07:45 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8AM7jbv085918 for ; Tue, 10 Sep 2013 22:07:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8AM7j7S085911; Tue, 10 Sep 2013 22:07:45 GMT (envelope-from nobody) Message-Id: <201309102207.r8AM7j7S085911@oldred.freebsd.org> Date: Tue, 10 Sep 2013 22:07:45 GMT From: Wolfgang Zenker To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181999: graphics/dri build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:10:01 -0000 >Number: 181999 >Category: ports >Synopsis: graphics/dri build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Wolfgang Zenker >Release: CURRENT >Organization: >Environment: FreeBSD merkur.lyx 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Tue Sep 10 04:35:47 CEST 2013 wolfgang@merkur.lyx:/usr/obj/usr/src/sys/GENERIC i386 >Description: Build of graphics/dri fails with cc -c -I../../include -I../../src/mesa -I../../src/gallium/include -I../../src/gallium/auxiliary -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -std=c99 -fno-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING glapi/glapi_getproc.c -o glapi/glapi_getproc.o In file included from glapi/glapi_getproc.c:78: glapi/glprocs.h:1666:67: error: use of undeclared identifier 'driDispatchRemapTable' NAME_FUNC_OFFSET( 5769, glAttachShader, glAttachShader, NULL, _gloff... ^ glapi/glapioffsets.h:831:32: note: expanded from macro '_gloffset_AttachShader' #define _gloffset_AttachShader driDispatchRemapTable[AttachShader_remap_index] ^ glapi/glprocs.h:49:67: note: expanded from macro 'NAME_FUNC_OFFSET' # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f3 , o } ^ glapi/glprocs.h:1666:67: error: use of undeclared identifier 'AttachShader_remap_index' glapi/glapioffsets.h:831:54: note: expanded from macro '_gloffset_AttachShader' #define _gloffset_AttachShader driDispatchRemapTable[AttachShader_remap_index] ^ glapi/glprocs.h:49:67: note: expanded from macro 'NAME_FUNC_OFFSET' # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f3 , o } etc .. until error-limit is reached Build options RADEON and SWRAST were selected, but build also fails with only one or the other. >How-To-Repeat: use current/i386 after gcc removal, go to port graphics/dri, set config options RADEON and SWRAST, make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E3A3AA4; Tue, 10 Sep 2013 22:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8CAE20AE; Tue, 10 Sep 2013 22:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMA8mN043303; Tue, 10 Sep 2013 22:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AMA8c0043302; Tue, 10 Sep 2013 22:10:08 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 22:10:08 GMT Message-Id: <201309102210.r8AMA8c0043302@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181999: graphics/dri build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:10:09 -0000 Synopsis: graphics/dri build error Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 22:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181999 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2909D10 for ; Tue, 10 Sep 2013 22:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A04FE21A9 for ; Tue, 10 Sep 2013 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMK0hv045901 for ; Tue, 10 Sep 2013 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AMK0tV045900; Tue, 10 Sep 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 22:20:00 GMT Resent-Message-Id: <201309102220.r8AMK0tV045900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6D54AAA for ; Tue, 10 Sep 2013 22:10:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9904320B2 for ; Tue, 10 Sep 2013 22:10:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8AMACFq019250 for ; Tue, 10 Sep 2013 22:10:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8AMACcf019241; Tue, 10 Sep 2013 22:10:12 GMT (envelope-from nobody) Message-Id: <201309102210.r8AMACcf019241@oldred.freebsd.org> Date: Tue, 10 Sep 2013 22:10:12 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182000: devel/kdevelop-kde4: undefined reference to `Utils::BasicSetRepository::createSet(std::__1::set, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:20:00 -0000 >Number: 182000 >Category: ports >Synopsis: devel/kdevelop-kde4: undefined reference to `Utils::BasicSetRepository::createSet(std::__1::set, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255434: Tue Sep 10 02:01:02 CEST 2013 amd64 libstdc++-free and without converters/libiconv >Description: Port devel/kdevelop-kde4 rejects being compiled properly and drops with linker error as shown below: [...] Generating moc_codeanalysistest.cpp gmake[4]: Leaving directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' [ 15%] Built target codeanalysistest_automoc gmake[4]: Entering directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' Scanning dependencies of target codeanalysistest gmake[4]: Leaving directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' gmake[4]: Entering directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' [ 15%] Building CXX object languages/cpp/cppduchain/tests/CMakeFiles/codeanalysistest.dir/codeanalysistest_automoc.o Linking CXX executable codeanalysistest ./../../../lib/libkdev4cppduchain.so: undefined reference to `Utils::BasicSetRepository::createSet(std::__1::set, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [languages/cpp/cppduchain/tests/codeanalysistest] Error 1 gmake[4]: Leaving directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' gmake[3]: *** [languages/cpp/cppduchain/tests/CMakeFiles/codeanalysistest.dir/all] Error 2 gmake[3]: Leaving directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.5.1' *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/kdevelop-kde4 *** Error code 1 Stop. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 519E0D5E; Tue, 10 Sep 2013 22:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2483A21B1; Tue, 10 Sep 2013 22:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMK8vD046043; Tue, 10 Sep 2013 22:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AMK7RG046042; Tue, 10 Sep 2013 22:20:07 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 22:20:07 GMT Message-Id: <201309102220.r8AMK7RG046042@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182000: devel/kdevelop-kde4: undefined reference to `Utils::BasicSetRepository::createSet(std::__1::set, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:20:08 -0000 Synopsis: devel/kdevelop-kde4: undefined reference to `Utils::BasicSetRepository::createSet(std::__1::set, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 22:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182000 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 22:43:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1C468AB; Tue, 10 Sep 2013 22:43:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B477C23FC; Tue, 10 Sep 2013 22:43:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMhb29051253; Tue, 10 Sep 2013 22:43:37 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8AMhbVQ051252; Tue, 10 Sep 2013 22:43:37 GMT (envelope-from wg) Date: Tue, 10 Sep 2013 22:43:37 GMT Message-Id: <201309102243.r8AMhbVQ051252@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181979: [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 22:43:38 -0000 Synopsis: [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Sep 10 22:43:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181979 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 23:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9D74731 for ; Tue, 10 Sep 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A14DC26EE for ; Tue, 10 Sep 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ANe0w7061421 for ; Tue, 10 Sep 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ANe04f061420; Tue, 10 Sep 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 10 Sep 2013 23:40:00 GMT Resent-Message-Id: <201309102340.r8ANe04f061420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brandon Gooch Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49FB246E for ; Tue, 10 Sep 2013 23:30:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38A2A266C for ; Tue, 10 Sep 2013 23:30:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8ANUFhE086107 for ; Tue, 10 Sep 2013 23:30:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8ANUEP3086006; Tue, 10 Sep 2013 23:30:14 GMT (envelope-from nobody) Message-Id: <201309102330.r8ANUEP3086006@oldred.freebsd.org> Date: Tue, 10 Sep 2013 23:30:14 GMT From: Brandon Gooch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182002: xcompmgr shadow rendering patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 23:40:00 -0000 >Number: 182002 >Category: ports >Synopsis: xcompmgr shadow rendering patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Brandon Gooch >Release: 9.2-RC3 >Organization: >Environment: FreeBSD e6410 9.2-RC3 FreeBSD 9.2-RC3 #1: Mon Sep 9 20:08:11 CDT 2013 root@e6410:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The xcompmgr port has a bug which prevents shadows from being rendered. I have submitted a patch upstream, but it hasn't been rolled into a release: https://bugs.freedesktop.org/show_bug.cgi?id=46285 Would it be possible to have this patch available in the xcompmgr port so that we FreeBSD folks can benefit from it? Thanks! >How-To-Repeat: Install xcompmgr. Attempt a configuration that displays a drop-shadow effect around windows, e.g.: xcompmgr -CcfF -I 0.015 -O 0.03 -D 2 -t -6 -l -9 -r 9 -o.67 Notice that there are no shadows to be seen :( >Fix: Apply the patch here: https://bugs.freedesktop.org/show_bug.cgi?id=46285 Shade yourself in the cool shadows of your xterms... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 10 23:58:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1D0794A; Tue, 10 Sep 2013 23:58:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 775C827AC; Tue, 10 Sep 2013 23:58:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ANwGnt064930; Tue, 10 Sep 2013 23:58:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ANwGPB064929; Tue, 10 Sep 2013 23:58:16 GMT (envelope-from edwin) Date: Tue, 10 Sep 2013 23:58:16 GMT Message-Id: <201309102358.r8ANwGPB064929@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182002: x11-wm/xcompmgr shadow rendering patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 23:58:16 -0000 Synopsis: x11-wm/xcompmgr shadow rendering patch Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 10 23:58:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182002 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 00:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51D26A10; Wed, 11 Sep 2013 00:00:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2828D27C9; Wed, 11 Sep 2013 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B0014P065184; Wed, 11 Sep 2013 00:00:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B000sq065183; Wed, 11 Sep 2013 00:00:00 GMT (envelope-from linimon) Date: Wed, 11 Sep 2013 00:00:00 GMT Message-Id: <201309110000.r8B000sq065183@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/181988: graphics/qiv: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 00:00:01 -0000 Synopsis: graphics/qiv: uses needs pkgconfig Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 10 23:59:50 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=181988 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 01:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 921EB842 for ; Wed, 11 Sep 2013 01:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7310C2B2C for ; Wed, 11 Sep 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B1K0Sf090398 for ; Wed, 11 Sep 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B1K02s090397; Wed, 11 Sep 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 01:20:00 GMT Resent-Message-Id: <201309110120.r8B1K02s090397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "T.Taguchi" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F37BE716 for ; Wed, 11 Sep 2013 01:16:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2DAA2B09 for ; Wed, 11 Sep 2013 01:16:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8B1GYDJ037165 for ; Wed, 11 Sep 2013 01:16:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8B1GYRa037164; Wed, 11 Sep 2013 01:16:34 GMT (envelope-from nobody) Message-Id: <201309110116.r8B1GYRa037164@oldred.freebsd.org> Date: Wed, 11 Sep 2013 01:16:34 GMT From: "T.Taguchi" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182005: graphics/libfpx broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 01:20:00 -0000 >Number: 182005 >Category: ports >Synopsis: graphics/libfpx broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: T.Taguchi >Release: FreeBSD-10-CURRENT >Organization: >Environment: FreeBSD user.tcltk.jp 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r255434M: Tue Sep 10 11:03:44 JST 2013 root@user.tcltk.jp:/usr/obj/usr/src/sys/VIRTUALBOX amd64 >Description: graphics/libfpx is broken now. here is a log. # make ===> libfpx-1.3.1.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libfpx-1.3.1.2 for building ===> Extracting for libfpx-1.3.1.2 => SHA256 Checksum OK for libfpx-1.3.1-2.tar.xz. ===> Patching for libfpx-1.3.1.2 ===> Applying FreeBSD patches for libfpx-1.3.1.2 /usr/bin/sed -i '' -e '/^#include "fpxlib-config.h"/d' /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/basics/filename.cpp /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h/owchar.h /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/gen_guid.cpp /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/fpxlib.h ===> Configuring for libfpx-1.3.1.2 ===> FreeBSD 10 autotools fix applied to /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/configure ===> FreeBSD 10 autotools fix applied to /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/m4/libtool.m4 ===> Building for libfpx-1.3.1.2 --- objwarn --- .. snip .... --- olestats.So --- c++ -fpic -DPIC -O2 -pipe -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -Qunused-arguments -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/jpeg -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/basics -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ri_image -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/fpx -I/usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/. -I/usr/local/include -D_UNIX -Wno-c++11-exte nsions -c /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/olestats.cpp -o olestats.So In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/olestats.cpp:40: In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/olestorg.h:25: In file included from /usr/include/c++/v1/fstream:169: In file included from /usr/include/c++/v1/ostream:130: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:433: /usr/include/c++/v1/cwchar:180:106: error: cannot initialize a parameter of type 'const WCHAR *' (aka 'const unsigned short *') with an lvalue of type 'const wchar_t *' inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return ::wcschr(__s, __c);} ^~~ /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h/owchar.h:75:42: note: passing argument to parameter 'string' here WCHAR * _CRTAPI1 wcschr ( const WCHAR * string, WCHAR ch ); ^ .. snip ... --- olefiles.So --- In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/olefiles.cpp:33: In file included from /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/ole/olestorg.h:25: In file included from /usr/include/c++/v1/fstream:169: In file included from /usr/include/c++/v1/ostream:130: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: /usr/include/c++/v1/string:702:17: error: no matching function for call to 'fpx_wcslen' {return wcslen(__s);} ^~~~~~ /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h/owchar.h:59:20: note: expanded from macro 'wcslen' # define wcslen fpx_wcslen ^~~~~~~~~~ /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h/owchar.h:81:19: note: candidate function not viable: no known conversion from 'const char_type *' (aka 'const wchar_t *') to 'const WCHAR *' (aka 'const unsigned short *') for 1st argument size_t _CRTAPI1 wcslen(WCHAR const *wsz); ^ /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2/oless/h/owchar.h:59:20: note: expanded from macro 'wcslen' # define wcslen fpx_wcslen ^ 5 errors generated. *** [olefiles.So] Error code 1 make[1]: stopped in /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2 2 errors make[1]: stopped in /usr/ports/graphics/libfpx/work/libfpx-1.3.1-2 ===> Compilation failed unexpectedly. >How-To-Repeat: # cd ${PORTSDIR}/graphics/libfpx # make >Fix: add USE_GCC=4.2+ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 01:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F4D286F; Wed, 11 Sep 2013 01:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 241F82B2D; Wed, 11 Sep 2013 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B1K8Cn090532; Wed, 11 Sep 2013 01:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B1K8Dl090531; Wed, 11 Sep 2013 01:20:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 01:20:08 GMT Message-Id: <201309110120.r8B1K8Dl090531@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182005: graphics/libfpx broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 01:20:09 -0000 Synopsis: graphics/libfpx broken Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 01:20:08 UTC 2013 Responsible-Changed-Why: mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182005 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 05:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DB7980D for ; Wed, 11 Sep 2013 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D81D825E8 for ; Wed, 11 Sep 2013 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B5U03h018418 for ; Wed, 11 Sep 2013 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B5U0T4018416; Wed, 11 Sep 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 05:30:00 GMT Resent-Message-Id: <201309110530.r8B5U0T4018416@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koichiro IWAO Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66D6E6EA for ; Wed, 11 Sep 2013 05:22:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54967258E for ; Wed, 11 Sep 2013 05:22:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8B5M2DD059020 for ; Wed, 11 Sep 2013 05:22:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8B5M2F6058856; Wed, 11 Sep 2013 05:22:02 GMT (envelope-from nobody) Message-Id: <201309110522.r8B5M2F6058856@oldred.freebsd.org> Date: Wed, 11 Sep 2013 05:22:02 GMT From: Koichiro IWAO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182006: x11-toolkits/fltk: Ctrl-sth does not work on fltk applications X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 05:30:01 -0000 >Number: 182006 >Category: ports >Synopsis: x11-toolkits/fltk: Ctrl-sth does not work on fltk applications >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Koichiro IWAO >Release: 9.2-RC3 >Organization: >Environment: FreeBSD icepick.vmeta.jp 9.2-RC3 FreeBSD 9.2-RC3 #9: Tue Sep 3 09:35:22 JST 2013 root@icepick.vmeta.jp:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Control-something shortcuts does not work on applications which built with x11-toolkits/fltk 1.3.2 (ex. net/tigervnc). This bug was already fixed at upstream later snapshot. See also: ports/181345 Discussion at Arch Linux bugtracker: https://bugs.archlinux.org/task/36186 https://bbs.archlinux.org/viewtopic.php?id=166735 >How-To-Repeat: 1. Install net/tigervnc with VIEWER option enabled 2. Connect to remote vnc session by tigervnc's vncviewer 3. open xterm 4. Ctrl-C, Ctrl-D does not work >Fix: Either A or B can fix the issue. A. Apply the patch to current portversion of x11-toolkits/fltk B. Update x11-toolkits/fltk to 1.3.x latest snapshot After updating x11-toolkits/fltk, bump PORTREVISION of net/tigervnc or commit ports/180911. Of course, all other ports which depends on x11-toolkits/fltk needs bumping PORTREVISION. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 05:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B654917; Wed, 11 Sep 2013 05:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 626E825ED; Wed, 11 Sep 2013 05:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B5U9Ih018500; Wed, 11 Sep 2013 05:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B5U9xB018499; Wed, 11 Sep 2013 05:30:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 05:30:09 GMT Message-Id: <201309110530.r8B5U9xB018499@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182006: x11-toolkits/fltk: Ctrl-sth does not work on fltk applications X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 05:30:09 -0000 Synopsis: x11-toolkits/fltk: Ctrl-sth does not work on fltk applications Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 05:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182006 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 05:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2970E30 for ; Wed, 11 Sep 2013 05:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 964D526AB for ; Wed, 11 Sep 2013 05:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B5o15f018898 for ; Wed, 11 Sep 2013 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B5o1ui018897; Wed, 11 Sep 2013 05:50:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 05:50:01 GMT Message-Id: <201309110550.r8B5o1ui018897@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/181345: net/tigervnc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 05:50:01 -0000 The following reply was made to PR ports/181345; it has been noted by GNATS. From: Koichiro IWAO To: bug-followup@freebsd.org, kaltheat@gmail.com Cc: Subject: Re: ports/181345: net/tigervnc Date: Wed, 11 Sep 2013 14:41:49 +0900 I made a patch and raise a PR ports/182006. Waiting for feedback from the maintainer of x11-toolkits/fltk. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 06:19:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 667E94B2; Wed, 11 Sep 2013 06:19:06 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D3CE277A; Wed, 11 Sep 2013 06:19:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6J6Rd020782; Wed, 11 Sep 2013 06:19:06 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B6J64R020781; Wed, 11 Sep 2013 06:19:06 GMT (envelope-from jgh) Date: Wed, 11 Sep 2013 06:19:06 GMT Message-Id: <201309110619.r8B6J64R020781@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/181988: graphics/qiv: uses needs pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 06:19:06 -0000 Synopsis: graphics/qiv: uses needs pkgconfig Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Sep 11 06:19:05 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181988 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 06:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DDF09B4 for ; Wed, 11 Sep 2013 06:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A58A282C for ; Wed, 11 Sep 2013 06:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6e2XY025387 for ; Wed, 11 Sep 2013 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B6e2Pp025386; Wed, 11 Sep 2013 06:40:02 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 06:40:02 GMT Message-Id: <201309110640.r8B6e2Pp025386@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "O. Hartmann" Subject: Re: ports/174898: graphics/openimageio: pkg: (openimageio-1.1.2) /usr/local/bin/idiff - shared library libOpenImageIO.so.1.1 not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "O. Hartmann" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 06:40:02 -0000 The following reply was made to PR ports/174898; it has been noted by GNATS. From: "O. Hartmann" To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/174898: graphics/openimageio: pkg: (openimageio-1.1.2) /usr/local/bin/idiff - shared library libOpenImageIO.so.1.1 not found Date: Wed, 11 Sep 2013 08:37:15 +0200 --Sig_/chS3fB0nzoeOc1ReRZwcqpR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable This PR can be closed. --Sig_/chS3fB0nzoeOc1ReRZwcqpR Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEcBAEBAgAGBQJSMA+fAAoJEOgBcD7A/5N8TcwIANzK/Z4LOUQMSp+29qssP618 fQozQta4jamsyipVcDWcC5C9eH6Dy42Y2+NNfhWg5dyEXrE+guRAiHGuGmRqwh0A /JhaMJY4qvxRY9TLG8Jw7KA9IQLV24vbWZXe0MhwwZPPwRQw+O6P6pCWYVKCa7R3 uCeWOgaWNgfGxdEPdDsfES2BzR/0lj95bCc3B1nIHr3wQ+VFv5M6Bii79QAeodwR 9GXzZt2S5mJ1TUQv9mjEvSbcPV3OTYhqzCG4+lLw1Vbjxw1nw58pG2TgtMl8TE2+ z4K9TMIpZDu7fBksaB/tSdaxEyTnOvBGrQ4Wx/XI3GHr0EcpZDVSJjuW6Nd+MrI= =SSas -----END PGP SIGNATURE----- --Sig_/chS3fB0nzoeOc1ReRZwcqpR-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 06:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF84DE0E for ; Wed, 11 Sep 2013 06:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EACD2883 for ; Wed, 11 Sep 2013 06:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6o0RT025536 for ; Wed, 11 Sep 2013 06:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B6o0lX025535; Wed, 11 Sep 2013 06:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 06:50:00 GMT Resent-Message-Id: <201309110650.r8B6o0lX025535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38746A0E for ; Wed, 11 Sep 2013 06:40:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0415C2832 for ; Wed, 11 Sep 2013 06:40:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8B6ekrv071614 for ; Wed, 11 Sep 2013 06:40:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8B6ekLF071430; Wed, 11 Sep 2013 06:40:46 GMT (envelope-from nobody) Message-Id: <201309110640.r8B6ekLF071430@oldred.freebsd.org> Date: Wed, 11 Sep 2013 06:40:46 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182007: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 06:50:00 -0000 >Number: 182007 >Category: ports >Synopsis: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r255453: Tue Sep 10 21:27:30 CEST 2013 amd64 GNU libstdc++-free, libc++-only system, no converters/libiconv, iconv from FBSD base system only. >Description: Port graphics/openimageio fails due to the below shown error (new libc++ issue??) [...] -- Build files have been written to: /usr/ports/graphics/openimageio/work/.build ===> Building for openimageio-1.2.1_1 Scanning dependencies of target OpenImageIO [ 0%] Building CXX object libOpenImageIO/CMakeFiles/OpenImageIO.dir/exif.cpp.o [ 1%] Building CXX object libOpenImageIO/CMakeFiles/OpenImageIO.dir/formatspec.cpp.o /usr/ports/graphics/openimageio/work/OpenImageIO-oiio-f7908a3/src/libOpenImageIO/formatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); ~~~~^~~~~ /usr/ports/graphics/openimageio/work/OpenImageIO-oiio-f7908a3/src/include/pugixml.hpp:536:8: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream') to 'OpenImageIO::v1_2::pugi::xml_writer &' for 1st argument void print(xml_writer& writer, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding enco... ^ /usr/ports/graphics/openimageio/work/OpenImageIO-oiio-f7908a3/src/include/pugixml.hpp:540:8: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream') to 'std::basic_ostream > &' for 1st argument void print(std::basic_ostream >& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags ... ^ /usr/ports/graphics/openimageio/work/OpenImageIO-oiio-f7908a3/src/include/pugixml.hpp:541:8: note: candidate function not viable: no known conversion from 'std::ostringstream' (aka 'basic_ostringstream') to 'std::basic_ostream > &' for 1st argument void print(std::basic_ostream >& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int ... ^ 1 error generated. *** Error code 1 >How-To-Repeat: Build on most recent CURRENT system with no libstdc++ and having iconv from base (no conversters/libiconv installed). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 06:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6BF59EEF; Wed, 11 Sep 2013 06:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E87652886; Wed, 11 Sep 2013 06:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6o8cI025682; Wed, 11 Sep 2013 06:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B6o8Uj025681; Wed, 11 Sep 2013 06:50:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 06:50:08 GMT Message-Id: <201309110650.r8B6o8Uj025681@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182007: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 06:50:09 -0000 Synopsis: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 06:50:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182007 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 07:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8005C34F for ; Wed, 11 Sep 2013 07:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CD7B2908 for ; Wed, 11 Sep 2013 07:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B701PI025995 for ; Wed, 11 Sep 2013 07:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B701Bx025994; Wed, 11 Sep 2013 07:00:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 07:00:01 GMT Message-Id: <201309110700.r8B701Bx025994@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182007: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 07:00:01 -0000 The following reply was made to PR ports/182007; it has been noted by GNATS. From: Edwin Groothuis To: FreeBSD@Shaneware.biz Cc: bug-followup@FreeBSD.org Subject: Re: ports/182007: graphics/openimageio: ormatspec.cpp:994:9: error: no matching member function for call to 'print' doc.print (result, ""); Date: Wed, 11 Sep 2013 06:50:07 UT Maintainer of graphics/openimageio, Please note that PR ports/182007 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182007 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 09:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4513CCBE for ; Wed, 11 Sep 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA722E2B for ; Wed, 11 Sep 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B900oU042060 for ; Wed, 11 Sep 2013 09:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B900dT042059; Wed, 11 Sep 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 09:00:00 GMT Resent-Message-Id: <201309110900.r8B900dT042059@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCEC3C84 for ; Wed, 11 Sep 2013 08:58:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3D02E15 for ; Wed, 11 Sep 2013 08:58:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8B8wAVB020837 for ; Wed, 11 Sep 2013 08:58:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8B8wAh2020808; Wed, 11 Sep 2013 08:58:10 GMT (envelope-from nobody) Message-Id: <201309110858.r8B8wAh2020808@oldred.freebsd.org> Date: Wed, 11 Sep 2013 08:58:10 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182009: graphics/libfpx : distfile removed & replaced, unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 09:00:01 -0000 >Number: 182009 >Category: ports >Synopsis: graphics/libfpx : distfile removed & replaced, unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: graphics/libfpx distfile libfpx-1.3.1-2 is not available on the MASTER_SITES, only libfpx-1.3.1-3 It seems that these master sites are could be no good, removing "old" distfiles when new ones come out. Alternatively, there could be a fatal flaw with libfpx-1.3.1-2 and it was removed to avoid spreading it. In any case this is broken and unfetchable. >How-To-Repeat: >Fix: 1. move to latest version 2. Add a MASTER_SITES entry that doesn't remove older distinfo files 3. Store distinfo under LOCAL/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 09:00:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2212BCF6; Wed, 11 Sep 2013 09:00:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED16E2E31; Wed, 11 Sep 2013 09:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B90Chi042145; Wed, 11 Sep 2013 09:00:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8B90C8R042144; Wed, 11 Sep 2013 09:00:12 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 09:00:12 GMT Message-Id: <201309110900.r8B90C8R042144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182009: graphics/libfpx : distfile removed & replaced, unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 09:00:13 -0000 Synopsis: graphics/libfpx : distfile removed & replaced, unfetchable Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 09:00:12 UTC 2013 Responsible-Changed-Why: mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182009 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 10:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CAB753F for ; Wed, 11 Sep 2013 10:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD4B2211 for ; Wed, 11 Sep 2013 10:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BAU0FH047053 for ; Wed, 11 Sep 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BAU0tX047052; Wed, 11 Sep 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 10:30:00 GMT Resent-Message-Id: <201309111030.r8BAU0tX047052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Prikhodko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9DEC515 for ; Wed, 11 Sep 2013 10:28:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5A8C21FE for ; Wed, 11 Sep 2013 10:28:20 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BASJZY007946 for ; Wed, 11 Sep 2013 10:28:19 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BASJmK007945; Wed, 11 Sep 2013 10:28:19 GMT (envelope-from nobody) Message-Id: <201309111028.r8BASJmK007945@oldred.freebsd.org> Date: Wed, 11 Sep 2013 10:28:19 GMT From: Sergey Prikhodko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182010: [PATCH]: www/nginx, www/nginx-devel fix 3rd party upload module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 10:30:03 -0000 >Number: 182010 >Category: ports >Synopsis: [PATCH]: www/nginx, www/nginx-devel fix 3rd party upload module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey Prikhodko >Release: 9.1-RELEASE >Organization: Fabrica >Environment: >Description: current patch for upload module is broken please, see https://github.com/vkholodkov/nginx-upload-module/issues/41#issuecomment-23906545 >How-To-Repeat: >Fix: new patch for extra-patch-ngx_http_upload_module.c attached Patch attached with submission follows: diff -ruN nginx.orig/files/extra-patch-ngx_http_upload_module.c nginx/files/extra-patch-ngx_http_upload_module.c --- nginx.orig/files/extra-patch-ngx_http_upload_module.c 2013-05-02 17:31:00.000000000 +0300 +++ nginx/files/extra-patch-ngx_http_upload_module.c 2013-09-10 17:43:32.000000000 +0300 @@ -1,9 +1,106 @@ ---- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 20:54:15.000000000 +0200 -+++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2013-02-21 22:32:08.000000000 +0100 -@@ -233,6 +233,17 @@ +--- ../nginx_upload_module-2.2.0/ngx_http_upload_module.c.orig 2010-09-27 21:54:15.000000000 +0300 ++++ ../nginx_upload_module-2.2.0/ngx_http_upload_module.c 2013-09-10 17:40:59.570815847 +0300 +@@ -50,7 +50,7 @@ + * State of multipart/form-data parser + */ + typedef enum { +- upload_state_boundary_seek, ++ upload_state_boundary_seek, + upload_state_after_boundary, + upload_state_headers, + upload_state_data, +@@ -95,6 +95,14 @@ + } ngx_http_upload_field_template_t; + + /* ++ * Template for a header ++ */ ++typedef struct { ++ ngx_http_complex_value_t *name; ++ ngx_http_complex_value_t *value; ++} ngx_http_upload_header_template_t; ++ ++/* + * Filter for fields in output form + */ + typedef struct { +@@ -106,6 +114,12 @@ + #endif + } ngx_http_upload_field_filter_t; + ++typedef struct { ++ ngx_path_t *path; ++ ngx_http_complex_value_t dynamic; ++ unsigned is_dynamic:1; ++} ngx_http_upload_path_t; ++ + /* + * Upload cleanup record + */ +@@ -124,8 +138,8 @@ + typedef struct { + ngx_str_t url; + ngx_http_complex_value_t *url_cv; +- ngx_path_t *state_store_path; +- ngx_path_t *store_path; ++ ngx_http_upload_path_t *state_store_path; ++ ngx_http_upload_path_t *store_path; + ngx_uint_t store_access; + size_t buffer_size; + size_t merge_buffer_size; +@@ -137,13 +151,17 @@ + ngx_array_t *aggregate_field_templates; + ngx_array_t *field_filters; + ngx_array_t *cleanup_statuses; ++ ngx_array_t *header_templates; + ngx_flag_t forward_args; + ngx_flag_t tame_arrays; + ngx_flag_t resumable_uploads; ++ ngx_flag_t empty_field_names; + size_t limit_rate; + + unsigned int md5:1; + unsigned int sha1:1; ++ unsigned int sha256:1; ++ unsigned int sha512:1; + unsigned int crc32:1; + } ngx_http_upload_loc_conf_t; + +@@ -157,6 +175,16 @@ + u_char sha1_digest[SHA_DIGEST_LENGTH * 2]; + } ngx_http_upload_sha1_ctx_t; + ++typedef struct ngx_http_upload_sha256_ctx_s { ++ SHA256_CTX sha256; ++ u_char sha256_digest[SHA256_DIGEST_LENGTH * 2]; ++} ngx_http_upload_sha256_ctx_t; ++ ++typedef struct ngx_http_upload_sha512_ctx_s { ++ SHA512_CTX sha512; ++ u_char sha512_digest[SHA512_DIGEST_LENGTH * 2]; ++} ngx_http_upload_sha512_ctx_t; ++ + struct ngx_http_upload_ctx_s; + + /* +@@ -219,7 +247,11 @@ + + ngx_http_upload_md5_ctx_t *md5_ctx; + ngx_http_upload_sha1_ctx_t *sha1_ctx; ++ ngx_http_upload_sha256_ctx_t *sha256_ctx; ++ ngx_http_upload_sha512_ctx_t *sha512_ctx; + uint32_t crc32; ++ ngx_path_t *store_path; ++ ngx_path_t *state_store_path; + + unsigned int first_part:1; + unsigned int discard_data:1; +@@ -233,7 +265,21 @@ unsigned int raw_input:1; } ngx_http_upload_ctx_t; ++static ngx_int_t ngx_http_upload_test_expect(ngx_http_request_t *r); ++ +static void ngx_http_read_client_request_body_handler(ngx_http_request_t *r); +static ngx_int_t ngx_http_do_read_client_request_body(ngx_http_request_t *r); + @@ -16,12 +113,896 @@ +static ngx_int_t ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in); + static ngx_int_t ngx_http_upload_handler(ngx_http_request_t *r); ++static ngx_int_t ngx_http_upload_options_handler(ngx_http_request_t *r); static ngx_int_t ngx_http_upload_body_handler(ngx_http_request_t *r); -@@ -2523,6 +2534,534 @@ + static void *ngx_http_upload_create_loc_conf(ngx_conf_t *cf); +@@ -248,6 +294,10 @@ + ngx_http_variable_value_t *v, uintptr_t data); + static ngx_int_t ngx_http_upload_sha1_variable(ngx_http_request_t *r, + ngx_http_variable_value_t *v, uintptr_t data); ++static ngx_int_t ngx_http_upload_sha256_variable(ngx_http_request_t *r, ++ ngx_http_variable_value_t *v, uintptr_t data); ++static ngx_int_t ngx_http_upload_sha512_variable(ngx_http_request_t *r, ++ ngx_http_variable_value_t *v, uintptr_t data); + static ngx_int_t ngx_http_upload_file_size_variable(ngx_http_request_t *r, + ngx_http_variable_value_t *v, uintptr_t data); + static void ngx_http_upload_content_range_variable_set(ngx_http_request_t *r, +@@ -271,6 +321,7 @@ + static ngx_int_t ngx_http_upload_merge_ranges(ngx_http_upload_ctx_t *u, ngx_http_upload_range_t *range_n); + static ngx_int_t ngx_http_upload_parse_range(ngx_str_t *range, ngx_http_upload_range_t *range_n); + ++ + static void ngx_http_read_upload_client_request_body_handler(ngx_http_request_t *r); + static ngx_int_t ngx_http_do_read_upload_client_request_body(ngx_http_request_t *r); + static ngx_int_t ngx_http_process_request_body(ngx_http_request_t *r, ngx_chain_t *body); +@@ -279,8 +330,16 @@ + + static char *ngx_http_upload_set_form_field(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); ++static char *ngx_http_upload_add_header(ngx_conf_t *cf, ngx_command_t *cmd, ++ void *conf); ++static ngx_int_t ngx_http_upload_eval_path(ngx_http_request_t *r); ++static ngx_int_t ngx_http_upload_eval_state_path(ngx_http_request_t *r); + static char *ngx_http_upload_pass_form_field(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); ++static char *ngx_http_upload_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, ++ void *conf); ++static char *ngx_http_upload_merge_path_value(ngx_conf_t *cf, ngx_http_upload_path_t **path, ngx_http_upload_path_t *prev, ++ ngx_path_init_t *init); + static char *ngx_http_upload_cleanup(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); + static void ngx_upload_cleanup_handler(void *data); +@@ -391,7 +450,7 @@ + { ngx_string("upload_store"), + NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LMT_CONF|NGX_HTTP_LIF_CONF + |NGX_CONF_TAKE1234, +- ngx_conf_set_path_slot, ++ ngx_http_upload_set_path_slot, + NGX_HTTP_LOC_CONF_OFFSET, + offsetof(ngx_http_upload_loc_conf_t, store_path), + NULL }, +@@ -401,7 +460,7 @@ + */ + { ngx_string("upload_state_store"), + NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1234, +- ngx_conf_set_path_slot, ++ ngx_http_upload_set_path_slot, + NGX_HTTP_LOC_CONF_OFFSET, + offsetof(ngx_http_upload_loc_conf_t, state_store_path), + NULL }, +@@ -575,6 +634,28 @@ + offsetof(ngx_http_upload_loc_conf_t, resumable_uploads), + NULL }, + ++ /* ++ * Specifies whether empty field names are allowed ++ */ ++ { ngx_string("upload_empty_fiels_names"), ++ NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LMT_CONF|NGX_HTTP_LIF_CONF ++ |NGX_CONF_FLAG, ++ ngx_conf_set_flag_slot, ++ NGX_HTTP_LOC_CONF_OFFSET, ++ offsetof(ngx_http_upload_loc_conf_t, empty_field_names), ++ NULL }, ++ ++ /* ++ * Specifies the name and content of the header that will be added to the response ++ */ ++ { ngx_string("upload_add_header"), ++ NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LMT_CONF|NGX_HTTP_LIF_CONF ++ |NGX_CONF_TAKE2, ++ ngx_http_upload_add_header, ++ NGX_HTTP_LOC_CONF_OFFSET, ++ offsetof(ngx_http_upload_loc_conf_t, header_templates), ++ NULL}, ++ + ngx_null_command + }; /* }}} */ + +@@ -658,6 +739,22 @@ + (uintptr_t) "0123456789ABCDEF", + NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, + ++ { ngx_string("upload_file_sha256"), NULL, ngx_http_upload_sha256_variable, ++ (uintptr_t) "0123456789abcdef", ++ NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, ++ ++ { ngx_string("upload_file_sha256_uc"), NULL, ngx_http_upload_sha256_variable, ++ (uintptr_t) "0123456789ABCDEF", ++ NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, ++ ++ { ngx_string("upload_file_sha512"), NULL, ngx_http_upload_sha512_variable, ++ (uintptr_t) "0123456789abcdef", ++ NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, ++ ++ { ngx_string("upload_file_sha512_uc"), NULL, ngx_http_upload_sha512_variable, ++ (uintptr_t) "0123456789ABCDEF", ++ NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, ++ + { ngx_string("upload_file_crc32"), NULL, ngx_http_upload_crc32_variable, + (uintptr_t) offsetof(ngx_http_upload_ctx_t, crc32), + NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, +@@ -688,6 +785,9 @@ + ngx_http_upload_ctx_t *u; + ngx_int_t rc; + ++ if(r->method & NGX_HTTP_OPTIONS) ++ return ngx_http_upload_options_handler(r); ++ + if (!(r->method & NGX_HTTP_POST)) + return NGX_HTTP_NOT_ALLOWED; + +@@ -724,6 +824,26 @@ + }else + u->sha1_ctx = NULL; + ++ if(ulcf->sha256) { ++ if(u->sha256_ctx == NULL) { ++ u->sha256_ctx = ngx_palloc(r->pool, sizeof(ngx_http_upload_sha256_ctx_t)); ++ if (u->sha256_ctx == NULL) { ++ return NGX_HTTP_INTERNAL_SERVER_ERROR; ++ } ++ } ++ }else ++ u->sha256_ctx = NULL; ++ ++ if(ulcf->sha512) { ++ if(u->sha512_ctx == NULL) { ++ u->sha512_ctx = ngx_palloc(r->pool, sizeof(ngx_http_upload_sha512_ctx_t)); ++ if (u->sha512_ctx == NULL) { ++ return NGX_HTTP_INTERNAL_SERVER_ERROR; ++ } ++ } ++ }else ++ u->sha512_ctx = NULL; ++ + u->calculate_crc32 = ulcf->crc32; + + u->request = r; +@@ -746,6 +866,25 @@ + return rc; + } + ++ rc = ngx_http_upload_eval_path(r); ++ ++ if(rc != NGX_OK) { ++ upload_shutdown_ctx(u); ++ return rc; ++ } ++ ++ rc = ngx_http_upload_eval_state_path(r); ++ ++ if(rc != NGX_OK) { ++ upload_shutdown_ctx(u); ++ return rc; ++ } ++ ++ if (ngx_http_upload_test_expect(r) != NGX_OK) { ++ upload_shutdown_ctx(u); ++ return NGX_HTTP_INTERNAL_SERVER_ERROR; ++ } ++ + if(upload_start(u, ulcf) != NGX_OK) + return NGX_HTTP_INTERNAL_SERVER_ERROR; + +@@ -758,6 +897,124 @@ + return NGX_DONE; + } /* }}} */ + ++static ngx_int_t ngx_http_upload_add_headers(ngx_http_request_t *r, ngx_http_upload_loc_conf_t *ulcf) { /* {{{ */ ++ ngx_str_t name; ++ ngx_str_t value; ++ ngx_http_upload_header_template_t *t; ++ ngx_table_elt_t *h; ++ ngx_uint_t i; ++ ++ if(ulcf->header_templates != NULL) { ++ t = ulcf->header_templates->elts; ++ for(i = 0; i < ulcf->header_templates->nelts; i++) { ++ if(ngx_http_complex_value(r, t->name, &name) != NGX_OK) { ++ return NGX_ERROR; ++ } ++ ++ if(ngx_http_complex_value(r, t->value, &value) != NGX_OK) { ++ return NGX_ERROR; ++ } ++ ++ if(name.len != 0 && value.len != 0) { ++ h = ngx_list_push(&r->headers_out.headers); ++ if(h == NULL) { ++ return NGX_ERROR; ++ } ++ ++ h->hash = 1; ++ h->key.len = name.len; ++ h->key.data = name.data; ++ h->value.len = value.len; ++ h->value.data = value.data; ++ } ++ ++ t++; ++ } ++ } ++ ++ return NGX_OK; ++} /* }}} */ ++ ++static ngx_int_t /* {{{ */ ++ngx_http_upload_eval_path(ngx_http_request_t *r) { ++ ngx_http_upload_ctx_t *u; ++ ngx_http_upload_loc_conf_t *ulcf; ++ ngx_str_t value; ++ ++ ulcf = ngx_http_get_module_loc_conf(r, ngx_http_upload_module); ++ u = ngx_http_get_module_ctx(r, ngx_http_upload_module); ++ ++ if(ulcf->store_path->is_dynamic) { ++ u->store_path = ngx_pcalloc(r->pool, sizeof(ngx_path_t)); ++ if(u->store_path == NULL) { ++ return NGX_ERROR; ++ } ++ ++ ngx_memcpy(u->store_path, ulcf->store_path->path, sizeof(ngx_path_t)); ++ ++ if(ngx_http_complex_value(r, &ulcf->store_path->dynamic, &value) != NGX_OK) { ++ return NGX_ERROR; ++ } ++ ++ u->store_path->name.data = value.data; ++ u->store_path->name.len = value.len; ++ } ++ else{ ++ u->store_path = ulcf->store_path->path; ++ } ++ ++ return NGX_OK; ++} /* }}} */ ++ ++static ngx_int_t /* {{{ */ ++ngx_http_upload_eval_state_path(ngx_http_request_t *r) { ++ ngx_http_upload_ctx_t *u; ++ ngx_http_upload_loc_conf_t *ulcf; ++ ngx_str_t value; ++ ++ ulcf = ngx_http_get_module_loc_conf(r, ngx_http_upload_module); ++ u = ngx_http_get_module_ctx(r, ngx_http_upload_module); ++ ++ if(ulcf->state_store_path->is_dynamic) { ++ u->state_store_path = ngx_pcalloc(r->pool, sizeof(ngx_path_t)); ++ if(u->store_path == NULL) { ++ return NGX_ERROR; ++ } ++ ++ ngx_memcpy(u->state_store_path, ulcf->state_store_path->path, sizeof(ngx_path_t)); ++ ++ if(ngx_http_complex_value(r, &ulcf->state_store_path->dynamic, &value) != NGX_OK) { ++ return NGX_ERROR; ++ } ++ ++ u->state_store_path->name.data = value.data; ++ u->state_store_path->name.len = value.len; ++ } ++ else{ ++ u->state_store_path = ulcf->state_store_path->path; ++ } ++ ++ return NGX_OK; ++} /* }}} */ ++ ++static ngx_int_t ngx_http_upload_options_handler(ngx_http_request_t *r) { /* {{{ */ ++ ngx_http_upload_loc_conf_t *ulcf; ++ ++ ulcf = ngx_http_get_module_loc_conf(r, ngx_http_upload_module); ++ ++ r->headers_out.status = NGX_HTTP_OK; ++ ++ if(ngx_http_upload_add_headers(r, ulcf) != NGX_OK) { ++ return NGX_HTTP_INTERNAL_SERVER_ERROR; ++ } ++ ++ r->header_only = 1; ++ r->headers_out.content_length_n = 0; ++ r->allow_ranges = 0; ++ ++ return ngx_http_send_header(r); ++} /* }}} */ ++ + static ngx_int_t ngx_http_upload_body_handler(ngx_http_request_t *r) { /* {{{ */ + ngx_http_upload_loc_conf_t *ulcf = ngx_http_get_module_loc_conf(r, ngx_http_upload_module); + ngx_http_upload_ctx_t *ctx = ngx_http_get_module_ctx(r, ngx_http_upload_module); +@@ -771,6 +1028,10 @@ + ngx_str_t dummy = ngx_string(""); + ngx_table_elt_t *h; + ++ if(ngx_http_upload_add_headers(r, ulcf) != NGX_OK) { ++ return NGX_HTTP_INTERNAL_SERVER_ERROR; ++ } ++ + if(ctx->prevent_output) { + r->headers_out.status = NGX_HTTP_CREATED; + +@@ -952,7 +1213,8 @@ + ngx_http_upload_loc_conf_t *ulcf = ngx_http_get_module_loc_conf(r, ngx_http_upload_module); + + ngx_file_t *file = &u->output_file; +- ngx_path_t *path = ulcf->store_path; ++ ngx_path_t *path = u->store_path; ++ ngx_path_t *state_path = u->state_store_path; + uint32_t n; + ngx_uint_t i; + ngx_int_t rc; +@@ -992,6 +1254,7 @@ + "hashed path: %s", file->name.data); + + if(u->partial_content) { ++ ngx_file_t *state_file = &u->state_file; + if(u->merge_buffer == NULL) { + u->merge_buffer = ngx_palloc(r->pool, ulcf->merge_buffer_size); + +@@ -999,21 +1262,20 @@ + return NGX_UPLOAD_NOMEM; + } + +- u->state_file.name.len = file->name.len + sizeof(".state") - 1; +- u->state_file.name.data = ngx_palloc(u->request->pool, u->state_file.name.len + 1); ++ state_file->name.len = state_path->name.len + 1 + state_path->len + u->session_id.len + sizeof(".state"); ++ state_file->name.data = ngx_palloc(u->request->pool, state_file->name.len + 1); + +- if(u->state_file.name.data == NULL) ++ if(state_file->name.data == NULL) + return NGX_UPLOAD_NOMEM; + +- ngx_memcpy(u->state_file.name.data, file->name.data, file->name.len); ++ ngx_memcpy(state_file->name.data, state_path->name.data, state_path->name.len); ++ (void) ngx_sprintf(state_file->name.data + state_path->name.len + 1 + state_path->len, ++ "%V.state%Z", &u->session_id); + +- /* +- * NOTE: we add terminating zero for system calls +- */ +- ngx_memcpy(u->state_file.name.data + file->name.len, ".state", sizeof(".state") - 1 + 1); ++ ngx_create_hashed_filename(state_path, state_file->name.data, state_file->name.len); + + ngx_log_debug1(NGX_LOG_DEBUG_CORE, file->log, 0, +- "hashed path of state file: %s", u->state_file.name.data); ++ "hashed path of state file: %s", state_file->name.data); + } + + file->fd = ngx_open_file(file->name.data, NGX_FILE_WRONLY, NGX_FILE_CREATE_OR_OPEN, ulcf->store_access); +@@ -1117,6 +1379,12 @@ + if(u->sha1_ctx != NULL) + SHA1_Init(&u->sha1_ctx->sha1); + ++ if(u->sha256_ctx != NULL) ++ SHA256_Init(&u->sha256_ctx->sha256); ++ ++ if(u->sha512_ctx != NULL) ++ SHA512_Init(&u->sha512_ctx->sha512); ++ + if(u->calculate_crc32) + ngx_crc32_init(u->crc32); + +@@ -1150,7 +1418,10 @@ + #if (NGX_PCRE) + rc = ngx_regex_exec(f[i].regex, &u->field_name, NULL, 0); + +- if (rc != NGX_REGEX_NO_MATCHED && rc < 0) { ++ /* Modified by Naren to work around iMovie and Quicktime which send empty values Added: && u->field_name.len > 0 */ ++ if ((ulcf->empty_field_names && rc != NGX_REGEX_NO_MATCHED && rc < 0 && u->field_name.len != 0) ++ || (!ulcf->empty_field_names && rc != NGX_REGEX_NO_MATCHED && rc < 0)) ++ { + return NGX_UPLOAD_SCRIPTERROR; + } + +@@ -1166,7 +1437,7 @@ + } + } + +- if(pass_field && u->field_name.len > 0) { ++ if(pass_field && u->field_name.len != 0) { + /* + * Here we do a small hack: the content of a non-file field + * is not known until ngx_http_upload_flush_output_buffer +@@ -1207,6 +1478,12 @@ + if(u->sha1_ctx) + SHA1_Final(u->sha1_ctx->sha1_digest, &u->sha1_ctx->sha1); + ++ if(u->sha256_ctx) ++ SHA256_Final(u->sha256_ctx->sha256_digest, &u->sha256_ctx->sha256); ++ ++ if(u->sha512_ctx) ++ SHA512_Final(u->sha512_ctx->sha512_digest, &u->sha512_ctx->sha512); ++ + if(u->calculate_crc32) + ngx_crc32_final(u->crc32); + +@@ -1369,6 +1646,12 @@ + if(u->sha1_ctx) + SHA1_Update(&u->sha1_ctx->sha1, buf, len); + ++ if(u->sha256_ctx) ++ SHA256_Update(&u->sha256_ctx->sha256, buf, len); ++ ++ if(u->sha512_ctx) ++ SHA512_Update(&u->sha512_ctx->sha512, buf, len); ++ + if(u->calculate_crc32) + ngx_crc32_update(&u->crc32, buf, len); + +@@ -1678,7 +1961,7 @@ + ngx_http_upload_merger_state_t ms; + off_t remaining; + ssize_t rc; +- int result; ++ __attribute__((__unused__)) int result; + ngx_buf_t in_buf; + ngx_buf_t out_buf; + ngx_http_upload_loc_conf_t *ulcf = ngx_http_get_module_loc_conf(u->request, ngx_http_upload_module); +@@ -1799,6 +2082,7 @@ + conf->forward_args = NGX_CONF_UNSET; + conf->tame_arrays = NGX_CONF_UNSET; + conf->resumable_uploads = NGX_CONF_UNSET; ++ conf->empty_field_names = NGX_CONF_UNSET; + + conf->buffer_size = NGX_CONF_UNSET_SIZE; + conf->merge_buffer_size = NGX_CONF_UNSET_SIZE; +@@ -1809,6 +2093,7 @@ + conf->limit_rate = NGX_CONF_UNSET_SIZE; + + /* ++ * conf->header_templates, + * conf->field_templates, + * conf->aggregate_field_templates, + * and conf->field_filters are +@@ -1830,27 +2115,15 @@ + } + + if(conf->url.len != 0) { +-#if defined nginx_version && nginx_version >= 7052 +- ngx_conf_merge_path_value(cf, ++ ngx_http_upload_merge_path_value(cf, + &conf->store_path, + prev->store_path, + &ngx_http_upload_temp_path); + +- ngx_conf_merge_path_value(cf, ++ ngx_http_upload_merge_path_value(cf, + &conf->state_store_path, + prev->state_store_path, + &ngx_http_upload_temp_path); +-#else +- ngx_conf_merge_path_value(conf->store_path, +- prev->store_path, +- NGX_HTTP_PROXY_TEMP_PATH, 1, 2, 0, +- ngx_garbage_collector_temp_handler, cf); +- +- ngx_conf_merge_path_value(conf->state_store_path, +- prev->state_store_path, +- NGX_HTTP_PROXY_TEMP_PATH, 1, 2, 0, +- ngx_garbage_collector_temp_handler, cf); +-#endif + } + + ngx_conf_merge_uint_value(conf->store_access, +@@ -1897,6 +2170,11 @@ + prev->resumable_uploads : 0; + } + ++ if(conf->empty_field_names == NGX_CONF_UNSET) { ++ conf->empty_field_names = (prev->empty_field_names != NGX_CONF_UNSET) ? ++ prev->empty_field_names : 0; ++ } ++ + if(conf->field_templates == NULL) { + conf->field_templates = prev->field_templates; + } +@@ -1912,6 +2190,14 @@ + conf->sha1 = prev->sha1; + } + ++ if(prev->sha256) { ++ conf->sha256 = prev->sha256; ++ } ++ ++ if(prev->sha512) { ++ conf->sha512 = prev->sha512; ++ } ++ + if(prev->crc32) { + conf->crc32 = prev->crc32; + } +@@ -1925,6 +2211,10 @@ + conf->cleanup_statuses = prev->cleanup_statuses; + } + ++ if(conf->header_templates == NULL) { ++ conf->header_templates = prev->header_templates; ++ } ++ + return NGX_CONF_OK; + } /* }}} */ + +@@ -2066,6 +2356,80 @@ + return NGX_OK; + } /* }}} */ + ++static ngx_int_t /* {{{ ngx_http_upload_sha256_variable */ ++ngx_http_upload_sha256_variable(ngx_http_request_t *r, ++ ngx_http_variable_value_t *v, uintptr_t data) ++{ ++ ngx_uint_t i; ++ ngx_http_upload_ctx_t *u; ++ u_char *c; ++ u_char *hex_table; ++ ++ u = ngx_http_get_module_ctx(r, ngx_http_upload_module); ++ ++ if(u->sha256_ctx == NULL || u->partial_content) { ++ v->not_found = 1; ++ return NGX_OK; ++ } ++ ++ v->valid = 1; ++ v->no_cacheable = 0; ++ v->not_found = 0; ++ ++ hex_table = (u_char*)data; ++ c = u->sha256_ctx->sha256_digest + SHA256_DIGEST_LENGTH * 2; ++ ++ i = SHA256_DIGEST_LENGTH; ++ ++ do{ ++ i--; ++ *--c = hex_table[u->sha256_ctx->sha256_digest[i] & 0xf]; ++ *--c = hex_table[u->sha256_ctx->sha256_digest[i] >> 4]; ++ }while(i != 0); ++ ++ v->data = u->sha256_ctx->sha256_digest; ++ v->len = SHA256_DIGEST_LENGTH * 2; ++ ++ return NGX_OK; ++} /* }}} */ ++ ++static ngx_int_t /* {{{ ngx_http_upload_sha512_variable */ ++ngx_http_upload_sha512_variable(ngx_http_request_t *r, ++ ngx_http_variable_value_t *v, uintptr_t data) ++{ ++ ngx_uint_t i; ++ ngx_http_upload_ctx_t *u; ++ u_char *c; ++ u_char *hex_table; ++ ++ u = ngx_http_get_module_ctx(r, ngx_http_upload_module); ++ ++ if(u->sha512_ctx == NULL || u->partial_content) { ++ v->not_found = 1; ++ return NGX_OK; ++ } ++ ++ v->valid = 1; ++ v->no_cacheable = 0; ++ v->not_found = 0; ++ ++ hex_table = (u_char*)data; ++ c = u->sha512_ctx->sha512_digest + SHA512_DIGEST_LENGTH * 2; ++ ++ i = SHA512_DIGEST_LENGTH; ++ ++ do{ ++ i--; ++ *--c = hex_table[u->sha512_ctx->sha512_digest[i] & 0xf]; ++ *--c = hex_table[u->sha512_ctx->sha512_digest[i] >> 4]; ++ }while(i != 0); ++ ++ v->data = u->sha512_ctx->sha512_digest; ++ v->len = SHA512_DIGEST_LENGTH * 2; ++ ++ return NGX_OK; ++} /* }}} */ ++ + static ngx_int_t /* {{{ ngx_http_upload_crc32_variable */ + ngx_http_upload_crc32_variable(ngx_http_request_t *r, + ngx_http_variable_value_t *v, uintptr_t data) +@@ -2299,6 +2663,10 @@ + ", upload_file_md5_uc" + ", upload_file_sha1" + ", upload_file_sha1_uc" ++ ", upload_file_sha256" ++ ", upload_file_sha256_uc" ++ ", upload_file_sha512" ++ ", upload_file_sha512_uc" + ", upload_file_crc32" + ", upload_content_range" + " and upload_file_size" +@@ -2312,6 +2680,12 @@ + if(v->get_handler == ngx_http_upload_sha1_variable) + ulcf->sha1 = 1; + ++ if(v->get_handler == ngx_http_upload_sha256_variable) ++ ulcf->sha256 = 1; ++ ++ if(v->get_handler == ngx_http_upload_sha512_variable) ++ ulcf->sha512 = 1; ++ + if(v->get_handler == ngx_http_upload_crc32_variable) + ulcf->crc32 = 1; + } +@@ -2396,37 +2770,104 @@ + return NGX_CONF_OK; + } /* }}} */ + +-static char * /* {{{ ngx_http_upload_cleanup */ +-ngx_http_upload_cleanup(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ++static char * /* {{{ ngx_http_upload_add_header */ ++ngx_http_upload_add_header(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) + { +- ngx_http_upload_loc_conf_t *ulcf = conf; +- + ngx_str_t *value; +- ngx_uint_t i; +- ngx_int_t status, lo, hi; +- uint16_t *s; ++ ngx_http_upload_header_template_t *h; ++ ngx_array_t **field; ++ ngx_http_compile_complex_value_t ccv; ++ ++ field = (ngx_array_t**) (((u_char*)conf) + cmd->offset); + + value = cf->args->elts; + +- if (ulcf->cleanup_statuses == NULL) { +- ulcf->cleanup_statuses = ngx_array_create(cf->pool, 1, +- sizeof(uint16_t)); +- if (ulcf->cleanup_statuses == NULL) { ++ /* ++ * Add new entry to header template list ++ */ ++ if (*field == NULL) { ++ *field = ngx_array_create(cf->pool, 1, ++ sizeof(ngx_http_upload_header_template_t)); ++ if (*field == NULL) { + return NGX_CONF_ERROR; + } + } + +- for (i = 1; i < cf->args->nelts; i++) { +- if(value[i].len > 4 && value[i].data[3] == '-') { +- lo = ngx_atoi(value[i].data, 3); +- +- if (lo == NGX_ERROR) { +- ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, +- "invalid lower bound \"%V\"", &value[i]); +- return NGX_CONF_ERROR; +- } +- +- hi = ngx_atoi(value[i].data + 4, value[i].len - 4); ++ h = ngx_array_push(*field); ++ if (h == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ /* ++ * Compile header name ++ */ ++ h->name = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t)); ++ if(h->name == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ ngx_memzero(&ccv, sizeof(ngx_http_compile_complex_value_t)); ++ ++ ccv.cf = cf; ++ ccv.value = &value[1]; ++ ccv.complex_value = h->name; ++ ++ if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { ++ return NGX_CONF_ERROR; ++ } ++ ++ /* ++ * Compile header value ++ */ ++ h->value = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t)); ++ if(h->value == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ ngx_memzero(&ccv, sizeof(ngx_http_compile_complex_value_t)); ++ ++ ccv.cf = cf; ++ ccv.value = &value[2]; ++ ccv.complex_value = h->value; ++ ++ if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { ++ return NGX_CONF_ERROR; ++ } ++ ++ return NGX_CONF_OK; ++} /* }}} */ ++ ++static char * /* {{{ ngx_http_upload_cleanup */ ++ngx_http_upload_cleanup(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ++{ ++ ngx_http_upload_loc_conf_t *ulcf = conf; ++ ++ ngx_str_t *value; ++ ngx_uint_t i; ++ ngx_int_t status, lo, hi; ++ uint16_t *s; ++ ++ value = cf->args->elts; ++ ++ if (ulcf->cleanup_statuses == NULL) { ++ ulcf->cleanup_statuses = ngx_array_create(cf->pool, 1, ++ sizeof(uint16_t)); ++ if (ulcf->cleanup_statuses == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ } ++ ++ for (i = 1; i < cf->args->nelts; i++) { ++ if(value[i].len > 4 && value[i].data[3] == '-') { ++ lo = ngx_atoi(value[i].data, 3); ++ ++ if (lo == NGX_ERROR) { ++ ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, ++ "invalid lower bound \"%V\"", &value[i]); ++ return NGX_CONF_ERROR; ++ } ++ ++ hi = ngx_atoi(value[i].data + 4, value[i].len - 4); + + if (hi == NGX_ERROR) { + ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, +@@ -2453,9 +2894,9 @@ + hi = lo = status; + } + +- if (lo < 400 || hi > 599) { ++ if (lo < 200 || hi > 599) { + ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, +- "value(s) \"%V\" must be between 400 and 599", ++ "value(s) \"%V\" must be between 200 and 599", + &value[i]); + return NGX_CONF_ERROR; + } +@@ -2523,6 +2964,665 @@ return NGX_CONF_OK; } /* }}} */ ++static char * /* {{{ ngx_http_upload_set_path_slot */ ++ngx_http_upload_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ++{ ++ char *p = conf; ++ ++ ssize_t level; ++ ngx_str_t *value; ++ ngx_uint_t i, n; ++ ngx_http_upload_path_t *path, **slot; ++ ngx_http_compile_complex_value_t ccv; ++ ++ slot = (ngx_http_upload_path_t **) (p + cmd->offset); ++ ++ if (*slot) { ++ return "is duplicate"; ++ } ++ ++ path = ngx_pcalloc(cf->pool, sizeof(ngx_http_upload_path_t)); ++ if (path == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ path->path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t)); ++ if (path->path == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ value = cf->args->elts; ++ ++ path->path->name = value[1]; ++ ++ if (path->path->name.data[path->path->name.len - 1] == '/') { ++ path->path->name.len--; ++ } ++ ++ if (ngx_conf_full_name(cf->cycle, &path->path->name, 0) != NGX_OK) { ++ return NULL; ++ } ++ ++ path->path->len = 0; ++ path->path->manager = NULL; ++ path->path->loader = NULL; ++ path->path->conf_file = cf->conf_file->file.name.data; ++ path->path->line = cf->conf_file->line; ++ ++ for (i = 0, n = 2; n < cf->args->nelts; i++, n++) { ++ level = ngx_atoi(value[n].data, value[n].len); ++ if (level == NGX_ERROR || level == 0) { ++ return "invalid value"; ++ } ++ ++ path->path->level[i] = level; ++ path->path->len += level + 1; ++ } ++ ++ while (i < 3) { ++ path->path->level[i++] = 0; ++ } ++ ++ *slot = path; ++ ++ if(ngx_http_script_variables_count(&value[1])) { ++ ngx_memzero(&ccv, sizeof(ngx_http_compile_complex_value_t)); ++ ++ ccv.cf = cf; ++ ccv.value = &value[1]; ++ ccv.complex_value = &path->dynamic; ++ ++ if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { ++ return NGX_CONF_ERROR; ++ } ++ ++ path->is_dynamic = 1; ++ } ++ else { ++ if (ngx_add_path(cf, &path->path) == NGX_ERROR) { ++ return NGX_CONF_ERROR; ++ } ++ } ++ ++ return NGX_CONF_OK; ++} /* }}} */ ++ ++ ++static char * /* {{{ ngx_http_upload_merge_path_value */ ++ngx_http_upload_merge_path_value(ngx_conf_t *cf, ngx_http_upload_path_t **path, ngx_http_upload_path_t *prev, ++ ngx_path_init_t *init) ++{ ++ if (*path) { ++ return NGX_CONF_OK; ++ } ++ ++ if (prev) { ++ *path = prev; ++ return NGX_CONF_OK; ++ } ++ ++ *path = ngx_palloc(cf->pool, sizeof(ngx_http_upload_path_t)); ++ if(*path == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ (*path)->path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t)); ++ if((*path)->path == NULL) { ++ return NGX_CONF_ERROR; ++ } ++ ++ (*path)->path->name = init->name; ++ ++ if(ngx_conf_full_name(cf->cycle, &(*path)->path->name, 0) != NGX_OK) { ++ return NGX_CONF_ERROR; ++ } ++ ++ (*path)->path->level[0] = init->level[0]; ++ (*path)->path->level[1] = init->level[1]; ++ (*path)->path->level[2] = init->level[2]; ++ ++ (*path)->path->len = init->level[0] + (init->level[0] ? 1 : 0) ++ + init->level[1] + (init->level[1] ? 1 : 0) ++ + init->level[2] + (init->level[2] ? 1 : 0); ++ ++ (*path)->path->manager = NULL; ++ (*path)->path->loader = NULL; ++ (*path)->path->conf_file = NULL; ++ ++ if(ngx_add_path(cf, &(*path)->path) != NGX_OK) { ++ return NGX_CONF_ERROR; ++ } ++ ++ return NGX_CONF_OK; ++} /* }}} */ ++ +static ngx_int_t +ngx_http_write_request_body(ngx_http_request_t *r) +{ @@ -549,11 +1530,10 @@ +} + + -+ ngx_int_t /* {{{ ngx_http_read_upload_client_request_body */ ngx_http_read_upload_client_request_body(ngx_http_request_t *r) { ssize_t size, preread; -@@ -2625,9 +3164,9 @@ +@@ -2625,9 +3725,9 @@ /* the whole request body may be placed in r->header_in */ @@ -566,34 +1546,37 @@ return ngx_http_do_read_upload_client_request_body(r); } -@@ -2684,7 +3223,7 @@ +@@ -2684,7 +3784,9 @@ *next = cl; - rb->to_write = rb->bufs; -+ /* rb->to_write = rb->bufs; */ ++ /* ++ * rb->to_write = rb->bufs; ++ */ r->read_event_handler = ngx_http_read_upload_client_request_body_handler; -@@ -2766,7 +3305,7 @@ +@@ -2766,7 +3868,7 @@ for ( ;; ) { if (rb->buf->last == rb->buf->end) { - rc = ngx_http_process_request_body(r, rb->to_write); -+ rc = ngx_http_process_request_body(r, rb->bufs); ++ rc = ngx_http_process_request_body(r, rb->bufs); switch(rc) { case NGX_OK: -@@ -2782,7 +3321,7 @@ +@@ -2781,8 +3883,7 @@ + default: return NGX_HTTP_INTERNAL_SERVER_ERROR; } - +- - rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs; -+ /* rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs; */ ++ rb->bufs = rb->bufs->next ? rb->bufs->next : rb->bufs; rb->buf->last = rb->buf->start; } -@@ -2874,7 +3413,7 @@ +@@ -2874,7 +3975,7 @@ ngx_del_timer(c->read); } @@ -602,3 +1585,73 @@ switch(rc) { case NGX_OK: +@@ -3299,6 +4400,14 @@ + return NGX_HTTP_REQUEST_ENTITY_TOO_LARGE; + } + ++ if( (upload_ctx->content_range_n.end - upload_ctx->content_range_n.start + 1) ++ != headers_in->content_length_n) ++ { ++ ngx_log_error(NGX_LOG_ERR, upload_ctx->log, 0, ++ "range length is not equal to content length"); ++ return NGX_HTTP_RANGE_NOT_SATISFIABLE; ++ } ++ + upload_ctx->partial_content = 1; + } + } +@@ -3436,8 +4545,8 @@ + return NGX_ERROR; + } + +- if(range_n->start >= range_n->end || range_n->start >= range_n->total +- || range_n->end > range_n->total) ++ if(range_n->start > range_n->end || range_n->start >= range_n->total ++ || range_n->end >= range_n->total) + { + return NGX_ERROR; + } +@@ -3673,3 +4782,43 @@ + } + } /* }}} */ + ++static ngx_int_t /* {{{ */ ++ngx_http_upload_test_expect(ngx_http_request_t *r) ++{ ++ ngx_int_t n; ++ ngx_str_t *expect; ++ ++ if (r->expect_tested ++ || r->headers_in.expect == NULL ++ || r->http_version < NGX_HTTP_VERSION_11) ++ { ++ return NGX_OK; ++ } ++ ++ r->expect_tested = 1; ++ ++ expect = &r->headers_in.expect->value; ++ ++ if (expect->len != sizeof("100-continue") - 1 ++ || ngx_strncasecmp(expect->data, (u_char *) "100-continue", ++ sizeof("100-continue") - 1) ++ != 0) ++ { ++ return NGX_OK; ++ } ++ ++ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, ++ "send 100 Continue"); ++ ++ n = r->connection->send(r->connection, ++ (u_char *) "HTTP/1.1 100 Continue" CRLF CRLF, ++ sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1); ++ ++ if (n == sizeof("HTTP/1.1 100 Continue" CRLF CRLF) - 1) { ++ return NGX_OK; ++ } ++ ++ /* we assume that such small packet should be send successfully */ ++ ++ return NGX_ERROR; ++} /* }}} */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 10:30:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50029572; Wed, 11 Sep 2013 10:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2795E2215; Wed, 11 Sep 2013 10:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BAUDfw047140; Wed, 11 Sep 2013 10:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BAUC1d047139; Wed, 11 Sep 2013 10:30:12 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 10:30:12 GMT Message-Id: <201309111030.r8BAUC1d047139@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, osa@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182010: [PATCH]: www/nginx, www/nginx-devel fix 3rd party upload module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 10:30:13 -0000 Synopsis: [PATCH]: www/nginx, www/nginx-devel fix 3rd party upload module Responsible-Changed-From-To: freebsd-ports-bugs->osa Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 10:30:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182010 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 12:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 289C2D0B for ; Wed, 11 Sep 2013 12:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 077D2279F for ; Wed, 11 Sep 2013 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BC000Y051304 for ; Wed, 11 Sep 2013 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BC00tB051299; Wed, 11 Sep 2013 12:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 12:00:00 GMT Resent-Message-Id: <201309111200.r8BC00tB051299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrea Sozzi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D87D5CA4 for ; Wed, 11 Sep 2013 11:56:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6DCA2775 for ; Wed, 11 Sep 2013 11:56:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BBuTOl057809 for ; Wed, 11 Sep 2013 11:56:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BBuTkt057801; Wed, 11 Sep 2013 11:56:29 GMT (envelope-from nobody) Message-Id: <201309111156.r8BBuTkt057801@oldred.freebsd.org> Date: Wed, 11 Sep 2013 11:56:29 GMT From: Andrea Sozzi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182011: [maintainer update] www/g-cows to 1.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 12:00:01 -0000 >Number: 182011 >Category: ports >Synopsis: [maintainer update] www/g-cows to 1.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 12:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrea Sozzi >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD darkstar.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is an update of www/g-cows to its latest version, 1.12. It fixes a build error on FreeBSD 10.0-CURRENT reported by the FreeBSD package build server. >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -ruN g-cows.bak/Makefile g-cows/Makefile --- g-cows.bak/Makefile 2012-11-17 07:02:34.000000000 +0100 +++ g-cows/Makefile 2013-09-11 11:30:43.000000000 +0200 @@ -6,9 +6,9 @@ # PORTNAME= g-cows -PORTVERSION= 1.9.1 +PORTVERSION= 1.12 CATEGORIES= www -MASTER_SITES= http://www.g-cows.org/download/1.9/ +MASTER_SITES= http://www.g-cows.org/download/1.12/ MAINTAINER= as@g-cows.org COMMENT= Scripting language for creation of web sites diff -ruN g-cows.bak/distinfo g-cows/distinfo --- g-cows.bak/distinfo 2011-03-19 13:34:14.000000000 +0100 +++ g-cows/distinfo 2013-09-11 11:30:53.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (g-cows-1.9.1.tar.gz) = 889412f9d16a3161f53f4cff9baff8a9f0339ae5def5af8979bc821277d1aeb0 -SIZE (g-cows-1.9.1.tar.gz) = 181740 +SHA256 (g-cows-1.12.tar.gz) = 44b8b460b956cf2eef54187ce99989d948b94ca5fb23d87f6debae1101277559 +SIZE (g-cows-1.12.tar.gz) = 205424 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 12:23:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11489589; Wed, 11 Sep 2013 12:23:59 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9198290D; Wed, 11 Sep 2013 12:23:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BCNwCb053287; Wed, 11 Sep 2013 12:23:58 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BCNwOS053286; Wed, 11 Sep 2013 12:23:58 GMT (envelope-from culot) Date: Wed, 11 Sep 2013 12:23:58 GMT Message-Id: <201309111223.r8BCNwOS053286@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/182011: [maintainer update] www/g-cows to 1.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 12:23:59 -0000 Synopsis: [maintainer update] www/g-cows to 1.12 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Sep 11 12:23:58 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182011 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E27FEC97 for ; Wed, 11 Sep 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE55129F1 for ; Wed, 11 Sep 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BCo1Qn054128 for ; Wed, 11 Sep 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BCo1Ms054127; Wed, 11 Sep 2013 12:50:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 12:50:01 GMT Message-Id: <201309111250.r8BCo1Ms054127@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181530: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 12:50:01 -0000 The following reply was made to PR ports/181530; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181530: commit references a PR Date: Wed, 11 Sep 2013 12:43:54 +0000 (UTC) Author: olgeni Date: Wed Sep 11 12:43:47 2013 New Revision: 326970 URL: http://svnweb.freebsd.org/changeset/ports/326970 Log: Upgrade to version 1.2.1. PR: ports/181530 Submitted by: olgeni Approved by: maintainer timeout (15+ days) Modified: head/lang/abcl/Makefile head/lang/abcl/distinfo Modified: head/lang/abcl/Makefile ============================================================================== --- head/lang/abcl/Makefile Wed Sep 11 12:37:57 2013 (r326969) +++ head/lang/abcl/Makefile Wed Sep 11 12:43:47 2013 (r326970) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= abcl -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= lang lisp java -MASTER_SITES= http://common-lisp.net/project/armedbear/releases/${PORTVERSION}/ +MASTER_SITES= http://abcl.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= fischer.frank@gmail.com Modified: head/lang/abcl/distinfo ============================================================================== --- head/lang/abcl/distinfo Wed Sep 11 12:37:57 2013 (r326969) +++ head/lang/abcl/distinfo Wed Sep 11 12:43:47 2013 (r326970) @@ -1,2 +1,2 @@ -SHA256 (abcl-src-1.1.1.tar.gz) = a9d3b1791076234897f5bf9f206c3a882cdc1807251250601910e65174c165f8 -SIZE (abcl-src-1.1.1.tar.gz) = 998991 +SHA256 (abcl-src-1.2.1.tar.gz) = 19f6b7d8b63bccb2470074469dae8a472590152d016e7280c0fe737e21d427e8 +SIZE (abcl-src-1.2.1.tar.gz) = 1044591 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 178291E2 for ; Wed, 11 Sep 2013 13:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E60B02A71 for ; Wed, 11 Sep 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BD01ZY054560 for ; Wed, 11 Sep 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BD01Oi054559; Wed, 11 Sep 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 13:00:01 GMT Resent-Message-Id: <201309111300.r8BD01Oi054559@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5BF1E42 for ; Wed, 11 Sep 2013 12:54:41 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A61F2A2C for ; Wed, 11 Sep 2013 12:54:39 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 320DCBDC4C for ; Wed, 11 Sep 2013 14:54:36 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2AD04BDC1D for ; Wed, 11 Sep 2013 14:54:36 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 9D1016122 for ; Wed, 11 Sep 2013 14:54:35 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id F22D714269C; Wed, 11 Sep 2013 14:54:34 +0200 (CEST) Message-Id: <20130911125434.F22D714269C@aragorn.in.absolight.net> Date: Wed, 11 Sep 2013 14:54:34 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182012: Update dns/opendnssec to 1.4.2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:00:02 -0000 >Number: 182012 >Category: ports >Synopsis: Update dns/opendnssec to 1.4.2. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 13:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- dns_opendnssec.diff begins here --- Index: dns/opendnssec/Makefile =================================================================== --- dns/opendnssec/Makefile (revision 326969) +++ dns/opendnssec/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Index: dns/opendnssec/distinfo =================================================================== --- dns/opendnssec/distinfo (revision 326969) +++ dns/opendnssec/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.4.1.tar.gz) = 7795ba9f98f9c8292d5f9f9d6ffbf88352a6f77986f43acc1a30141f6027cc82 -SIZE (opendnssec-1.4.1.tar.gz) = 988263 +SHA256 (opendnssec-1.4.2.tar.gz) = b4bc70bfb54ede8ed657cc7f669b5f58bc5e20eabf9b01ca107a6876b08bed35 +SIZE (opendnssec-1.4.2.tar.gz) = 991161 --- dns_opendnssec.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 182AE213; Wed, 11 Sep 2013 13:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E23B82A73; Wed, 11 Sep 2013 13:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BD09XK054636; Wed, 11 Sep 2013 13:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BD09hJ054635; Wed, 11 Sep 2013 13:00:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 13:00:09 GMT Message-Id: <201309111300.r8BD09hJ054635@freefall.freebsd.org> To: mat@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182012: Update dns/opendnssec to 1.4.2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:00:10 -0000 Synopsis: Update dns/opendnssec to 1.4.2. State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 13:00:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182012 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:01:52 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8406F269; Wed, 11 Sep 2013 13:01:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57A762A88; Wed, 11 Sep 2013 13:01:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BD1qY3054791; Wed, 11 Sep 2013 13:01:52 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BD1p45054790; Wed, 11 Sep 2013 13:01:51 GMT (envelope-from mat) Date: Wed, 11 Sep 2013 13:01:51 GMT Message-Id: <201309111301.r8BD1p45054790@freefall.freebsd.org> To: jaap@NLnetLabs.nl, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/182012: Update dns/opendnssec to 1.4.2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:01:52 -0000 Synopsis: Update dns/opendnssec to 1.4.2. Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Wed Sep 11 13:01:51 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182012 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A108B72C for ; Wed, 11 Sep 2013 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B30D2B74 for ; Wed, 11 Sep 2013 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BDK146056628 for ; Wed, 11 Sep 2013 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BDK1IG056627; Wed, 11 Sep 2013 13:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 13:20:01 GMT Resent-Message-Id: <201309111320.r8BDK1IG056627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07AC543C for ; Wed, 11 Sep 2013 13:10:04 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id A6B812AE6 for ; Wed, 11 Sep 2013 13:10:03 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 819E1100AB; Wed, 11 Sep 2013 21:46:31 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p6187-ipngn100403kyoto.kyoto.ocn.ne.jp [180.19.93.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 605AA100A9; Wed, 11 Sep 2013 21:46:31 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id r8BCjobA004453; Wed, 11 Sep 2013 21:45:50 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id r8BCjoAk004452; Wed, 11 Sep 2013 21:45:50 +0900 (JST) (envelope-from turutani) Message-Id: <201309111245.r8BCjoAk004452@h120.65.226.10.32118.vlan.kuins.net> Date: Wed, 11 Sep 2013 21:45:50 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182013: www/linux-f10-flashplugin11 is vulnerable Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:20:01 -0000 >Number: 182013 >Category: ports >Synopsis: www/linux-f10-flashplugin11 is vulnerable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #26 r249149: Fri Apr 5 22:13:25 JST 2013 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: www/linux-f10-flashplugin11 is vulnerable. ref: http://www.adobe.com/support/security/bulletins/apsb13-21.html >How-To-Repeat: >Fix: 11.2.202.310 is available. here is a patch: --- Makefile.orig 2013-07-16 06:06:36.000000000 +0900 +++ Makefile 2013-09-11 21:37:34.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: www/linux-f10-flashplugin11/Makefile 323080 2013-07-15 21:06:36Z eadler $ PORTNAME= flashplugin -PORTVERSION= 11.2r202.297 +PORTVERSION= 11.2r202.310 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ LOCAL/nox:suplib --- distinfo.orig 2013-07-16 06:06:36.000000000 +0900 +++ distinfo 2013-09-11 21:38:29.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.297/install_flash_player_11_linux.i386.tar.gz) = 9e20d25df0bc008d02b5fc5d78a972de8f4c7f738e165e3163ef64255611f256 -SIZE (flashplugin/11.2r202.297/install_flash_player_11_linux.i386.tar.gz) = 6923530 -SHA256 (flashplugin/11.2r202.297/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.297/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.310/install_flash_player_11_linux.i386.tar.gz) = 7051aee6bbca66a562c1a8acfa63533744c71cdbe231276f4097462dd24dc061 +SIZE (flashplugin/11.2r202.310/install_flash_player_11_linux.i386.tar.gz) = 6923724 +SHA256 (flashplugin/11.2r202.310/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.310/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19B407C5; Wed, 11 Sep 2013 13:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0912B7A; Wed, 11 Sep 2013 13:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BDK9VK056804; Wed, 11 Sep 2013 13:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BDK9w4056803; Wed, 11 Sep 2013 13:20:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 13:20:09 GMT Message-Id: <201309111320.r8BDK9w4056803@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182013: www/linux-f10-flashplugin11 is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:20:10 -0000 Synopsis: www/linux-f10-flashplugin11 is vulnerable Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 13:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182013 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 13:29:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EB7B950; Wed, 11 Sep 2013 13:29:18 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72AF52BD5; Wed, 11 Sep 2013 13:29:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BDTImm057000; Wed, 11 Sep 2013 13:29:18 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BDTHf4056999; Wed, 11 Sep 2013 13:29:17 GMT (envelope-from wg) Date: Wed, 11 Sep 2013 13:29:17 GMT Message-Id: <201309111329.r8BDTHf4056999@freefall.freebsd.org> To: konstantin@saurbier.net, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181422: [PATCH] graphics/geos: update to 3.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:29:18 -0000 Synopsis: [PATCH] graphics/geos: update to 3.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Wed Sep 11 13:29:17 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181422 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4658AD3 for ; Wed, 11 Sep 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2434B20F2 for ; Wed, 11 Sep 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BEo0dW060232 for ; Wed, 11 Sep 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BEo0jU060231; Wed, 11 Sep 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 14:50:00 GMT Resent-Message-Id: <201309111450.r8BEo0jU060231@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0DB8DE14 for ; Wed, 11 Sep 2013 14:47:09 +0000 (UTC) (envelope-from mad@micro.madpilot.net) Received: from micro.madpilot.net (micro.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 63C9E20BE for ; Wed, 11 Sep 2013 14:47:08 +0000 (UTC) Received: from micro.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP id 3cZm0q1bDfz2wD; Wed, 11 Sep 2013 16:37:31 +0200 (CEST) Received: from micro.madpilot.net ([127.0.0.1]) by micro.madpilot.net (micro.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SGe6c1hNraLV; Wed, 11 Sep 2013 16:37:28 +0200 (CEST) Received: by micro.madpilot.net (Postfix, from userid 1000) id 3cZm0m19Lwz2wC; Wed, 11 Sep 2013 16:37:28 +0200 (CEST) Message-Id: <3cZm0m19Lwz2wC@micro.madpilot.net> Date: Wed, 11 Sep 2013 16:37:28 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182014: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 14:50:01 -0000 >Number: 182014 >Category: ports >Synopsis: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 9.1-STABLE amd64 >Organization: none >Environment: System: FreeBSD micro.madpilot.net 9.1-STABLE FreeBSD 9.1-STABLE #21 r252026: Thu Jun 20 16:27:06 CEST 2013 root@micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64 >Description: - Update scintilla and scite to 3.3.5 - The update fixes build on recent head >How-To-Repeat: >Fix: Index: editors/scite/Makefile =================================================================== --- editors/scite/Makefile (revision 326981) +++ editors/scite/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.5 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Index: editors/scite/distinfo =================================================================== --- editors/scite/distinfo (revision 326981) +++ editors/scite/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (scite333.tgz) = ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3 -SIZE (scite333.tgz) = 1992362 +SHA256 (scite335.tgz) = 5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89 +SIZE (scite335.tgz) = 2099170 Index: x11-toolkits/scintilla/Makefile =================================================================== --- x11-toolkits/scintilla/Makefile (revision 326981) +++ x11-toolkits/scintilla/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.5 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} @@ -28,8 +28,17 @@ PICFLAG?= -fpic .endif +CCISCLANG!= ${CC} --version + +.if empty(CCISCLANG:M*clang*) +CPPSTDRE= -e 's|--std=c++0x||' +.else +CPPSTDRE= +.endif + post-patch: @${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g' \ + ${CPPSTDRE} \ ${WRKSRC}/makefile do-install: Index: x11-toolkits/scintilla/distinfo =================================================================== --- x11-toolkits/scintilla/distinfo (revision 326981) +++ x11-toolkits/scintilla/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (scite333.tgz) = ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3 -SIZE (scite333.tgz) = 1992362 +SHA256 (scite335.tgz) = 5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89 +SIZE (scite335.tgz) = 2099170 Index: x11-toolkits/scintilla/files/patch-aa =================================================================== --- x11-toolkits/scintilla/files/patch-aa (revision 326981) +++ x11-toolkits/scintilla/files/patch-aa (working copy) @@ -1,11 +1,11 @@ ---- makefile.orig 2013-02-18 02:20:43.000000000 -0500 -+++ makefile 2013-02-26 18:16:54.000000000 -0500 +--- makefile.orig 2013-08-31 05:20:24.000000000 +0200 ++++ makefile 2013-09-11 13:10:02.007909736 +0200 @@ -7,14 +7,7 @@ # Also works with ming32-make on Windows. .SUFFIXES: .cxx .c .o .h .a -ifdef CLANG --CC = clang --std=c++0x +-CC = clang -CCOMP = clang -else -CC = g++ @@ -26,8 +26,8 @@ endif vpath %.h ../src ../include ../lexlib -@@ -63,16 +57,17 @@ - CFLAGS:=$(CXXTFLAGS) +@@ -68,16 +62,17 @@ + CXXTFLAGS:=--std=c++0x $(CTFLAGS) CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) +CONFIGLIBS:=$(shell pkg-config --libs $(GTKVERSION)) @@ -46,9 +46,9 @@ clean: $(DEL) *.o $(COMPLIB) *.plist -@@ -88,9 +83,11 @@ +@@ -93,9 +88,11 @@ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ - KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ + KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ - $(MARSHALLER) $(LEXOBJS) - $(AR) rc $@ $^ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 14:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A35B9103; Wed, 11 Sep 2013 14:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 786F820F3; Wed, 11 Sep 2013 14:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BEo9qI060363; Wed, 11 Sep 2013 14:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BEo9v2060362; Wed, 11 Sep 2013 14:50:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 14:50:09 GMT Message-Id: <201309111450.r8BEo9v2060362@freefall.freebsd.org> To: madpilot@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182014: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 14:50:09 -0000 Synopsis: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 14:50:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182014 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 15:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF18B28C for ; Wed, 11 Sep 2013 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BFB92162 for ; Wed, 11 Sep 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BF01pK060658 for ; Wed, 11 Sep 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BF01nc060657; Wed, 11 Sep 2013 15:00:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 15:00:01 GMT Message-Id: <201309111500.r8BF01nc060657@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182014: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 15:00:01 -0000 The following reply was made to PR ports/182014; it has been noted by GNATS. From: Edwin Groothuis To: cyberbotx@cyberbotx.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182014: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head Date: Wed, 11 Sep 2013 14:50:08 UT Maintainer of x11-toolkits/scintilla, Please note that PR ports/182014 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182014 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 15:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 888852EF for ; Wed, 11 Sep 2013 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6709C238E for ; Wed, 11 Sep 2013 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BFU2t4001192 for ; Wed, 11 Sep 2013 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BFU2MY001189; Wed, 11 Sep 2013 15:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 15:30:02 GMT Resent-Message-Id: <201309111530.r8BFU2MY001189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2DAEFA6 for ; Wed, 11 Sep 2013 15:21:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 910922319 for ; Wed, 11 Sep 2013 15:21:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BFLJ6r019596 for ; Wed, 11 Sep 2013 15:21:19 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BFLJCH019588; Wed, 11 Sep 2013 15:21:19 GMT (envelope-from nobody) Message-Id: <201309111521.r8BFLJCH019588@oldred.freebsd.org> Date: Wed, 11 Sep 2013 15:21:19 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182015: audio/aureal-kmod is unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 15:30:02 -0000 >Number: 182015 >Category: ports >Synopsis: audio/aureal-kmod is unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 15:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: stable/9 >Organization: none >Environment: FreeBSD ar1l0u 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #6 r255466M: Wed Sep 11 10:06:31 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: This port becomes unfetchable long time ago. I made additional places to fetch it but port makefile should be updated. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/audio/aureal-kmod/Makefile aureal-kmod/Makefile --- /usr/ports/audio/aureal-kmod/Makefile 2012-07-16 18:55:36.000000000 +0300 +++ aureal-kmod/Makefile 2013-09-11 18:18:42.263468927 +0300 @@ -1,15 +1,13 @@ -# Ports collection makefile for: aureal-kmod -# Date created: 15 January 2001 -# Whom: Maxim Sobolev -# -# $FreeBSD: head/audio/aureal-kmod/Makefile 300895 2012-07-14 12:56:14Z beat $ -# +# $FreeBSD$ -PORTNAME= aureal-kmod +PORTNAME= aureal PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= audio kld -MASTER_SITES= http://www.matey.org/au88x0/ +MASTER_SITES= http://www.matey.org/au88x0/ \ + http://www.b1t.name/distfiles/ \ + http://aureal-snd.googlecode.com/files/ +PKGNAMESUFFIX= -kmod DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION} MAINTAINER= c.kworr@gmail.com >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 15:30:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7144324; Wed, 11 Sep 2013 15:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D73A2393; Wed, 11 Sep 2013 15:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BFUAH9001272; Wed, 11 Sep 2013 15:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BFUABF001271; Wed, 11 Sep 2013 15:30:10 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 15:30:10 GMT Message-Id: <201309111530.r8BFUABF001271@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182015: audio/aureal-kmod is unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 15:30:10 -0000 Synopsis: audio/aureal-kmod is unfetchable Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Sep 11 15:30:10 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182015 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 15:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2CBFF0F for ; Wed, 11 Sep 2013 15:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C27602505 for ; Wed, 11 Sep 2013 15:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BFo0A3001717 for ; Wed, 11 Sep 2013 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BFo05L001709; Wed, 11 Sep 2013 15:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 15:50:00 GMT Resent-Message-Id: <201309111550.r8BFo05L001709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75ACED12 for ; Wed, 11 Sep 2013 15:45:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A28A24CF for ; Wed, 11 Sep 2013 15:45:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BFjq7L088206 for ; Wed, 11 Sep 2013 15:45:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BFjqhN088205; Wed, 11 Sep 2013 15:45:52 GMT (envelope-from nobody) Message-Id: <201309111545.r8BFjqhN088205@oldred.freebsd.org> Date: Wed, 11 Sep 2013 15:45:52 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182016: [patch] security/lynis new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 15:50:01 -0000 >Number: 182016 >Category: ports >Synopsis: [patch] security/lynis new version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p7 >Organization: ARC >Environment: FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013 root@sonya:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated port to lynis-1.3.0 Changes: Converted Makefile header to new style with convert-makefile-header.pl due to porttools fatal Trivial PORTVERSION, distinfo and plist changes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 326988) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Lynis -# Date created: 15 November 2008 -# Whom: Cory McIntire (loon@noncensored.com) -# +# Created by: Cory McIntire (loon@noncensored.com) # $FreeBSD$ -# PORTNAME= lynis -PORTVERSION= 1.2.9 +PORTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= http://www.rootkit.nl/files/ \ http://downloads.rootkit.nl/ Index: distinfo =================================================================== --- distinfo (revision 326988) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (lynis-1.2.9.tar.gz) = 51e69e0d45d6a879a0a22ba1144a49207dad7ed45764172769d67f21f60f5b79 -SIZE (lynis-1.2.9.tar.gz) = 117107 +SHA256 (lynis-1.3.0.tar.gz) = fe265965eb1ce8fac352e0bddea1d5ec6508c319bf88a5f63c2edecf2af6de54 +SIZE (lynis-1.3.0.tar.gz) = 119797 Index: pkg-plist =================================================================== --- pkg-plist (revision 326988) +++ pkg-plist (working copy) @@ -12,11 +12,8 @@ %%DATADIR%%/dev/check-lynis.sh %%DATADIR%%/dev/files.dat %%DATADIR%%/dev/openbsd/+CONTENTS +%%DATADIR%%/plugins/custom_plugin.template %%DATADIR%%/plugins/README -%%DATADIR%%/plugins/plugin_access_files -%%DATADIR%%/plugins/plugin_compliance_pci -%%DATADIR%%/plugins/plugin_homedirs -%%DATADIR%%/plugins/plugin_webserver_data %%DATADIR%%/include/binaries %%DATADIR%%/include/consts %%DATADIR%%/include/functions @@ -59,7 +56,9 @@ %%DATADIR%%/include/tests_ssh %%DATADIR%%/include/tests_storage %%DATADIR%%/include/tests_storage_nfs +%%DATADIR%%/include/tests_tcpwrappers %%DATADIR%%/include/tests_time +%%DATADIR%%/include/tests_tooling %%DATADIR%%/include/tests_virtualization %%DATADIR%%/include/tests_webservers @dirrm %%DATADIR%%/include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 15:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CBAE4F44; Wed, 11 Sep 2013 15:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A35B02509; Wed, 11 Sep 2013 15:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BFo8xR001836; Wed, 11 Sep 2013 15:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BFo81H001835; Wed, 11 Sep 2013 15:50:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 15:50:08 GMT Message-Id: <201309111550.r8BFo81H001835@freefall.freebsd.org> To: kozlov.sergey.404@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182016: [patch] security/lynis new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 15:50:08 -0000 Synopsis: [patch] security/lynis new version State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 15:50:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182016 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 16:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73B3A528 for ; Wed, 11 Sep 2013 16:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 614F8257B for ; Wed, 11 Sep 2013 16:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BG025h002231 for ; Wed, 11 Sep 2013 16:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BG02tI002230; Wed, 11 Sep 2013 16:00:02 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 16:00:02 GMT Message-Id: <201309111600.r8BG02tI002230@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182016: [patch] security/lynis new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 16:00:02 -0000 The following reply was made to PR ports/182016; it has been noted by GNATS. From: Edwin Groothuis To: loon@noncensored.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182016: [patch] security/lynis new version Date: Wed, 11 Sep 2013 15:50:07 UT Maintainer of security/lynis, Please note that PR ports/182016 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182016 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 16:24:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21450DB3; Wed, 11 Sep 2013 16:24:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA68D26F7; Wed, 11 Sep 2013 16:24:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BGOlxi005736; Wed, 11 Sep 2013 16:24:47 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BGOlLo005735; Wed, 11 Sep 2013 16:24:47 GMT (envelope-from madpilot) Date: Wed, 11 Sep 2013 16:24:47 GMT Message-Id: <201309111624.r8BGOlLo005735@freefall.freebsd.org> To: cyberbotx@cyberbotx.com, madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/182014: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 16:24:48 -0000 Synopsis: [PATCH] x11-toolkits/scintilla editor/scite: update to 3.3.5 and unbreak on head Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Wed Sep 11 16:24:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182014 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 16:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B621E138 for ; Wed, 11 Sep 2013 16:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93A832791 for ; Wed, 11 Sep 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BGe0Dx007582 for ; Wed, 11 Sep 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BGe0Hn007581; Wed, 11 Sep 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 16:40:00 GMT Resent-Message-Id: <201309111640.r8BGe0Hn007581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 108BDEC for ; Wed, 11 Sep 2013 16:35:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFE892778 for ; Wed, 11 Sep 2013 16:35:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BGZq5Z097259 for ; Wed, 11 Sep 2013 16:35:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BGZqUJ097251; Wed, 11 Sep 2013 16:35:52 GMT (envelope-from nobody) Message-Id: <201309111635.r8BGZqUJ097251@oldred.freebsd.org> Date: Wed, 11 Sep 2013 16:35:52 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182018: math/cln: xception.h:14:24: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' : std::runtime_error(std::string()) {} X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 16:40:00 -0000 >Number: 182018 >Category: ports >Synopsis: math/cln: xception.h:14:24: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' : std::runtime_error(std::string()) {} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255471: Wed Sep 11 11:25:25 CEST 2013 no libstdc++ no converters/libiconv >Description: Port build/update failure: [...] /bin/sh /usr/local/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../autoconf -I../include -I../src -I../include -I../src -I/usr/local/include -O2 -pipe -O3 -march=native -fPIC -fno-strict-aliasing -MT cl_2D_exptpos.lo -MD -MP -MF .deps/cl_2D_exptpos.Tpo -c -o cl_2D_exptpos.lo `test -f 'base/digit/cl_2D_exptpos.cc' || echo './'`base/digit/cl_2D_exptpos.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../autoconf -I../include -I../src -I../include -I../src -I/usr/local/include -O2 -pipe -O3 -march=native -fPIC -fno-strict-aliasing -MT cl_2D_exptpos.lo -MD -MP -MF .deps/cl_2D_exptpos.Tpo -c base/digit/cl_2D_exptpos.cc -fPIC -DPIC -o .libs/cl_2D_exptpos.o In file included from base/cl_as_exception.cc:4: In file included from ./base/cl_sysdep.h:56: In file included from ./base/cl_macros.h:7: ./include/cln/exception.h:14:24: error: implicit instantiation of undefined In file included from base/cl_condition.cc:4: In file included from ./base/cl_sysdep.h:56: In file included from ./base/cl_macros.h:7: ./include/cln/exception.h:14:24: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' : std::runtime_error(std::string()) {} >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 16:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A3BC165; Wed, 11 Sep 2013 16:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4ED5D2792; Wed, 11 Sep 2013 16:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BGe9ho007715; Wed, 11 Sep 2013 16:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BGe97C007714; Wed, 11 Sep 2013 16:40:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 16:40:09 GMT Message-Id: <201309111640.r8BGe97C007714@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182018: math/cln: xception.h:14:24: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' : std::runtime_error(std::string()) {} X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 16:40:09 -0000 Synopsis: math/cln: xception.h:14:24: error: implicit instantiation of undefined template 'std::__1::basic_string, std::__1::allocator >' : std::runtime_error(std::string()) {} Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 16:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182018 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D586C4C0 for ; Wed, 11 Sep 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3172E7A for ; Wed, 11 Sep 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIU0II029498 for ; Wed, 11 Sep 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIU02P029497; Wed, 11 Sep 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 18:30:00 GMT Resent-Message-Id: <201309111830.r8BIU02P029497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "A.J." Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9773AF1A for ; Wed, 11 Sep 2013 18:21:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8582E2E10 for ; Wed, 11 Sep 2013 18:21:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BILspt038197 for ; Wed, 11 Sep 2013 18:21:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BILsmk038189; Wed, 11 Sep 2013 18:21:54 GMT (envelope-from nobody) Message-Id: <201309111821.r8BILsmk038189@oldred.freebsd.org> Date: Wed, 11 Sep 2013 18:21:54 GMT From: "A.J." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182019: [archivers/zip] Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:30:00 -0000 >Number: 182019 >Category: ports >Synopsis: [archivers/zip] Updated mirror site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: A.J. >Release: >Organization: >Environment: >Description: Current distfile mirror is inoperational. New mirror works. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-09-11 19:57:27.000000000 +0200 +++ Makefile 2013-09-11 19:58:01.000000000 +0200 @@ -9,7 +9,7 @@ PORTVERSION= 3.0 CATEGORIES= archivers MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \ - ftp://ftp.skysmurf.nl/FreeBSD/distfiles/ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= freebsd@skysmurf.nl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:30:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E3264F8; Wed, 11 Sep 2013 18:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 758EB2E81; Wed, 11 Sep 2013 18:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIUAav029702; Wed, 11 Sep 2013 18:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIUAlS029701; Wed, 11 Sep 2013 18:30:10 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 18:30:10 GMT Message-Id: <201309111830.r8BIUAlS029701@freefall.freebsd.org> To: fonz@skysmurf.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182019: [archivers/zip] Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:30:10 -0000 Synopsis: [archivers/zip] Updated mirror site State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 18:30:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182019 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F5234F3; Wed, 11 Sep 2013 18:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8DD82E7E; Wed, 11 Sep 2013 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIU8AR029627; Wed, 11 Sep 2013 18:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIU8NV029626; Wed, 11 Sep 2013 18:30:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 18:30:08 GMT Message-Id: <201309111830.r8BIU8NV029626@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182019: [archivers/zip] Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:30:09 -0000 Synopsis: [archivers/zip] Updated mirror site Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Sep 11 18:30:08 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182019 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:40:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B47B1A30; Wed, 11 Sep 2013 18:40:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC512F22; Wed, 11 Sep 2013 18:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIeGEq031647; Wed, 11 Sep 2013 18:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIeG6H031646; Wed, 11 Sep 2013 18:40:16 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 18:40:16 GMT Message-Id: <201309111840.r8BIeG6H031646@freefall.freebsd.org> To: fonz@skysmurf.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182020: [x11/xtrlock] Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:40:16 -0000 Synopsis: [x11/xtrlock] Mirror site State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 18:40:16 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182020 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEA6584B for ; Wed, 11 Sep 2013 18:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B88E2F1B for ; Wed, 11 Sep 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIe2Kq031488 for ; Wed, 11 Sep 2013 18:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIe2EI031487; Wed, 11 Sep 2013 18:40:02 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 18:40:02 GMT Message-Id: <201309111840.r8BIe2EI031487@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182019: [archivers/zip] Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:40:02 -0000 The following reply was made to PR ports/182019; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@skysmurf.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/182019: [archivers/zip] Updated mirror site Date: Wed, 11 Sep 2013 18:30:09 UT Maintainer of archivers/zip, Please note that PR ports/182019 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182019 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:40:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05AC6A2C; Wed, 11 Sep 2013 18:40:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D05E22F21; Wed, 11 Sep 2013 18:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIeEgA031572; Wed, 11 Sep 2013 18:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIeErX031571; Wed, 11 Sep 2013 18:40:14 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 18:40:14 GMT Message-Id: <201309111840.r8BIeErX031571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182020: [x11/xtrlock] Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:40:15 -0000 Synopsis: [x11/xtrlock] Mirror site Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Sep 11 18:40:14 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182020 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26B6084E for ; Wed, 11 Sep 2013 18:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2D5D2F1E for ; Wed, 11 Sep 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIe2OQ031499 for ; Wed, 11 Sep 2013 18:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIe2gd031498; Wed, 11 Sep 2013 18:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 18:40:02 GMT Resent-Message-Id: <201309111840.r8BIe2gd031498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "A.J." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9013F595 for ; Wed, 11 Sep 2013 18:32:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF322EBE for ; Wed, 11 Sep 2013 18:32:20 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BIWKfc046306 for ; Wed, 11 Sep 2013 18:32:20 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BIWKbw046305; Wed, 11 Sep 2013 18:32:20 GMT (envelope-from nobody) Message-Id: <201309111832.r8BIWKbw046305@oldred.freebsd.org> Date: Wed, 11 Sep 2013 18:32:20 GMT From: "A.J." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182020: [x11/xtrlock] Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:40:03 -0000 >Number: 182020 >Category: ports >Synopsis: [x11/xtrlock] Mirror site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 18:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: A.J. >Release: >Organization: >Environment: >Description: Currently the distfile has no mirror. I'm mirroring it now, hence the update. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-09-11 20:02:01.000000000 +0200 +++ Makefile 2013-09-11 20:14:19.000000000 +0200 @@ -4,7 +4,8 @@ PORTNAME= xtrlock PORTVERSION= 2.3 CATEGORIES= x11 -MASTER_SITES= DEBIAN +MASTER_SITES= DEBIAN \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= freebsd@skysmurf.nl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B974B84A for ; Wed, 11 Sep 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A67282F1A for ; Wed, 11 Sep 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIe1pI031482 for ; Wed, 11 Sep 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIe1uG031481; Wed, 11 Sep 2013 18:40:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 18:40:01 GMT Message-Id: <201309111840.r8BIe1uG031481@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "A.J. 'Fonz' van Werven" Subject: Re: ports/182019: [archivers/zip] Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "A.J. 'Fonz' van Werven" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:40:01 -0000 The following reply was made to PR ports/182019; it has been noted by GNATS. From: "A.J. 'Fonz' van Werven" To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/182019: [archivers/zip] Updated mirror site Date: Wed, 11 Sep 2013 20:33:46 +0200 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Edwin Groothuis wrote: > Maintainer of archivers/zip, >=20 > Please note that PR ports/182019 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/182019 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Submitted it myself. AvW --=20 I'm not completely useless, I can be used as a bad example. --AqsLC8rIMeq19msA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQIcBAEBAgAGBQJSMLeKAAoJEAfP7gJTaCe8OiEQAM0Xm2viisv9J/s0+e8tX7gz xn2BwsTLp7xoM6dqbopc5KBUg73+SfsZsL0KVebN/QVEO4O5l2wXAwixVgQ0Goou 4ZtKvKdEhJ1SyDfRebiXPsgzPK/pV7VZtuGS/Z540FMimwR+UvpsmYG6L79DwJZR FGaW2gE6s3wF5tYEsHUBZemb4N76QvL594pdhg7SkiUZdvn49+Se3sNGObRo9ZF/ 5EEjzgbav8VtYoD50ldat7O7Azf9RMKa5hTwL6Ev48sqsFOjpExA+v0gWugOI0iq mmqxL5c+OgAv1+VcZxEPESt+4iAHUWO5JuMmHRIpT40T5sm+gn5qWNFhxl5LKEdn cjELL3MTUJAfyikjVYDAHj0JYVodwDRUUGVx28bpPA1Rn5J8Hox5c8AHagbipIIv sjtLMSxgi5hUsmu4XHwL6fYyp46264rF3EchkfmEFFX2h9FTCYAiLcl5LJgL2ZFg CyIBtX08TyY0og9KeR4aOqNNQ/4pJ4T+Vhg9oZ5cZtdmcm/cNo812/Wmng3VgUK8 vaauF5xy2n1Yw4vRz0vBhelthoTbGcgFioeQSVu+sP1eqU6MjWLQrnvD156c23uC CRmyHTuQSyartNEQ+raYztrqbH75MNaIkPUCnKSyLl0wIQ42pHrt0myZAIoG5/8X cD3Bs2+qbKZUCV3znIkt =SerM -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B02B71CF for ; Wed, 11 Sep 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE0F2FB1 for ; Wed, 11 Sep 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIo18i033470 for ; Wed, 11 Sep 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIo1e6033469; Wed, 11 Sep 2013 18:50:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 18:50:01 GMT Message-Id: <201309111850.r8BIo1e6033469@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "A.J. 'Fonz' van Werven" Subject: Re: ports/182020: [x11/xtrlock] Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "A.J. 'Fonz' van Werven" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:50:01 -0000 The following reply was made to PR ports/182020; it has been noted by GNATS. From: "A.J. 'Fonz' van Werven" To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/182020: [x11/xtrlock] Mirror site Date: Wed, 11 Sep 2013 20:44:29 +0200 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Edwin Groothuis wrote: > Maintainer of x11/xtrlock, >=20 > Please note that PR ports/182020 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/182020 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Submitted it myself. AvW --=20 I'm not completely useless, I can be used as a bad example. --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQIcBAEBAgAGBQJSMLoNAAoJEAfP7gJTaCe8zXEP/1DCilCmEbrI5u8k2eI/tYiq CNqlRK2SLLHK2bFoAkHdmyjC8vGf7AW6qclrvBjeF8P2lYf7gpVm1B8N7kaL9yxu rVdeXrtIESavhXKVFKUipSIm6L27OL1IYgE8198HeX5KgKi7LaxLtNZTIBBcwvjH ieLlPjvAbDUsRH9im0uwk1jzp1qkvg/4tdUrV/WZ/xkfbm77DBFkuseLUnumdWom wjyDbofNbwEkBWH8AI07LnAqoa3H436ETU1/HAC5rb8v3DQUzh9R1siU9+R+/pF2 I+WUwJVIxGfxEriQbBUAhcFTIbtH5Hddt55dlwhNVGRkNd9FS6gyKjoJJVrB+I+h AxF/iS88PIhO+QUrm5iKYxEPsSU8G9x53la62BSDfdvd+tixIVMNJlqo2rBH9MUc Fn5rq4D3u5WyRwgL0TdBGmGcDf7XqAK5KdELGTcGXjljutvVSVjGNfrbr/TcwSGh KkLSL6MJ01d5zxGZ2Mn7z7nWbIbPD9uXT7ppfEr9sck7dckx8g8mqDmOhMoQAf9s veiDRmEOHMw+VSyYJ6RIlSZxkSZMOD5PiWdQG5Dn1klhEYjMD3dn8/Hilrr6eBbX UWVOYAsFZx4O2j4smyEPulF4Vp1XREVDiUsClfoRvGpY3t3y1ToALbeiYzBbJX3G cy0OFDkssDP7/A84ScAK =AN7m -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 18:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACF8C1E2 for ; Wed, 11 Sep 2013 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B0112FB4 for ; Wed, 11 Sep 2013 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BIo3m6033482 for ; Wed, 11 Sep 2013 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BIo3su033481; Wed, 11 Sep 2013 18:50:03 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 18:50:03 GMT Message-Id: <201309111850.r8BIo3su033481@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182020: [x11/xtrlock] Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 18:50:03 -0000 The following reply was made to PR ports/182020; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@skysmurf.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/182020: [x11/xtrlock] Mirror site Date: Wed, 11 Sep 2013 18:40:15 UT Maintainer of x11/xtrlock, Please note that PR ports/182020 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182020 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 19:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EE6352F for ; Wed, 11 Sep 2013 19:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C03A2074; Wed, 11 Sep 2013 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BJ00nD035191; Wed, 11 Sep 2013 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BJ00gn035190; Wed, 11 Sep 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 19:00:00 GMT Resent-Message-Id: <201309111900.r8BJ00gn035190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: marcus@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2EC8449 for ; Wed, 11 Sep 2013 18:55:18 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mk-outboundfilter-5.mail.uk.tiscali.com (mk-outboundfilter-5.mail.uk.tiscali.com [212.74.114.1]) by mx1.freebsd.org (Postfix) with ESMTP id F026B201E for ; Wed, 11 Sep 2013 18:55:17 +0000 (UTC) Received: from host-2-102-106-185.as13285.net (HELO pegasus.bayofrum.net) ([2.102.106.185]) by smtp.pipex.tiscali.co.uk with ESMTP; 11 Sep 2013 19:55:07 +0100 Received: by pegasus.bayofrum.net (Postfix, from userid 1001) id 83FA03B533; Wed, 11 Sep 2013 19:54:55 +0100 (BST) Message-Id: <20130911185455.83FA03B533@pegasus.bayofrum.net> Date: Wed, 11 Sep 2013 19:54:55 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: marcus@FreeBSD.org Subject: ports/182021: Modify port: ports-mgmt/dialog4ports to allow slave ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 19:00:00 -0000 >Number: 182021 >Category: ports >Synopsis: Modify port: ports-mgmt/dialog4ports to allow slave ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 19:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #1 r252227M: Sat Jun 29 13:55:30 BST 2013 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: Joe Marcus Clarke and I would like to add a slave port to ports-mgmt/dialog4ports to compile a static binary, so that it can be copied to chroots and used inside them without shlib complaints. Please confirm that you approve of the minor modifications to ports-mgmt/dialog4ports, and I'll add the new port. >How-To-Repeat: >Fix: --- patch.txt begins here --- Index: ports-mgmt/Makefile =================================================================== --- ports-mgmt/Makefile (revision 326922) +++ ports-mgmt/Makefile (working copy) @@ -8,6 +8,7 @@ SUBDIR += bxpkg SUBDIR += chucky SUBDIR += dialog4ports + SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon Index: ports-mgmt/dialog4ports/Makefile =================================================================== --- ports-mgmt/dialog4ports/Makefile (revision 326922) +++ ports-mgmt/dialog4ports/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= dialog4ports PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://m1cro.tk/dialog4ports/ \ http://files.etoilebsd.net/dialog4ports/ \ @@ -13,17 +13,19 @@ ftp://invisible-island.net/dialog/:dialog \ http://mirror.shatow.net/freebsd/${PORTNAME}/:dialog -MAINTAINER= rum1cro@yandex.ru -COMMENT= Console Interface to configure ports +MAINTAINER?= rum1cro@yandex.ru +COMMENT?= Console Interface to configure ports # CCACHE has options, so may need d4p, make d4p not ccache friendly # to avoid circular dependency NO_CCACHE= yes MANCOMPRESSED= yes -MAN1= ${PORTNAME}.1 MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null +.if !defined(D4P_SLAVE) +MAN1= ${PORTNAME}.1 PLIST_FILES= bin/dialog4ports +.endif .include @@ -36,7 +38,7 @@ DIALOG4PORTS= ${WRKSRC}/dialog4ports .endif -.if ${OSVERSION} < 900030 +.if ${OSVERSION} < 900030 || defined(D4P_SLAVE) DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${DIALOGNAME}.tgz:dialog DIALOGNAME= dialog-1.1-20120706 Index: ports-mgmt/dialog4ports-static/Makefile =================================================================== --- ports-mgmt/dialog4ports-static/Makefile (revision 0) +++ ports-mgmt/dialog4ports-static/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -static + +MAINTAINER= marcus@marcuscom.com +COMMENT= Console Interface to configure ports (static version for chroots) + +MASTERDIR= ${.CURDIR}/../dialog4ports +DESCR= ${.CURDIR}/pkg-descr +MAKE_ENV+= NO_SHARED=yes +D4P_SLAVE= yes + +PLIST_FILES= bin/dialog4ports-static + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \ + ${PREFIX}/bin/dialog4ports-static + +.include "${MASTERDIR}/Makefile" Property changes on: ports-mgmt/dialog4ports-static/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: ports-mgmt/dialog4ports-static/pkg-descr =================================================================== --- ports-mgmt/dialog4ports-static/pkg-descr (revision 0) +++ ports-mgmt/dialog4ports-static/pkg-descr (working copy) @@ -0,0 +1,4 @@ +dialog4ports -- a dialog for FreeBSD ports. This is a static version that +can be used in chroots, for example in Tinderbox. + +WWW: https://bitbucket.org/m1cro/d4p/ Property changes on: ports-mgmt/dialog4ports-static/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- patch.txt ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 19:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF94E564; Wed, 11 Sep 2013 19:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C32CD2078; Wed, 11 Sep 2013 19:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BJ08qt035330; Wed, 11 Sep 2013 19:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BJ08s1035329; Wed, 11 Sep 2013 19:00:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 19:00:08 GMT Message-Id: <201309111900.r8BJ08s1035329@freefall.freebsd.org> To: marcus@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182021: Modify port: ports-mgmt/dialog4ports to allow slave ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 19:00:09 -0000 Synopsis: Modify port: ports-mgmt/dialog4ports to allow slave ports Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 19:00:08 UTC 2013 Responsible-Changed-Why: portmgr@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182021 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CD1A571 for ; Wed, 11 Sep 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 793AA24E6 for ; Wed, 11 Sep 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BKA0tt049197 for ; Wed, 11 Sep 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BKA0L2049196; Wed, 11 Sep 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 20:10:00 GMT Resent-Message-Id: <201309112010.r8BKA0L2049196@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 946EA1BA for ; Wed, 11 Sep 2013 20:03:35 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mk-outboundfilter-2.mail.uk.tiscali.com (mk-outboundfilter-2.mail.uk.tiscali.com [212.74.114.38]) by mx1.freebsd.org (Postfix) with ESMTP id 308EC2474 for ; Wed, 11 Sep 2013 20:03:34 +0000 (UTC) Received: from host-2-102-106-185.as13285.net (HELO pegasus.bayofrum.net) ([2.102.106.185]) by smtp.pipex.tiscali.co.uk with ESMTP; 11 Sep 2013 21:03:27 +0100 Received: by pegasus.bayofrum.net (Postfix, from userid 1001) id 4F2393B7F3; Wed, 11 Sep 2013 21:03:04 +0100 (BST) Message-Id: <20130911200304.4F2393B7F3@pegasus.bayofrum.net> Date: Wed, 11 Sep 2013 21:03:04 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182022: Fix port: textproc/docbook-xml should use base unzip where possible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 20:10:00 -0000 >Number: 182022 >Category: ports >Synopsis: Fix port: textproc/docbook-xml should use base unzip where possible >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #1 r252227M: Sat Jun 29 13:55:30 BST 2013 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: USE_ZIP depends on any binary called unzip, so build fails when base unzip is present, but not the zip package. http://www.bayofrum.net/medusa/tinderlogs/10-local-20130829053459/docbook-xml-4.2_1.log (modified tinderbox to use the ports system to install dependencies, but will apply if installing on a clean system) >How-To-Repeat: >Fix: Use plain unzip rather than ${UNZIP_CMD} --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 327009) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DocBook XML DTD -# Date created: 28 March 1999 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= docbook-xml PORTVERSION= 4.2 @@ -36,7 +32,7 @@ @[ -d ${DOCBOOKDIR}/ent ] || ${MKDIR} ${DOCBOOKDIR}/ent do-install: - for file in `${UNZIP_CMD} -l ${DISTDIR}/${DISTFILES}|${AWK} '/:[0-9].*[^\/]$$/{print $$4}'`; do \ + for file in `unzip -l ${DISTDIR}/${DISTFILES}|${AWK} '/:[0-9].*[^\/]$$/{print $$4}'`; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${DOCBOOKDIR}/$$file; \ done --- patch.txt ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 20:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A55E5A1; Wed, 11 Sep 2013 20:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FC1224E8; Wed, 11 Sep 2013 20:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BKA8V5049334; Wed, 11 Sep 2013 20:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BKA8Uk049333; Wed, 11 Sep 2013 20:10:08 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 20:10:08 GMT Message-Id: <201309112010.r8BKA8Uk049333@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182022: Fix port: textproc/docbook-xml should use base unzip where possible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 20:10:08 -0000 Synopsis: Fix port: textproc/docbook-xml should use base unzip where possible Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 11 20:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182022 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 22:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8803B32 for ; Wed, 11 Sep 2013 22:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B68E62B8A for ; Wed, 11 Sep 2013 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BM003E071552 for ; Wed, 11 Sep 2013 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BM00nJ071551; Wed, 11 Sep 2013 22:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 11 Sep 2013 22:00:00 GMT Resent-Message-Id: <201309112200.r8BM00nJ071551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, kaltheat Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0D60990 for ; Wed, 11 Sep 2013 21:55:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE96E2B5C for ; Wed, 11 Sep 2013 21:55:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8BLtHQ4057286 for ; Wed, 11 Sep 2013 21:55:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8BLtHTV057268; Wed, 11 Sep 2013 21:55:17 GMT (envelope-from nobody) Message-Id: <201309112155.r8BLtHTV057268@oldred.freebsd.org> Date: Wed, 11 Sep 2013 21:55:17 GMT From: kaltheat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 22:00:00 -0000 >Number: 182025 >Category: ports >Synopsis: net/tigervnc can't be built after upgrade of port to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 11 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: kaltheat >Release: FreeBSD-9.1 >Organization: >Environment: >Description: port can't be compiled correctly, it aborts with this error: # portmaster net/tigervnc .. Making all in hw gmake[1]: Entering directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw' Making all in vnc gmake[2]: Entering directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw/vnc' cat ../../fb/fbrop.h | sed -e 's,and,c_and,g' -e 's,xor,c_xor,g' > ./fbrop.h cat ../../fb/fb.h | sed -e 's,and,c_and,g' -e 's,xor,c_xor,g' > ./fb.h for i in -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include ; do \ if [[ "$i" =~ "pixman" ]]; then \ PIXMANINCDIR=`echo $i | sed s/-I//g`; \ fi; \ done; \ if [ ! "$PIXMANINCDIR" = "" ]; then \ cat $PIXMANINCDIR/pixman.h | sed 's/xor/c_xor/' > ./pixman.h; \ else \ echo Pixman include directory not set in XSERVERLIBS_CFLAGS \(perhaps Pixman was not found by configure?\); \ fi gmake all-am gmake[3]: Entering directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw/vnc' CXX libvnc_la-xf86vncModule.lo CXX libvnccommon_la-vncExtInit.lo CXX libvnccommon_la-vncHooks.lo vncHooks.cc: In function 'Bool vncHooksInit(_Screen*, XserverDesktop*)': vncHooks.cc:314: error: invalid conversion from 'Bool (*)(_Screen*)' to 'Bool (*)(int, _Screen*)' vncHooks.cc:324: error: invalid conversion from 'void (*)(_Screen*, void*, void*)' to 'void (*)(int, void*, void*, void*)' vncHooks.cc: In function 'Bool vncHooksCloseScreen(_Screen*)': vncHooks.cc:411: error: invalid conversion from '_Screen*' to 'int' vncHooks.cc:411: error: too few arguments to function vncHooks.cc: In function 'void vncHooksBlockHandler(_Screen*, void*, void*)': vncHooks.cc:596: error: invalid conversion from '_Screen*' to 'int' vncHooks.cc:596: error: too few arguments to function vncHooks.cc:601: error: invalid conversion from 'void (*)(_Screen*, void*, void*)' to 'void (*)(int, void*, void*, void*)' gmake[3]: *** [libvnccommon_la-vncHooks.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw/vnc' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw/vnc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/tigervnc/work/tigervnc-1.3.0/unix/xserver/hw' gmake: *** [all-recursive] Error 1 *** [post-build] Error code 2 Stop in /usr/ports/net/tigervnc. *** [build] Error code 1 Stop in /usr/ports/net/tigervnc. ===>>> make failed for net/tigervnc ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster net/tigervnc ===>>> Exiting content of /etc/make.conf : WITH_NEW_XORG=true WITH_KMS=true xorg-server-1.12.4_1,1 is installed. >How-To-Repeat: portmaster net/tigervnc >Fix: possibly problem with newer xorg-server-version, http://sourceforge.net/mailarchive/message.php?msg_id=31193398 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 22:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89FCEB66; Wed, 11 Sep 2013 22:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60E362B8E; Wed, 11 Sep 2013 22:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BM09SK071684; Wed, 11 Sep 2013 22:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BM090j071683; Wed, 11 Sep 2013 22:00:09 GMT (envelope-from edwin) Date: Wed, 11 Sep 2013 22:00:09 GMT Message-Id: <201309112200.r8BM090j071683@freefall.freebsd.org> To: kaltheat@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 22:00:09 -0000 Synopsis: net/tigervnc can't be built after upgrade of port to 1.3.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 11 22:00:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182025 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 11 22:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A165CAC for ; Wed, 11 Sep 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 671572C20 for ; Wed, 11 Sep 2013 22:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BMA1YU073713 for ; Wed, 11 Sep 2013 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BMA1vX073712; Wed, 11 Sep 2013 22:10:01 GMT (envelope-from gnats) Date: Wed, 11 Sep 2013 22:10:01 GMT Message-Id: <201309112210.r8BMA1vX073712@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 22:10:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: Edwin Groothuis To: meta+ports@vmeta.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Wed, 11 Sep 2013 22:00:08 UT Maintainer of net/tigervnc, Please note that PR ports/182025 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182025 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 03:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B57161F0 for ; Thu, 12 Sep 2013 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87B5E2BFC for ; Thu, 12 Sep 2013 03:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C3o1cF049170 for ; Thu, 12 Sep 2013 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C3o12E049169; Thu, 12 Sep 2013 03:50:01 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 03:50:01 GMT Message-Id: <201309120350.r8C3o12E049169@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 03:50:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: Koichiro IWAO To: bug-followup@freebsd.org, kaltheat@gmail.com Cc: Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Thu, 12 Sep 2013 12:43:23 +0900 I cannot reproduce the failure. Fix that you show is already included the port. Could you email me whole build log? -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 05:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08AB2E02 for ; Thu, 12 Sep 2013 05:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA7482F9B for ; Thu, 12 Sep 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C5A040064171 for ; Thu, 12 Sep 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C5A0Je064119; Thu, 12 Sep 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 05:10:00 GMT Resent-Message-Id: <201309120510.r8C5A0Je064119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mihail Timofeev <9267096@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8413DE2 for ; Thu, 12 Sep 2013 05:05:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4D2F2F89 for ; Thu, 12 Sep 2013 05:05:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8C55JQk017316 for ; Thu, 12 Sep 2013 05:05:19 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8C55Jq9017296; Thu, 12 Sep 2013 05:05:19 GMT (envelope-from nobody) Message-Id: <201309120505.r8C55Jq9017296@oldred.freebsd.org> Date: Thu, 12 Sep 2013 05:05:19 GMT From: Mihail Timofeev <9267096@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182026: [maintainer update] upgrade russian/wordpress to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 05:10:01 -0000 >Number: 182026 >Category: ports >Synopsis: [maintainer update] upgrade russian/wordpress to 3.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mihail Timofeev >Release: FreeBSD 9.2-PRERELEASE r255073 >Organization: >Environment: >Description: upgrade to 3.6.1 Changes: http://codex.wordpress.org/Version_3.6.1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN wordpress.bak/Makefile wordpress/Makefile --- wordpress.bak/Makefile 2013-09-12 11:57:39.000000000 +0700 +++ wordpress/Makefile 2013-09-12 11:57:55.000000000 +0700 @@ -2,7 +2,7 @@ # $FreeBSD: russian/wordpress/Makefile 324304 2013-08-06 07:48:03Z wen $ PORTNAME= wordpress -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU diff -ruN wordpress.bak/distinfo wordpress/distinfo --- wordpress.bak/distinfo 2013-09-12 11:57:39.000000000 +0700 +++ wordpress/distinfo 2013-09-12 11:58:26.000000000 +0700 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.6-ru_RU.tar.gz) = 348bc21910a029f1c56847e707c777c4b24803cfa652978e682e0ee8ca9be351 -SIZE (wordpress-3.6-ru_RU.tar.gz) = 6017056 +SHA256 (wordpress-3.6.1-ru_RU.tar.gz) = 1677bf517deb2ff7bdd388def326ae5b9c72d5be0e9303568876e9f22641e680 +SIZE (wordpress-3.6.1-ru_RU.tar.gz) = 6022686 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 06:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7362962 for ; Thu, 12 Sep 2013 06:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D89B2245 for ; Thu, 12 Sep 2013 06:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C600FN073465 for ; Thu, 12 Sep 2013 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C600hi073464; Thu, 12 Sep 2013 06:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 06:00:00 GMT Resent-Message-Id: <201309120600.r8C600hi073464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3022936 for ; Thu, 12 Sep 2013 05:58:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0327223A for ; Thu, 12 Sep 2013 05:58:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8C5w2lP037331 for ; Thu, 12 Sep 2013 05:58:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8C5w2MT037330; Thu, 12 Sep 2013 05:58:02 GMT (envelope-from nobody) Message-Id: <201309120558.r8C5w2MT037330@oldred.freebsd.org> Date: Thu, 12 Sep 2013 05:58:02 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182027: astro/stellarium: error: call to 'abs' is ambiguous int m = (int)((std::abs(hours)-std::abs(h))*60); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:00:00 -0000 >Number: 182027 >Category: ports >Synopsis: astro/stellarium: error: call to 'abs' is ambiguous int m = (int)((std::abs(hours)-std::abs(h))*60); >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 06:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #4 r255479: Wed Sep 11 21:41:38 CEST 2013 amd64 no libstdc++ no conversters/libiconv >Description: This cmath/math.h issue bothers me a long time for now in graphics/blender (non working on FreeBSD 10.0-CURRENT for a long time now) and now in astro/stellarium: [...] [ 83%] Building CXX object src/CMakeFiles/stellarium.dir/core/StelTranslator.cpp.o /usr/ports/astro/stellarium/work/stellarium-0.12.3/src/core/StelUtils.cpp:1068:33: error: call to 'abs' is ambiguous int m = (int)((std::abs(hours)-std::abs(h))*60); ^~~~~~~~ /usr/include/c++/v1/cmath:659:1: note: candidate function abs(float __x) _NOEXCEPT {return fabsf(__x);} >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 06:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39404991; Thu, 12 Sep 2013 06:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE9A2247; Thu, 12 Sep 2013 06:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C608Mk073602; Thu, 12 Sep 2013 06:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C608gc073601; Thu, 12 Sep 2013 06:00:08 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 06:00:08 GMT Message-Id: <201309120600.r8C608gc073601@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182027: astro/stellarium: error: call to 'abs' is ambiguous int m = (int)((std::abs(hours)-std::abs(h))*60); X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:00:09 -0000 Synopsis: astro/stellarium: error: call to 'abs' is ambiguous int m = (int)((std::abs(hours)-std::abs(h))*60); Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 06:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182027 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 06:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E12E2590 for ; Thu, 12 Sep 2013 06:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF0E72437 for ; Thu, 12 Sep 2013 06:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C6e0iP085766 for ; Thu, 12 Sep 2013 06:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C6e0c7085730; Thu, 12 Sep 2013 06:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 06:40:00 GMT Resent-Message-Id: <201309120640.r8C6e0c7085730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7A33316 for ; Thu, 12 Sep 2013 06:32:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3B2623E2 for ; Thu, 12 Sep 2013 06:32:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8C6W2E5010999 for ; Thu, 12 Sep 2013 06:32:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8C6W2rq010998; Thu, 12 Sep 2013 06:32:02 GMT (envelope-from nobody) Message-Id: <201309120632.r8C6W2rq010998@oldred.freebsd.org> Date: Thu, 12 Sep 2013 06:32:02 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182028: print/texlive-base: error: member access into incomplete type 'struct timeval' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:40:01 -0000 >Number: 182028 >Category: ports >Synopsis: print/texlive-base: error: member access into incomplete type 'struct timeval' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 06:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #1 r255479: Wed Sep 11 21:47:51 CEST 2013 amd64 no libstdc++ no converters/libiconv >Description: [...] c++ -DHAVE_CONFIG_H -I. -I./dvisvgm-1.0.11/src -I./dvisvgm-1.0.11/potracelib -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -Wimplicit -Wreturn-type -Wno-unknown-pragmas -Wno-write-strings -O2 -pipe -O3 -march=native -I/usr/local/include -I/usr/local/include/kpathsea -I/usr/local/include/ptexenc -fno-strict-aliasing -MT FileFinder.o -MD -MP -MF .deps/FileFinder.Tpo -c -o FileFinder.o `test -f 'dvisvgm-1.0.11/src/FileFinder.cpp' || echo './'`dvisvgm-1.0.11/src/FileFinder.cpp In file included from dvisvgm-1.0.11/src/FileFinder.cpp:43: In file included from /usr/local/include/kpathsea/kpathsea.h:18: In file included from /usr/local/include/kpathsea/c-stat.h:23: In file included from /usr/include/sys/stat.h:99: /usr/include/sys/time.h:193:5: error: member access into incomplete type 'struct timeval' _tv->tv_sec = _bt->sec; >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 06:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D02845C4; Thu, 12 Sep 2013 06:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A513D243B; Thu, 12 Sep 2013 06:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C6e9b2085887; Thu, 12 Sep 2013 06:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8C6e9mt085886; Thu, 12 Sep 2013 06:40:09 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 06:40:09 GMT Message-Id: <201309120640.r8C6e9mt085886@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182028: print/texlive-base: error: member access into incomplete type 'struct timeval' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:40:09 -0000 Synopsis: print/texlive-base: error: member access into incomplete type 'struct timeval' Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 06:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182028 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 10:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4EF151A for ; Thu, 12 Sep 2013 10:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95BD52823 for ; Thu, 12 Sep 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CAo0Bi046265 for ; Thu, 12 Sep 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CAo0ja046256; Thu, 12 Sep 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 10:50:00 GMT Resent-Message-Id: <201309121050.r8CAo0ja046256@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trevor Caira Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FE456A for ; Thu, 12 Sep 2013 10:40:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64AA827A3 for ; Thu, 12 Sep 2013 10:40:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CAewjI068815 for ; Thu, 12 Sep 2013 10:40:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CAewHV068806; Thu, 12 Sep 2013 10:40:58 GMT (envelope-from nobody) Message-Id: <201309121040.r8CAewHV068806@oldred.freebsd.org> Date: Thu, 12 Sep 2013 10:40:58 GMT From: Trevor Caira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182030: [patch] mod_wsgi3 segfaults under apache 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 10:50:00 -0000 >Number: 182030 >Category: ports >Synopsis: [patch] mod_wsgi3 segfaults under apache 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 10:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Trevor Caira >Release: FreeBSD 9.2-RC3 >Organization: Bitbase LLC >Environment: System: FreeBSD tour 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hello world WSGI application segfaults using process groups (WSGIProcessGroup) under apache 2.4. Documented in https://groups.google.com/forum/#!topic/modwsgi/yNdFjWrqgJw >How-To-Repeat: >Fix: Patch committed upstream. There has not been an official release incorporating this patch, but debian and ubuntu both ship patched version. I have attached a patch which bumps the PORTREVISION and includes the patch from upstream. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327052) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= mod_wsgi PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -11,7 +12,6 @@ LICENSE= AL2 - #LATEST_LINK= mod_wsgi CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* Index: files/patch-mod__wsgi.c =================================================================== --- files/patch-mod__wsgi.c (revision 0) +++ files/patch-mod__wsgi.c (working copy) @@ -0,0 +1,16 @@ +--- mod_wsgi.c.orig 2012-08-22 23:10:44.000000000 -0400 ++++ mod_wsgi.c 2013-09-12 06:29:36.718830524 -0400 +@@ -10600,7 +10600,13 @@ + * will add their own input/output filters to the chain. + */ + ++#if AP_MODULE_MAGIC_AT_LEAST(20110619,0) ++ /* For 2.4 a NULL sbh pointer should work. */ ++ sbh = NULL; ++#else ++ /* For 2.2 a dummy sbh pointer is needed. */ + ap_create_sb_handle(&sbh, p, -1, 0); ++#endif + + c = (conn_rec *)apr_pcalloc(p, sizeof(conn_rec)); + Property changes on: files/patch-mod__wsgi.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF1EBB79 for ; Thu, 12 Sep 2013 11:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFDA2959 for ; Thu, 12 Sep 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBA0WL050057 for ; Thu, 12 Sep 2013 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBA0cq050050; Thu, 12 Sep 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 11:10:00 GMT Resent-Message-Id: <201309121110.r8CBA0cq050050@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trevor Caira Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F9F7AD5 for ; Thu, 12 Sep 2013 11:07:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D62DE2940 for ; Thu, 12 Sep 2013 11:07:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CB7o8C095615 for ; Thu, 12 Sep 2013 11:07:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CB7oNR095611; Thu, 12 Sep 2013 11:07:50 GMT (envelope-from nobody) Message-Id: <201309121107.r8CB7oNR095611@oldred.freebsd.org> Date: Thu, 12 Sep 2013 11:07:50 GMT From: Trevor Caira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182032: [new port] databases/postgis21: Adds support for geographic objects to PostgreSQL databases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:10:00 -0000 >Number: 182032 >Category: ports >Synopsis: [new port] databases/postgis21: Adds support for geographic objects to PostgreSQL databases >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Trevor Caira >Release: FreeBSD 9.2-RC3 >Organization: Bitbase LLC >Environment: System: FreeBSD tour 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port: databases/postgis21 Adds support for geographic objects to PostgreSQL databases. This port updates (and conflicts with) the postgis* line of ports. Postgis 2.1.0 introduces new features, performance improvements and bug fixes. New functions are detailed at [0]. [0] http://postgis.net/docs/manual-2.1/PostGIS_Special_Functions_Index.html#NewFunctions_2_1 >How-To-Repeat: >Fix: A shar containing the new port is attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # postgis21 # postgis21/pkg-install # postgis21/Makefile # postgis21/distinfo # postgis21/pkg-plist # postgis21/pkg-descr # echo c - postgis21 mkdir -p postgis21 > /dev/null 2>&1 echo x - postgis21/pkg-install sed 's/^X//' >postgis21/pkg-install << '121427a73f46e7cb5ff327c41d986143' X#!/bin/sh X Xmsg(){ X echo " X ======================= GEOS Support Notice ======================== X In order to use the GEOS support, you may need to specially compile X your version of PostgreSQL to link the C++ runtime library. X To do this, invoke the PostgreSQL Makefile script this way: X X on csh shell: X X setenv LDFLAGS -lstdc++ X make X X on sh or bash shell: X X export LDFLAGS=-lstdc++ X make X X The initial LDFLAGS variable is passed through to the Makefile and X adds the C++ library to the linking stage. X X ==================================================================== X" Xif [ -n "${PACKAGE_BUILDING}" ]; then X sleep 10 Xfi X X X} X Xcase "$2" in X PRE-INSTALL) X msg ;; X MESSAGE) X msg ;; Xesac 121427a73f46e7cb5ff327c41d986143 echo x - postgis21/Makefile sed 's/^X//' >postgis21/Makefile << 'bb1fcbde207136fbbe5ae73cf04e0eb5' X# $FreeBSD$ X XPORTNAME= postgis XPORTVERSION= 2.1.0 XCATEGORIES= databases geography XMASTER_SITES= http://download.osgeo.org/postgis/source/ X XMAINTAINER= trevor@bitba.se XCOMMENT= Adds support for geographic objects to PostgreSQL databases X XLIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ X geos:${PORTSDIR}/graphics/geos \ X json:${PORTSDIR}/devel/json-c XRUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server X XCONFLICTS= postgis-1.* postgis-2.0.* XLATEST_LINK= postgis21 X XUSE_GNOME= libxml2 XUSE_PGSQL= yes XUSE_GMAKE= yes XUSES= iconv XUSE_LDCONFIG= yes XGNU_CONFIGURE= yes XUSE_PERL5_BUILD= yes X XOPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY XOPTIONS_DEFAULT= TOPOLOGY X XPLIST_SUB+= PORTVERSION=${PORTVERSION} X XLOADERGUI_DESC= Enable shp2pgsql-gui XRASTER_DESC= Build with raster support XTOPOLOGY_DESC= Build with topology support X X.include X X.if ${PORT_OPTIONS:MLOADERGUI} XUSE_GNOME+= gtk20 XCONFIGURE_ARGS+= --with-gui XPLIST_SUB+= LOADERGUI="" X.else XCONFIGURE_ARGS+= --without-gui XPLIST_SUB+= LOADERGUI="@comment " X.endif X X.if ${PORT_OPTIONS:MRASTER} X.if ${OSVERSION} < 900033 XBROKEN= Raster suppport is broken on FreeBSD < 9.x X.endif XLIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal XCONFIGURE_ARGS+= --with-raster --with-gdalconfig=${LOCALBASE}/bin/gdal-config XPLIST_SUB+= RASTER="" X.else XCONFIGURE_ARGS+= --without-raster XPLIST_SUB+= RASTER="@comment " X.endif X X.if ${PORT_OPTIONS:MTOPOLOGY} XCONFIGURE_ARGS+= --with-topology XPLIST_SUB+= TOPOLOGY="" X.else XCONFIGURE_ARGS+= --without-topology XPLIST_SUB+= TOPOLOGY="@comment " X.endif X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X Xpost-patch: X @${GREP} -lR 'bin/bash' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e "s|/bin/bash|/bin/sh|" X Xpre-configure: X @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL X Xpost-install: .SILENT X ${MKDIR} ${DATADIR}/tiger_2011 X (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} \* ${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" ) X ${MKDIR} ${DATADIR}/utils X (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} \* ${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" ) X X.include bb1fcbde207136fbbe5ae73cf04e0eb5 echo x - postgis21/distinfo sed 's/^X//' >postgis21/distinfo << '5692aa43a46d507f5481dd33029fe3d5' XSHA256 (postgis-2.1.0.tar.gz) = fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c XSIZE (postgis-2.1.0.tar.gz) = 6518378 5692aa43a46d507f5481dd33029fe3d5 echo x - postgis21/pkg-plist sed 's/^X//' >postgis21/pkg-plist << 'd5eaca68fbfb9166e71f76fe41a0d844' Xbin/pgsql2shp X%%RASTER%%bin/raster2pgsql Xbin/shp2pgsql X%%LOADERGUI%%bin/shp2pgsql-gui Xinclude/liblwgeom.h Xlib/postgresql/postgis-2.1.so X%%RASTER%%lib/postgresql/rtpostgis-2.1.so Xlib/liblwgeom-%%PORTVERSION%%.so Xlib/liblwgeom.a Xlib/liblwgeom.la Xlib/liblwgeom.so X%%DATADIR%%/tiger_2011/README X%%DATADIR%%/tiger_2011/census_loader.sql X%%DATADIR%%/tiger_2011/create_geocode.bat X%%DATADIR%%/tiger_2011/create_geocode.sh X%%DATADIR%%/tiger_2011/create_geocode.sql X%%DATADIR%%/tiger_2011/geocode/census_tracts_functions.sql X%%DATADIR%%/tiger_2011/geocode/geocode.sql X%%DATADIR%%/tiger_2011/geocode/geocode_address.sql X%%DATADIR%%/tiger_2011/geocode/geocode_intersection.sql X%%DATADIR%%/tiger_2011/geocode/geocode_location.sql X%%DATADIR%%/tiger_2011/geocode/includes_address.sql X%%DATADIR%%/tiger_2011/geocode/interpolate_from_address.sql X%%DATADIR%%/tiger_2011/geocode/other_helper_functions.sql X%%DATADIR%%/tiger_2011/geocode/rate_attributes.sql X%%DATADIR%%/tiger_2011/geocode/reverse_geocode.sql X%%DATADIR%%/tiger_2011/geocode_settings.sql X%%DATADIR%%/tiger_2011/legacy_import/tiger2008/import_tiger_shps.sh X%%DATADIR%%/tiger_2011/normalize/count_words.sql X%%DATADIR%%/tiger_2011/normalize/end_soundex.sql X%%DATADIR%%/tiger_2011/normalize/get_last_words.sql X%%DATADIR%%/tiger_2011/normalize/location_extract.sql X%%DATADIR%%/tiger_2011/normalize/location_extract_countysub_exact.sql X%%DATADIR%%/tiger_2011/normalize/location_extract_countysub_fuzzy.sql X%%DATADIR%%/tiger_2011/normalize/location_extract_place_exact.sql X%%DATADIR%%/tiger_2011/normalize/location_extract_place_fuzzy.sql X%%DATADIR%%/tiger_2011/normalize/normalize_address.sql X%%DATADIR%%/tiger_2011/normalize/pprint_addy.sql X%%DATADIR%%/tiger_2011/normalize/state_extract.sql X%%DATADIR%%/tiger_2011/pagc_normalize/pagc_normalize_address.sql X%%DATADIR%%/tiger_2011/pagc_normalize/pagc_tables.sql X%%DATADIR%%/tiger_2011/regress/geocode_regress X%%DATADIR%%/tiger_2011/regress/geocode_regress.sql X%%DATADIR%%/tiger_2011/regress/normalize_address_regress X%%DATADIR%%/tiger_2011/regress/normalize_address_regress.sql X%%DATADIR%%/tiger_2011/regress/pagc_normalize_address_regress.sql X%%DATADIR%%/tiger_2011/regress/regress.sql X%%DATADIR%%/tiger_2011/regress/reverse_geocode_regress X%%DATADIR%%/tiger_2011/regress/reverse_geocode_regress.sql X%%DATADIR%%/tiger_2011/tables/lookup_tables_2011.sql X%%DATADIR%%/tiger_2011/tiger_loader_2011.sql X%%DATADIR%%/tiger_2011/tiger_loader_2012.sql X%%DATADIR%%/tiger_2011/topology/README X%%DATADIR%%/tiger_2011/topology/tiger_topology_loader.sql X%%DATADIR%%/tiger_2011/upgrade_geocode.sql X%%DATADIR%%/tiger_2011/upgrade_geocoder.bat X%%DATADIR%%/tiger_2011/upgrade_geocoder.sh X%%DATADIR%%/tiger_2011/utility/cull_null.sql X%%DATADIR%%/tiger_2011/utility/levenshtein_ignore_case.sql X%%DATADIR%%/tiger_2011/utility/nullable_levenshtein.sql X%%DATADIR%%/tiger_2011/utility/set_search_path.sql X%%DATADIR%%/tiger_2011/utility/utmzone.sql X%%DATADIR%%/utils/Makefile X%%DATADIR%%/utils/Makefile.in X%%DATADIR%%/utils/README X%%DATADIR%%/utils/create_undef.pl X%%DATADIR%%/utils/postgis_proc_upgrade.pl X%%DATADIR%%/utils/postgis_restore.pl X%%DATADIR%%/utils/postgis_restore.pl.in X%%DATADIR%%/utils/profile_intersects.pl X%%DATADIR%%/utils/read_scripts_version.pl X%%DATADIR%%/utils/svn_repo_revision.pl X%%DATADIR%%/utils/test_estimation.pl X%%DATADIR%%/utils/test_geography_estimation.pl X%%DATADIR%%/utils/test_geography_joinestimation.pl X%%DATADIR%%/utils/test_joinestimation.pl X%%DATADIR%%/utils/uninstall_script Xshare/postgresql/contrib/postgis-2.1/legacy.sql Xshare/postgresql/contrib/postgis-2.1/legacy_gist.sql Xshare/postgresql/contrib/postgis-2.1/legacy_minimal.sql Xshare/postgresql/contrib/postgis-2.1/postgis.sql Xshare/postgresql/contrib/postgis-2.1/postgis_comments.sql Xshare/postgresql/contrib/postgis-2.1/postgis_restore.pl Xshare/postgresql/contrib/postgis-2.1/postgis_upgrade_20_21.sql Xshare/postgresql/contrib/postgis-2.1/postgis_upgrade_21_minor.sql Xshare/postgresql/contrib/postgis-2.1/raster_comments.sql Xshare/postgresql/contrib/postgis-2.1/spatial_ref_sys.sql Xshare/postgresql/contrib/postgis-2.1/uninstall_legacy.sql Xshare/postgresql/contrib/postgis-2.1/uninstall_postgis.sql Xshare/postgresql/contrib/postgis-2.1/uninstall_sfcgal.sql X%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis.sql X%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_legacy.sql X%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_upgrade_20_21.sql X%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_upgrade_21_minor.sql X%%RASTER%%share/postgresql/contrib/postgis-2.1/uninstall_rtpostgis.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology_upgrade_21_minor.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/uninstall_topology.sql X%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology_comments.sql X%%RASTER%%share/postgresql/extension/postgis--2.0.0--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.0.1--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.0.2--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.0.3--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.0.4--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql X%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.1.0rc1--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.1.0rc2--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--2.1.0rc3--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis.control X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.0--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.1--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.2--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.3--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.4--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc1--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc2--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc3--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql X%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder.control X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.0--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.1--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.2--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.3--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.4--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.0rc1--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.0rc2--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.0rc3--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql X%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology.control X@dirrm %%DATADIR%%/utils X@dirrm %%DATADIR%%/tiger_2011/utility X@dirrm %%DATADIR%%/tiger_2011/topology X@dirrm %%DATADIR%%/tiger_2011/tables X@dirrm %%DATADIR%%/tiger_2011/regress X@dirrm %%DATADIR%%/tiger_2011/pagc_normalize X@dirrm %%DATADIR%%/tiger_2011/normalize X@dirrm %%DATADIR%%/tiger_2011/legacy_import X@dirrm %%DATADIR%%/tiger_2011/legacy_import/tiger2008 X@dirrm %%DATADIR%%/tiger_2011/geocode X@dirrm %%DATADIR%%/tiger_2011 X@dirrm %%DATADIR%% X@dirrm share/postgresql/contrib/postgis-2.1 d5eaca68fbfb9166e71f76fe41a0d844 echo x - postgis21/pkg-descr sed 's/^X//' >postgis21/pkg-descr << '7de8957fb083cb3332477082f6b121df' XPostGIS adds support for geographic objects to the PostgreSQL object-relational Xdatabase. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing Xit to be used as a backend spatial database for geographic information systems X(GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the XOpenGIS "Simple Features Specification for SQL" and has been certified as Xcompliant with the "Types and Functions" profile. X XPostGIS development was started by Refractions Research as a project in open Xsource spatial database technology. PostGIS is released under the GNU General XPublic License. PostGIS continues to be developed by a group of contributors led Xby a Project Steering Committee and new features continue to be added. X XWWW: http://www.postgis.org/ 7de8957fb083cb3332477082f6b121df exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9237DB77 for ; Thu, 12 Sep 2013 11:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 701AF2957 for ; Thu, 12 Sep 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBA0ZA049993 for ; Thu, 12 Sep 2013 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBA0QA049992; Thu, 12 Sep 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 11:10:00 GMT Resent-Message-Id: <201309121110.r8CBA0QA049992@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trevor Caira Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BF7B976 for ; Thu, 12 Sep 2013 11:06:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A58E28FD for ; Thu, 12 Sep 2013 11:06:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CB6NM1077954 for ; Thu, 12 Sep 2013 11:06:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CB6N76077950; Thu, 12 Sep 2013 11:06:23 GMT (envelope-from nobody) Message-Id: <201309121106.r8CB6N76077950@oldred.freebsd.org> Date: Thu, 12 Sep 2013 11:06:23 GMT From: Trevor Caira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182031: [patch] update postgis20 version and fix compatibility crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:10:00 -0000 >Number: 182031 >Category: ports >Synopsis: [patch] update postgis20 version and fix compatibility crash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Trevor Caira >Release: FreeBSD 9.2-RC3 >Organization: Bitbase LLC >Environment: System: FreeBSD tour 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated to latest version of the postgis 2.0.X series of releases. Backported the patch that fixes http://trac.osgeo.org/postgis/ticket/2010 so that this port works with the latest postgres (9.3). Added conflict with the new postgis 2.1 series. >How-To-Repeat: >Fix: Patch against r327016 of databases/postgis20 attached. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327016) +++ Makefile (working copy) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= postgis -PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTVERSION= 2.0.3 +PORTREVISION= 4 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ -MAINTAINER= matt.trisoline@intermedix.com +MAINTAINER= trevor@bitba.se COMMENT= Adds support for geographic objects to PostgreSQL databases LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ @@ -14,7 +14,7 @@ json:${PORTSDIR}/devel/json-c RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -CONFLICTS= postgis-1.* +CONFLICTS= postgis-1.* postgis-2.1.* LATEST_LINK= postgis20 USE_GNOME= libxml2 @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes USE_PERL5_BUILD= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY OPTIONS_DEFAULT= TOPOLOGY Index: distinfo =================================================================== --- distinfo (revision 327016) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (postgis-2.0.2.tar.gz) = 57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391 -SIZE (postgis-2.0.2.tar.gz) = 5573652 +SHA256 (postgis-2.0.3.tar.gz) = 7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0 +SIZE (postgis-2.0.3.tar.gz) = 5581619 Index: files/patch-postgis-geometry__estimate.c =================================================================== --- files/patch-postgis-geometry__estimate.c (revision 0) +++ files/patch-postgis-geometry__estimate.c (working copy) @@ -0,0 +1,14 @@ +--- postgis/geometry_estimate.c.orig 2012-11-20 14:07:43.000000000 -0500 ++++ postgis/geometry_estimate.c 2013-09-06 13:14:13.280967302 -0400 +@@ -24,6 +24,11 @@ + #include "utils/rel.h" + + #include "../postgis_config.h" ++ ++#if POSTGIS_PGSQL_VERSION >= 93 ++ #include "access/htup_details.h" ++#endif ++ + #include "liblwgeom.h" + #include "lwgeom_pg.h" /* For debugging macros. */ + #include "gserialized_gist.h" /* For index common functions */ Property changes on: files/patch-postgis-geometry__estimate.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 327016) +++ pkg-plist (working copy) @@ -5,7 +5,7 @@ include/liblwgeom.h lib/postgresql/postgis-2.0.so %%RASTER%%lib/postgresql/rtpostgis-2.0.so -lib/liblwgeom-2.0.2.so +lib/liblwgeom-%%PORTVERSION%%.so lib/liblwgeom.a lib/liblwgeom.la lib/liblwgeom.so @@ -89,39 +89,40 @@ %%TOPOLOGY%%share/postgresql/contrib/postgis-2.0/uninstall_topology.sql share/postgresql/contrib/postgis-2.0/postgis_restore.pl %%RASTER%%share/postgresql/extension/postgis.control -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha3--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha4--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha5--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0beta3--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0beta4--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0rc2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha6--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--unpackaged--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0beta1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0beta2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0rc1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology.control -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta4--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha6--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha3--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha4--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.1--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc2--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha5--2.0.2.sql -%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta3--2.0.2.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha3--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0beta2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha6--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0rc2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0beta3--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0beta4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0beta1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0rc1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha3--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha6--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta3--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.1--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.0.2--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql @dirrm share/postgresql/contrib/postgis-2.0 @dirrmtry share/postgresql/contrib @dirrm share/postgis/tiger_2010/legacy_import/tiger2008 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D61BBBE for ; Thu, 12 Sep 2013 11:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4FBE2A19 for ; Thu, 12 Sep 2013 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBK0gO052647 for ; Thu, 12 Sep 2013 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBK07R052646; Thu, 12 Sep 2013 11:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 11:20:00 GMT Resent-Message-Id: <201309121120.r8CBK07R052646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trevor Caira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECE6FFBE for ; Thu, 12 Sep 2013 11:18:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAF472A02 for ; Thu, 12 Sep 2013 11:18:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CBI2aF098630 for ; Thu, 12 Sep 2013 11:18:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CBI28B098629; Thu, 12 Sep 2013 11:18:02 GMT (envelope-from nobody) Message-Id: <201309121118.r8CBI28B098629@oldred.freebsd.org> Date: Thu, 12 Sep 2013 11:18:02 GMT From: Trevor Caira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182034: [patch] update zxfer for FreeBSD 9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:20:01 -0000 >Number: 182034 >Category: ports >Synopsis: [patch] update zxfer for FreeBSD 9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 11:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Trevor Caira >Release: FreeBSD 9.2-RC3 >Organization: Bitbase LLC >Environment: System: FreeBSD tour 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: zxfer can not receive to ZFS volumes created under FreeBSD 9.2, because the ZFS revision in 9.2 introduced the new read-only properties logicalused and logicalreferenced. Same fix as [0]. [0] https://github.com/allanjude/zxfer/commit/d34db9e50c52dc831740f2200b135902d09f4061 >How-To-Repeat: >Fix: A patch against r327052 of sysutils/zxfer is attached. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327052) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= zxfer PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE Index: files/patch-zxfer =================================================================== --- files/patch-zxfer (revision 327052) +++ files/patch-zxfer (working copy) @@ -5,7 +5,7 @@ # Properties not supported on FreeBSD 8.2 -fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr" -+fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr,refcompressratio,written" ++fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr,refcompressratio,written,logicalused,logicalreferenced" # Properties not supported on Solaris Express 11 solexp_readonly_properties="jailed,aclmode,shareiscsi" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:30:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86148448; Thu, 12 Sep 2013 11:30:37 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0AE2AD1; Thu, 12 Sep 2013 11:30:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBUbuj056041; Thu, 12 Sep 2013 11:30:37 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBUbZL056040; Thu, 12 Sep 2013 11:30:37 GMT (envelope-from rm) Date: Thu, 12 Sep 2013 11:30:37 GMT Message-Id: <201309121130.r8CBUbZL056040@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/182031: [patch] update postgis20 version and fix compatibility crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:30:37 -0000 Synopsis: [patch] update postgis20 version and fix compatibility crash Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Thu Sep 12 11:30:37 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182031 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:30:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 879AB479; Thu, 12 Sep 2013 11:30:47 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD872AD5; Thu, 12 Sep 2013 11:30:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBUlXF056118; Thu, 12 Sep 2013 11:30:47 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBUl8k056117; Thu, 12 Sep 2013 11:30:47 GMT (envelope-from rm) Date: Thu, 12 Sep 2013 11:30:47 GMT Message-Id: <201309121130.r8CBUl8k056117@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/182032: [new port] databases/postgis21: Adds support for geographic objects to PostgreSQL databases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:30:47 -0000 Synopsis: [new port] databases/postgis21: Adds support for geographic objects to PostgreSQL databases Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Thu Sep 12 11:30:47 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182032 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9A54D1 for ; Thu, 12 Sep 2013 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98A252C0D for ; Thu, 12 Sep 2013 11:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBo31s058430 for ; Thu, 12 Sep 2013 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBo3Oc058429; Thu, 12 Sep 2013 11:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 11:50:03 GMT Resent-Message-Id: <201309121150.r8CBo3Oc058429@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D80FE6F for ; Thu, 12 Sep 2013 11:45:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F09DD2BDE for ; Thu, 12 Sep 2013 11:45:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CBjOsZ052886 for ; Thu, 12 Sep 2013 11:45:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CBjOeu052885; Thu, 12 Sep 2013 11:45:24 GMT (envelope-from nobody) Message-Id: <201309121145.r8CBjOeu052885@oldred.freebsd.org> Date: Thu, 12 Sep 2013 11:45:24 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182036: editors/libreoffice: /usr/include/c++/v1/memory:1616:18: error: no matching member function for call to 'construct' {__a.construct(__p, _VSTD::forward<_Args>(__args)...); } X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:50:03 -0000 >Number: 182036 >Category: ports >Synopsis: editors/libreoffice: /usr/include/c++/v1/memory:1616:18: error: no matching member function for call to 'construct' {__a.construct(__p, _VSTD::forward<_Args>(__args)...);} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 11:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #4 r255479: Wed Sep 11 21:41:38 CEST 2013 amd64 no libstdc++ no converters/libiconv >Description: Port editors/libreoffice fails to compile, even WITHOUT having CXXFLAGS=std=c++11 set anywhere. This problem immediately arose after making make delete-old-[files|libs] in /usr/src. [...] libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DPACKAGE=\"xmlsec1\" -I../include -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_XSLT=1 -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -O2 -pipe -O3 -march=native -DLDAP_DEPRECATED -fno-strict-aliasing -I/usr/local/include -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c -fPIC -DPIC -o app.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DPACKAGE=\"xmlsec1\" -I../include -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_XSLT=1 -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -O2 -pipe -O3 -march=native -DLDAP_DEPRECATED -fno-strict-aliasing -I/usr/local/include -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o base64.o /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sal/rtl/source/bootstrap.cxx:694:61: warning: unused variable 'insertion' [-Wunused-variable] ::std::pair< bootstrap_map::t::iterator, bool > insertion( ^ base64.c:164:7: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sizeof(xmlSecBase64Ctx)); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sal/rtl/source/bootstrap.cxx:22: In file included from /usr/ports/editors/libreoffice/work/solver/unxfbsd.pro/inc/rtl/bootstrap.hxx:21: In file included from /usr/ports/editors/libreoffice/work/solver/unxfbsd.pro/inc/rtl/ustring.hxx:26: In file included from /usr/include/c++/v1/ostream:130: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:434: In file included from /usr/include/c++/v1/algorithm:627: /usr/include/c++/v1/memory:1616:18: error: no matching member function for call to 'construct' {__a.construct(__p, _VSTD::forward<_Args>(__args)...);} >How-To-Repeat: try compiling port editors/libreoffice on most recent 10.0-CURRENT (try a libstdc++-free commit, i.e. r255479). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 11:50:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA3AA102; Thu, 12 Sep 2013 11:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF6202C10; Thu, 12 Sep 2013 11:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CBoCaP058508; Thu, 12 Sep 2013 11:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CBoCiZ058507; Thu, 12 Sep 2013 11:50:12 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 11:50:12 GMT Message-Id: <201309121150.r8CBoCiZ058507@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182036: editors/libreoffice: /usr/include/c++/v1/memory:1616:18: error: no matching member function for call to 'construct' {__a.construct(__p, _VSTD::forward<_Args>(__args)...); } X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 11:50:12 -0000 Synopsis: editors/libreoffice: /usr/include/c++/v1/memory:1616:18: error: no matching member function for call to 'construct' {__a.construct(__p, _VSTD::forward<_Args>(__args)...);} Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 11:50:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182036 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:20:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22CF8A42 for ; Thu, 12 Sep 2013 13:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02EA92251 for ; Thu, 12 Sep 2013 13:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDK5AD076225 for ; Thu, 12 Sep 2013 13:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDK5jh076224; Thu, 12 Sep 2013 13:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 13:20:05 GMT Resent-Message-Id: <201309121320.r8CDK5jh076224@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, driedfruit Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 465159FC for ; Thu, 12 Sep 2013 13:19:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 349222245 for ; Thu, 12 Sep 2013 13:19:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CDJ9VC026783 for ; Thu, 12 Sep 2013 13:19:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CDJ9sq026765; Thu, 12 Sep 2013 13:19:09 GMT (envelope-from nobody) Message-Id: <201309121319.r8CDJ9sq026765@oldred.freebsd.org> Date: Thu, 12 Sep 2013 13:19:09 GMT From: driedfruit To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182037: Response for Build failed for mangband-1.1.2 during build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:20:06 -0000 >Number: 182037 >Category: ports >Synopsis: Response for Build failed for mangband-1.1.2 during build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: driedfruit >Release: 7.1-RELEASE >Organization: mindloop.net >Environment: FreeBSD swan.mindloop.net 7.1-RELEASE FreeBSD 7.1-RELEASE #7: Sat Feb 25 22:12:31 UTC 2012 root@swan.mindloop.net:/usr/obj/usr/src/sys/THESWAN i386 >Description: I'm responding to an alert from an automated build server. The subject line was [RELEASE - head-amd64-default][games/mangband] Build failed for mangband-1.1.2 during build And the logs were shown at Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/mangband-1.1.2.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s The upstream has been notified and the fix will be incorporated into the next release. Meanwhile, here's a port update. >How-To-Repeat: Try building mangband on head-amd64-default machine. >Fix: Update the port with the attached diff. Patch attached with submission follows: Index: files/patch-client_main-sdl.c =================================================================== --- files/patch-client_main-sdl.c (revision 0) +++ files/patch-client_main-sdl.c (working copy) @@ -0,0 +1,11 @@ +--- client/main-sdl.c 2009-04-27 14:52:36.000000000 +0000 ++++ client/main-sdl.c 2013-09-11 16:46:48.000000000 +0000 +@@ -1031,7 +1031,7 @@ + //if (td->cx != -1 && td->cy != -1) { + // RedrawChar(td->cx, td->cy); + // } +- if (td->cx == x && td->cy == y) return; ++ if (td->cx == x && td->cy == y) return (0); + //if (x == -1 && y == -1) return; + if (td->cursor_on) + { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E24BCD5 for ; Thu, 12 Sep 2013 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66C8322FE for ; Thu, 12 Sep 2013 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDU2EJ077952 for ; Thu, 12 Sep 2013 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDU21x077951; Thu, 12 Sep 2013 13:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 13:30:02 GMT Resent-Message-Id: <201309121330.r8CDU21x077951@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Uffe Jakobsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3D06C6D for ; Thu, 12 Sep 2013 13:27:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0E0D22E7 for ; Thu, 12 Sep 2013 13:27:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CDRlNF072392 for ; Thu, 12 Sep 2013 13:27:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CDRliO072389; Thu, 12 Sep 2013 13:27:47 GMT (envelope-from nobody) Message-Id: <201309121327.r8CDRliO072389@oldred.freebsd.org> Date: Thu, 12 Sep 2013 13:27:47 GMT From: Uffe Jakobsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182039: devel/xa65: CLANG fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:30:02 -0000 >Number: 182039 >Category: ports >Synopsis: devel/xa65: CLANG fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 13:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Uffe Jakobsen >Release: 9.1-RELEASE >Organization: >Environment: >Description: This log reports that xa65 has a build problem with clang http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/xa65-2.3.5.log Patch attached. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-09-12 15:21:03.434646560 +0200 +++ Makefile.new 2013-09-12 15:20:45.194426092 +0200 @@ -14,6 +14,8 @@ USES= gmake +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" + MAN1= file65.1 ldo65.1 printcbm.1 reloc65.1 uncpk.1 xa.1 MLINKS= xa.1 xa65.1 @@ -27,11 +29,6 @@ bin/printcbm \ bin/uncpk -post-patch-script: -.for i in CC LDFLAGS CFLAGS - @${REINPLACE_CMD} 's|${i} = |${i} ?= |g' ${WRKSRC}/Makefile -.endfor - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xa ${PREFIX}/bin/xa65 .for file in file65 ldo65 reloc65 printcbm uncpk >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20D5DCD3 for ; Thu, 12 Sep 2013 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAC3822FC for ; Thu, 12 Sep 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDU14T077939 for ; Thu, 12 Sep 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDU1oV077938; Thu, 12 Sep 2013 13:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 13:30:01 GMT Resent-Message-Id: <201309121330.r8CDU1oV077938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACF69AE7 for ; Thu, 12 Sep 2013 13:22:15 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C621229B for ; Thu, 12 Sep 2013 13:22:14 +0000 (UTC) Received: from mail-we0-f174.google.com ([74.125.82.174]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKUjHABf2ITp07lMoSPE1iPPJpyCfunFoO@postini.com; Thu, 12 Sep 2013 13:22:15 UTC Received: by mail-we0-f174.google.com with SMTP id q58so8028375wes.5 for ; Thu, 12 Sep 2013 06:22:12 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id e1sm12888418wij.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 06:22:11 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r8CDM91U055289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 12 Sep 2013 14:22:10 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r8CDM9j9055288; Thu, 12 Sep 2013 14:22:09 +0100 (BST) (envelope-from mexas) Message-Id: <201309121322.r8CDM9j9055288@mech-cluster241.men.bris.ac.uk> Date: Thu, 12 Sep 2013 14:22:09 +0100 (BST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182038: [patch] unbreak graphics/libsvg on current after r254273 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:30:02 -0000 >Number: 182038 >Category: ports >Synopsis: [patch] unbreak graphics/libsvg on current after r254273 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 10.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r254648: Thu Aug 22 13:19:48 BST 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: On ia64 r254648, ports tree at 327030, rebuilding ports after removing converters/libiconv: --- svg_image.lo --- if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c; then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f ".deps/svg_image.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF .deps/svg_image.Tpo -c svg_image.c -fPIC -DPIC -o .libs/svg_image.o svg_image.c:24:17: error: png.h: No such file or directory svg_image.c:25:21: error: jpeglib.h: No such file or directory svg_image.c:26:20: error: jerror.h: No such file or directory >How-To-Repeat: >Fix: Patch provided by bsam@passap.ru Index: graphics/libsvg/Makefile =================================================================== --- graphics/libsvg/Makefile (revision 327039) +++ graphics/libsvg/Makefile (working copy) @@ -20,6 +20,7 @@ USE_GNOME= libxml2 USES= pathfix iconv pkgconfig USE_LDCONFIG= yes +CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/svg.h \ lib/libsvg.a \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:30:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 890D6D1D; Thu, 12 Sep 2013 13:30:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F99A2305; Thu, 12 Sep 2013 13:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDUBYe078105; Thu, 12 Sep 2013 13:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDUBZC078104; Thu, 12 Sep 2013 13:30:11 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 13:30:11 GMT Message-Id: <201309121330.r8CDUBZC078104@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182039: devel/xa65: CLANG fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:30:11 -0000 Synopsis: devel/xa65: CLANG fixes Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 13:30:11 UTC 2013 Responsible-Changed-Why: miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182039 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEDDCD1A; Thu, 12 Sep 2013 13:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A66652303; Thu, 12 Sep 2013 13:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDU9eN078024; Thu, 12 Sep 2013 13:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDU94x078023; Thu, 12 Sep 2013 13:30:09 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 13:30:09 GMT Message-Id: <201309121330.r8CDU94x078023@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182039: devel/xa65: CLANG fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:30:09 -0000 Synopsis: devel/xa65: CLANG fixes Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Sep 12 13:30:09 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182039 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:30:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29181D4B; Thu, 12 Sep 2013 13:30:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 005AC2306; Thu, 12 Sep 2013 13:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDUFF7078187; Thu, 12 Sep 2013 13:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDUFhm078186; Thu, 12 Sep 2013 13:30:15 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 13:30:15 GMT Message-Id: <201309121330.r8CDUFhm078186@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182038: [patch] unbreak graphics/libsvg on current after r254273 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:30:16 -0000 Synopsis: [patch] unbreak graphics/libsvg on current after r254273 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 13:30:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182038 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 13:53:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC0CC9D0; Thu, 12 Sep 2013 13:53:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C142024AB; Thu, 12 Sep 2013 13:53:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CDrZml083399; Thu, 12 Sep 2013 13:53:35 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CDrZUn083398; Thu, 12 Sep 2013 13:53:35 GMT (envelope-from sunpoet) Date: Thu, 12 Sep 2013 13:53:35 GMT Message-Id: <201309121353.r8CDrZUn083398@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182026: [maintainer update] upgrade russian/wordpress to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 13:53:36 -0000 Synopsis: [maintainer update] upgrade russian/wordpress to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Thu Sep 12 13:53:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182026 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 14:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AA062AE for ; Thu, 12 Sep 2013 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48D082610 for ; Thu, 12 Sep 2013 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CEK27E088265 for ; Thu, 12 Sep 2013 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CEK23g088264; Thu, 12 Sep 2013 14:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 14:20:02 GMT Resent-Message-Id: <201309121420.r8CEK23g088264@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan `Sec` Zehl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E8AA81FD for ; Thu, 12 Sep 2013 14:17:48 +0000 (UTC) (envelope-from sec@42.org) Received: from ice.42.org (v6.42.org [IPv6:2001:608:9::1]) by mx1.freebsd.org (Postfix) with ESMTP id AB31425EE for ; Thu, 12 Sep 2013 14:17:48 +0000 (UTC) Received: by ice.42.org (Postfix, from userid 1000) id 4B0EE2841E; Thu, 12 Sep 2013 16:17:40 +0200 (CEST) Message-Id: <20130912141740.4B0EE2841E@ice.42.org> Date: Thu, 12 Sep 2013 16:17:40 +0200 (CEST) From: Stefan `Sec` Zehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182040: misc/sls port has build errors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stefan `Sec` Zehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 14:20:02 -0000 >Number: 182040 >Category: ports >Synopsis: misc/sls port has build errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 14:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 8.4-STABLE amd64 >Organization: >Environment: System: FreeBSD ice 8.4-STABLE FreeBSD 8.4-STABLE #23 r252204: Tue Jun 25 14:30:35 CEST 2013 root@ice:/usr/obj/usr/src/sys/ICE amd64 >Description: pkg-fallout mailed an amd64 port build error for misc/sls I fixed the obvious problems with a patch. >How-To-Repeat: >Fix: Add the following file as "files/patch-ab" to the port --- sls.c.orig 1989-08-20 02:54:57.000000000 +0200 +++ sls.c 2013-09-12 16:11:59.000000000 +0200 @@ -24,7 +24,10 @@ #include #include #include -#include +#include +#include +#include +#include #define ISEXEC(m) (m & (S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6))) #define MAXUIDS 200 /* max #of user names from passwd file */ @@ -86,10 +89,6 @@ static int sortsfile(), sortfile(); static time_t getsixmosago(); /* for emulating 'ls' date silliness */ -extern char *getenv(), *malloc(), *realloc(); -extern int errno; -extern time_t time(); - /******************************************************************************/ main (ac, av) @@ -271,7 +270,7 @@ char *dirname; { /* read a directory and everything under it that's on the same device */ register DIR *dirp; /* ptr to directory list */ - register struct direct *dentp; /* ptr to directory entry */ + register struct dirent *dentp; /* ptr to directory entry */ register char *pfname; register int len; char fname[512]; /* maximum pathname length */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 15:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDB359FA for ; Thu, 12 Sep 2013 15:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6522A10 for ; Thu, 12 Sep 2013 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CFK02B000179 for ; Thu, 12 Sep 2013 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CFK0LS000177; Thu, 12 Sep 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 15:20:00 GMT Resent-Message-Id: <201309121520.r8CFK0LS000177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB82687F for ; Thu, 12 Sep 2013 15:14:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A750129CE for ; Thu, 12 Sep 2013 15:14:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CFELWW019296 for ; Thu, 12 Sep 2013 15:14:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CFELrb019291; Thu, 12 Sep 2013 15:14:21 GMT (envelope-from nobody) Message-Id: <201309121514.r8CFELrb019291@oldred.freebsd.org> Date: Thu, 12 Sep 2013 15:14:21 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182042: [NEW PORT] sysutils/xfce4-diskperf-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 15:20:00 -0000 >Number: 182042 >Category: ports >Synopsis: [NEW PORT] sysutils/xfce4-diskperf-plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.2-RC4 >Organization: >Environment: FreeBSD mac 9.2-RC4 FreeBSD 9.2-RC4 #4 r255480M: Wed Sep 11 19:15:08 BRT 2013 root@mac:/usr/obj/usr/src/sys/MAC amd64 >Description: This plugin displays instant disk/partition performance (bytes transfered per second) for FreeBSD. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xfce4-diskperf-plugin # xfce4-diskperf-plugin/Makefile # xfce4-diskperf-plugin/distinfo # xfce4-diskperf-plugin/files # xfce4-diskperf-plugin/files/patch-panel-plugin__devperf.c # xfce4-diskperf-plugin/files/patch-panel-plugin__main.c # xfce4-diskperf-plugin/pkg-descr # xfce4-diskperf-plugin/pkg-plist # echo c - xfce4-diskperf-plugin mkdir -p xfce4-diskperf-plugin > /dev/null 2>&1 echo x - xfce4-diskperf-plugin/Makefile sed 's/^X//' >xfce4-diskperf-plugin/Makefile << '48d142e7a42de6f38881782c4101cc96' X# Created by: Danilo Egea Gondolfo X# $FreeBSD$ X XPORTNAME= xfce4-diskperf-plugin XPORTVERSION= 2.5.4 XCATEGORIES= sysutils xfce XMASTER_SITES= ${MASTER_SITE_XFCE} XMASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} XDIST_SUBDIR= xfce4 X XMAINTAINER= danilogondolfo@gmail.com XCOMMENT= Graphical representation of the disk IO X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XUSE_GNOME= gtk20 intltool intlhack XUSE_XFCE= configenv libmenu panel XINSTALLS_ICONS= yes XUSES= gmake pkgconfig X XLDFLAGS+= -ldevstat X XOPTIONS_DEFINE= NLS XOPTIONS_SUB= yes XNLS_CONFIGURE_ENABLE= nls XNLS_USES= gettext X X.include X Xpost-patch: X.if empty(PORT_OPTIONS:MNLS) X @${REINPLACE_CMD} -e 's|[[:blank:]]po||' \ X -e 's|po$$||' ${WRKSRC}/Makefile.in X.endif X X.include 48d142e7a42de6f38881782c4101cc96 echo x - xfce4-diskperf-plugin/distinfo sed 's/^X//' >xfce4-diskperf-plugin/distinfo << '471e4143ec4530a0cc5e71785310e62c' XSHA256 (xfce4/xfce4-diskperf-plugin-2.5.4.tar.bz2) = aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b XSIZE (xfce4/xfce4-diskperf-plugin-2.5.4.tar.bz2) = 321974 471e4143ec4530a0cc5e71785310e62c echo c - xfce4-diskperf-plugin/files mkdir -p xfce4-diskperf-plugin/files > /dev/null 2>&1 echo x - xfce4-diskperf-plugin/files/patch-panel-plugin__devperf.c sed 's/^X//' >xfce4-diskperf-plugin/files/patch-panel-plugin__devperf.c << '098a9a5cef03e185263c3cd3cad08d06' X--- ./panel-plugin/devperf.c.orig 2012-04-03 10:22:41.000000000 -0300 X+++ ./panel-plugin/devperf.c 2013-09-11 17:45:00.000000000 -0300 X@@ -225,6 +225,94 @@ X X /************************** Linux End ***************/ X X+#elif defined(__FreeBSD__) X+ X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+#include X+ X+#define MAXNAMELEN 256 X+ X+int DevPerfInit () X+{ X+ return (0); X+} X+ X+int DevCheckStatAvailability(char const **strptr) X+{ X+ return (0); X+} X+ X+int DevGetPerfData (const void *p_pvDevice, struct devperf_t *perf) X+{ X+ struct timeval tv; X+ struct timespec ts; X+ struct statinfo stats; X+ struct devinfo dinfo; X+ struct devstat dev; X+ kvm_t *kd = NULL; X+ int i, found = 0; X+ char *check_dev = (char *) p_pvDevice; X+ X+ memset(&stats, 0, sizeof(stats)); X+ memset(&dinfo, 0, sizeof(dinfo)); X+ stats.dinfo = &dinfo; X+ X+ if(devstat_getdevs(kd, &stats) == -1) { X+ syslog(0, "DISKPERF: getdevs fail"); X+ } X+ X+ for(found = 0, i = 0; i < (stats.dinfo)->numdevs; i++) { X+ char dev_name[MAXNAMELEN]; X+ dev = (stats.dinfo)->devices[i]; X+ snprintf(dev_name, MAXNAMELEN-1, "%s%d", X+ dev.device_name, dev.unit_number); X+ if ((check_dev != NULL) && (strcmp(check_dev, dev_name) != 0)) X+ continue; X+ else { X+ found = 1; X+ break; X+ } X+ X+ } X+ X+ if(check_dev != NULL && found) { X+ perf->wbytes = dev.bytes[DEVSTAT_WRITE]; X+ perf->rbytes = dev.bytes[DEVSTAT_READ]; X+ gettimeofday (&tv, 0); X+ perf->timestamp_ns = (uint64_t)1000ull * 1000ull * 1000ull * X+ tv.tv_sec + 1000ull * tv.tv_usec; X+ perf->qlen = dev.start_count - dev.end_count; X+ // I'm not sure about rbusy and wbusy calculation X+ bintime2timespec(&dev.busy_time, &ts); X+ perf->rbusy_ns = (uint64_t) ts.tv_nsec; X+ perf->wbusy_ns = perf->rbusy_ns; X+ } X+ X+ return (0); X+} X+ X+#if 0 /* Standalone test purpose */ X+int main () X+{ X+ struct devperf_t oPerf; X+ DevGetPerfData ((void*)"ada0", &oPerf); X+ printf ("%lu\t%lu\n", oPerf.rbytes, oPerf.wbytes); X+ return (0); X+} X+#endif X+ X+ X X #elif defined(__NetBSD__) X /**************************************************************/ 098a9a5cef03e185263c3cd3cad08d06 echo x - xfce4-diskperf-plugin/files/patch-panel-plugin__main.c sed 's/^X//' >xfce4-diskperf-plugin/files/patch-panel-plugin__main.c << '602017401b09ce508ee4e38d9755a376' X--- ./panel-plugin/main.c.orig 2012-06-23 05:02:16.000000000 -0300 X+++ ./panel-plugin/main.c 2013-09-11 17:44:45.000000000 -0300 X@@ -86,7 +86,7 @@ X typedef struct param_t { X /* Configurable parameters */ X char acDevice[64]; X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X dev_t st_rdev; X #endif X int fTitleDisplayed; X@@ -172,7 +172,7 @@ X struct param_t *poConf = &(p_poPlugin->oConf.oParam); X struct monitor_t *poMonitor = &(p_poPlugin->oMonitor); X struct perfbar_t *poPerf = poMonitor->aoPerfBar; X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X struct stat oStat; X #endif X uint64_t iInterval_ns, rbytes, wbytes, iRBusy_ns, iWBusy_ns; X@@ -185,7 +185,7 @@ X rbytes = wbytes = iRBusy_ns = iWBusy_ns = -1; X memset (&oPerf, 0, sizeof (oPerf)); X oPerf.qlen = -1; X-#if defined (__NetBSD__) || defined(__OpenBSD__) || defined(__sun__) X+#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__OpenBSD__) || defined(__sun__) X status = DevGetPerfData (poConf->acDevice, &oPerf); X #else X if (poConf->st_rdev == 0) X@@ -429,7 +429,7 @@ X struct diskperf_t *poPlugin; X struct param_t *poConf; X struct monitor_t *poMonitor; X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X struct stat oStat; X int status; X #endif X@@ -444,6 +444,9 @@ X #if defined(__NetBSD__) || defined(__OpenBSD__) X strncpy (poConf->acDevice, "wd0", 64); X strncpy (poConf->acTitle, "wd0", 16); X+#elif defined(__FreeBSD__) X+ strncpy (poConf->acDevice, "ada0", 64); X+ strncpy (poConf->acTitle, "ada0", 16); X #elif defined(__sun__) X strncpy (poConf->acDevice, "sd0", 64); X strncpy (poConf->acTitle, "sd0", 16); X@@ -517,7 +520,7 @@ X struct param_t *poConf = &(poPlugin->oConf.oParam); X struct monitor_t *poMonitor = &(poPlugin->oMonitor); X Widget_t *pw2ndBar = poPlugin->oMonitor.awProgressBar + 1; X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X struct stat oStat; X int status; X #endif X@@ -534,7 +537,7 @@ X if ((value = xfce_rc_read_entry (rc, (CONF_DEVICE), NULL))) { X memset (poConf->acDevice, 0, sizeof (poConf->acDevice)); X strncpy (poConf->acDevice, value, sizeof (poConf->acDevice) - 1); X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X status = stat (poConf->acDevice, &oStat); X poConf->st_rdev = (status == -1 ? 0 : oStat.st_rdev); X #endif X@@ -666,7 +669,7 @@ X struct diskperf_t *poPlugin = (diskperf_t *) p_pvPlugin; X struct param_t *poConf = &(poPlugin->oConf.oParam); X const char *pcDevice = gtk_entry_get_text (GTK_ENTRY (p_wTF)); X-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__) X struct stat oStat; X int status; X 602017401b09ce508ee4e38d9755a376 echo x - xfce4-diskperf-plugin/pkg-descr sed 's/^X//' >xfce4-diskperf-plugin/pkg-descr << '6405b3792ff481c5e94eecfad10a34f5' XPanel plugin to display a graphical representation of the disks IO. X XWWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin 6405b3792ff481c5e94eecfad10a34f5 echo x - xfce4-diskperf-plugin/pkg-plist sed 's/^X//' >xfce4-diskperf-plugin/pkg-plist << '152b1a8da5122cdd2176dc9637a8f008' Xlib/xfce4/panel/plugins/libdiskperf.so Xlib/xfce4/panel/plugins/libdiskperf.la X%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/da/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/de/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/el/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/es/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/id/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/it/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-diskperf-plugin.mo X%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-diskperf-plugin.mo Xshare/xfce4/panel/plugins/diskperf.desktop X%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/ur_PK X%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/ur X%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/ug X%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/ast X@dirrmtry share/xfce4/panel/plugins X@dirrmtry share/xfce4/panel X@dirrmtry share/xfce4 X@dirrmtry lib/xfce4/panel/plugins X@dirrmtry lib/xfce4/panel X@dirrmtry lib/xfce4 152b1a8da5122cdd2176dc9637a8f008 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 15:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58DFBA2A; Thu, 12 Sep 2013 15:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F1FC2A12; Thu, 12 Sep 2013 15:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CFK8dp000312; Thu, 12 Sep 2013 15:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CFK8sA000311; Thu, 12 Sep 2013 15:20:08 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 15:20:08 GMT Message-Id: <201309121520.r8CFK8sA000311@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182042: [NEW PORT] sysutils/xfce4-diskperf-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 15:20:09 -0000 Synopsis: [NEW PORT] sysutils/xfce4-diskperf-plugin Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 15:20:08 UTC 2013 Responsible-Changed-Why: wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182042 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 16:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F8674BD for ; Thu, 12 Sep 2013 16:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C94612CB4 for ; Thu, 12 Sep 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CG00Ze007164 for ; Thu, 12 Sep 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CG00VG007163; Thu, 12 Sep 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 16:00:00 GMT Resent-Message-Id: <201309121600.r8CG00VG007163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Fisher Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9D30438 for ; Thu, 12 Sep 2013 15:54:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C543F2C72 for ; Thu, 12 Sep 2013 15:54:43 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CFshWv031456 for ; Thu, 12 Sep 2013 15:54:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CFsh5Q031451; Thu, 12 Sep 2013 15:54:43 GMT (envelope-from nobody) Message-Id: <201309121554.r8CFsh5Q031451@oldred.freebsd.org> Date: Thu, 12 Sep 2013 15:54:43 GMT From: Stephen Fisher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182043: Build failed for ansiprint-1.0 during build‏ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 16:00:01 -0000 >Number: 182043 >Category: ports >Synopsis: Build failed for ansiprint-1.0 during build‏ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Stephen Fisher >Release: >Organization: >Environment: >Description: I received an e-mail this morning from pkg-fallout because the print/ansiprint port I maintain is now failing to build on 10-CURRENT (http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/ansiprint-1.0.log) ===> Building for ansiprint-1.0 cd /wrkdirs/usr/ports/print/ansiprint/work/ansiprint-1.0 && c++ -O2 -pipe -fno-strict-aliasing -Wno-deprecated -o ansiprint ansiprint.cc ansiprint.cc:39:10: fatal error: 'iostream.h' file not found #include ^ 1 error generated. *** Error code 1 I assume it's because this old program includes instead of . Can you try changing that to see if it builds again? The port still builds on my 9.1-RELEASE machine. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5E5FC2F for ; Thu, 12 Sep 2013 17:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CE28212D for ; Thu, 12 Sep 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHA02c020845 for ; Thu, 12 Sep 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHA0cN020844; Thu, 12 Sep 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 17:10:00 GMT Resent-Message-Id: <201309121710.r8CHA0cN020844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 954D59A0 for ; Thu, 12 Sep 2013 17:00:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6147520C1 for ; Thu, 12 Sep 2013 17:00:52 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 140DB3965; Thu, 12 Sep 2013 22:31:53 +0800 (CST) Message-Id: <20130912143153.140DB3965@sunpoet.net> Date: Thu, 12 Sep 2013 22:31:53 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 Cc: joehorn@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:10:00 -0000 >Number: 182044 >Category: ports >Synopsis: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254986: Thu Aug 29 12:39:52 CST >Description: - Update to 3.6.1 Changes: http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/ Port maintainer (joehorn@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- zh-wordpress-zh_CN-3.6.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 327072) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ Index: distinfo =================================================================== --- distinfo (revision 327072) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.6-zh_CN.tar.gz) = 8d75dcc5fd6bba23b2bbe97a863c832bab0aadce5ac2c8fd5c7c22a2b5616ddf -SIZE (wordpress-3.6-zh_CN.tar.gz) = 5982389 +SHA256 (wordpress-3.6.1-zh_CN.tar.gz) = 55f4c120db344f4e01a76063f3768ba470e38b72b8b16c50717b7fa8e6f01b63 +SIZE (wordpress-3.6.1-zh_CN.tar.gz) = 5984237 --- zh-wordpress-zh_CN-3.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 712F0C61; Thu, 12 Sep 2013 17:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46A162131; Thu, 12 Sep 2013 17:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHA8oq020986; Thu, 12 Sep 2013 17:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHA85A020985; Thu, 12 Sep 2013 17:10:08 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 17:10:08 GMT Message-Id: <201309121710.r8CHA85A020985@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:10:08 -0000 Synopsis: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 12 17:10:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182044 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F28CAC32 for ; Thu, 12 Sep 2013 17:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D05C42130 for ; Thu, 12 Sep 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHA0SZ020909 for ; Thu, 12 Sep 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHA0k8020908; Thu, 12 Sep 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 17:10:00 GMT Resent-Message-Id: <201309121710.r8CHA0k8020908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CA859A1; Thu, 12 Sep 2013 17:00:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68FC720C2; Thu, 12 Sep 2013 17:00:52 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 90226395C; Thu, 12 Sep 2013 22:30:26 +0800 (CST) Message-Id: <20130912143026.90226395C@sunpoet.net> Date: Thu, 12 Sep 2013 22:30:26 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182045: [PATCH] german/de-wordpress: update to 3.6.1 Cc: miwi@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:10:01 -0000 >Number: 182045 >Category: ports >Synopsis: [PATCH] german/de-wordpress: update to 3.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254986: Thu Aug 29 12:39:52 CST >Description: - Update to 3.6.1 - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- de-wordpress-3.6.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 327072) +++ Makefile (working copy) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.1 CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE MAINTAINER= miwi@FreeBSD.org -COMMENT= A state-of-the-art semantic personal publishing platform +COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/license.txt CONFLICTS_INSTALL= wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* Index: distinfo =================================================================== --- distinfo (revision 327072) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.5.2-de_DE.tar.gz) = f5c58fcbade213794f29bd2b1b65a9c86cde901dab730990cadb5c5f1675456f -SIZE (wordpress-3.5.2-de_DE.tar.gz) = 6110066 +SHA256 (wordpress-3.6.1-de_DE.tar.gz) = 9be0fe2be525225177689d76cf5b45c295c5f31654285e7a3b50c2b743648761 +SIZE (wordpress-3.6.1-de_DE.tar.gz) = 5975517 --- de-wordpress-3.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:10:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 654CAC93; Thu, 12 Sep 2013 17:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AC9C2157; Thu, 12 Sep 2013 17:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHAFXU021121; Thu, 12 Sep 2013 17:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHAFVY021120; Thu, 12 Sep 2013 17:10:15 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 17:10:15 GMT Message-Id: <201309121710.r8CHAFVY021120@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182045: [PATCH] german/de-wordpress: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:10:15 -0000 Synopsis: [PATCH] german/de-wordpress: update to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 17:10:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182045 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99B24F01 for ; Thu, 12 Sep 2013 17:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F29121F8 for ; Thu, 12 Sep 2013 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHK0uX023851 for ; Thu, 12 Sep 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHK0d0023850; Thu, 12 Sep 2013 17:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 17:20:00 GMT Resent-Message-Id: <201309121720.r8CHK0d0023850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Justin Hibbits Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B1ADDE9 for ; Thu, 12 Sep 2013 17:18:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC5D621D7 for ; Thu, 12 Sep 2013 17:18:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CHIH6T075661 for ; Thu, 12 Sep 2013 17:18:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CHIHcH075569; Thu, 12 Sep 2013 17:18:17 GMT (envelope-from nobody) Message-Id: <201309121718.r8CHIHcH075569@oldred.freebsd.org> Date: Thu, 12 Sep 2013 17:18:17 GMT From: Justin Hibbits To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182046: Make OpenCV build on powerpc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:00 -0000 >Number: 182046 >Category: ports >Synopsis: Make OpenCV build on powerpc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 17:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Justin Hibbits >Release: 10-CURRENT >Organization: >Environment: >Description: opencv makefile uses '-mcpu=G3', but gcc complains '64-bit CPU required'. Removing this fixes the build, and has no adverse affect on the ppc32 build. >How-To-Repeat: >Fix: Apply attached patch. Patch attached with submission follows: --- /usr/local/poudriere/ports/default/graphics/opencv/Makefile 2013-09-01 15:50:06.000000000 -0700 +++ Makefile 2013-09-12 07:06:54.000000000 -0700 @@ -208,6 +208,7 @@ -e 's:-pthread:${PTHREAD_LIBS}:g' \ -e 's:$${OPENCV_LIB_INSTALL_PATH}/pkgconfig:$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig:g' \ -e 's:share/OpenCV/doc:share/doc/opencv:g' \ + -e 's:-mcpu=G3::g' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|${PORTNAME}/samples|examples/${PORTNAME}|g' \ ${WRKSRC}/samples/*/CMakeLists.txt \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3D15F05 for ; Thu, 12 Sep 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1D7A21FD for ; Thu, 12 Sep 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHK1KH023923 for ; Thu, 12 Sep 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHK11a023922; Thu, 12 Sep 2013 17:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 17:20:01 GMT Resent-Message-Id: <201309121720.r8CHK11a023922@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E8BFDCC; Thu, 12 Sep 2013 17:15:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 189EF21C8; Thu, 12 Sep 2013 17:15:50 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id C31B33975; Thu, 12 Sep 2013 22:45:59 +0800 (CST) Message-Id: <20130912144559.C31B33975@sunpoet.net> Date: Thu, 12 Sep 2013 22:45:59 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182047: [PATCH] devel/p5-Path-Tiny: fix *_DEPENDS Cc: tobez@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:02 -0000 >Number: 182047 >Category: ports >Synopsis: [PATCH] devel/p5-Path-Tiny: fix *_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 17:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254986: Thu Aug 29 12:39:52 CST >Description: - Fix *_DEPENDS: PathTools 3.40+ is already in Perl 5.18.0+ - Bump PORTREVISION for dependency change Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- p5-Path-Tiny-0.032_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 327074) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= Path-Tiny PORTVERSION= 0.032 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -13,8 +14,7 @@ LICENSE= AL2 -BUILD_DEPENDS= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools \ - p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie +BUILD_DEPENDS= p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ @@ -27,4 +27,11 @@ MAN3= Path::Tiny.3 -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools +.endif + +.include --- p5-Path-Tiny-0.032_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF08AF6B; Thu, 12 Sep 2013 17:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3FD92205; Thu, 12 Sep 2013 17:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHKD6X024073; Thu, 12 Sep 2013 17:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHKDsq024072; Thu, 12 Sep 2013 17:20:13 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 17:20:13 GMT Message-Id: <201309121720.r8CHKDsq024072@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tobez@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182047: [PATCH] devel/p5-Path-Tiny: fix *_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:13 -0000 Synopsis: [PATCH] devel/p5-Path-Tiny: fix *_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 17:20:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182047 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DB37F02 for ; Thu, 12 Sep 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A07B21F9 for ; Thu, 12 Sep 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHK1B2023912 for ; Thu, 12 Sep 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHK1it023911; Thu, 12 Sep 2013 17:20:01 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 17:20:01 GMT Message-Id: <201309121720.r8CHK1it023911@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:01 -0000 The following reply was made to PR ports/182044; it has been noted by GNATS. From: Edwin Groothuis To: joehorn@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 Date: Thu, 12 Sep 2013 17:10:07 UT Maintainer of chinese/wordpress-zh_CN, Please note that PR ports/182044 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182044 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01294F08 for ; Thu, 12 Sep 2013 17:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8FF421FE for ; Thu, 12 Sep 2013 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHK2ab023931 for ; Thu, 12 Sep 2013 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHK2b7023930; Thu, 12 Sep 2013 17:20:02 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 17:20:02 GMT Message-Id: <201309121720.r8CHK2b7023930@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Joe Horn Subject: Re: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Joe Horn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:03 -0000 The following reply was made to PR ports/182044; it has been noted by GNATS. From: Joe Horn To: bug-followup@freebsd.org Cc: Subject: Re: ports/182044: [PATCH] chinese/zh-wordpress-zh_CN: update to 3.6.1 Date: Fri, 13 Sep 2013 01:13:40 +0800 --047d7ba97f3a006c4d04e632dcf6 Content-Type: text/plain; charset=UTF-8 Please commit it, thanks. 2013/9/13 Edwin Groothuis > Maintainer of chinese/wordpress-zh_CN, > > Please note that PR ports/182044 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182044 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --047d7ba97f3a006c4d04e632dcf6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Please commit it, thanks.
=

2013/9/13 Edwin Groothuis <edwin@freebs= d.org>
Maintainer of chinese/wordpress-zh_CN,

Please note that PR ports/182044 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/182044

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--047d7ba97f3a006c4d04e632dcf6-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:20:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4607E79; Thu, 12 Sep 2013 17:20:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BCF5223A; Thu, 12 Sep 2013 17:20:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHKmxh025690; Thu, 12 Sep 2013 17:20:48 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHKm1Y025689; Thu, 12 Sep 2013 17:20:48 GMT (envelope-from sunpoet) Date: Thu, 12 Sep 2013 17:20:48 GMT Message-Id: <201309121720.r8CHKm1Y025689@freefall.freebsd.org> To: joehorn@gmail.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182044: [PATCH] chinese/wordpress-zh_CN: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:20:49 -0000 Synopsis: [PATCH] chinese/wordpress-zh_CN: update to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Thu Sep 12 17:20:48 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182044 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CE06A02 for ; Thu, 12 Sep 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 396812374 for ; Thu, 12 Sep 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHe0YE028179 for ; Thu, 12 Sep 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHe0L1028178; Thu, 12 Sep 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 17:40:00 GMT Resent-Message-Id: <201309121740.r8CHe0L1028178@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86CAE899 for ; Thu, 12 Sep 2013 17:35:50 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51CAC233A for ; Thu, 12 Sep 2013 17:35:50 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 9F4243957; Thu, 12 Sep 2013 22:29:46 +0800 (CST) Message-Id: <20130912142946.9F4243957@sunpoet.net> Date: Thu, 12 Sep 2013 22:29:46 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182048: [PATCH] www/wordpress: update to 3.6.1,1 Cc: ychsiao@ychsiao.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:40:01 -0000 >Number: 182048 >Category: ports >Synopsis: [PATCH] www/wordpress: update to 3.6.1,1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254986: Thu Aug 29 12:39:52 CST >Description: - Update to 3.6.1 - Remove leading indefinite article from COMMENT - Use single space after WWW: Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ Port maintainer (ychsiao@ychsiao.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- wordpress-3.6.1,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 327072) +++ Makefile (working copy) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ MAINTAINER= ychsiao@ychsiao.org -COMMENT= A state-of-the-art semantic personal publishing platform +COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 Index: distinfo =================================================================== --- distinfo (revision 327072) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.6.tar.gz) = cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c -SIZE (wordpress-3.6.tar.gz) = 4028740 +SHA256 (wordpress-3.6.1.tar.gz) = 6a44302b6375c5e97ad116913d84610f4f0589dd9906d5d9166e66e5146f94d1 +SIZE (wordpress-3.6.1.tar.gz) = 4029511 Index: pkg-descr =================================================================== --- pkg-descr (revision 327072) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ More simply, Wordpress is what you use when you want to work with your blogging software, not fight it. -WWW: http://wordpress.org/ +WWW: http://wordpress.org/ --- wordpress-3.6.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9B06A32; Thu, 12 Sep 2013 17:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA3792375; Thu, 12 Sep 2013 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHe9Xr028308; Thu, 12 Sep 2013 17:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHe92D028307; Thu, 12 Sep 2013 17:40:09 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 17:40:09 GMT Message-Id: <201309121740.r8CHe92D028307@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182048: [PATCH] www/wordpress: update to 3.6.1,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:40:09 -0000 Synopsis: [PATCH] www/wordpress: update to 3.6.1,1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 12 17:40:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182048 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA2ADDE1 for ; Thu, 12 Sep 2013 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4C1E2426 for ; Thu, 12 Sep 2013 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHo1Z7030066 for ; Thu, 12 Sep 2013 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHo12D030064; Thu, 12 Sep 2013 17:50:01 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 17:50:01 GMT Message-Id: <201309121750.r8CHo12D030064@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182048: [PATCH] www/wordpress: update to 3.6.1,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:50:01 -0000 The following reply was made to PR ports/182048; it has been noted by GNATS. From: Edwin Groothuis To: ychsiao@ychsiao.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182048: [PATCH] www/wordpress: update to 3.6.1,1 Date: Thu, 12 Sep 2013 17:40:08 UT Maintainer of www/wordpress, Please note that PR ports/182048 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182048 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 17:58:25 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BACFA35A; Thu, 12 Sep 2013 17:58:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CC6C24CA; Thu, 12 Sep 2013 17:58:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CHwPj9031817; Thu, 12 Sep 2013 17:58:25 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CHwPb3031816; Thu, 12 Sep 2013 17:58:25 GMT (envelope-from sunpoet) Date: Thu, 12 Sep 2013 17:58:25 GMT Message-Id: <201309121758.r8CHwPb3031816@freefall.freebsd.org> To: ychsiao@ychsiao.org, sunpoet@FreeBSD.org, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182048: [PATCH] www/wordpress: update to 3.6.1,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 17:58:25 -0000 Synopsis: [PATCH] www/wordpress: update to 3.6.1,1 State-Changed-From-To: feedback->closed State-Changed-By: sunpoet State-Changed-When: Thu Sep 12 17:58:25 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182048 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:23:30 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 653B7F6C; Thu, 12 Sep 2013 18:23:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3775F275F; Thu, 12 Sep 2013 18:23:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CINUr2038352; Thu, 12 Sep 2013 18:23:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CINTah038351; Thu, 12 Sep 2013 18:23:29 GMT (envelope-from linimon) Date: Thu, 12 Sep 2013 18:23:29 GMT Message-Id: <201309121823.r8CINTah038351@freefall.freebsd.org> To: ychsiao@ychsiao.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182041: Re: [PATCH] www/wordpress: update to 3.6.1,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:23:30 -0000 Synopsis: Re: [PATCH] www/wordpress: update to 3.6.1,1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Sep 12 18:21:09 UTC 2013 State-Changed-Why: Misfiled followup to ports/182048; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 12 18:21:09 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=182041 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64BE943B for ; Thu, 12 Sep 2013 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51D732808 for ; Thu, 12 Sep 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CIU15R038931 for ; Thu, 12 Sep 2013 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CIU03R038930; Thu, 12 Sep 2013 18:30:00 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 18:30:00 GMT Message-Id: <201309121830.r8CIU03R038930@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: kaltheat@googlemail.com Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: kaltheat@googlemail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:30:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: kaltheat@googlemail.com To: Koichiro IWAO Cc: bug-followup@freebsd.org, kaltheat@gmail.com Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Thu, 12 Sep 2013 19:34:14 +0200 I just rechecked. I'm working on HEAD of portstree (Revision 327087). I did: # cd /usr/ports/net/tigervnc && make fetch extract patch # find work -exec grep "if XORG " {} + work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 ... work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG < 110 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG == 15 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#elif XORG < 19 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG < 110 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG >= 16 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG < 19 ... This supports the conclusion that the mentioned patch is not included. Regards, kaltheat From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:43:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5B9AA53; Thu, 12 Sep 2013 18:43:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A781129D9; Thu, 12 Sep 2013 18:43:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CIhp5Y042309; Thu, 12 Sep 2013 18:43:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CIhp8L042308; Thu, 12 Sep 2013 18:43:51 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 18:43:51 GMT Message-Id: <201309121843.r8CIhp8L042308@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182030: [patch] www/mod_wsgi3 segfaults under apache 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:43:51 -0000 Synopsis: [patch] www/mod_wsgi3 segfaults under apache 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 18:43:51 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182030 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:44:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00994C59; Thu, 12 Sep 2013 18:44:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAE4A29F1; Thu, 12 Sep 2013 18:44:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CIiL6F042498; Thu, 12 Sep 2013 18:44:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CIiLtm042497; Thu, 12 Sep 2013 18:44:21 GMT (envelope-from linimon) Date: Thu, 12 Sep 2013 18:44:21 GMT Message-Id: <201309121844.r8CIiLtm042497@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182033: [maintainer] make devel/wordgrinder build when gcc is missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:44:22 -0000 Synopsis: [maintainer] make devel/wordgrinder build when gcc is missing Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 12 18:44:10 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=182033 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:45:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5005DDA; Thu, 12 Sep 2013 18:45:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8C62A41; Thu, 12 Sep 2013 18:45:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CIjwB3042753; Thu, 12 Sep 2013 18:45:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CIjwNL042752; Thu, 12 Sep 2013 18:45:58 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 18:45:58 GMT Message-Id: <201309121845.r8CIjwNL042752@freefall.freebsd.org> To: trevor@bitba.se, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182034: [patch] update sysutils/zxfer for FreeBSD 9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:45:58 -0000 Synopsis: [patch] update sysutils/zxfer for FreeBSD 9.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Sep 12 18:45:58 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182034 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:48:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65A97E79; Thu, 12 Sep 2013 18:48:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38BA62A7F; Thu, 12 Sep 2013 18:48:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CImloS042974; Thu, 12 Sep 2013 18:48:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CImlBd042973; Thu, 12 Sep 2013 18:48:47 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 18:48:47 GMT Message-Id: <201309121848.r8CImlBd042973@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182046: Make graphics/opencv build on powerpc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:48:47 -0000 Synopsis: Make graphics/opencv build on powerpc64 Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 12 18:48:46 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182046 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 18:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5638FFEE for ; Thu, 12 Sep 2013 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42FDF2AB6 for ; Thu, 12 Sep 2013 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CIo37k043202 for ; Thu, 12 Sep 2013 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CIo3w0043201; Thu, 12 Sep 2013 18:50:03 GMT (envelope-from gnats) Date: Thu, 12 Sep 2013 18:50:03 GMT Message-Id: <201309121850.r8CIo3w0043201@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182034: [patch] update sysutils/zxfer for FreeBSD 9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:50:03 -0000 The following reply was made to PR ports/182034; it has been noted by GNATS. From: Edwin Groothuis To: ivannashdreckman@fastmail.fm Cc: bug-followup@FreeBSD.org Subject: Re: ports/182034: [patch] update sysutils/zxfer for FreeBSD 9.2 Date: Thu, 12 Sep 2013 18:45:57 UT Maintainer of sysutils/zxfer, Please note that PR ports/182034 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182034 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 19:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DFA8982E for ; Thu, 12 Sep 2013 19:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE7032D72 for ; Thu, 12 Sep 2013 19:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CJA0A7046885 for ; Thu, 12 Sep 2013 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CJA0G9046878; Thu, 12 Sep 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 19:10:00 GMT Resent-Message-Id: <201309121910.r8CJA0G9046878@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dennis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95A69689 for ; Thu, 12 Sep 2013 19:05:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 737D22CD8 for ; Thu, 12 Sep 2013 19:05:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CJ55e5067153 for ; Thu, 12 Sep 2013 19:05:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CJ55QW067122; Thu, 12 Sep 2013 19:05:05 GMT (envelope-from nobody) Message-Id: <201309121905.r8CJ55QW067122@oldred.freebsd.org> Date: Thu, 12 Sep 2013 19:05:05 GMT From: Dennis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182049: problem with qt4 plugins and clean room builds (poudriere) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 19:10:00 -0000 >Number: 182049 >Category: ports >Synopsis: problem with qt4 plugins and clean room builds (poudriere) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dennis >Release: 9.2-RC3 >Organization: >Environment: FreeBSD [REDACTED] 9.2-RC3-p1 FreeBSD 9.2-RC3-p1 #0: Mon Sep 9 19:37:31 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The x11-toolkits/qt4-gui and devel/qt4-corelib Makefiles define: USES=pkgconfig (a build-time dependency on pkg-config) The configure script detects the existence of pkg-config, and creates the build key as follows: "x86_64 usr/local/share/qt4/mkspecs/freebsd g++-4 full-config" Note the "full-config". (The build key is an identifier Qt uses to determine wether plugins were compiled with the same settings, architecture, and so on. Bear with me) Then: graphics/qt4-imageformats and graphics/qt4-iconengines do NOT define USES=pkgconfig The result is that when building these in a clean room build environment such as poudriere, the binary package for x11-toolkits/qt4-gui is installed as one of the dependencies, however, pkg-config is _not_ installed. The configure script detects the absence of pkg-config, and creates the build key as follows: "x86_64 usr/local/share/qt4/mkspecs/freebsd g++-4 no-pkg-config" Note the "no-pkg-config" The result is that Qt refuses to load the built plugins with the following message: The plugin '/usr/local/lib/qt4/plugins/imageformats/libqtiff.so' uses incompatible Qt library. Expected build key "x86_64 usr/local/share/qt4/mkspecs/freebsd g++-4 full-config", got "x86_64 usr/local/share/qt4/mkspecs/freebsd g++-4 no-pkg-config" If one does not use a clean room build, one usually installs the plugins after having built qt4-gui, and then pkg-config will still be installed as a requirement for qt4-gui, so the plugins are built with the correct build key (i.e. the same configuration). >How-To-Repeat: Build x11-toolkits/qt4-gui in poudriere, then build graphics/qt4-imageformats in poudriere. A good output (note absence of "no-pkg-config"): Configuration .......... release shared dll largefile stl mmx 3dnow sse sse2 sse3 ssse3 minimal-config small-config medium-config large-config full-config qt3support phonon accessibility reduce_exports ipv6 clock-gettime clock-monotonic getaddrinfo ipv6ifname getifaddrs system-jpeg system-mng system-png png system-tiff system-freetype system-zlib nis gnu-libiconv glib openssl x11sm xshape xsync xrender mitshm fontconfig xkb icu concurrent xmlpatterns multimedia audio-backend svg script scripttools declarative release A bad output (note presence of "no-pkg-config"): Configuration .......... release shared dll largefile stl mmx 3dnow sse sse2 sse3 ssse3 minimal-config small-config medium-config large-config full-config no-pkg-config qt3support phonon accessibility reduce_exports ipv6 clock-gettime clock-monotonic getaddrinfo ipv6ifname getifaddrs system-jpeg system-mng system-png png system-tiff system-freetype system-zlib nis gnu-libiconv openssl x11sm xshape xsync xrender mitshm fontconfig xkb icu concurrent xmlpatterns multimedia audio-backend svg script scripttools declarative release >Fix: Add USES=pkgconfig to /usr/ports/graphics/qt4-imageformats/Makefile, and /usr/ports/graphics/qt4-iconengines/Makefile (Note: there may be more qt4 plugin ports, the same would apply to them) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 19:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E8C6BD13 for ; Thu, 12 Sep 2013 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AED312239 for ; Thu, 12 Sep 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CJo1Dp054918 for ; Thu, 12 Sep 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CJo1Wk054917; Thu, 12 Sep 2013 19:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 19:50:01 GMT Resent-Message-Id: <201309121950.r8CJo1Wk054917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23908C65 for ; Thu, 12 Sep 2013 19:48:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE7A2220 for ; Thu, 12 Sep 2013 19:48:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CJmlGm064205 for ; Thu, 12 Sep 2013 19:48:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CJmlr7064202; Thu, 12 Sep 2013 19:48:47 GMT (envelope-from nobody) Message-Id: <201309121948.r8CJmlr7064202@oldred.freebsd.org> Date: Thu, 12 Sep 2013 19:48:47 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182050: [Patch] deskutils/wyrd - Fix build under HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 19:50:02 -0000 >Number: 182050 >Category: ports >Synopsis: [Patch] deskutils/wyrd - Fix build under HEAD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 19:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: FreeBSD build.home.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255487: Thu Sep 12 13:31:17 CEST 2013 herbert@build.home.lan:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix build of desktutils/wyrd under HEAD. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: deskutils/wyrd/Makefile =================================================================== --- deskutils/wyrd/Makefile (revision 327067) +++ deskutils/wyrd/Makefile (working copy) @@ -27,6 +27,9 @@ .include +post-patch: + @${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/curses/curses.ml + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wyrd.opt ${PREFIX}/bin/wyrd ${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/etc/wyrdrc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 19:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 927C1D62; Thu, 12 Sep 2013 19:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68971225F; Thu, 12 Sep 2013 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CJo92N054991; Thu, 12 Sep 2013 19:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CJo9TO054990; Thu, 12 Sep 2013 19:50:09 GMT (envelope-from edwin) Date: Thu, 12 Sep 2013 19:50:09 GMT Message-Id: <201309121950.r8CJo9TO054990@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182050: [Patch] deskutils/wyrd - Fix build under HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 19:50:09 -0000 Synopsis: [Patch] deskutils/wyrd - Fix build under HEAD Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Sep 12 19:50:09 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182050 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C615C7CF for ; Thu, 12 Sep 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A40BD23C5 for ; Thu, 12 Sep 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CKA0tn058699 for ; Thu, 12 Sep 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CKA0Up058698; Thu, 12 Sep 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 20:10:00 GMT Resent-Message-Id: <201309122010.r8CKA0Up058698@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Cochard-Labbé Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91E0166C for ; Thu, 12 Sep 2013 20:03:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCA8236D for ; Thu, 12 Sep 2013 20:03:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CK2xJm085930 for ; Thu, 12 Sep 2013 20:02:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CK2xuf085927; Thu, 12 Sep 2013 20:02:59 GMT (envelope-from nobody) Message-Id: <201309122002.r8CK2xuf085927@oldred.freebsd.org> Date: Thu, 12 Sep 2013 20:02:59 GMT From: Olivier Cochard-Labbé To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182051: sysutils/wiimms upgrade to 2.23a and fix head compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 20:10:00 -0000 >Number: 182051 >Category: ports >Synopsis: sysutils/wiimms upgrade to 2.23a and fix head compilation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbé >Release: 10.0 >Organization: >Environment: FreeBSD orange.bsdrp.net 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r255295M: Fri Sep 6 14:01:54 CEST 2013 root@orange.bsdrp.net:/usr/obj/usr/local/BSDRP/BSDRPcur/FreeBSD/src/sys/PROD amd64 >Description: Here is a patch that update sysutils/wiimms to 2.23a and fix compilation problem on head (no more gcc). Regards, >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sysutils/wiimms/Makefile =================================================================== --- sysutils/wiimms/Makefile (revision 327103) +++ sysutils/wiimms/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wiimms -DISTVERSION= 2.10a +DISTVERSION= 2.23a CATEGORIES= sysutils MASTER_SITES= http://gugus69.free.fr/wiimms/ \ LOCAL/martymac @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/wiimms-iso-tools USE_GMAKE= yes +USE_GCC= any .include Index: sysutils/wiimms/distinfo =================================================================== --- sysutils/wiimms/distinfo (revision 327103) +++ sysutils/wiimms/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wit-2.10a.tar.gz) = 847abdff776bc823d5a0dbb458a51607ef9d0a12ff5fc39241bef5f5332ec78c -SIZE (wit-2.10a.tar.gz) = 1762759 +SHA256 (wit-2.23a.tar.gz) = b49e1f161cb4cb7da9db7b8a3447cbd94b8d9ac15d088097c7e47c39c7808b6e +SIZE (wit-2.23a.tar.gz) = 1810162 Index: sysutils/wiimms/files/patch-Makefile =================================================================== --- sysutils/wiimms/files/patch-Makefile (revision 0) +++ sysutils/wiimms/files/patch-Makefile (working copy) @@ -0,0 +1,31 @@ +--- Makefile.orig 2013-07-12 20:59:10.000000000 +0200 ++++ Makefile 2013-09-12 21:36:58.340976359 +0200 +@@ -27,7 +27,7 @@ + #------------------------------------------------------------------------------- + # global settings + +-#SHELL = /bin/bash ++#SHELL = /usr/local/bin/bash + SHELL = /usr/bin/env bash + + AUTHOR = Dirk Clemens +@@ -99,8 +99,8 @@ + # compiler settings + + PRE ?= +-CC = $(PRE)gcc +-CPP = $(PRE)g++ ++#CC = $(PRE)cc ++#CPP = $(PRE)cpp + STRIP = $(PRE)strip + + #------------------------------------------------------------------------------- +@@ -248,7 +248,7 @@ + + #------------------------------------------------------------------------------- + +-SHARE_PATH = $(INSTALL_PATH)/share/wit ++SHARE_PATH = $(INSTALL_PATH)/share/wiimms + INSTALL_SCRIPTS = install.sh load-titles.sh + RM_FILES += $(INSTALL_SCRIPTS) + SCRIPTS = ./scripts Property changes on: sysutils/wiimms/files/patch-Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: sysutils/wiimms/files/patch-setup.sh =================================================================== --- sysutils/wiimms/files/patch-setup.sh (revision 327103) +++ sysutils/wiimms/files/patch-setup.sh (working copy) @@ -1,5 +1,5 @@ ---- setup.sh.orig 2011-07-08 20:21:46.000000000 +0200 -+++ setup.sh 2011-08-04 01:55:05.000000000 +0200 +--- setup.sh.orig 2013-02-09 21:55:43.000000000 +0100 ++++ setup.sh 2013-09-12 21:34:08.051742488 +0200 @@ -19,8 +19,9 @@ tim=($(date '+%s %Y-%m-%d %T')) @@ -27,5 +27,13 @@ +# FreeBSD didn't support Pre-alloc +defines="$defines -DNO_PREALLOC" - [[ $STATIC = 1 ]] || STATIC=0 + [[ -r /usr/include/linux/fiemap.h ]] \ + && grep -qw fiemap_extent /usr/include/linux/fiemap.h \ +@@ -110,6 +115,6 @@ + ---EOT--- + +-gcc $xflags system.c -o system.tmp && ./system.tmp >>Makefile.setup ++${CC} $xflags system.c -o system.tmp && ./system.tmp >>Makefile.setup + rm -f system.tmp + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 20:50:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 948555B4; Thu, 12 Sep 2013 20:50:46 +0000 (UTC) (envelope-from kalten@sbox.tu-graz.ac.at) Received: from mailbackup.inode.at (mailbackup.inode.at [213.229.60.24]) by mx1.freebsd.org (Postfix) with ESMTP id 52C8F2666; Thu, 12 Sep 2013 20:50:45 +0000 (UTC) Received: from [62.99.145.3] (port=22330 helo=mx.inode.at) by mailbackup.inode.at with esmtp (Exim 4.76) (envelope-from ) id 1VKDlV-0003nt-7l; Thu, 12 Sep 2013 22:45:25 +0200 Received: from [85.127.125.151] (port=9431 helo=freeHugin.Walhalla.Leben) by smartmx-03.inode.at with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1VKDlN-0000dQ-Hd; Thu, 12 Sep 2013 22:45:17 +0200 From: Kalten To: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/181989: graphics/hugin: uses needs pkgconfig References: <201309101150.r8ABo0vx047247@freefall.freebsd.org> X-uname: FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p* amd64 Date: Thu, 12 Sep 2013 22:45:16 +0200 In-Reply-To: <201309101150.r8ABo0vx047247@freefall.freebsd.org> (FreeBSD-gnats-submit@freebsd.org's message of "Tue, 10 Sep 2013 11:50:00 GMT") Message-ID: <86y571n50j.fsf@sbox.tugraz.at> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Authenticated-Sender: inode.328775 Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 20:50:46 -0000 In a commit from bapt---namely revision 326995---it has been corrected together with the same error in other ports. http://www.freshports.org/commit.php?category=graphics&port=hugin&files=yes&message_id=201309111717.r8BHHaJY098113@svn.freebsd.org Please close this PR http://www.freebsd.org/cgi/query-pr.cgi?pr=181989 Thank you, Kalten -- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 22:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1E3933B for ; Thu, 12 Sep 2013 22:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D01642C3A for ; Thu, 12 Sep 2013 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CMK0ce085043 for ; Thu, 12 Sep 2013 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CMK0hp085019; Thu, 12 Sep 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 12 Sep 2013 22:20:00 GMT Resent-Message-Id: <201309122220.r8CMK0hp085019@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9800E9 for ; Thu, 12 Sep 2013 22:14:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87C7A2C03 for ; Thu, 12 Sep 2013 22:14:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8CMEqsf077029 for ; Thu, 12 Sep 2013 22:14:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8CMEq0D077028; Thu, 12 Sep 2013 22:14:52 GMT (envelope-from nobody) Message-Id: <201309122214.r8CMEq0D077028@oldred.freebsd.org> Date: Thu, 12 Sep 2013 22:14:52 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182052: [Patch] Update deskutils/pal to version 0.4.3 and fix build under HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 22:20:01 -0000 >Number: 182052 >Category: ports >Synopsis: [Patch] Update deskutils/pal to version 0.4.3 and fix build under HEAD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 12 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: FreeBSD build.home.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255487: Thu Sep 12 13:31:17 CEST 2013 herbert@build.home.lan:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch updates deskutils/pal to version 0.4.3 (released 2008-07-28) and fixes building under HEAD. Maybe this port should be removed: * no updates since July, 2008 * the homepage says latest version is 0.4.2, SourceForge download page lists 0.4.3 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: deskutils/pal/Makefile =================================================================== --- deskutils/pal/Makefile (revision 327106) +++ deskutils/pal/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pal -PORTVERSION= 0.3.4 -PORTREVISION= 6 +PORTVERSION= 0.4.3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}cal/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz @@ -21,12 +20,8 @@ .include -.if exists(${LOCALBASE}/lib/libreadline.so.6) -LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline -.endif - post-patch: - @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g" ${WRKSRC}/Makefile.defs + @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g;s,CC,#CC,g" ${WRKSRC}/Makefile.defs post-build: ${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template Index: deskutils/pal/distinfo =================================================================== --- deskutils/pal/distinfo (revision 327106) +++ deskutils/pal/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pal-0.3.4.tgz) = 0408441199b64e5c1c2e28a9ae920ad2f35523ad04c59759279520e3c236a0b9 -SIZE (pal-0.3.4.tgz) = 109125 +SHA256 (pal-0.4.3.tgz) = ce470cb7be76522ff58cd0325ad7817b6cc2132a5e0cea55de8c9eb63b54551c +SIZE (pal-0.4.3.tgz) = 130865 Index: deskutils/pal/files/patch-src-Makefile =================================================================== --- deskutils/pal/files/patch-src-Makefile (revision 0) +++ deskutils/pal/files/patch-src-Makefile (working copy) @@ -0,0 +1,11 @@ +--- Makefile.orig 2008-07-28 18:16:23.000000000 +0200 ++++ Makefile 2013-09-12 23:52:39.000000000 +0200 +@@ -3,7 +3,7 @@ + include Makefile.defs + + INCLDIR = -I${prefix}/include `pkg-config --cflags glib-2.0` +-LIBDIR = ++LIBDIR = -L/usr/lib + LIBS = `pkg-config --libs glib-2.0` -lreadline -lncurses + + SRC = main.c colorize.c output.c input.c event.c rl.c html.c latex.c \ Property changes on: deskutils/pal/files/patch-src-Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: deskutils/pal/pkg-plist =================================================================== --- deskutils/pal/pkg-plist (revision 327106) +++ deskutils/pal/pkg-plist (working copy) @@ -1,5 +1,6 @@ bin/pal %%DATADIR%%/australia.pal +%%DATADIR%%/austria.pal %%DATADIR%%/birth-death.pal %%DATADIR%%/christian.pal %%DATADIR%%/computer.pal >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 23:10:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3BB2C5E; Thu, 12 Sep 2013 23:10:06 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 868D62F38; Thu, 12 Sep 2013 23:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CNA6KI094306; Thu, 12 Sep 2013 23:10:06 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CNA68F094305; Thu, 12 Sep 2013 23:10:06 GMT (envelope-from wg) Date: Thu, 12 Sep 2013 23:10:06 GMT Message-Id: <201309122310.r8CNA68F094305@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182050: [Patch] deskutils/wyrd - Fix build under HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 23:10:06 -0000 Synopsis: [Patch] deskutils/wyrd - Fix build under HEAD Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Thu Sep 12 23:10:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182050 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 12 23:42:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58F4C358; Thu, 12 Sep 2013 23:42:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB242284; Thu, 12 Sep 2013 23:42:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CNgm6d002778; Thu, 12 Sep 2013 23:42:48 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8CNgm7F002777; Thu, 12 Sep 2013 23:42:48 GMT (envelope-from gjb) Date: Thu, 12 Sep 2013 23:42:48 GMT Message-Id: <201309122342.r8CNgm7F002777@freefall.freebsd.org> To: gjb@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Subject: Re: ports/182053: [maintainer update] mail/lurker build fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 23:42:49 -0000 Synopsis: [maintainer update] mail/lurker build fix Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Thu Sep 12 23:42:32 UTC 2013 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=182053 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 00:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 610742C6 for ; Fri, 13 Sep 2013 00:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 403A52922 for ; Fri, 13 Sep 2013 00:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D0U06Y018216 for ; Fri, 13 Sep 2013 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D0U0xb018215; Fri, 13 Sep 2013 00:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 00:30:00 GMT Resent-Message-Id: <201309130030.r8D0U0xb018215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7EAE61A2; Fri, 13 Sep 2013 00:24:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VKHB4-000GNm-Me; Fri, 13 Sep 2013 02:24:02 +0200 Message-Id: Date: Fri, 13 Sep 2013 02:24:02 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182054: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure Cc: gaod@hychen.org, portmgr@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 00:30:03 -0000 >Number: 182054 >Category: ports >Synopsis: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 >Description: FreeBSD 10 requires that all shared library symbols are resolved at link time. This fails if a libidn user does not link against libintl, but libidn itself is linked against libintl. In this situation, pkg-config --libs must print -lintl after -lidn. I have reported this to the help-libidn mailing list. This patch fixes the bug, and bumps the portrevision (which is required in this situation - we change installed files). Port maintainer (gaod@hychen.org) is cc'd. Gaod, please follow up with a message stating whether you approve of this change or not. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- libidn-1.28_1.patch begins here --- diff -ruN /usr/ports/dns/libidn/Makefile ./Makefile --- /usr/ports/dns/libidn/Makefile 2013-09-08 20:32:38.000000000 +0200 +++ ./Makefile 2013-09-13 02:02:42.000000000 +0200 @@ -1,8 +1,9 @@ # Created by: Kirill Ponomarew -# $FreeBSD: dns/libidn/Makefile 326767 2013-09-08 18:32:38Z sunpoet $ +# $FreeBSD: head/dns/libidn/Makefile 326767 2013-09-08 18:32:38Z sunpoet $ PORTNAME= libidn PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= GNU @@ -39,6 +40,9 @@ @${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \ ${WRKSRC}/doc/Makefile.in .endif +.if ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in +.endif post-install: .if ${PORT_OPTIONS:MDOCS} --- libidn-1.28_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 00:30:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB3C22FD; Fri, 13 Sep 2013 00:30:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F5142925; Fri, 13 Sep 2013 00:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D0UBux018347; Fri, 13 Sep 2013 00:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D0UBZL018346; Fri, 13 Sep 2013 00:30:11 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 00:30:11 GMT Message-Id: <201309130030.r8D0UBZL018346@freefall.freebsd.org> To: mandree@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182054: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 00:30:11 -0000 Synopsis: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 13 00:30:11 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182054 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 00:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27B084DC for ; Fri, 13 Sep 2013 00:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1606429C6 for ; Fri, 13 Sep 2013 00:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D0e0B3020312 for ; Fri, 13 Sep 2013 00:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D0e060020311; Fri, 13 Sep 2013 00:40:00 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 00:40:00 GMT Message-Id: <201309130040.r8D0e060020311@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182054: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 00:40:01 -0000 The following reply was made to PR ports/182054; it has been noted by GNATS. From: Edwin Groothuis To: gaod@hychen.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182054: [PATCH] dns/libidn: Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failure Date: Fri, 13 Sep 2013 00:30:10 UT Maintainer of dns/libidn, Please note that PR ports/182054 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182054 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 01:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7E6FD32 for ; Fri, 13 Sep 2013 01:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 889942B0D for ; Fri, 13 Sep 2013 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D100bQ024938 for ; Fri, 13 Sep 2013 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D100wb024937; Fri, 13 Sep 2013 01:00:00 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 01:00:00 GMT Message-Id: <201309130100.r8D100wb024937@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 01:00:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: Koichiro IWAO To: kaltheat@googlemail.com Cc: bug-followup@freebsd.org, kaltheat@gmail.com, kaltheat@zoho.com Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Fri, 13 Sep 2013 09:54:28 +0900 Can you see the patch named patch-hw-vnc-off-by-one-error[1] in files directory? It's supposed to be exist. If it exists, the patch is not applied for some reason. $ svn co svn://svn0.us-west.freebsd.org/ports/head/net/tigervnc A tigervnc/distinfo A tigervnc/pkg-descr A tigervnc/files A tigervnc/files/patch-hw-vnc-off-by-one-error A tigervnc/files/patch-CMakeLists.txt A tigervnc/files/patch-cmake_BuildPackages.cmake A tigervnc/files/patch-unix_vncserver A tigervnc/pkg-plist A tigervnc/Makefile Checked out revision 327120. $ cd tigervnc && LANG=C svn info Path: . Working Copy Root Path: /tmp/tigervnc URL: svn://svn0.us-west.freebsd.org/ports/head/net/tigervnc Relative URL: ^/head/net/tigervnc Repository Root: svn://svn0.us-west.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 327120 Node Kind: directory Schedule: normal Last Changed Author: wg Last Changed Rev: 326978 Last Changed Date: 2013-09-11 22:20:02 +0900 (Wed, 11 Sep 2013) # make clean patch # find work -exec grep "if XORG" {} + | grep 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncExtInit.cc:#if XORG < 112 (snip) work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/xf86vncModule.cc:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc.orig:#if XORG < 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 work/tigervnc-1.3.0/unix/xserver/hw/vnc/vncHooks.cc:#if XORG <= 112 I can see vncHooks.cc is patched. [1] https://svnweb.freebsd.org/ports/head/net/tigervnc/files/patch-hw-vnc-off-by-one-error?revision=326978&view=markup -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 06:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FEA95FF for ; Fri, 13 Sep 2013 06:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7692953 for ; Fri, 13 Sep 2013 06:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D6A0x8085656 for ; Fri, 13 Sep 2013 06:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D6A07v085655; Fri, 13 Sep 2013 06:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 06:10:00 GMT Resent-Message-Id: <201309130610.r8D6A07v085655@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Aryeh M. Friedman" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85FAA425 for ; Fri, 13 Sep 2013 06:05:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6422C2924 for ; Fri, 13 Sep 2013 06:05:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8D65L5Z060301 for ; Fri, 13 Sep 2013 06:05:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8D65L6W060289; Fri, 13 Sep 2013 06:05:21 GMT (envelope-from nobody) Message-Id: <201309130605.r8D65L6W060289@oldred.freebsd.org> Date: Fri, 13 Sep 2013 06:05:21 GMT From: "Aryeh M. Friedman" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182056: [NEW PORT] emulators/petitecloud -- thin frontend for bhve and in future versions other hyper-v's X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 06:10:00 -0000 >Number: 182056 >Category: ports >Synopsis: [NEW PORT] emulators/petitecloud -- thin frontend for bhve and in future versions other hyper-v's >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 06:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Aryeh M. Friedman >Release: >Organization: >Environment: >Description: --- ../petitecloud.old/Makefile 2013-09-13 01:27:14.000000000 -0400 +++ Makefile 2013-09-13 01:23:04.000000000 -0400 @@ -0,0 +1,24 @@ +# +# Copyright (C) 2013 Friedman-Nixon-Wong Enterprises, LLC +# + +CATEGORIES= emulators +PORTNAME= petitecloud +PORTVERSION= 0.1 +MASTER_SITES= ftp://ftp.petitecloud.org/petitecloud/aryeh/0.1/ +COMMENT= Thin frontend to bhve + +USERS= petitecloud +GROUPS= petitecloud + +BUILD_DEPENDS= ${LOCALBASE}/openjdk7/bin/java:${PORTSDIR}/java/openjdk7 \ + ${LOCALBASE}/bin/cook:${PORTSDIR}/devel/cook \ + ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo \ +${LOCALBASE}/apache-tomcat-7.0/bin/catalina.sh:${PORTSDIR}/www/tomcat7 + +post-install: + echo petitecloud | pw usermod petitecloud -h 0 2>&1 + chmod 6755 /usr/local/sbin/petitecloud-install + chown -R www:www /usr/local/etc/petitecloud + +.include --- ../petitecloud.old/distinfo 2013-09-13 01:27:14.000000000 -0400 +++ distinfo 2013-09-13 01:23:04.000000000 -0400 @@ -0,0 +1,2 @@ +SIZE (petitecloud-0.1.tar.gz) = 266752 +SHA256 (petitecloud-0.1.tar.gz) = 5894bbd9053a0d0a30103a604fc6ef2cb3bd680a36dc0516865da23c41448536 --- ../petitecloud.old/pkg-descr 2013-09-13 01:27:14.000000000 -0400 +++ pkg-descr 2013-09-12 06:47:23.000000000 -0400 @@ -0,0 +1,3 @@ +A thin front end to bhyve and in future versions other Hyper-V's + +WWW: http://www.petitecloud.org --- ../petitecloud.old/pkg-message 2013-09-13 01:27:14.000000000 -0400 +++ pkg-message 2013-09-12 06:47:23.000000000 -0400 @@ -0,0 +1,15 @@ +You need to have vmm.ko, if_bridge.ko and if_tun.ko loaded: + +kldload vmm +kldload if_bridge +kldload if_tap + +You also need the bridge configured to be connected to bridge0 and to the NIC that goes to the public internet. +For example: + +ifconfig bridge0 create +ifconfig bridge0 addm em0 up + +You also need www/tomcat7 running: + +/usr/local/etc/rc.d/tomcat7 onestart --- ../petitecloud.old/pkg-plist 2013-09-13 01:27:14.000000000 -0400 +++ pkg-plist 2013-09-13 01:23:04.000000000 -0400 @@ -0,0 +1,4 @@ +/usr/local/apache-tomcat-7.0/webapps/petitecloud-0.1-aryeh.war +/usr/local/share/java/classes/petitecloud-0.1-aryeh.jar +/usr/local/sbin/petitecloud-install +/usr/local/etc/rc.d/petitecloud --- /usr/ports/UIDs.old 2013-09-13 01:28:45.000000000 -0400 +++ /usr/ports/UIDs 2013-09-05 23:46:06.000000000 -0400 @@ -267,4 +267,5 @@ shibd:*:971:971::0:0:Shibboleth SAML daemon:/nonexistent:/usr/sbin/nologin plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin +petitecloud:*:974:974::0:0:Petitecloud Admin Acct:/home/petitecloud:/usr/sbin/petitecloud-install nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin 262a263 > petitecloud:*:974: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 07:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1FA794E2 for ; Fri, 13 Sep 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 001862CEC for ; Fri, 13 Sep 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D7U01W008751 for ; Fri, 13 Sep 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D7U0si008748; Fri, 13 Sep 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 07:30:00 GMT Resent-Message-Id: <201309130730.r8D7U0si008748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alfred Bartsch Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0587A39F for ; Fri, 13 Sep 2013 07:24:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4E9C2CA7 for ; Fri, 13 Sep 2013 07:24:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8D7OLOO073427 for ; Fri, 13 Sep 2013 07:24:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8D7OLgq073394; Fri, 13 Sep 2013 07:24:21 GMT (envelope-from nobody) Message-Id: <201309130724.r8D7OLgq073394@oldred.freebsd.org> Date: Fri, 13 Sep 2013 07:24:21 GMT From: Alfred Bartsch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182057: lang/mono (mono 3.2.1) does not build on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 07:30:01 -0000 >Number: 182057 >Category: ports >Synopsis: lang/mono (mono 3.2.1) does not build on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alfred Bartsch >Release: stable/8 >Organization: Data-Service GmbH >Environment: FreeBSD dsst1pkg.incore 8.4-STABLE FreeBSD 8.4-STABLE #0 r253040: Wed Jul 10 00:10:12 CEST 2013 root@dsssrvt1.incore:/usr/obj/usr/src/sys/SERVER64 amd64 >Description: lang/mono does not build in an amd64 environment: .. cd /home/tmp/usr/ports/lang/mono/work/mono-3.2.1/mcs && gmake --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0 net_3_5 net_4_0 net_4_5 ' CC='cc' all-profiles gmake[6]: gmcs: Command not found gmake[6]: *** [build/deps/basic-profile-check.exe] Error 127 *** The compiler 'gmcs' doesn't appear to be usable. *** Trying the 'monolite' directory. ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= gmake[8]: *** [build/deps/basic-profile-check.exe] Abort trap: 6 (core dumped) *** The contents of your 'monolite' directory may be out-of-date *** You may want to try 'make get-monolite-latest' gmake[8]: *** [do-profile-check-monolite] Error 1 gmake[7]: *** [do-profile-check] Error 2 gmake[6]: *** [do-profile-check-monolite] Error 2 gmake[5]: *** [do-profile-check] Error 2 gmake[4]: *** [profile-do--basic--all] Error 2 gmake[3]: *** [profiles-do--all] Error 2 gmake[2]: *** [all-local] Error 2 gmake[2]: Leaving directory `/home/tmp/usr/ports/lang/mono/work/mono-3.2.1/runtime' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/tmp/usr/ports/lang/mono/work/mono-3.2.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/lang/mono. This version (same ports tree) builds w/o any problem in i386 environment >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 07:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E816C51A; Fri, 13 Sep 2013 07:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE6AC2CF4; Fri, 13 Sep 2013 07:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D7U8C8010412; Fri, 13 Sep 2013 07:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D7U8mU010411; Fri, 13 Sep 2013 07:30:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 07:30:08 GMT Message-Id: <201309130730.r8D7U8mU010411@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182057: lang/mono (mono 3.2.1) does not build on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 07:30:09 -0000 Synopsis: lang/mono (mono 3.2.1) does not build on amd64 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 07:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182057 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 08:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E487118F for ; Fri, 13 Sep 2013 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAD4C21DB for ; Fri, 13 Sep 2013 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D8o0xJ031437 for ; Fri, 13 Sep 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D8o0KN031428; Fri, 13 Sep 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 08:50:00 GMT Resent-Message-Id: <201309130850.r8D8o0KN031428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bjoern A. Zeeb" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 633B2CE for ; Fri, 13 Sep 2013 08:46:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36F792198 for ; Fri, 13 Sep 2013 08:46:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8D8kXWk063230 for ; Fri, 13 Sep 2013 08:46:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8D8kXC2063229; Fri, 13 Sep 2013 08:46:33 GMT (envelope-from nobody) Message-Id: <201309130846.r8D8kXC2063229@oldred.freebsd.org> Date: Fri, 13 Sep 2013 08:46:33 GMT From: "Bjoern A. Zeeb" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 08:50:01 -0000 >Number: 182058 >Category: ports >Synopsis: [maint-upd] mail/dma >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: 10-CURRENT >Organization: Zabbadoz.NeT >Environment: >Description: Update to mail/dma diff is here. Please see svn status at top for added and removed files. http://people.freebsd.org/~bz/20130913-01-mail-dma.diff Only tested to compile on 10. A ports committer please help and check the others. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 08:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF92D1BC; Fri, 13 Sep 2013 08:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B628821DC; Fri, 13 Sep 2013 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D8o84v031557; Fri, 13 Sep 2013 08:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D8o8xs031556; Fri, 13 Sep 2013 08:50:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 08:50:08 GMT Message-Id: <201309130850.r8D8o8xs031556@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 08:50:08 -0000 Synopsis: [maint-upd] mail/dma Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Fri Sep 13 08:50:08 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182058 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 08:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A20F61C0; Fri, 13 Sep 2013 08:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77F7B21DD; Fri, 13 Sep 2013 08:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D8oAE6031632; Fri, 13 Sep 2013 08:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D8oAhh031631; Fri, 13 Sep 2013 08:50:10 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 08:50:10 GMT Message-Id: <201309130850.r8D8oAhh031631@freefall.freebsd.org> To: bzeeb+freebsd+ports@zabbadoz.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 08:50:10 -0000 Synopsis: [maint-upd] mail/dma State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 13 08:50:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182058 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 09:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A7FA2E1 for ; Fri, 13 Sep 2013 09:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 586042265 for ; Fri, 13 Sep 2013 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D902lT033457 for ; Fri, 13 Sep 2013 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D902gJ033456; Fri, 13 Sep 2013 09:00:02 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 09:00:02 GMT Message-Id: <201309130900.r8D902gJ033456@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 09:00:02 -0000 The following reply was made to PR ports/182058; it has been noted by GNATS. From: Edwin Groothuis To: bzeeb+freebsdports@zabbadoz.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/182058: [maint-upd] mail/dma Date: Fri, 13 Sep 2013 08:50:09 UT Maintainer of mail/dma, Please note that PR ports/182058 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182058 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 09:01:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D06E3398; Fri, 13 Sep 2013 09:01:24 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A52B122ED; Fri, 13 Sep 2013 09:01:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D91OMl034984; Fri, 13 Sep 2013 09:01:24 GMT (envelope-from bz@freefall.freebsd.org) Received: (from bz@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8D91O0K034983; Fri, 13 Sep 2013 09:01:24 GMT (envelope-from bz) Date: Fri, 13 Sep 2013 09:01:24 GMT Message-Id: <201309130901.r8D91O0K034983@freefall.freebsd.org> To: bzeeb+freebsdports@zabbadoz.net, bzeeb+freebsd+ports@zabbadoz.net, bz@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bz@FreeBSD.org Subject: Re: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 09:01:24 -0000 Synopsis: [maint-upd] mail/dma State-Changed-From-To: feedback->open State-Changed-By: bz State-Changed-When: Fri Sep 13 09:00:11 UTC 2013 State-Changed-Why: Given this is a maintainer update and the maintainer is me reset state to open for a ports committer to pick it up. http://www.freebsd.org/cgi/query-pr.cgi?pr=182058 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 10:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AACBD665 for ; Fri, 13 Sep 2013 10:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4F62709 for ; Fri, 13 Sep 2013 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DAK0d9049607 for ; Fri, 13 Sep 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DAK0rM049606; Fri, 13 Sep 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 10:20:00 GMT Resent-Message-Id: <201309131020.r8DAK0rM049606@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5F7B51B for ; Fri, 13 Sep 2013 10:11:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 787AD26BD for ; Fri, 13 Sep 2013 10:11:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DABOwn014136 for ; Fri, 13 Sep 2013 10:11:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DABO0v014122; Fri, 13 Sep 2013 10:11:24 GMT (envelope-from nobody) Message-Id: <201309131011.r8DABO0v014122@oldred.freebsd.org> Date: Fri, 13 Sep 2013 10:11:24 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182059: [maintainer update] www/py-django-registration-defaults updated to 0.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 10:20:00 -0000 >Number: 182059 >Category: ports >Synopsis: [maintainer update] www/py-django-registration-defaults updated to 0.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p7 >Organization: ARC >Environment: FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013 root@sonya:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated py-django-registration-defaults to 0.4.3. Changes are trivial. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327142) +++ Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= django-registration-defaults -PORTVERSION= 0.3 +PORTVERSION= 0.4.3 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} -MASTER_SITE_SUBDIR= source/d/${PORTNAME} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kozlov.sergey.404@gmail.com Index: distinfo =================================================================== --- distinfo (revision 327142) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (django-registration-defaults-0.3.tar.gz) = 27633e7ab627ffeb3950a584dee0dced9c850af48f3a5ad551db38a3b75f4b79 -SIZE (django-registration-defaults-0.3.tar.gz) = 3220 +SHA256 (django-registration-defaults-0.4.3.tar.gz) = efdf1ae8c2d430e59bce13f69a2d5a27a90edada1c36b68c3a2399f9107d924f +SIZE (django-registration-defaults-0.4.3.tar.gz) = 3285 Index: pkg-plist =================================================================== --- pkg-plist (revision 327142) +++ pkg-plist (working copy) @@ -6,6 +6,7 @@ %%PYTHON_SITELIBDIR%%/registration_defaults/settings.pyo %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activate.html %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_complete.html +%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_email.html %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_email.txt %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_email_subject.txt %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/login.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 10:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B060694; Fri, 13 Sep 2013 10:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4E90272C; Fri, 13 Sep 2013 10:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DAK88W049739; Fri, 13 Sep 2013 10:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DAK8ci049738; Fri, 13 Sep 2013 10:20:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 10:20:08 GMT Message-Id: <201309131020.r8DAK8ci049738@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182059: [maintainer update] www/py-django-registration-defaults updated to 0.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 10:20:09 -0000 Synopsis: [maintainer update] www/py-django-registration-defaults updated to 0.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 10:20:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182059 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 10:58:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C6E41F2; Fri, 13 Sep 2013 10:58:38 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 741022992; Fri, 13 Sep 2013 10:58:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DAwc5N057473; Fri, 13 Sep 2013 10:58:38 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DAwca5057472; Fri, 13 Sep 2013 10:58:38 GMT (envelope-from wg) Date: Fri, 13 Sep 2013 10:58:38 GMT Message-Id: <201309131058.r8DAwca5057472@freefall.freebsd.org> To: sean.greven@gmail.com, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/181642: [patch] security/fwknop new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 10:58:38 -0000 Synopsis: [patch] security/fwknop new version Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Sep 13 10:58:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181642 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 11:12:54 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC37F475; Fri, 13 Sep 2013 11:12:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9111A2A65; Fri, 13 Sep 2013 11:12:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DBCsvU061176; Fri, 13 Sep 2013 11:12:54 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DBCs6X061175; Fri, 13 Sep 2013 11:12:54 GMT (envelope-from wg) Date: Fri, 13 Sep 2013 11:12:54 GMT Message-Id: <201309131112.r8DBCs6X061175@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182052: [Patch] Update deskutils/pal to version 0.4.3 and fix build under HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 11:12:54 -0000 Synopsis: [Patch] Update deskutils/pal to version 0.4.3 and fix build under HEAD Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Sep 13 11:12:54 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182052 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 11:13:29 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F14B4AD; Fri, 13 Sep 2013 11:13:29 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7519C2A6E; Fri, 13 Sep 2013 11:13:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DBDTuJ062160; Fri, 13 Sep 2013 11:13:29 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DBDT9U062159; Fri, 13 Sep 2013 11:13:29 GMT (envelope-from wg) Date: Fri, 13 Sep 2013 11:13:29 GMT Message-Id: <201309131113.r8DBDT9U062159@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182053: [maintainer update] mail/lurker build fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 11:13:29 -0000 Synopsis: [maintainer update] mail/lurker build fix Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Sep 13 11:13:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182053 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 11:14:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0015B4E1; Fri, 13 Sep 2013 11:14:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9A132A73; Fri, 13 Sep 2013 11:14:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DBE9cs062281; Fri, 13 Sep 2013 11:14:09 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DBE93M062280; Fri, 13 Sep 2013 11:14:09 GMT (envelope-from wg) Date: Fri, 13 Sep 2013 11:14:09 GMT Message-Id: <201309131114.r8DBE93M062280@freefall.freebsd.org> To: bzeeb+freebsdports@zabbadoz.net, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182058: [maint-upd] mail/dma X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 11:14:10 -0000 Synopsis: [maint-upd] mail/dma Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Sep 13 11:14:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182058 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 11:30:42 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7ACA2AB8; Fri, 13 Sep 2013 11:30:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 515EE2B5E; Fri, 13 Sep 2013 11:30:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DBUgPX066050; Fri, 13 Sep 2013 11:30:42 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DBUfMv066049; Fri, 13 Sep 2013 11:30:41 GMT (envelope-from wg) Date: Fri, 13 Sep 2013 11:30:41 GMT Message-Id: <201309131130.r8DBUfMv066049@freefall.freebsd.org> To: loon@noncensored.com, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182016: [patch] security/lynis new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 11:30:42 -0000 Synopsis: [patch] security/lynis new version Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Sep 13 11:30:41 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182016 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A49C89E6 for ; Fri, 13 Sep 2013 13:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 903912109 for ; Fri, 13 Sep 2013 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDA1uD083034 for ; Fri, 13 Sep 2013 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDA1tw083033; Fri, 13 Sep 2013 13:10:01 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 13:10:01 GMT Message-Id: <201309131310.r8DDA1tw083033@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: kaltheat@googlemail.com Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: kaltheat@googlemail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:10:01 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: kaltheat@googlemail.com To: Koichiro IWAO Cc: bug-followup@freebsd.org Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Fri, 13 Sep 2013 15:00:38 +0200 On Fri, Sep 13, 2013 at 09:54:28AM +0900, Koichiro IWAO wrote: > Can you see the patch named patch-hw-vnc-off-by-one-error[1] in > files directory? It's supposed to be exist. If it exists, the patch is > not applied for some reason. I couldn't see that file. It turned out that my local portstree was broken. I removed and refetched it and then this patch appeared. Now it builds just fine. Sorry for the noice ... Regards, kaltheat From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99B67E69 for ; Fri, 13 Sep 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7920021C0 for ; Fri, 13 Sep 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDK0iM085706 for ; Fri, 13 Sep 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDK0Vt085705; Fri, 13 Sep 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 13:20:00 GMT Resent-Message-Id: <201309131320.r8DDK0Vt085705@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, carlopmart Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74ACABE2 for ; Fri, 13 Sep 2013 13:13:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61B1C214D for ; Fri, 13 Sep 2013 13:13:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DDDwAX095590 for ; Fri, 13 Sep 2013 13:13:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DDDw3Y095589; Fri, 13 Sep 2013 13:13:58 GMT (envelope-from nobody) Message-Id: <201309131313.r8DDDw3Y095589@oldred.freebsd.org> Date: Fri, 13 Sep 2013 13:13:58 GMT From: carlopmart To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182061: sysutils/syslog-ng fails at configuration stage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:20:00 -0000 >Number: 182061 >Category: ports >Synopsis: sysutils/syslog-ng fails at configuration stage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: carlopmart >Release: FreeBSD 8.4-RELEASE-p4 >Organization: Home user >Environment: FreeBSD 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Mon Sep 9 23:16:13 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attempting to build sysutils/syslog-ng fails at the configure stage with the error " The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config." ====>> Building sysutils/syslog-ng build started at Fri Sep 13 09:13:28 UTC 2013 port directory: /usr/ports/sysutils/syslog-ng building for: FreeBSD fbsd84_amd64-default-job-01 8.4-RELEASE FreeBSD 8.4-RELEASE amd64 maintained by: cy@FreeBSD.org Makefile ident: $FreeBSD: sysutils/syslog-ng/Makefile 326129 2013-09-03 08:49:46Z bapt $ Poudriere version: 3.0.4 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE UNAME_r=8.4-RELEASE FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/poudriere/data/build/fbsd84_amd64-default/ref PKG_EXT=txz FORCE_PACKAGE=yes tpid=31149 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=4 PKGNG=1 PKGNAME=syslog-ng-3.4.3 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/root MASTERNAME=fbsd84_amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.0.4 SKIPSANITY=1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for syslog-ng-3.4.3: DOCS=on: Build and/or install documentation GEOIP=off: Build with GeoIP support IPV6=on: Build with IPV6 support JSON=on: Build with JSON-C support PCRE=on: Build with PCRE support SMTP=off: Build with SMTP support SPOOF=on: Build with spoof source support SQL=off: Build with database (libdbi) support TCP_WRAPPERS=on: Build with TCP Wrappers ====> SSL protocol support: you can only select none or one of them SYS_SSL=off: Build with OpenSSL support (from system) PORTS_SSL=on: Build with OpenSSL support (from ports) ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --sysconfdir=/usr/local/etc --localstatedir=/var/db --enable-dynamic-linking --enable-debug --enable-ssl --enable-tcp-wrapper --enable-spoof-source --with-libnet=/usr/local/bin --enable-ipv6 --enable-pcre --disable-geoip --disable-smtp --disable-sql --enable-json --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" OPENSSL_CFLAGS="" OPENSSL_LIBS="-Wl,-rpath=/usr/local/lib -lcrypto -lssl" TMPDIR="/tmp" PKG_CONFIG=pkgconf MAKE=gmake TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" OPENSSLLIB=/usr/local/lib OPENSSLINC=/usr/local/include OPENSSLBASE=/usr/local OPENSSLDIR=/usr/local/openssl TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe `/usr/local/bin/libnet11-config --cflags` -I/usr/local/include -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/local/lib `/usr/local/bin/libnet11-config --libs`" CXX="c++" CXXFLAGS="-O2 -pipe `/usr/local/bin/libnet11-config --cflags` -I/usr/local/include -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/syslog-ng DOCSDIR=/usr/local/share/doc/syslog-ng EXAMPLESDIR=/usr/local/share/examples/syslog-ng WWWDIR=/usr/local/www/syslog-ng ETCDIR=/usr/local/etc/syslog-ng --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/fbsd84_amd64-make.conf #### WITH_PKGNG=yes WITHOUT_X11=yes DISABLE_MAKE_JOBS=yes ---End make.conf--- ===> Cleaning for syslog-ng-3.4.3 =================================================== ========================================================================= =================================================== ===> syslog-ng-3.4.3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.1.4_2.txz Installing pkg-1.1.4_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of syslog-ng-3.4.3 ========================================================================= =================================================== ========================================================================= fbsd84_amd64-default-job-01: removed =================================================== ===> Found saved configuration for syslog-ng-3.4.3 => syslog-ng_3.4.3.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.3/source/syslog-ng_3.4.3.tar.gz syslog-ng_3.4.3.tar.gz 3002 kB 1359 kBps ===> Fetching all distfiles required by syslog-ng-3.4.3 for building ========================================================================= =================================================== ===> Found saved configuration for syslog-ng-3.4.3 ===> Fetching all distfiles required by syslog-ng-3.4.3 for building => SHA256 Checksum OK for syslog-ng_3.4.3.tar.gz. fbsd84_amd64-default-job-01: removed ========================================================================= =================================================== ========================================================================= =================================================== ===> Found saved configuration for syslog-ng-3.4.3 ===> Fetching all distfiles required by syslog-ng-3.4.3 for building ===> Extracting for syslog-ng-3.4.3 => SHA256 Checksum OK for syslog-ng_3.4.3.tar.gz. ========================================================================= =================================================== ========================================================================= =================================================== ===> Patching for syslog-ng-3.4.3 ========================================================================= =================================================== ===> syslog-ng-3.4.3 depends on file: /usr/local/bin/libnet11-config - not found ===> Verifying install for /usr/local/bin/libnet11-config in /usr/ports/net/libnet ===> Installing existing package /packages/All/libnet-1.1.6_1,1.txz Installing libnet-1.1.6_1,1... done ===> Returning to build of syslog-ng-3.4.3 ========================================================================= =================================================== ===> syslog-ng-3.4.3 depends on shared library: evtlog.0 - not found ===> Verifying install for evtlog.0 in /usr/ports/sysutils/eventlog ===> Installing existing package /packages/All/eventlog-0.2.12.txz Installing eventlog-0.2.12... done ===> Returning to build of syslog-ng-3.4.3 ===> syslog-ng-3.4.3 depends on shared library: pcre - not found ===> Verifying install for pcre in /usr/ports/devel/pcre ===> Installing existing package /packages/All/pcre-8.33.txz Installing pcre-8.33... done ===> Returning to build of syslog-ng-3.4.3 ===> syslog-ng-3.4.3 depends on shared library: json.0 - not found ===> Verifying install for json.0 in /usr/ports/devel/json-c ===> Installing existing package /packages/All/json-c-0.9.txz Installing json-c-0.9... done ===> Returning to build of syslog-ng-3.4.3 ===> syslog-ng-3.4.3 depends on shared library: glib-2.0 - not found ===> Verifying install for glib-2.0 in /usr/ports/devel/glib20 ===> Installing existing package /packages/All/glib-2.36.3.txz Installing glib-2.36.3...Installing python27-2.7.5_3...Installing gettext-0.18.3...Installing libiconv-1.14_1... done done done Installing python2-2... done Installing python-2.7_1,2... done Installing perl-5.14.4...Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.14.4 to /usr/bin/perl Symlinking /usr/local/bin/perl5.14.4 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. done Installing libffi-3.0.13... done No schema files found: doing nothing. done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of syslog-ng-3.4.3 ===> syslog-ng-3.4.3 depends on shared library: pcre - found ========================================================================= =================================================== ===> Configuring for syslog-ng-3.4.3 configure: loading site script /usr/ports/Templates/config.site checking whether gmake supports nested variables... gmake: not found no checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... gmake: not found no checking how to create a ustar tar archive... (cached) /usr/bin/tar checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... gmake: not found gmake: not found none checking dependency style of cc... gmake: not found gmake: not found gmake: not found gmake: not found none checking for cc option to accept ISO C99... -std=gnu99 checking for bison... no checking for byacc... byacc checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether gmake sets $(MAKE)... (cached) no checking pkg-config is at least version 0.9.0... pkgconf: not found no checking build system type... amd64-portbld-freebsd8.4 checking host system type... amd64-portbld-freebsd8.4 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd8.4 file names to amd64-portbld-freebsd8.4 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd8.4 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc -std=gnu99 object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for cc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if cc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if cc -std=gnu99 static flag -static works... yes checking if cc -std=gnu99 supports -c -o file.o... yes checking if cc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the cc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.4 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... (cached) yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: WARNING: No proper bison found, you'll not be able to change lib/cfg-grammar.y checking CFLAGS_NOWARN_POINTER_SIGN for gcc -Wno-pointer-sign... -Wno-pointer-sign checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to enable static linking for certain libraries... GNU or Solaris checking for ANSI C header files... (cached) yes checking dmalloc.h usability... no checking dmalloc.h presence... no checking for dmalloc.h... no checking for strings.h... (cached) yes checking for getopt.h... (cached) yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking sys/strlog.h usability... no checking sys/strlog.h presence... no checking for sys/strlog.h... no checking door.h usability... no checking door.h presence... no checking for door.h... no checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking utmpx.h usability... no checking utmpx.h presence... no checking for utmpx.h... no checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for SO_ACCEPTCONN... no checking for struct tm.tm_gmtoff... yes checking for I_CONSLOG... no checking for O_LARGEFILE... no checking for struct sockaddr_storage... yes checking for struct sockaddr_in6... yes checking for PR_SET_KEEPCAPS... no checking for door_create in -ldoor... no checking for socket in -lsocket... no checking for nanosleep in -lrt... yes checking for gethostbyname in -lnsl... no checking for regexec in -lregex... no checking for res_init in -lresolv... no checking for cap_set_proc in -lcap... no checking for strdup... (cached) yes checking for strtol... (cached) yes checking for strtoll... (cached) yes checking for strtoimax... yes checking for inet_aton... (cached) yes checking for inet_ntoa... (cached) yes checking for getopt_long... yes checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking for getutent... no checking for getutxent... no checking for pread... (cached) yes checking for pwrite... (cached) yes checking for strcasestr... yes checking for memrchr... yes checking for localtime_r... yes checking for gmtime_r... yes checking for clock_gettime... (cached) yes checking for EVTLOG... no configure: error: in `/wrkdirs/usr/ports/sysutils/syslog-ng/work/syslog-ng-3.4.3': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables EVTLOG_CFLAGS and EVTLOG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See `config.log' for more details ===> Script "configure" failed unexpectedly. Please report the problem to cy@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/sysutils/syslog-ng/work/syslog-ng-3.4.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop in /usr/ports/sysutils/syslog-ng. ===> Cleaning for syslog-ng-3.4.3 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47A57EA1; Fri, 13 Sep 2013 13:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB8D21C6; Fri, 13 Sep 2013 13:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDK8Y2085844; Fri, 13 Sep 2013 13:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDK8Bm085843; Fri, 13 Sep 2013 13:20:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 13:20:08 GMT Message-Id: <201309131320.r8DDK8Bm085843@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182061: sysutils/syslog-ng fails at configuration stage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:20:09 -0000 Synopsis: sysutils/syslog-ng fails at configuration stage Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 13:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182061 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:23:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15C6732B; Fri, 13 Sep 2013 13:23:37 +0000 (UTC) (envelope-from meta+ports@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id D5FB62269; Fri, 13 Sep 2013 13:23:36 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id E66CED9; Fri, 13 Sep 2013 22:23:34 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 13 Sep 2013 22:23:34 +0900 From: Koichiro IWAO To: bug-followup@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Message-ID: X-Sender: meta+ports@vmeta.jp User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:23:37 -0000 Please close. Submitter's local ports tree was corrupt. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91574557 for ; Fri, 13 Sep 2013 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65DAE22EC for ; Fri, 13 Sep 2013 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDU1ma087661 for ; Fri, 13 Sep 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDU1sJ087660; Fri, 13 Sep 2013 13:30:01 GMT (envelope-from gnats) Date: Fri, 13 Sep 2013 13:30:01 GMT Message-Id: <201309131330.r8DDU1sJ087660@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Koichiro IWAO Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koichiro IWAO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:30:02 -0000 The following reply was made to PR ports/182025; it has been noted by GNATS. From: Koichiro IWAO To: bug-followup@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 Date: Fri, 13 Sep 2013 22:23:34 +0900 Please close. Submitter's local ports tree was corrupt. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD4BC8EC for ; Fri, 13 Sep 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAF6B2408 for ; Fri, 13 Sep 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDo0c4091188 for ; Fri, 13 Sep 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDo0Pu091184; Fri, 13 Sep 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 13:50:00 GMT Resent-Message-Id: <201309131350.r8DDo0Pu091184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Backahus Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A4307F5 for ; Fri, 13 Sep 2013 13:41:47 +0000 (UTC) (envelope-from robbak@robbak.com) Received: from spam.symbionetworks.com (smtp02.symbionetworks.com [125.213.165.10]) by mx1.freebsd.org (Postfix) with ESMTP id EF36D23AA for ; Fri, 13 Sep 2013 13:41:45 +0000 (UTC) Received: from spam.symbionetworks.com (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 831D918BC3E9_23311A2B for ; Fri, 13 Sep 2013 13:22:42 +0000 (GMT) Received: from boffin.lan (unknown [115.187.242.125]) by spam.symbionetworks.com (Sophos Email Appliance) with ESMTP id 8C30E18BC3DF_233119FF for ; Fri, 13 Sep 2013 13:22:39 +0000 (GMT) Received: (from robbak@localhost) by boffin.lan (8.14.6/8.14.6/Submit) id r8DDb33e037397; Fri, 13 Sep 2013 23:37:03 +1000 (EST) (envelope-from robbak) Message-Id: <201309131337.r8DDb33e037397@boffin.lan> Date: Fri, 13 Sep 2013 23:37:03 +1000 (EST) From: Robert Backahus To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182062: [MAINTAINER] net-p2p/bitcoin: update to 0.8.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:50:01 -0000 >Number: 182062 >Category: ports >Synopsis: [MAINTAINER] net-p2p/bitcoin: update to 0.8.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Robert Backahus >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD boffin 9.1-STABLE FreeBSD 9.1-STABLE #4 r246398: Thu Feb 7 02:57:27 >Description: Update to 0.8.5 Leveldb has been updated upstream, leveldb makefile patch no longer needed. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- bitcoin-0.8.5.patch begins here --- diff -ruN /usr/ports/net-p2p/bitcoin/Makefile ./Makefile --- /usr/ports/net-p2p/bitcoin/Makefile 2013-08-15 08:35:50.000000000 +1000 +++ ./Makefile 2013-09-13 23:34:59.000000000 +1000 @@ -1,8 +1,8 @@ # Created by: Shaun Amott -# $FreeBSD: net-p2p/bitcoin/Makefile 324744 2013-08-14 22:35:50Z ak $ +# $FreeBSD: net-p2p/bitcoin/Makefile 320373 2013-06-09 18:32:16Z rakuco $ PORTNAME= bitcoin -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.5 CATEGORIES= net-p2p finance MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~swills/ \ @@ -23,13 +23,14 @@ USE_GITHUB= yes GH_ACCOUNT= bitcoin GH_PROJECT= bitcoin -GH_COMMIT= 6a0ba5c +GH_COMMIT= 8090e11 GH_TAGNAME= v${PORTVERSION} USE_GMAKE= yes USE_OPENSSL= yes USE_BDB= yes WANT_BDB_VER= 48 +MAKE_JOBS_SAFE= yes CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} diff -ruN /usr/ports/net-p2p/bitcoin/distinfo ./distinfo --- /usr/ports/net-p2p/bitcoin/distinfo 2013-06-30 22:57:41.000000000 +1000 +++ ./distinfo 2013-09-13 16:33:45.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (bitcoin-0.8.3.tar.gz) = c1082573e66cb711bbd989d4f0863354e4fe4dbc6d859b9d51f3eb06c749a052 -SIZE (bitcoin-0.8.3.tar.gz) = 3181606 +SHA256 (bitcoin-0.8.5.tar.gz) = 0a60bda22fb198a2682a6a0b3c82b3da053f76efdd5930eae9af3792bdc4bffe +SIZE (bitcoin-0.8.5.tar.gz) = 3181937 diff -ruN /usr/ports/net-p2p/bitcoin/files/patch-leveldb_makefile ./files/patch-leveldb_makefile --- /usr/ports/net-p2p/bitcoin/files/patch-leveldb_makefile 2013-04-24 12:42:20.000000000 +1000 +++ ./files/patch-leveldb_makefile 1970-01-01 10:00:00.000000000 +1000 @@ -1,58 +0,0 @@ -From 966781671d44a4bcaa4a03c8c59dc280acf2c595 Mon Sep 17 00:00:00 2001 -From: Sander Kleykens -Date: Sat, 23 Mar 2013 17:16:02 +0100 -Subject: [PATCH] Fix /dev/null getting removed during compilation on some - systems. - ---- - src/leveldb/build_detect_platform | 14 ++++++++++++-- - 1 file changed, 12 insertions(+), 2 deletions(-) - -diff --git a/src/leveldb/build_detect_platform b/src/leveldb/build_detect_platform -index 609cb51..bebf607 100755 ---- a/src/leveldb/build_detect_platform -+++ src/leveldb/build_detect_platform -@@ -25,6 +25,8 @@ - # -DSNAPPY if the Snappy library is present - # - -+TMPDIR="/tmp" -+ - OUTPUT=$1 - PREFIX=$2 - if test -z "$OUTPUT" || test -z "$PREFIX"; then -@@ -164,7 +166,9 @@ if [ "$CROSS_COMPILE" = "true" ]; then - true - else - # If -std=c++0x works, use . Otherwise use port_posix.h. -- $CXX $CXXFLAGS -std=c++0x -x c++ - -o /dev/null 2>/dev/null </dev/null < - int main() {} - EOF -@@ -175,13 +179,19 @@ EOF - COMMON_FLAGS="$COMMON_FLAGS -DLEVELDB_PLATFORM_POSIX" - fi - -+ rm -f ${CPP0X_TEST_TEMPFILE} > /dev/null 2>&1 -+ - # Test whether tcmalloc is available -- $CXX $CXXFLAGS -x c++ - -o /dev/null -ltcmalloc 2>/dev/null </dev/null < /dev/null 2>&1 - fi - - PLATFORM_CCFLAGS="$PLATFORM_CCFLAGS $COMMON_FLAGS" --- -1.8.1.5 - --- bitcoin-0.8.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 13:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E37591A; Fri, 13 Sep 2013 13:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7B1E2409; Fri, 13 Sep 2013 13:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DDo8EO091316; Fri, 13 Sep 2013 13:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DDo8Xs091315; Fri, 13 Sep 2013 13:50:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 13:50:08 GMT Message-Id: <201309131350.r8DDo8Xs091315@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182062: [MAINTAINER] net-p2p/bitcoin: update to 0.8.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:50:09 -0000 Synopsis: [MAINTAINER] net-p2p/bitcoin: update to 0.8.5 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 13:50:08 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182062 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 17:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9EB683F for ; Fri, 13 Sep 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0B4820B8 for ; Fri, 13 Sep 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DHU0J6033947 for ; Fri, 13 Sep 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DHU06v033946; Fri, 13 Sep 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 17:30:00 GMT Resent-Message-Id: <201309131730.r8DHU06v033946@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7A04803 for ; Fri, 13 Sep 2013 17:28:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A54F82098 for ; Fri, 13 Sep 2013 17:28:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DHSSeR073612 for ; Fri, 13 Sep 2013 17:28:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DHSS2n073611; Fri, 13 Sep 2013 17:28:28 GMT (envelope-from nobody) Message-Id: <201309131728.r8DHSS2n073611@oldred.freebsd.org> Date: Fri, 13 Sep 2013 17:28:28 GMT From: Kimo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182064: [PATCH] net-mgmt/collectd5: Add statsd support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 17:30:00 -0000 >Number: 182064 >Category: ports >Synopsis: [PATCH] net-mgmt/collectd5: Add statsd support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kimo >Release: >Organization: >Environment: >Description: This patch adds the statsd plugin to net-mgmt/collectd5. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 16872) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -116,6 +117,7 @@ --enable-powerdns \ --enable-pf \ --enable-processes \ + --enable-statsd \ --enable-swap \ --enable-syslog \ --enable-table \ Index: pkg-plist =================================================================== --- pkg-plist (revision 16872) +++ pkg-plist (working copy) @@ -154,6 +154,9 @@ %%SNMP%%lib/collectd/snmp.a %%SNMP%%lib/collectd/snmp.so %%SNMP%%lib/collectd/snmp.la +lib/collectd/statsd.a +lib/collectd/statsd.so +lib/collectd/statsd.la lib/collectd/swap.a lib/collectd/swap.so lib/collectd/swap.la >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 17:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2808878; Fri, 13 Sep 2013 17:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 793E120BE; Fri, 13 Sep 2013 17:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DHU9ej034080; Fri, 13 Sep 2013 17:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DHU9ha034079; Fri, 13 Sep 2013 17:30:09 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 17:30:09 GMT Message-Id: <201309131730.r8DHU9ha034079@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182064: [PATCH] net-mgmt/collectd5: Add statsd support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 17:30:09 -0000 Synopsis: [PATCH] net-mgmt/collectd5: Add statsd support Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 17:30:09 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182064 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B157DE for ; Fri, 13 Sep 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ACD12433 for ; Fri, 13 Sep 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DI01EY039267 for ; Fri, 13 Sep 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DI01Cm039266; Fri, 13 Sep 2013 18:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 18:00:01 GMT Resent-Message-Id: <201309131800.r8DI01Cm039266@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88A28EE0 for ; Fri, 13 Sep 2013 17:53:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6592380 for ; Fri, 13 Sep 2013 17:53:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DHrtfu073001 for ; Fri, 13 Sep 2013 17:53:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DHrtrR072998; Fri, 13 Sep 2013 17:53:55 GMT (envelope-from nobody) Message-Id: <201309131753.r8DHrtrR072998@oldred.freebsd.org> Date: Fri, 13 Sep 2013 17:53:55 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182066: I have updated databases/pgadmin3 to 1.18.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:00:01 -0000 >Number: 182066 >Category: ports >Synopsis: I have updated databases/pgadmin3 to 1.18.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 9.1-RELEASE >Organization: n/a >Environment: n/a >Description: I have updated databases/pgadmin3 to 1.18.0. A patch is attached. >How-To-Repeat: n/a >Fix: A patch is attached. Patch attached with submission follows: diff -ruN pgadmin3.orig/Makefile pgadmin3/Makefile --- pgadmin3.orig/Makefile 2013-09-13 12:39:00.000000000 -0500 +++ pgadmin3/Makefile 2013-09-13 12:31:24.000000000 -0500 @@ -2,12 +2,12 @@ # Date created: November 4, 2003 # Whom: Max Khon # -# $FreeBSD: ports/databases/pgadmin3/Makefile,v 1.59 2012/11/17 05:55:18 svnexp Exp $ +# $FreeBSD: databases/pgadmin3/Makefile 324744 2013-08-14 22:35:50Z ak $ # PORTNAME= pgadmin3 -PORTVERSION= 1.16.1 -PORTREVISION= 1 +PORTVERSION= 1.18.0 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src @@ -20,14 +20,13 @@ IGNORE_WITH_PGSQL= 82 83 -MAKE_JOBS_SAFE= yes -USE_GETTEXT= yes +USES= gettext USE_PGSQL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CPPFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ARGS= --with-wx-version=${USE_WX} +CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner USE_GNOME= libxml2 libxslt USE_WX= 2.8 WX_COMPS= wx contrib diff -ruN pgadmin3.orig/distinfo pgadmin3/distinfo --- pgadmin3.orig/distinfo 2012-12-30 00:03:36.000000000 -0600 +++ pgadmin3/distinfo 2013-09-13 12:32:00.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (postgresql/pgadmin3-1.16.0.tar.gz) = f9cd6ff620f9c920615261ed6bd4b4c9f7b446420ed18a8080d2375640d851ac -SIZE (postgresql/pgadmin3-1.16.0.tar.gz) = 13467810 +SHA256 (postgresql/pgadmin3-1.18.0.tar.gz) = 58f29f5a380a49065e4b97bd9c8effd12ae99f464fa8834ba403baa2a658278d +SIZE (postgresql/pgadmin3-1.18.0.tar.gz) = 14257838 diff -ruN pgadmin3.orig/files/patch-Makefile.in pgadmin3/files/patch-Makefile.in --- pgadmin3.orig/files/patch-Makefile.in 2012-12-30 00:03:36.000000000 -0600 +++ pgadmin3/files/patch-Makefile.in 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2012-11-04 18:15:35.000000000 +0700 -+++ Makefile.in 2012-11-04 18:15:45.000000000 +0700 -@@ -956,7 +956,7 @@ - - # Create HTML docs - doc: --@SPHINX_BUILD_TRUE@ cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp -+@SPHINX_BUILD_TRUE@ cd $(top_srcdir)/docs/en_US && ${MAKE} -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp - - all: doc - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01C4DDC for ; Fri, 13 Sep 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D48592431 for ; Fri, 13 Sep 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DI00jr039253 for ; Fri, 13 Sep 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DI00k2039199; Fri, 13 Sep 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 18:00:00 GMT Resent-Message-Id: <201309131800.r8DI00k2039199@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69712FDB for ; Fri, 13 Sep 2013 17:57:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 579B423F5 for ; Fri, 13 Sep 2013 17:57:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DHvW3X015448 for ; Fri, 13 Sep 2013 17:57:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DHvWmp015444; Fri, 13 Sep 2013 17:57:32 GMT (envelope-from nobody) Message-Id: <201309131757.r8DHvWmp015444@oldred.freebsd.org> Date: Fri, 13 Sep 2013 17:57:32 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182065: I have updated net/wireshark to 1.10.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:00:01 -0000 >Number: 182065 >Category: ports >Synopsis: I have updated net/wireshark to 1.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 9.1-RELEASE >Organization: n/a >Environment: n/a >Description: I have updated net/wireshark to 1.10.2. A patch is attached. >How-To-Repeat: n/a >Fix: A patch is attached. Patch attached with submission follows: diff -ruN wireshark.orig/Makefile wireshark/Makefile --- wireshark.orig/Makefile 2013-09-13 11:48:45.000000000 -0500 +++ wireshark/Makefile 2013-09-13 11:48:50.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: net/wireshark/Makefile 324744 2013-08-14 22:35:50Z ak $ PORTNAME?= wireshark -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ diff -ruN wireshark.orig/distinfo wireshark/distinfo --- wireshark.orig/distinfo 2013-09-13 11:48:45.000000000 -0500 +++ wireshark/distinfo 2013-09-13 11:48:57.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (wireshark-1.10.1.tar.bz2) = 06499544f053cc1f73529278ede0ac210d709cada8267e81d908bd346cc0c5bc -SIZE (wireshark-1.10.1.tar.bz2) = 26815901 +SHA256 (wireshark-1.10.2.tar.bz2) = b7a83314424e13639c591de924aa240bc5f3d9cae01dde69bf858fa04b22a33d +SIZE (wireshark-1.10.2.tar.bz2) = 26667284 diff -ruN wireshark.orig/pkg-plist wireshark/pkg-plist --- wireshark.orig/pkg-plist 2013-09-13 11:48:45.000000000 -0500 +++ wireshark/pkg-plist 2013-09-13 12:17:11.000000000 -0500 @@ -11,7 +11,7 @@ %%TEXT2PCAP%% lib/libwireshark.la lib/libwireshark.so -lib/libwireshark.so.3 +lib/libwireshark.so.4 lib/libwiretap.la lib/libwiretap.so lib/libwiretap.so.3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CCF4146; Fri, 13 Sep 2013 18:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7434F243B; Fri, 13 Sep 2013 18:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DI0EeK039427; Fri, 13 Sep 2013 18:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DI0ETv039426; Fri, 13 Sep 2013 18:00:14 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 18:00:14 GMT Message-Id: <201309131800.r8DI0ETv039426@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182066: I have updated databases/pgadmin3 to 1.18.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:00:14 -0000 Synopsis: I have updated databases/pgadmin3 to 1.18.0 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 18:00:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182066 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6FB2010F; Fri, 13 Sep 2013 18:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45E672436; Fri, 13 Sep 2013 18:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DI09jI039346; Fri, 13 Sep 2013 18:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DI09Ai039345; Fri, 13 Sep 2013 18:00:09 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 18:00:09 GMT Message-Id: <201309131800.r8DI09Ai039345@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182065: I have updated net/wireshark to 1.10.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:00:09 -0000 Synopsis: I have updated net/wireshark to 1.10.2 Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 18:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182065 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33800457 for ; Fri, 13 Sep 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE9AB25B9 for ; Fri, 13 Sep 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DIA2vt042045 for ; Fri, 13 Sep 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DIA2GZ042019; Fri, 13 Sep 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 18:10:02 GMT Resent-Message-Id: <201309131810.r8DIA2GZ042019@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB0731E3 for ; Fri, 13 Sep 2013 18:00:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9492485 for ; Fri, 13 Sep 2013 18:00:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DI0s7D078129 for ; Fri, 13 Sep 2013 18:00:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DI0sig078120; Fri, 13 Sep 2013 18:00:54 GMT (envelope-from nobody) Message-Id: <201309131800.r8DI0sig078120@oldred.freebsd.org> Date: Fri, 13 Sep 2013 18:00:54 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182067: www/py-django-profiles unfetchable due to bitbucket change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:10:03 -0000 >Number: 182067 >Category: ports >Synopsis: www/py-django-profiles unfetchable due to bitbucket change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: Apparently bitbucket usings https only now. The URL: http://bitbucket.org/ubernostrum/django-profiles/get/v0.2.tar.gz changed to: https://bitbucket.org/ubernostrum/django-profiles/get/v0.2.tar.gz However, changing http to https results in a size difference of 3 bytes. The checksum fails >How-To-Repeat: >Fix: Update MASTER_SITES, regenerate distinfo (after verifying all is good, of course) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:10:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ABA849F; Fri, 13 Sep 2013 18:10:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00AFA25C6; Fri, 13 Sep 2013 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DIAAKY042946; Fri, 13 Sep 2013 18:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DIAAg2042945; Fri, 13 Sep 2013 18:10:10 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 18:10:10 GMT Message-Id: <201309131810.r8DIAAg2042945@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jpaetzel@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182067: www/py-django-profiles unfetchable due to bitbucket change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:10:11 -0000 Synopsis: www/py-django-profiles unfetchable due to bitbucket change Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 18:10:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182067 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A786FB8A for ; Fri, 13 Sep 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86DEB2866 for ; Fri, 13 Sep 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DIU0EF045703 for ; Fri, 13 Sep 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DIU0Kg045702; Fri, 13 Sep 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 18:30:00 GMT Resent-Message-Id: <201309131830.r8DIU0Kg045702@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Aitken Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5B86B11 for ; Fri, 13 Sep 2013 18:28:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B39362829 for ; Fri, 13 Sep 2013 18:28:08 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DIS8FD050141 for ; Fri, 13 Sep 2013 18:28:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DIS8Bx050123; Fri, 13 Sep 2013 18:28:08 GMT (envelope-from nobody) Message-Id: <201309131828.r8DIS8Bx050123@oldred.freebsd.org> Date: Fri, 13 Sep 2013 18:28:08 GMT From: Gary Aitken To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182068: lprof-devel requires qt33 files not in dependency tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:30:00 -0000 >Number: 182068 >Category: ports >Synopsis: lprof-devel requires qt33 files not in dependency tree >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gary Aitken >Release: 9.1 RELEASE >Organization: >Environment: FreeBSD breakaway.dreamchaser.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The lprof-devel port (graphics/lprof-devel) builds and installs correctly, but when run complains about missing files for the help facility. If you activate help it complains about missing files like "linguist.dcf". These appear to have been part of the x11-toolkits/qt33 port which has been deleted. It's not clear to me whether this is a missing dependency in the lprof-devel port, or a problem with the port not being properly upgraded to qt4. >How-To-Repeat: $ lprof You will get a message about QAssistantClient executable not found. click "OK" lprof will display its main screen. click "Monitor Profiler" tab. click "Help" button. "Qt Assistant by nokia" window will be displayed, along with a dialog that says "Documentation file /usr/local/share/doc/qt4/html/assistant.dcf does not exist!" Dismissing the dialog will run through a few other missing files: designer.dcf, linguist.dcf, qt.dcf, and qmake.dcf >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:43:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C15594A0; Fri, 13 Sep 2013 18:43:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94D3E2A20; Fri, 13 Sep 2013 18:43:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DIhd9X049061; Fri, 13 Sep 2013 18:43:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DIhdVs049060; Fri, 13 Sep 2013 18:43:39 GMT (envelope-from linimon) Date: Fri, 13 Sep 2013 18:43:39 GMT Message-Id: <201309131843.r8DIhdVs049060@freefall.freebsd.org> To: meta+ports@vmeta.jp, kaltheat@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182025: net/tigervnc can't be built after upgrade of port to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:43:39 -0000 Synopsis: net/tigervnc can't be built after upgrade of port to 1.3.0 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Fri Sep 13 18:43:20 UTC 2013 State-Changed-Why: result of a local problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=182025 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 18:44:54 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BAE34D6; Fri, 13 Sep 2013 18:44:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 307602A28; Fri, 13 Sep 2013 18:44:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DIisTP049213; Fri, 13 Sep 2013 18:44:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DIis9x049212; Fri, 13 Sep 2013 18:44:54 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 18:44:54 GMT Message-Id: <201309131844.r8DIis9x049212@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182068: graphics/lprof-devel requires qt33 files not in dependency tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 18:44:54 -0000 Synopsis: graphics/lprof-devel requires qt33 files not in dependency tree Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 18:44:53 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182068 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 20:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64FDBF74 for ; Fri, 13 Sep 2013 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 469942E2D for ; Fri, 13 Sep 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DK02ZM062685 for ; Fri, 13 Sep 2013 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DK025h062684; Fri, 13 Sep 2013 20:00:02 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 20:00:02 GMT Resent-Message-Id: <201309132000.r8DK025h062684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AFAFE73; Fri, 13 Sep 2013 19:56:01 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30B172DFA; Fri, 13 Sep 2013 19:56:01 +0000 (UTC) Received: from nemysis4now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id r8DJtwdn062517; Fri, 13 Sep 2013 19:55:59 GMT (envelope-from nemysis@FreeBSD.org) Received: by nemysis4now (sSMTP sendmail emulation); Fri, 13 Sep 2013 21:55:59 +0200 Message-Id: <201309131955.r8DJtwdn062517@freefall.freebsd.org> Date: Fri, 13 Sep 2013 21:55:59 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182069: [PATCH] devel/py27-gobject: Fix GFlags messages Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 20:00:02 -0000 >Number: 182069 >Category: ports >Synopsis: [PATCH] devel/py27-gobject: Fix GFlags messages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 20:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p20 amd64 >Organization: >Environment: System: FreeBSD nemysis4now 9.1-RELEASE-p20 FreeBSD 9.1-RELEASE-p20 #0: Tue Sep 10 17:07:53 UTC 2013 >Description: Added file(s): - files/patch-gio-gio-types.defs Port maintainer (gnome@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130912232301-7036/ Without this patch i have get these messages with graphics/boxer and many other Ports ** (process:17507): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:17507): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:17507): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' >Fix: --- py27-gobject-2.28.6_3.patch begins here --- diff -ruN /usr/ports/devel/py-gobject/files/patch-gio-gio-types.defs ./files/patch-gio-gio-types.defs --- /usr/ports/devel/py-gobject/files/patch-gio-gio-types.defs 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-gio-gio-types.defs 2013-09-13 01:16:47.000000000 +0200 @@ -0,0 +1,29 @@ +--- gio/gio-types.defs.orig 2011-06-13 18:33:49.000000000 +0200 ++++ gio/gio-types.defs 2013-09-13 01:14:09.000000000 +0200 +@@ -526,7 +526,7 @@ + ) + ) + +-(define-enum MountMountFlags ++(define-flags MountMountFlags + (in-module "gio") + (c-name "GMountMountFlags") + (gtype-id "G_TYPE_MOUNT_MOUNT_FLAGS") +@@ -545,7 +545,7 @@ + ) + ) + +-(define-enum DriveStartFlags ++(define-flags DriveStartFlags + (in-module "gio") + (c-name "GDriveStartFlags") + (gtype-id "G_TYPE_DRIVE_START_FLAGS") +@@ -770,7 +770,7 @@ + ) + ) + +-(define-enum SocketMsgFlags ++(define-flags SocketMsgFlags + (in-module "gio") + (c-name "GSocketMsgFlags") + (gtype-id "G_TYPE_SOCKET_MSG_FLAGS") --- py27-gobject-2.28.6_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 20:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A617FA1; Fri, 13 Sep 2013 20:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE452E2E; Fri, 13 Sep 2013 20:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DK0ABO064246; Fri, 13 Sep 2013 20:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DK0AtP064245; Fri, 13 Sep 2013 20:00:10 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 20:00:10 GMT Message-Id: <201309132000.r8DK0AtP064245@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182069: [PATCH] devel/py27-gobject: Fix GFlags messages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 20:00:10 -0000 Synopsis: [PATCH] devel/py27-gobject: Fix GFlags messages Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 20:00:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182069 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 20:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD7C8517 for ; Fri, 13 Sep 2013 20:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75B702F94 for ; Fri, 13 Sep 2013 20:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DKU0ot068969 for ; Fri, 13 Sep 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DKU0wL068966; Fri, 13 Sep 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 20:30:00 GMT Resent-Message-Id: <201309132030.r8DKU0wL068966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B01D72DE for ; Fri, 13 Sep 2013 20:20:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EAE52F1F for ; Fri, 13 Sep 2013 20:20:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DKKP3U026439 for ; Fri, 13 Sep 2013 20:20:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DKKPaK026430; Fri, 13 Sep 2013 20:20:25 GMT (envelope-from nobody) Message-Id: <201309132020.r8DKKPaK026430@oldred.freebsd.org> Date: Fri, 13 Sep 2013 20:20:25 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182070: [patch] games/crafty-open-enormous: make it fetchable and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 20:30:00 -0000 >Number: 182070 >Category: ports >Synopsis: [patch] games/crafty-open-enormous: make it fetchable and unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: >Environment: >Description: - unbreak by using actual master site >How-To-Repeat: >Fix: Patch attached with submission follows: Index: crafty-open-enormous/Makefile =================================================================== --- crafty-open-enormous/Makefile (revision 327182) +++ crafty-open-enormous/Makefile (working copy) @@ -5,7 +5,7 @@ PORTVERSION= 20070924 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \ +MASTER_SITES= http://www.cis.uab.edu/hyatt/crafty/pgn/ \ ${MASTER_SITE_LOCAL} DISTFILES= enormous.zip EXTRACT_ONLY= ${DISTFILES} @@ -16,8 +16,6 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty -BROKEN= Does not fetch - DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 20:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25266548; Fri, 13 Sep 2013 20:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEDB62F97; Fri, 13 Sep 2013 20:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DKU8eQ069102; Fri, 13 Sep 2013 20:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DKU803069101; Fri, 13 Sep 2013 20:30:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 20:30:08 GMT Message-Id: <201309132030.r8DKU803069101@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182070: [patch] games/crafty-open-enormous: make it fetchable and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 20:30:09 -0000 Synopsis: [patch] games/crafty-open-enormous: make it fetchable and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 20:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182070 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 22:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A429E56 for ; Fri, 13 Sep 2013 22:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDD952D26 for ; Fri, 13 Sep 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DMo0N0096841 for ; Fri, 13 Sep 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DMo0IJ096840; Fri, 13 Sep 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Sep 2013 22:50:00 GMT Resent-Message-Id: <201309132250.r8DMo0IJ096840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E14EDD40 for ; Fri, 13 Sep 2013 22:46:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD91C2CD1 for ; Fri, 13 Sep 2013 22:46:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8DMkAlg040274 for ; Fri, 13 Sep 2013 22:46:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8DMkAKB040273; Fri, 13 Sep 2013 22:46:10 GMT (envelope-from nobody) Message-Id: <201309132246.r8DMkAKB040273@oldred.freebsd.org> Date: Fri, 13 Sep 2013 22:46:10 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182071: [PATCH] databases/mysql56-server: Fix shebang on installed perl scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 22:50:01 -0000 >Number: 182071 >Category: ports >Synopsis: [PATCH] databases/mysql56-server: Fix shebang on installed perl scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 13 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The MySQL 5.6 server (also MySQL 5.5 server) installs a number of perl-based scripts, but they are all hard-coded to /usr/bin/perl, an optional and discouraged location that may disappear in the future: mysqldumpslow:1:#!/usr/bin/perl mysql_setpermission:1:#!/usr/bin/perl mysqlhotcopy:1:#!/usr/bin/perl mysql_convert_table_format:1:#!/usr/bin/perl mysql_zap:1:#!/usr/bin/perl mysqld_multi:1:#!/usr/bin/perl mysql_install_db:1:#!/usr/bin/perl mysql_fix_extensions:1:#!/usr/bin/perl mysql_secure_installation:1:#!/usr/bin/perl These scripts need to have their shebang fixed. Attached patch fixes it for MySQL 5.6. To fix MySQL 5.5 is very similar. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-08-14 22:35:50.000000000 +0000 +++ Makefile @@ -13,7 +13,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql56-client -USES= cmake +USES= cmake shebangfix CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ @@ -33,6 +33,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DWITH_EDITLINE=system \ -DWITH_LIBWRAP=1 +SHEBANG_FILES= scripts/*.pl* scripts/*.sh + .ifdef USE_MYSQL .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 13 22:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 480D2E87; Fri, 13 Sep 2013 22:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E0CA2D29; Fri, 13 Sep 2013 22:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DMo8gS096976; Fri, 13 Sep 2013 22:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8DMo8HZ096975; Fri, 13 Sep 2013 22:50:08 GMT (envelope-from edwin) Date: Fri, 13 Sep 2013 22:50:08 GMT Message-Id: <201309132250.r8DMo8HZ096975@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182071: [PATCH] databases/mysql56-server: Fix shebang on installed perl scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 22:50:09 -0000 Synopsis: [PATCH] databases/mysql56-server: Fix shebang on installed perl scripts Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 13 22:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182071 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 01:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2CEC82F for ; Sat, 14 Sep 2013 01:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82C9128A2 for ; Sat, 14 Sep 2013 01:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1U0RI037737 for ; Sat, 14 Sep 2013 01:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E1U06F037736; Sat, 14 Sep 2013 01:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 01:30:00 GMT Resent-Message-Id: <201309140130.r8E1U06F037736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Victorovich Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98DE07F9 for ; Sat, 14 Sep 2013 01:24:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85AE02885 for ; Sat, 14 Sep 2013 01:24:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E1OR8h072449 for ; Sat, 14 Sep 2013 01:24:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E1ORkD072360; Sat, 14 Sep 2013 01:24:27 GMT (envelope-from nobody) Message-Id: <201309140124.r8E1ORkD072360@oldred.freebsd.org> Date: Sat, 14 Sep 2013 01:24:27 GMT From: Yuri Victorovich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:30:00 -0000 >Number: 182074 >Category: ports >Synopsis: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 01:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri Victorovich >Release: 9.1 >Organization: n/a >Environment: >Description: I need shellinabox login prompt to go through pam google authenticator for security purposes. Currently shellinabox by default uses login(1). login(1) can be configured for google authenticator through the pam config. But this isn't practical, because login(1) is used for the local login, and it isn't desirable to use google authenticator with the local logins. shellinabox has an option to disable login(1), which practically makes it to login through ssh. There is some notion of pam login as "shellinabox" service in the code, but it appears this part of code isn't complete and isn't activated by default. So making it login as ssh is a good intermediate option for the time being. This way ssh login can be configured as google authenticator and it works fine through shellinabox too. There is the shellinabox PR https://code.google.com/p/shellinabox/issues/detail?id=187 asking for improvement in this area. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 326997) +++ Makefile (working copy) @@ -17,8 +17,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CORES MANPAGES +OPTIONS_DEFINE= CORES NOLOGIN MANPAGES CORES_DESC= Patch shellinaboxd to enable core dumps +NOLOGIN_DESC= Login through ssh (not through login) HAS_CONFIGURE= yes CONFIGURE_ARGS= \ @@ -41,6 +42,11 @@ .include +.if ${PORT_OPTIONS:MNOLOGIN} +CONFIGURE_ARGS+=--disable-login +.endif + + .if ${ARCH} == "powerpc" BROKEN= Does not load on powerpc .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 01:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61528865; Sat, 14 Sep 2013 01:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37A2228A6; Sat, 14 Sep 2013 01:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1U9J7037869; Sat, 14 Sep 2013 01:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E1U96O037868; Sat, 14 Sep 2013 01:30:09 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 01:30:09 GMT Message-Id: <201309140130.r8E1U96O037868@freefall.freebsd.org> To: yuri@tsoft.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:30:09 -0000 Synopsis: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 14 01:30:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182074 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 01:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC6C9943 for ; Sat, 14 Sep 2013 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B94B6291C for ; Sat, 14 Sep 2013 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1e1OA039599 for ; Sat, 14 Sep 2013 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E1e1o3039598; Sat, 14 Sep 2013 01:40:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 01:40:01 GMT Message-Id: <201309140140.r8E1e1o3039598@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:40:01 -0000 The following reply was made to PR ports/182074; it has been noted by GNATS. From: Edwin Groothuis To: olivier@cochard.me Cc: bug-followup@FreeBSD.org Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) Date: Sat, 14 Sep 2013 01:30:08 UT Maintainer of www/shellinabox, Please note that PR ports/182074 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182074 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 01:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A21CC9C4 for ; Sat, 14 Sep 2013 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D8DE296B for ; Sat, 14 Sep 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1o1gp041452 for ; Sat, 14 Sep 2013 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E1o1Hl041451; Sat, 14 Sep 2013 01:50:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 01:50:01 GMT Message-Id: <201309140150.r8E1o1Hl041451@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yuri Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Yuri List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:50:01 -0000 The following reply was made to PR ports/182074; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) Date: Fri, 13 Sep 2013 18:45:43 -0700 This is a multi-part message in MIME format. --------------010200060707090005010201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry, forgot port version bump. Yuri --------------010200060707090005010201 Content-Type: text/plain; charset=UTF-8; name="patch-shellinabox-nologin.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-shellinabox-nologin.patch" Index: Makefile =================================================================== --- Makefile (revision 326997) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= shellinabox PORTVERSION= 2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GOOGLE_CODE @@ -17,8 +17,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CORES MANPAGES +OPTIONS_DEFINE= CORES NOLOGIN MANPAGES CORES_DESC= Patch shellinaboxd to enable core dumps +NOLOGIN_DESC= Login through ssh (not through login) HAS_CONFIGURE= yes CONFIGURE_ARGS= \ @@ -41,6 +42,11 @@ .include +.if ${PORT_OPTIONS:MNOLOGIN} +CONFIGURE_ARGS+=--disable-login +.endif + + .if ${ARCH} == "powerpc" BROKEN= Does not load on powerpc .endif --------------010200060707090005010201-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 01:50:45 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 621969F8; Sat, 14 Sep 2013 01:50:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 375BE2992; Sat, 14 Sep 2013 01:50:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1ojpD041493; Sat, 14 Sep 2013 01:50:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E1ojW3041492; Sat, 14 Sep 2013 01:50:45 GMT (envelope-from linimon) Date: Sat, 14 Sep 2013 01:50:45 GMT Message-Id: <201309140150.r8E1ojW3041492@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182049: problem with qt4 plugins and clean room builds (poudriere) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:50:45 -0000 Synopsis: problem with qt4 plugins and clean room builds (poudriere) Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Sat Sep 14 01:48:16 UTC 2013 Responsible-Changed-Why: Apparently applies to both graphics/qt4-imageformats and graphics/qt4-iconengines. http://www.freebsd.org/cgi/query-pr.cgi?pr=182049 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 02:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9D6CADA for ; Sat, 14 Sep 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98C2529E6 for ; Sat, 14 Sep 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E2007n043209 for ; Sat, 14 Sep 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E2000X043208; Sat, 14 Sep 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 02:00:00 GMT Resent-Message-Id: <201309140200.r8E2000X043208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Procacci Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26C91AD4 for ; Sat, 14 Sep 2013 01:59:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0413929E0 for ; Sat, 14 Sep 2013 01:59:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E1xRNv071743 for ; Sat, 14 Sep 2013 01:59:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E1xRHv071742; Sat, 14 Sep 2013 01:59:27 GMT (envelope-from nobody) Message-Id: <201309140159.r8E1xRHv071742@oldred.freebsd.org> Date: Sat, 14 Sep 2013 01:59:27 GMT From: Paul Procacci To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182075: [patch] Update net-im/prosody to 0.9.1. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 02:00:00 -0000 >Number: 182075 >Category: ports >Synopsis: [patch] Update net-im/prosody to 0.9.1. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Procacci >Release: 9.1-RELEASE >Organization: N/A >Environment: FreeBSD black-legion.us 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attached patch updates prosody to 0.9.1. >How-To-Repeat: N/A >Fix: Apply patch. Patch attached with submission follows: diff -ur prosody.orig/Makefile prosody/Makefile --- prosody.orig/Makefile 2013-09-13 21:08:03.000000000 -0400 +++ prosody/Makefile 2013-09-13 21:44:21.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= prosody -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.1 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ @@ -39,7 +39,7 @@ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL ${REINPLACE_CMD} -e 's|/usr/bin/env lua|${LUA_CMD}|' ${WRKSRC}/prosody ${WRKSRC}/prosodyctl ${RM} ${WRKSRC}/certs/localhost.* - cd ${WRKSRC}/certs && ${GMAKE} localhost.cert + cd ${WRKSRC}/certs && ${GMAKE} localhost.crt post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff -ur prosody.orig/distinfo prosody/distinfo --- prosody.orig/distinfo 2013-09-13 21:08:03.000000000 -0400 +++ prosody/distinfo 2013-09-13 21:10:16.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (prosody-0.8.2.tar.gz) = d0315150f8487fc960adf56ce057985428679975f9c6f3fcf424832d24eaae60 -SIZE (prosody-0.8.2.tar.gz) = 212170 +SHA256 (prosody-0.9.1.tar.gz) = 6cdea6fd6027bec621f7995709ca825a29aa5e066b321bfbb7785925c9f32cd5 +SIZE (prosody-0.9.1.tar.gz) = 265755 diff -ur prosody.orig/files/patch-Makefile prosody/files/patch-Makefile --- prosody.orig/files/patch-Makefile 2013-09-13 21:08:03.000000000 -0400 +++ prosody/files/patch-Makefile 2013-09-13 21:44:09.000000000 -0400 @@ -1,26 +1,16 @@ ---- ./Makefile.orig 2011-04-05 15:47:05.000000000 +0200 -+++ ./Makefile 2011-04-10 18:09:24.000000000 +0200 -@@ -6,7 +6,7 @@ - MODULES = $(DESTDIR)$(PREFIX)/lib/prosody/modules - SOURCE = $(DESTDIR)$(PREFIX)/lib/prosody - DATA = $(DESTDIR)$(DATADIR) --MAN = $(DESTDIR)$(PREFIX)/share/man -+MAN = $(DESTDIR)$(PREFIX)/man - - INSTALLEDSOURCE = $(PREFIX)/lib/prosody - INSTALLEDCONFIG = $(SYSCONFDIR) -@@ -33,11 +33,12 @@ - install -m644 plugins/*.lua $(MODULES) - install -d $(MODULES)/muc - install -m644 plugins/muc/* $(MODULES)/muc -- install -m644 certs/* $(CONFIG)/certs -+ install -m644 certs/localhost.cert $(CONFIG)/certs/localhost.cert.sample +--- Makefile.orig 2013-09-13 21:12:43.000000000 -0400 ++++ Makefile 2013-09-13 21:14:07.000000000 -0400 +@@ -34,10 +34,11 @@ + install -m644 util/*.so $(SOURCE)/util + install -d $(SOURCE)/util/sasl + install -m644 util/sasl/* $(SOURCE)/util/sasl ++ install -m644 certs/localhost.crt $(CONFIG)/certs/localhost.crt.sample + install -m644 certs/localhost.key $(CONFIG)/certs/localhost.key.sample - install -d $(MODULES)/adhoc - install -m644 plugins/adhoc/*.lua $(MODULES)/adhoc + umask 0022 && cp -r plugins/* $(MODULES) +- install -m644 certs/* $(CONFIG)/certs install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1 - test -e $(CONFIG)/prosody.cfg.lua || install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua + install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua.sample - test -e prosody.version && install prosody.version $(SOURCE)/prosody.version || true + test -e prosody.version && install -m644 prosody.version $(SOURCE)/prosody.version || true $(MAKE) install -C util-src diff -ur prosody.orig/files/patch-certs-Makefile prosody/files/patch-certs-Makefile --- prosody.orig/files/patch-certs-Makefile 2013-09-13 21:08:03.000000000 -0400 +++ prosody/files/patch-certs-Makefile 2013-09-13 21:22:09.000000000 -0400 @@ -1,5 +1,5 @@ ---- certs/Makefile.orig 2011-06-27 15:22:39.024815105 -0700 -+++ certs/Makefile 2011-06-27 15:24:55.275832762 -0700 +--- certs/Makefile.orig 2013-09-13 21:17:31.000000000 -0400 ++++ certs/Makefile 2013-09-13 21:18:55.000000000 -0400 @@ -2,13 +2,13 @@ keysize=2048 @@ -12,14 +12,9 @@ +# Then `gmake yourhost.key` to create your private key, you can # include keysize=number to change the size of the key. -# Then you can either `make yourhost.csr` to generate a certificate --# signing request that you can submit to a CA, or `make yourhost.cert` +-# signing request that you can submit to a CA, or `make yourhost.crt` +# Then you can either `gmake yourhost.csr` to generate a certificate -+# signing request that you can submit to a CA, or `gmake yourhost.cert` ++# signing request that you can submit to a CA, or `gmake yourhost.crt` # to generate a self signed certificate. .PRECIOUS: %.cnf %.key -@@ -28,3 +28,4 @@ - %.key: - openssl genrsa $(keysize) > $@ - @chmod 400 $@ -+ @chown prosody:prosody $@ diff -ur prosody.orig/files/patch-prosody.cfg.lua.dist prosody/files/patch-prosody.cfg.lua.dist --- prosody.orig/files/patch-prosody.cfg.lua.dist 2013-09-13 21:08:03.000000000 -0400 +++ prosody/files/patch-prosody.cfg.lua.dist 2013-09-13 21:24:13.000000000 -0400 @@ -1,11 +1,11 @@ ---- prosody.cfg.lua.dist.orig 2011-04-11 13:21:41.498385123 -0700 -+++ prosody.cfg.lua.dist 2011-04-11 13:21:51.387828331 -0700 -@@ -59,7 +59,7 @@ - --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 +--- prosody.cfg.lua.dist.orig 2013-09-13 21:22:50.000000000 -0400 ++++ prosody.cfg.lua.dist 2013-09-13 21:23:50.000000000 -0400 +@@ -63,7 +63,7 @@ + --"http_files"; -- Serve static files from a directory over HTTP -- Other specific functionality - --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. + "posix"; -- POSIX functionality, sends server to background, enables syslog, etc. - --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" - --"httpserver"; -- Serve static files from a directory over HTTP --"groups"; -- Shared roster support + --"announce"; -- Send announcement to all online users + --"welcome"; -- Welcome users who register accounts Only in prosody.orig: work >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 02:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0087FB09; Sat, 14 Sep 2013 02:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB88B29E8; Sat, 14 Sep 2013 02:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E208ab044826; Sat, 14 Sep 2013 02:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E208DV044825; Sat, 14 Sep 2013 02:00:08 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 02:00:08 GMT Message-Id: <201309140200.r8E208DV044825@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lx@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182075: [patch] Update net-im/prosody to 0.9.1. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 02:00:09 -0000 Synopsis: [patch] Update net-im/prosody to 0.9.1. Responsible-Changed-From-To: freebsd-ports-bugs->lx Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 02:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182075 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 03:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A79372E for ; Sat, 14 Sep 2013 03:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69E4C2D59 for ; Sat, 14 Sep 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E3K0NR059786 for ; Sat, 14 Sep 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E3K0U5059785; Sat, 14 Sep 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 03:20:00 GMT Resent-Message-Id: <201309140320.r8E3K0U5059785@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C86A727 for ; Sat, 14 Sep 2013 03:18:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E42092D53 for ; Sat, 14 Sep 2013 03:18:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E3IIPm088761 for ; Sat, 14 Sep 2013 03:18:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E3IIic088737; Sat, 14 Sep 2013 03:18:18 GMT (envelope-from nobody) Message-Id: <201309140318.r8E3IIic088737@oldred.freebsd.org> Date: Sat, 14 Sep 2013 03:18:18 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182077: maintainer update: science/minc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 03:20:00 -0000 >Number: 182077 >Category: ports >Synopsis: maintainer update: science/minc2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 9.1-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD portstest.jbacon.dyndns.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fixes an incompatibility introduced by the upgrade to 2.2, which now used hdf5 1.8 instead of hdf5 1.6. Also updated DEPENDS to ensure that users are made aware of the true problem when the wrong version of hdf5 is installed. Note also that many other ports requiring hdf5 1.8 might accept an installed hdf5 1.6 as satisfying LIB_DEPENDS=hdf5, which may cause compile errors due to differences in the hdf5 API between 1.6 to 1.8. I intend to notify the maintainers of the hdf5 ports and all ports that depend on them. >How-To-Repeat: Install science/hdf5, then try to build minc2 from source. If science/hdf5-18 is installed, the minc2 build will succeed. >Fix: Patch attached. Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/science/minc2/Makefile /usr/wip/science/minc2/Makefile --- /usr/ports/science/minc2/Makefile 2013-08-22 18:55:13.000000000 -0500 +++ /usr/wip/science/minc2/Makefile 2013-09-13 21:58:13.000000000 -0500 @@ -12,7 +12,7 @@ PORTNAME= minc PORTVERSION= 2.2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology MASTER_SITES= http://packages.bic.mni.mcgill.ca/tgz/ @@ -21,12 +21,22 @@ LICENSE= BSD -LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ - hdf5:${PORTSDIR}/science/hdf5 +LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf + +# The hdf5 API changed after version 1.6. +# LIB_DEPENDS=hdf5 is satisfied by either science/hdf5 or science/hdf5-18, +# which can cause build failures in ports requiring hdf5 1.8 if hdf5 1.6 +# is already installed. Several ports that depend on hdf5 have this bug. +# LIB_DEPENDS=hdf5.7 will break the port when a minor hdf5 ugrade occurs. +# Below is a kludgey but reliable way to ensure that hdf5 > 1.6 is installed. +# The pkgsrc >= syntax would be a nice addition for this, e.g. +# LIB_DEPENDS= hdf5>=1.8.0 + +BUILD_DEPENDS= ${LOCALBASE}/bin/h5copy:${PORTSDIR}/science/hdf5-18 +RUN_DEPENDS= ${LOCALBASE}/bin/h5copy:${PORTSDIR}/science/hdf5-18 USE_LDCONFIG= yes USES= cmake:outsource bison:build -CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DH5_USE_16_API LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CMAKE_ARGS= -DMINC2_BUILD_SHARED_LIBS:BOOL=YES >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14A64D37 for ; Sat, 14 Sep 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E65792F05 for ; Sat, 14 Sep 2013 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E4A0G7068857 for ; Sat, 14 Sep 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E4A0Ud068855; Sat, 14 Sep 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 04:10:00 GMT Resent-Message-Id: <201309140410.r8E4A0Ud068855@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Illarionov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1236ACE7 for ; Sat, 14 Sep 2013 04:00:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F40E92EBD for ; Sat, 14 Sep 2013 04:00:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E40OLq072749 for ; Sat, 14 Sep 2013 04:00:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E40OIt072741; Sat, 14 Sep 2013 04:00:24 GMT (envelope-from nobody) Message-Id: <201309140400.r8E40OIt072741@oldred.freebsd.org> Date: Sat, 14 Sep 2013 04:00:24 GMT From: Alexey Illarionov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182078: [maintainer] graphics/mapnik: fix Clang 3.3 build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 04:10:01 -0000 >Number: 182078 >Category: ports >Synopsis: [maintainer] graphics/mapnik: fix Clang 3.3 build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Illarionov >Release: >Organization: >Environment: >Description: Fix build with Clang 3.3 on 10-CURRENT https://github.com/mapnik/mapnik/issues/1973 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN graphics/mapnik.orig/files/patch-bindings-python-mapnik_text_placement.cpp graphics/mapnik/files/patch-bindings-python-mapnik_text_placement.cpp --- graphics/mapnik.orig/files/patch-bindings-python-mapnik_text_placement.cpp 1970-01-01 03:00:00.000000000 +0300 +++ graphics/mapnik/files/patch-bindings-python-mapnik_text_placement.cpp 2013-09-14 06:48:05.000000000 +0400 @@ -0,0 +1,15 @@ +--- bindings/python/mapnik_text_placement.cpp.orig 2013-09-14 06:44:28.000000000 +0400 ++++ bindings/python/mapnik_text_placement.cpp 2013-09-14 06:46:57.000000000 +0400 +@@ -194,7 +194,11 @@ + ListNodeWrap(object l) : formatting::list_node(), wrapper() + { + stl_input_iterator begin(l), end; +- children_.insert(children_.end(), begin, end); ++ while (begin != end) ++ { ++ children_.push_back(*begin); ++ ++begin; ++ } + } + + /* TODO: Add constructor taking variable number of arguments. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 04:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DED89D64; Sat, 14 Sep 2013 04:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6C152F06; Sat, 14 Sep 2013 04:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E4A8vX068937; Sat, 14 Sep 2013 04:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E4A8ZR068936; Sat, 14 Sep 2013 04:10:08 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 04:10:08 GMT Message-Id: <201309140410.r8E4A8ZR068936@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182078: [maintainer] graphics/mapnik: fix Clang 3.3 build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 04:10:08 -0000 Synopsis: [maintainer] graphics/mapnik: fix Clang 3.3 build Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 04:10:08 UTC 2013 Responsible-Changed-Why: miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182078 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2180533 for ; Sat, 14 Sep 2013 05:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 818CB2270 for ; Sat, 14 Sep 2013 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5U0ip084922 for ; Sat, 14 Sep 2013 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5U0iD084921; Sat, 14 Sep 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 05:30:00 GMT Resent-Message-Id: <201309140530.r8E5U0iD084921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henry Hu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFDE24F0 for ; Sat, 14 Sep 2013 05:22:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDC76224F for ; Sat, 14 Sep 2013 05:22:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E5MLdY032297 for ; Sat, 14 Sep 2013 05:22:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E5MLFW032229; Sat, 14 Sep 2013 05:22:21 GMT (envelope-from nobody) Message-Id: <201309140522.r8E5MLFW032229@oldred.freebsd.org> Date: Sat, 14 Sep 2013 05:22:21 GMT From: Henry Hu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:30:00 -0000 >Number: 182079 >Category: ports >Synopsis: [patch] chinese/sunpinyin: fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Henry Hu >Release: FreeBSD 10-CURRENT >Organization: Columbia University >Environment: FreeBSD pepsi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250457M: Tue Jun 4 20:59:11 PDT 2013 root@pepsi:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: Fix build of sunpinyin under latest 10-CURRENT. Remove detection of iconv.h. Disable iconv functionality. >How-To-Repeat: Build chinese/sunpinyin with world built with WITH_ICONV=yes in src.conf. >Fix: Patch attached with submission follows: Index: chinese/sunpinyin/files/patch-SConstruct =================================================================== --- chinese/sunpinyin/files/patch-SConstruct (版本 327212) +++ chinese/sunpinyin/files/patch-SConstruct (工作副本) @@ -1,5 +1,5 @@ ---- SConstruct.orig 2012-07-17 23:25:59.000000000 -0500 -+++ SConstruct 2012-07-17 23:40:11.633113871 -0500 +--- SConstruct.orig 2012-07-18 00:25:59.000000000 -0400 ++++ SConstruct 2013-09-14 00:38:38.866083185 -0400 @@ -176,10 +176,12 @@ def CreateEnvironment(): libln_builder = Builder(action='ln -s ${SOURCE.name} ${TARGET.name}', @@ -17,7 +17,15 @@ env.Append(BUILDERS={'InstallAsSymlink': libln_builder}) return env -@@ -420,7 +422,7 @@ def DoInstall(): +@@ -324,7 +326,6 @@ def DoConfigure(): + conf.CheckFunc('getopt_long') + conf.CheckFunc('getpagesize') + conf.CheckFunc('get_opt') +- conf.CheckCHeader('iconv.h') + conf.CheckCHeader('inttypes.h') + conf.CheckCHeader('locale.h') + conf.CheckCHeader('libintl.h') +@@ -420,7 +421,7 @@ def DoInstall(): lib_target_bin), ] >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C05956B; Sat, 14 Sep 2013 05:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03AF32278; Sat, 14 Sep 2013 05:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5U8pU085049; Sat, 14 Sep 2013 05:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5U8XD085048; Sat, 14 Sep 2013 05:30:08 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 05:30:08 GMT Message-Id: <201309140530.r8E5U8XD085048@freefall.freebsd.org> To: henry.hu.sh@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:30:09 -0000 Synopsis: [patch] chinese/sunpinyin: fix build State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 14 05:30:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182079 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A64CE623 for ; Sat, 14 Sep 2013 05:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 944AA22E3 for ; Sat, 14 Sep 2013 05:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5e1jp086805 for ; Sat, 14 Sep 2013 05:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5e1wL086804; Sat, 14 Sep 2013 05:40:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 05:40:01 GMT Message-Id: <201309140540.r8E5e1wL086804@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:40:01 -0000 The following reply was made to PR ports/182079; it has been noted by GNATS. From: Edwin Groothuis To: lichray@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build Date: Sat, 14 Sep 2013 05:30:08 UT Maintainer of chinese/sunpinyin, Please note that PR ports/182079 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182079 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:47:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0552F699; Sat, 14 Sep 2013 05:47:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1CD2232A; Sat, 14 Sep 2013 05:47:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5lD4A088530; Sat, 14 Sep 2013 05:47:13 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5lDFl088529; Sat, 14 Sep 2013 05:47:13 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 05:47:13 GMT Message-Id: <201309140547.r8E5lDFl088529@freefall.freebsd.org> To: freebsd@skysmurf.nl, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182020: x11/xtrlock: Mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:47:14 -0000 Synopsis: x11/xtrlock: Mirror site Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 05:47:13 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182020 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:47:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BD53697; Sat, 14 Sep 2013 05:47:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 307BC2329; Sat, 14 Sep 2013 05:47:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5lCmf088465; Sat, 14 Sep 2013 05:47:12 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5lBfJ088464; Sat, 14 Sep 2013 05:47:11 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 05:47:11 GMT Message-Id: <201309140547.r8E5lBfJ088464@freefall.freebsd.org> To: freebsd@skysmurf.nl, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182019: archivers/zip: Updated mirror site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:47:12 -0000 Synopsis: archivers/zip: Updated mirror site Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 05:47:11 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182019 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2284A705 for ; Sat, 14 Sep 2013 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E94222336 for ; Sat, 14 Sep 2013 05:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5o1N0088645 for ; Sat, 14 Sep 2013 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5o1jM088644; Sat, 14 Sep 2013 05:50:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 05:50:01 GMT Message-Id: <201309140550.r8E5o1jM088644@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Zhihao Yuan Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:50:02 -0000 The following reply was made to PR ports/182079; it has been noted by GNATS. From: Zhihao Yuan To: bug-followup@FreeBSD.org, henry.hu.sh@gmail.com Cc: Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build Date: Sat, 14 Sep 2013 01:32:52 -0400 Approved. The thing is, the iconv functionality of this library is never being enabled or used by other ports. It's safe to explicitly disable it. -- Zhihao Yuan, ID lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 05:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26ED2707 for ; Sat, 14 Sep 2013 05:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06F862338 for ; Sat, 14 Sep 2013 05:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E5o2Vd088656 for ; Sat, 14 Sep 2013 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E5o2kf088655; Sat, 14 Sep 2013 05:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 05:50:02 GMT Resent-Message-Id: <201309140550.r8E5o2kf088655@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alan Hicks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B0FA67C for ; Sat, 14 Sep 2013 05:46:17 +0000 (UTC) (envelope-from alan@p-o.co.uk) Received: from avasout05.plus.net (avasout05.plus.net [84.93.230.250]) by mx1.freebsd.org (Postfix) with ESMTP id 8C26C231E for ; Sat, 14 Sep 2013 05:46:15 +0000 (UTC) Received: from mail.p-o.co.uk ([80.229.143.200]) by avasout05 with smtp id Qtj41m0034Ke75s01tj5ey; Sat, 14 Sep 2013 06:43:05 +0100 Received: from alan by p-o.co.uk with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VKibf-0006B8-Tq for FreeBSD-gnats-submit@freebsd.org; Sat, 14 Sep 2013 06:41:19 +0100 Message-Id: Date: Sat, 14 Sep 2013 06:41:19 +0100 From: Alan Hicks To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182080: [Maintainer patch] Upgrade mail/dbmail to 3.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alan Hicks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 05:50:03 -0000 >Number: 182080 >Category: ports >Synopsis: [Maintainer patch] Upgrade mail/dbmail to 3.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 05:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alan Hicks >Release: FreeBSD 9.1-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD schnittke.p-o.co.uk 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:23:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update fixing Outlook, Apple mail and many outstanding issues >How-To-Repeat: >Fix: Apply patch to upgrade from 3.1.3 to 3.1.6 Also BUILD_DEPENDS checks for docbook dtd used to create man pages --- dbmail-313-316.diff begins here --- diff -ur dbmail/Makefile dbmail/Makefile --- dbmail/Makefile 2013-09-02 21:02:01.000000000 +0100 +++ dbmail/Makefile 2013-09-13 14:12:05.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: mail/dbmail/Makefile 326071 2013-09-02 20:02:01Z bapt $ PORTNAME= dbmail -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.6 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.1/ @@ -18,7 +18,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ - ${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-450 + ${LOCALBASE}/share/sgml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-450 CONFLICTS= dbmail-2.* diff -ur dbmail/distinfo dbmail/distinfo --- dbmail/distinfo 2013-08-23 23:10:03.000000000 +0100 +++ dbmail/distinfo 2013-09-13 13:29:39.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.1.3.tar.gz) = 508d288f3c5690387eeed94669f96cbd4cc686066bfd4cb9a5f97ec63c7ca304 -SIZE (dbmail-3.1.3.tar.gz) = 2392630 +SHA256 (dbmail-3.1.6.tar.gz) = 380fc123c8e6cfca7e9c06892d501ddea61c36f88e567d133202c16bf265a71a +SIZE (dbmail-3.1.6.tar.gz) = 2394514 --- dbmail-313-316.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 06:50:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13966F2; Sat, 14 Sep 2013 06:50:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD9ED258A; Sat, 14 Sep 2013 06:50:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E6obTX005827; Sat, 14 Sep 2013 06:50:37 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E6obvo005826; Sat, 14 Sep 2013 06:50:37 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 06:50:37 GMT Message-Id: <201309140650.r8E6obvo005826@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182080: [Maintainer patch] Upgrade mail/dbmail to 3.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 06:50:38 -0000 Synopsis: [Maintainer patch] Upgrade mail/dbmail to 3.1.6 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 06:50:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182080 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 07:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ABD2DE5F for ; Sat, 14 Sep 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9850526CF for ; Sat, 14 Sep 2013 07:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E7U07H015910 for ; Sat, 14 Sep 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E7U0a3015909; Sat, 14 Sep 2013 07:30:00 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 07:30:00 GMT Message-Id: <201309140730.r8E7U0a3015909@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 07:30:01 -0000 The following reply was made to PR ports/182074; it has been noted by GNATS. From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: bug-followup@freebsd.org Cc: Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1)) Date: Sat, 14 Sep 2013 09:28:07 +0200 Hi, I'm agree with this patch. Regards, Olivier On Sat, Sep 14, 2013 at 3:30 AM, Edwin Groothuis wrote: > Maintainer of www/shellinabox, > > Please note that PR ports/182074 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182074 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 07:47:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C9BF409; Sat, 14 Sep 2013 07:47:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5D1C2771; Sat, 14 Sep 2013 07:47:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E7lHt3022538; Sat, 14 Sep 2013 07:47:17 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E7lH3H022537; Sat, 14 Sep 2013 07:47:17 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 07:47:17 GMT Message-Id: <201309140747.r8E7lH3H022537@freefall.freebsd.org> To: olivier@cochard.me, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182074: [PATCH] www/shellinabox: Added an option to login as ssh (as opposed to as login(1)) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 07:47:18 -0000 Synopsis: [PATCH] www/shellinabox: Added an option to login as ssh (as opposed to as login(1)) Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 07:47:17 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182074 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 08:07:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCE5F769; Sat, 14 Sep 2013 08:07:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9057C2830; Sat, 14 Sep 2013 08:07:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E87nUL027557; Sat, 14 Sep 2013 08:07:49 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E87noK027556; Sat, 14 Sep 2013 08:07:49 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 08:07:49 GMT Message-Id: <201309140807.r8E87noK027556@freefall.freebsd.org> To: lichray@gmail.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182079: [patch] chinese/sunpinyin: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 08:07:49 -0000 Synopsis: [patch] chinese/sunpinyin: fix build Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 08:07:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182079 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 08:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3D2387C for ; Sat, 14 Sep 2013 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 813B02894 for ; Sat, 14 Sep 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E8K0RZ032596 for ; Sat, 14 Sep 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E8K0vu032595; Sat, 14 Sep 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 08:20:00 GMT Resent-Message-Id: <201309140820.r8E8K0vu032595@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Cochard-Labbe Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1DB07F0 for ; Sat, 14 Sep 2013 08:12:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DDB92866 for ; Sat, 14 Sep 2013 08:12:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E8Cdlo044528 for ; Sat, 14 Sep 2013 08:12:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E8CdWf044476; Sat, 14 Sep 2013 08:12:39 GMT (envelope-from nobody) Message-Id: <201309140812.r8E8CdWf044476@oldred.freebsd.org> Date: Sat, 14 Sep 2013 08:12:39 GMT From: Olivier Cochard-Labbe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182082: emulators/dynamips-community upgrade to 0.2.10 and head problem report X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 08:20:00 -0000 >Number: 182082 >Category: ports >Synopsis: emulators/dynamips-community upgrade to 0.2.10 and head problem report >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbe >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD laptop.bsdrp.net 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r255188M: Fri Sep 6 00:15:11 CEST 2013 root@laptop.bsdrp.net:/usr/obj/usr/local/BSDRP/BSDRPcur/FreeBSD/src/sys/PROD amd64 >Description: I've got a problem with the previous version 0.2.8 on -current: dynamips crashes when it tried to start router emulation with message "bus error (core dump)". Then I've tried to upgrade it to 0.2.10 but I've got the same error. I didn't have 9.x right now for testing it compiled with gcc (clang problem?). By the way, here is the patch for upgrading it 0.2.10 in case it works on >How-To-Repeat: just start dynamips on a recent -current. >Fix: Patch attached with submission follows: Index: emulators/dynamips-community/Makefile =================================================================== --- emulators/dynamips-community/Makefile (revision 327190) +++ emulators/dynamips-community/Makefile (working copy) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= dynamips -PORTVERSION= 0.2.8 +PORTVERSION= 0.2.10 CATEGORIES= emulators -MASTER_SITES= SF/gns-3/Dynamips/${PORTVERSION}-RC3${PKGNAMESUFFIX} +MASTER_SITES= SF/gns-3/Dynamips/${PORTVERSION} PKGNAMESUFFIX= -community -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3${PKGNAMESUFFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}-source +EXTRACT_SUFX= .zip MAINTAINER= pavelivolkov@googlemail.com COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator -LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - LICENSE= GPLv2 +LIB_DEPENDS= elf:${PORTSDIR}/devel/libelf \ + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid + CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* USE_GMAKE= yes @@ -65,13 +66,13 @@ .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.community ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.hypervisor ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES ${DOCSDIR} .endif .if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/nvram_export.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/hypervisor_mode.7 ${PREFIX}/man/man7 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/nvram_export.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/hypervisor_mode.7 ${PREFIX}/man/man7 .endif .include Index: emulators/dynamips-community/distinfo =================================================================== --- emulators/dynamips-community/distinfo (revision 327190) +++ emulators/dynamips-community/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dynamips-0.2.8-RC3-community.tar.gz) = e808a50b6b9d24a90604885f90699f46b26a49e6ce9cf542aa288f135b2508ac -SIZE (dynamips-0.2.8-RC3-community.tar.gz) = 818199 +SHA256 (dynamips-0.2.10-source.zip) = d62f739547134aeb0ee5a6b28a52772ae79a93cb6426b712cbddc72cb0b7ba44 +SIZE (dynamips-0.2.10-source.zip) = 966018 Index: emulators/dynamips-community/files/patch-common-gen_eth.c =================================================================== --- emulators/dynamips-community/files/patch-common-gen_eth.c (revision 327190) +++ emulators/dynamips-community/files/patch-common-gen_eth.c (working copy) @@ -1,26 +0,0 @@ ---- common/gen_eth.c.orig 2011-04-17 11:32:08.000000000 +0400 -+++ common/gen_eth.c 2011-04-17 11:36:47.000000000 +0400 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -45,8 +46,13 @@ - if (!(p = pcap_open_live(device,2048,TRUE,10,pcap_errbuf))) - goto pcap_error; - -- /* Accept only incoming packets */ -- pcap_setdirection(p,PCAP_D_IN); -+ pcap_setdirection(p,PCAP_D_INOUT); -+#ifdef BIOCFEEDBACK -+ { -+ int on = 1; -+ ioctl(pcap_fileno(p), BIOCFEEDBACK, &on); -+ } -+#endif - #else - p = pcap_open(device,2048, - PCAP_OPENFLAG_PROMISCUOUS | Index: emulators/dynamips-community/files/patch-nvram_export.1 =================================================================== --- emulators/dynamips-community/files/patch-nvram_export.1 (revision 327190) +++ emulators/dynamips-community/files/patch-nvram_export.1 (working copy) @@ -1,11 +0,0 @@ ---- nvram_export.1.orig Thu May 3 12:46:51 2007 -+++ nvram_export.1 Thu May 3 12:47:10 2007 -@@ -13,7 +13,7 @@ - Please send bug reports to http://www.ipflow.utc.fr/bts/ - .SH SEE ALSO - .br --\fBdynmips\fP(1), \fBhypervisor_mode\fP(7) -+\fBdynamips\fP(1), \fBhypervisor_mode\fP(7) - .br - .UR - http://www.ipflow.utc.fr/index.php/ Index: emulators/dynamips-community/files/patch-stable-Makefile =================================================================== --- emulators/dynamips-community/files/patch-stable-Makefile (revision 327190) +++ emulators/dynamips-community/files/patch-stable-Makefile (working copy) @@ -1,20 +0,0 @@ ---- stable/Makefile.orig 2011-04-17 11:08:00.000000000 +0400 -+++ stable/Makefile 2011-04-17 11:11:30.000000000 +0400 -@@ -61,7 +61,7 @@ - -DHAS_POSIX_MEMALIGN=$(HAS_POSIX_MEMALIGN) - - #PCAP_LIB=/usr/local/lib/libpcap.a --PCAP_LIB=-lpcap -+PCAP_LIB?=-lpcap - - ifeq ($(shell uname), FreeBSD) - PTHREAD_LIBS?=-pthread -@@ -69,7 +69,7 @@ - OSNAME=FreeBSD - CFLAGS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/libelf \ - $(PTHREAD_CFLAGS) -D_FILE_OFFSET_BITS=64 -- LIBS=-L$(LOCALBASE)/lib -L. -ldl -lelf $(PTHREAD_LIBS) $(LDFLAGS) -+ LIBS=-L$(LOCALBASE)/lib -L. -lelf $(PTHREAD_LIBS) $(LDFLAGS) - else - ifeq ($(shell uname), Linux) - PTHREAD_LIBS?=-lpthread Index: emulators/dynamips-community/files/patch-unstable-Makefile =================================================================== --- emulators/dynamips-community/files/patch-unstable-Makefile (revision 327190) +++ emulators/dynamips-community/files/patch-unstable-Makefile (working copy) @@ -1,20 +0,0 @@ ---- unstable/Makefile.orig 2011-04-17 11:26:40.000000000 +0400 -+++ unstable/Makefile 2011-04-17 11:27:29.000000000 +0400 -@@ -61,7 +61,7 @@ - -DUSE_UNSTABLE - - #PCAP_LIB=/usr/local/lib/libpcap.a --PCAP_LIB=-lpcap -+PCAP_LIB?=-lpcap - - ifeq ($(shell uname), FreeBSD) - PTHREAD_LIBS?=-pthread -@@ -69,7 +69,7 @@ - OSNAME=FreeBSD - CFLAGS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/libelf \ - $(PTHREAD_CFLAGS) -D_FILE_OFFSET_BITS=64 -- LIBS=-L$(LOCALBASE)/lib -L. -ldl -lelf $(PTHREAD_LIBS) $(LDFLAGS) -+ LIBS=-L$(LOCALBASE)/lib -L. -lelf $(PTHREAD_LIBS) $(LDFLAGS) - else - ifeq ($(shell uname), Linux) - PTHREAD_LIBS?=-lpthread >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 08:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E4AC8AB; Sat, 14 Sep 2013 08:20:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D885B2895; Sat, 14 Sep 2013 08:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E8K9nq032856; Sat, 14 Sep 2013 08:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E8K9U3032855; Sat, 14 Sep 2013 08:20:09 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 08:20:09 GMT Message-Id: <201309140820.r8E8K9U3032855@freefall.freebsd.org> To: olivier@cochard.me, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182082: emulators/dynamips-community upgrade to 0.2.10 and head problem report X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 08:20:10 -0000 Synopsis: emulators/dynamips-community upgrade to 0.2.10 and head problem report State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 14 08:20:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182082 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 08:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 932F1B8 for ; Sat, 14 Sep 2013 08:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 803992904 for ; Sat, 14 Sep 2013 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E8U1sv035525 for ; Sat, 14 Sep 2013 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E8U1Ww035524; Sat, 14 Sep 2013 08:30:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 08:30:01 GMT Message-Id: <201309140830.r8E8U1Ww035524@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182082: emulators/dynamips-community upgrade to 0.2.10 and head problem report X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 08:30:01 -0000 The following reply was made to PR ports/182082; it has been noted by GNATS. From: Edwin Groothuis To: pavelivolkov@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182082: emulators/dynamips-community upgrade to 0.2.10 and head problem report Date: Sat, 14 Sep 2013 08:20:08 UT Maintainer of emulators/dynamips-community, Please note that PR ports/182082 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182082 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 09:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA21D11E for ; Sat, 14 Sep 2013 09:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A88182B5B for ; Sat, 14 Sep 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E9K0gE045663 for ; Sat, 14 Sep 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8E9K0ED045662; Sat, 14 Sep 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 09:20:00 GMT Resent-Message-Id: <201309140920.r8E9K0ED045662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B294F49 for ; Sat, 14 Sep 2013 09:17:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED1512B49 for ; Sat, 14 Sep 2013 09:17:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E9Hk1P036617 for ; Sat, 14 Sep 2013 09:17:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E9HjTE036616; Sat, 14 Sep 2013 09:17:45 GMT (envelope-from nobody) Message-Id: <201309140917.r8E9HjTE036616@oldred.freebsd.org> Date: Sat, 14 Sep 2013 09:17:45 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182083: [PATCH] devel/codeblocks - pkg-fallout correction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 09:20:01 -0000 >Number: 182083 >Category: ports >Synopsis: [PATCH] devel/codeblocks - pkg-fallout correction >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: >Description: Codeblocks wants GAMIN : "Subject: [RELEASE - head-amd64-default][devel/codeblocks] Build failed for codeblocks-12.11 during configure Date: Thu, 12 Sep 2013 07:50:56 GMT You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. [...] checking for GAMIN... no configure: error: Package requirements (gamin) were not met: Package gamin was not found in the pkg-config search path. Perhaps you should add the directory containing `gamin.pc' to the PKG_CONFIG_PATH environment variable Package 'gamin', required by 'world', not found" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/codeblocks/Makefile devel/codeblocks/Makefile --- /usr/ports/devel/codeblocks/Makefile 2013-09-13 16:03:09.000000000 +0200 +++ devel/codeblocks/Makefile 2013-09-14 11:14:44.000000000 +0200 @@ -3,6 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 12.11 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}-1 @@ -21,6 +22,7 @@ USES= pkgconfig USE_FAM= yes +WANT_FAM_SYSTEM= gamin USE_WX= 2.8 WANT_UNICODE= yes USE_GNOME= gnomehack desktopfileutils >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26EE4556 for ; Sat, 14 Sep 2013 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E56FE2EC5 for ; Sat, 14 Sep 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAe0qg060794 for ; Sat, 14 Sep 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAe0gw060793; Sat, 14 Sep 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 10:40:00 GMT Resent-Message-Id: <201309141040.r8EAe0gw060793@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA4D0334 for ; Sat, 14 Sep 2013 10:31:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B89DE2E8F for ; Sat, 14 Sep 2013 10:31:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8EAVCxM082622 for ; Sat, 14 Sep 2013 10:31:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8EAVC8T082621; Sat, 14 Sep 2013 10:31:12 GMT (envelope-from nobody) Message-Id: <201309141031.r8EAVC8T082621@oldred.freebsd.org> Date: Sat, 14 Sep 2013 10:31:12 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182085: devel/git-review: drop argparse dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:40:01 -0000 >Number: 182085 >Category: ports >Synopsis: devel/git-review: drop argparse dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: argparse is a part of python standard library since 2.7 and 3.2. Because python2.6 will be removed soon and python3.1 is deprecated, this dependency should be removed. While I'm on it, remove excessшму MASTER_SITE_SUBDIR and add trailing slash to WWW. PS. I'm not reporting argparse issue to apstream, because they removed this dependency in git trunk: https://github.com/openstack-infra/git-review/blob/master/setup.py >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327243) +++ Makefile (working copy) @@ -2,9 +2,9 @@ PORTNAME= git-review PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/g/${PORTNAME} MAINTAINER= dereckson@gmail.com COMMENT= Allow to push review and interact with a Gerrit server @@ -11,8 +11,7 @@ LICENSE= AL2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \ - git:${PORTSDIR}/devel/git +RUN_DEPENDS= git:${PORTSDIR}/devel/git USE_PYTHON= yes NO_BUILD= yes Index: pkg-descr =================================================================== --- pkg-descr (revision 327243) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ It allows you to push change to review, download a changeset into a new branch, push a change as draft or push an amended change as new patchset. -WWW: https://launchpad.net/git-review +WWW: https://launchpad.net/git-review/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B48BD553 for ; Sat, 14 Sep 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 930522EC3 for ; Sat, 14 Sep 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAe0v9060730 for ; Sat, 14 Sep 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAe0wd060729; Sat, 14 Sep 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 10:40:00 GMT Resent-Message-Id: <201309141040.r8EAe0wd060729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B867C541 for ; Sat, 14 Sep 2013 10:38:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9517C2EB8 for ; Sat, 14 Sep 2013 10:38:42 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8EAcggV048308 for ; Sat, 14 Sep 2013 10:38:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8EAcg35048305; Sat, 14 Sep 2013 10:38:42 GMT (envelope-from nobody) Message-Id: <201309141038.r8EAcg35048305@oldred.freebsd.org> Date: Sat, 14 Sep 2013 10:38:42 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182084: devel/py-pyutil: update to 1.9.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:40:00 -0000 >Number: 182084 >Category: ports >Synopsis: devel/py-pyutil: update to 1.9.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - update to 1.9.7 - trim Makefile header - remove leading article from COMMENT - all the build dependencies are, actually, run dependencies (install_requires in setup.py) - remove unconditional dependency on py-argparse (only needed for python2.6 and 3.1, that are deprecated and will gone soon) - limit python version to 2.x only - remove temporary *.py~ files in all directories - remove BROKEN for sparc64, let's see if this still the issue - update WWW to avoid redirection buildlog: https://redports.org/~rm/20130914101000-42589-144558/py27-pyutil-1.9.7.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327258) +++ Makefile (working copy) @@ -1,33 +1,22 @@ -# New ports collection makefile for: py-pyutil -# Date created: 2007-5-31 -# Whom: Chao Shin -# +# Created by: Chao Shin # $FreeBSD$ -# PORTNAME= pyutil -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org -COMMENT= A collection of mature utilities for Python programmers +COMMENT= Collection of mature utilities for Python programmers -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32 -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install post-extract: - ${RM} -f ${WRKSRC}/pyutil/*.py~ + @${FIND} ${WRKSRC} -type f -name "*.py~" -delete -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not configure on sparc64 -.endif - -.include +.include Index: distinfo =================================================================== --- distinfo (revision 327258) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pyutil-1.9.3.tar.gz) = b7b6be306cd0b654546951f740896acdc6d71535924a001e9a23313c62c42fc8 -SIZE (pyutil-1.9.3.tar.gz) = 118766 +SHA256 (pyutil-1.9.7.tar.gz) = 0aaa2dad8f280bc26311799622d5fdda392a0ecd7ad1a1b80ec79fbf2fcfbd74 +SIZE (pyutil-1.9.7.tar.gz) = 206717 Index: pkg-descr =================================================================== --- pkg-descr (revision 327258) +++ pkg-descr (working copy) @@ -7,4 +7,4 @@ language or its standard library, thus showing that we're not alone in wanting tools like these. -WWW: http://pypi.python.org/pypi/pyutil/ +WWW: https://pypi.python.org/pypi/pyutil/ Index: pkg-plist =================================================================== --- pkg-plist (revision 327258) +++ pkg-plist (working copy) @@ -1,8 +1,9 @@ -bin/try_decoding -bin/randfile bin/lines +bin/passphrase bin/randcookie +bin/randfile bin/tailx +bin/try_decoding bin/unsort bin/verinfo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO @@ -25,12 +26,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/assertutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/assertutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/assertutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_xor.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_xor.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_xor.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks/bench_json.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchutil.pyo @@ -37,6 +38,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/cache.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/cache.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/data/wordlist.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/dictutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/dictutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/dictutil.pyo @@ -100,6 +102,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/memdump2dot.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/memdump2dot.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/memdump2dot.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/passphrase.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/passphrase.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/passphrase.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/randcookie.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/randcookie.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/randcookie.pyo @@ -109,6 +114,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/tailx.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/tailx.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/tailx.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/time_comparisons.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/time_comparisons.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/time_comparisons.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/try_decoding.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/try_decoding.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts/try_decoding.pyo @@ -226,9 +234,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/testutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/testutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/testutil.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_comparisons.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_comparisons.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_comparisons.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_format.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_format.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/time_format.pyo @@ -253,22 +258,23 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/zlibutil.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/zlibutil.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/zlibutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/COPYING.GPL %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/COPYING.SPL.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/COPYING.GPL %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/COPYING.TGPPL.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/CREDITS %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/README.rst -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil/CREDITS @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc/pyutil @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share/doc @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/share -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/xor +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/out_of_shape +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/deprecated @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/current/json_tests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/current -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/deprecated -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test/out_of_shape @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/test -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/xor +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/data +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil/benchmarks @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyutil +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAD61587; Sat, 14 Sep 2013 10:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0D4D2EC8; Sat, 14 Sep 2013 10:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAe9W3060876; Sat, 14 Sep 2013 10:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAe9iZ060875; Sat, 14 Sep 2013 10:40:09 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 10:40:09 GMT Message-Id: <201309141040.r8EAe9iZ060875@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182084: devel/py-pyutil: update to 1.9.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:40:09 -0000 Synopsis: devel/py-pyutil: update to 1.9.7 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 10:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182084 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:40:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAE915B9; Sat, 14 Sep 2013 10:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B065E2ECA; Sat, 14 Sep 2013 10:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAeEe1060951; Sat, 14 Sep 2013 10:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAeELl060950; Sat, 14 Sep 2013 10:40:14 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 10:40:14 GMT Message-Id: <201309141040.r8EAeELl060950@freefall.freebsd.org> To: rm@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182085: devel/git-review: drop argparse dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:40:14 -0000 Synopsis: devel/git-review: drop argparse dependency State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 14 10:40:14 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182085 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C1DF942 for ; Sat, 14 Sep 2013 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 780A62F4C for ; Sat, 14 Sep 2013 10:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAo1aZ062752 for ; Sat, 14 Sep 2013 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAo1U8062751; Sat, 14 Sep 2013 10:50:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 10:50:01 GMT Message-Id: <201309141050.r8EAo1U8062751@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182085: devel/git-review: drop argparse dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:50:01 -0000 The following reply was made to PR ports/182085; it has been noted by GNATS. From: Edwin Groothuis To: dereckson@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182085: devel/git-review: drop argparse dependency Date: Sat, 14 Sep 2013 10:40:13 UT Maintainer of devel/git-review, Please note that PR ports/182085 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182085 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE45B945 for ; Sat, 14 Sep 2013 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD28D2F4E for ; Sat, 14 Sep 2013 10:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAo1XD062764 for ; Sat, 14 Sep 2013 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAo1c6062763; Sat, 14 Sep 2013 10:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 10:50:01 GMT Resent-Message-Id: <201309141050.r8EAo1c6062763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB862909 for ; Sat, 14 Sep 2013 10:46:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAC292F25 for ; Sat, 14 Sep 2013 10:46:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8EAkdVQ042326 for ; Sat, 14 Sep 2013 10:46:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8EAkdUm042325; Sat, 14 Sep 2013 10:46:39 GMT (envelope-from nobody) Message-Id: <201309141046.r8EAkdUm042325@oldred.freebsd.org> Date: Sat, 14 Sep 2013 10:46:39 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182086: devel/pybugz: drop argparse dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:50:02 -0000 >Number: 182086 >Category: ports >Synopsis: devel/pybugz: drop argparse dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 10:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - trim Makefile header - argparse is a part of python standard library since 2.7 and 3.2. Because python2.6 will be removed soon and python3.1 is deprecated, this dependency should be removed. - limit python version to 2.x only (the port is using python3 incompatible constructions) - add trailing slash to WWW >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 327243) +++ Makefile (working copy) @@ -1,13 +1,9 @@ -# New ports collection makefile for: py-pybugz -# Date created: 2012-03-18 -# Whom: Chris Rees -# +# Created by: Chris Rees # $FreeBSD$ -# PORTNAME= pybugz PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +13,8 @@ LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse - WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PLIST_FILES= bin/bugz Index: pkg-descr =================================================================== --- pkg-descr (revision 327243) +++ pkg-descr (working copy) @@ -13,4 +13,4 @@ There is extensive help in `bugz --help` and `bugz --help` for additional options. -WWW: https://github.com/williamh/pybugz +WWW: https://github.com/williamh/pybugz/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 10:50:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F027A99E; Sat, 14 Sep 2013 10:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C72682F71; Sat, 14 Sep 2013 10:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EAoE6i062843; Sat, 14 Sep 2013 10:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EAoE7Q062842; Sat, 14 Sep 2013 10:50:14 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 10:50:14 GMT Message-Id: <201309141050.r8EAoE7Q062842@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182086: devel/pybugz: drop argparse dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 10:50:15 -0000 Synopsis: devel/pybugz: drop argparse dependency Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 10:50:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182086 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 11:08:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7BE5309; Sat, 14 Sep 2013 11:08:04 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1B42053; Sat, 14 Sep 2013 11:08:04 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id x12so1675541qcv.22 for ; Sat, 14 Sep 2013 04:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4obWtXsxRHjCybfPhE/ltokvPVck0OS+I6Hql806lt0=; b=jbqUqgnRnQAiEvcXOd6sm2S6kfpyk6DnhflsSTWtGr7yizND5NA4BAhjcRxz2R59Xv vHNDUVnjcgHR54aJ/EANZYND+ImwYmITGHXz+lvD30X0IDrKMZBollykkhUEFwm5OTy0 pdBqt+Mfa3WgLvzob+/fKWH0xXY1LCWUTcCMfmSKdusl2244aGXpAAZu/bzi42OYjrPB WKyi91Y5ewrsTxiP4EJpEuVXNgE9/F8h46KEHaqll7S/tqFTGjKizK7vwugzvHhDtKrs 37nImfzj0ivehj9FyGggNw/s9BnNIEXrxGysWJ/mi5QkgMHneBgNP6IZ/2jhzXgVT+Us UTFg== MIME-Version: 1.0 X-Received: by 10.224.112.73 with SMTP id v9mr61676qap.71.1379156883558; Sat, 14 Sep 2013 04:08:03 -0700 (PDT) Received: by 10.49.14.69 with HTTP; Sat, 14 Sep 2013 04:08:03 -0700 (PDT) In-Reply-To: <201309141040.r8EAe9iZ060875@freefall.freebsd.org> References: <201309141040.r8EAe9iZ060875@freefall.freebsd.org> Date: Sat, 14 Sep 2013 19:08:03 +0800 Message-ID: Subject: Re: ports/182084: devel/py-pyutil: update to 1.9.7 From: wen heping To: edwin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Wen Heping , freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 11:08:04 -0000 Approve. Woudl you commit it ? Thanks ! wen 2013/9/14 : > Synopsis: devel/py-pyutil: update to 1.9.7 > > Responsible-Changed-From-To: freebsd-ports-bugs->wen > Responsible-Changed-By: edwin > Responsible-Changed-When: Sat Sep 14 10:40:09 UTC 2013 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182084 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 12:29:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF9E25CA; Sat, 14 Sep 2013 12:29:47 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8176A2423; Sat, 14 Sep 2013 12:29:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ECTl8f082397; Sat, 14 Sep 2013 12:29:47 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ECTk0h082396; Sat, 14 Sep 2013 12:29:46 GMT (envelope-from rm) Date: Sat, 14 Sep 2013 12:29:46 GMT Message-Id: <201309141229.r8ECTk0h082396@freefall.freebsd.org> To: jwbacon@tds.net, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/182077: maintainer update: science/minc2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 12:29:47 -0000 Synopsis: maintainer update: science/minc2 State-Changed-From-To: open->feedback State-Changed-By: rm State-Changed-When: Sat Sep 14 12:29:46 UTC 2013 State-Changed-Why: Jason, you could use libhdf5.so.7 in left part of LIB_DEPENDS just for that - it's a new syntax. Please confirm if it's ok for you and I'll commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=182077 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 12:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A72455FE for ; Sat, 14 Sep 2013 12:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85BBE2429 for ; Sat, 14 Sep 2013 12:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ECU0QO082478 for ; Sat, 14 Sep 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ECU0Hm082477; Sat, 14 Sep 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 12:30:00 GMT Resent-Message-Id: <201309141230.r8ECU0Hm082477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7382759E for ; Sat, 14 Sep 2013 12:24:16 +0000 (UTC) (envelope-from joehorn@gmail.com) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0952412 for ; Sat, 14 Sep 2013 12:24:16 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id un15so2312290pbc.1 for ; Sat, 14 Sep 2013 05:24:16 -0700 (PDT) Received: from www.joehorn.idv.tw (ec2-54-215-150-136.us-west-1.compute.amazonaws.com. [54.215.150.136]) by mx.google.com with ESMTPSA id iu7sm18079179pbc.45.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 14 Sep 2013 05:24:14 -0700 (PDT) Received: by www.joehorn.idv.tw (Postfix, from userid 0) id 082141798B; Sat, 14 Sep 2013 20:25:38 +0800 (CST) Message-Id: <20130914122538.082141798B@www.joehorn.idv.tw> Date: Sat, 14 Sep 2013 20:25:38 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182088: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 12:30:00 -0000 >Number: 182088 >Category: ports >Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Taiwanese user >Environment: System: FreeBSD www.joehorn.idv.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Thu Dec 13 20:04:15 UTC 2012 >Description: - Update to 3.6.1 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-zh_TW-3.6.1.patch begins here --- diff -ruN /usr/ports/chinese/wordpress-zh_TW/Makefile ./Makefile --- /usr/ports/chinese/wordpress-zh_TW/Makefile 2013-08-04 10:56:42.000000000 +0800 +++ ./Makefile 2013-09-14 20:20:33.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: chinese/wordpress-zh_TW/Makefile 324214 2013-08-04 02:56:42Z vanilla $ PORTNAME= wordpress -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ diff -ruN /usr/ports/chinese/wordpress-zh_TW/distinfo ./distinfo --- /usr/ports/chinese/wordpress-zh_TW/distinfo 2013-08-09 01:19:07.000000000 +0800 +++ ./distinfo 2013-09-14 20:20:45.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.6-zh_TW.tar.gz) = d0310d6a664794344f864b303e99277aa265df96b2218fde19918e1782e0eeb0 -SIZE (wordpress-3.6-zh_TW.tar.gz) = 5948679 +SHA256 (wordpress-3.6.1-zh_TW.tar.gz) = 4130ae05d0675bef2ce24861c1fcad1960b439c42e5b0c9aad670fb3d6c37e40 +SIZE (wordpress-3.6.1-zh_TW.tar.gz) = 5954349 --- wordpress-zh_TW-3.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 12:38:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2190A4D; Sat, 14 Sep 2013 12:38:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B580124BA; Sat, 14 Sep 2013 12:38:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ECctcL084193; Sat, 14 Sep 2013 12:38:55 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ECctDY084192; Sat, 14 Sep 2013 12:38:55 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 12:38:55 GMT Message-Id: <201309141238.r8ECctDY084192@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182088: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 12:38:56 -0000 Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 12:38:55 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182088 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7BAE4D27 for ; Sat, 14 Sep 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42851259F for ; Sat, 14 Sep 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ED01Ht087701 for ; Sat, 14 Sep 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8ED01Hh087700; Sat, 14 Sep 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 13:00:01 GMT Resent-Message-Id: <201309141300.r8ED01Hh087700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd@nagilum.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C93DBBD2 for ; Sat, 14 Sep 2013 12:50:34 +0000 (UTC) (envelope-from root@cakebox.homeunix.net) Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D1A0255B for ; Sat, 14 Sep 2013 12:50:34 +0000 (UTC) Received: from cakebox.homeunix.net (014-011-186-093.dialin.vsenet.de [93.186.11.14]) by smtp.strato.de (RZmta 32.1 DYNA|AUTH) with (TLSv1.2:DHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA id R01d5fp8EBITGV ; Sat, 14 Sep 2013 14:50:13 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id A4CDB2D5022; Sat, 14 Sep 2013 14:49:47 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id D831F2D5007; Sat, 14 Sep 2013 14:49:43 +0200 (CEST) Message-Id: <20130914124943.D831F2D5007@cakebox.homeunix.net> Date: Sat, 14 Sep 2013 14:49:43 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182090: fix build on 10.0-CURRENT Cc: mav@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:00:01 -0000 >Number: 182090 >Category: ports >Synopsis: fix build on 10.0-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: freebsd@nagilum.org >Release: 10.0-CURRENT head-amd64-default >Organization: >Environment: System: 10.0-CURRENT FreeBSD >Description: Attempt to fix build problem on CURRENT: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/xca-0.9.3_1.log >How-To-Repeat: >Fix: Apply attached patch. --- xca.patch begins here --- diff -Naur xca.orig/Makefile xca/Makefile --- xca.orig/Makefile 2012-11-17 07:01:22.000000000 +0100 +++ xca/Makefile 2013-09-14 12:17:14.000000000 +0200 @@ -52,6 +52,9 @@ @${REINPLACE_CMD} -e "/VPATH/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/misc/Makefile @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/lib/import.cpp +post-configure: + ${REINPLACE_CMD} -e 's/-lQtGui/-lQtCore -lQtGui/' ${WRKSRC}/Local.mak + post-install: @-update-mime-database ${PREFIX}/share/mime --- xca.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:06:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3F4FF69 for ; Sat, 14 Sep 2013 13:06:35 +0000 (UTC) (envelope-from jwbacon@tds.net) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C412625FF for ; Sat, 14 Sep 2013 13:06:35 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id u16so4512798iet.19 for ; Sat, 14 Sep 2013 06:06:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=g5303JSogRo0YCaa2wqGt8JbosxZuok2PhC3YUem1GE=; b=PHtcIF69dz06Do0vbLspdmwEAaOg8mZTvSg9rabSVHae3ZlkYSHKJALM453q5A12g/ +JwROkEbVy/E5GDYr11S4tj4dT3cbXJ3TJV6cUq/3W+5zu5hq7laRgeOQBaLuBwiUUxS JYiluj/fV/NolEOV17XxJPbgcCykYZnq7rF9O2nY5qp+SArDqHv97IwJFm8U6ohx7lVx Xd3jmmcTwr7NhPt2F+dAOc1fGRXi5cHuuxwSa+kIrYm7mFKUSKf3CDFcmIcOx7i+sXmQ pXZKwyU0Td9+PXucdQXgTeTBGgZY0gF9MqIPyhqaM8GL6I2CPF5a/YUHZ2AUZiS/Xrhy PydQ== X-Gm-Message-State: ALoCoQk9yHQngS1jm/ZfO8/mpIQZn4Sk+i+A/olo6j7XMlb2HZ6vtIpDn/6gxZMPssT1VGpmfqTL X-Received: by 10.50.2.67 with SMTP id 3mr3251949igs.41.1379163989568; Sat, 14 Sep 2013 06:06:29 -0700 (PDT) Received: from [192.168.0.52] (h69-131-100-239.nwblwi.broadband.dynamic.tds.net. [69.131.100.239]) by mx.google.com with ESMTPSA id k6sm1963674igx.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Sep 2013 06:06:29 -0700 (PDT) Message-ID: <52345F53.6070600@tds.net> Date: Sat, 14 Sep 2013 08:06:27 -0500 From: Jason bacon User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: rm@FreeBSD.org Subject: Re: ports/182077: maintainer update: science/minc2 References: <201309141229.r8ECTk0h082396@freefall.freebsd.org> In-Reply-To: <201309141229.r8ECTk0h082396@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:06:36 -0000 I'd rather not, since an update to science/hdf5-18 do libhdf5.so.8 would break the dependency and cause people problems. Please see the comments above BUILD_DEPENDS and RUN_DEPENDS. If we had a >= syntax (like pkgsrc), I'd love to use that. Thanks, JB On 9/14/13 7:29 AM, rm@FreeBSD.org wrote: > Synopsis: maintainer update: science/minc2 > > State-Changed-From-To: open->feedback > State-Changed-By: rm > State-Changed-When: Sat Sep 14 12:29:46 UTC 2013 > State-Changed-Why: > Jason, you could use libhdf5.so.7 in left part of LIB_DEPENDS just for > that - it's a new syntax. Please confirm if it's ok for you and I'll > commit. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182077 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason W. Bacon jwbacon@tds.net Circumstances don't make a man: They reveal him. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5EFCD363 for ; Sat, 14 Sep 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4E92701 for ; Sat, 14 Sep 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDU1k2094143 for ; Sat, 14 Sep 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDU1F4094142; Sat, 14 Sep 2013 13:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 13:30:01 GMT Resent-Message-Id: <201309141330.r8EDU1F4094142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79C78354 for ; Sat, 14 Sep 2013 13:28:45 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CABE26F9 for ; Sat, 14 Sep 2013 13:28:44 +0000 (UTC) Received: from fwd51.aul.t-online.de (fwd51.aul.t-online.de ) by mailout09.t-online.de with smtp id 1VKpty-0005yS-CL; Sat, 14 Sep 2013 15:28:42 +0200 Received: from mailout.charlieroot.de (bptQ2iZTohMzWq7hNazkbi5u4vAo2ITCRw8EZBiauWH2KbWfXMQE8rws2zmLA8ogKK@[93.205.107.243]) by fwd51.aul.t-online.de with esmtp id 1VKptr-2UhvzE0; Sat, 14 Sep 2013 15:28:35 +0200 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id B859861FC7 for ; Sat, 14 Sep 2013 15:28:35 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id 6B90F18290; Sat, 14 Sep 2013 15:28:35 +0200 (CEST) Message-Id: <20130914132835.6B90F18290@BSDHelmut964.charlieroot.de> Date: Sat, 14 Sep 2013 15:28:35 +0200 (CEST) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182091: [MAINTAINER] www/typo3: update to 6.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:30:01 -0000 >Number: 182091 >Category: ports >Synopsis: [MAINTAINER] www/typo3: update to 6.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #6 r254648: Thu Aug 22 15:03:30 CEST >Description: - Update to 6.1.5 - Bugfix only - See http://typo3.org/news/article/typo3-cms-615-6010-4715-and-4530-released/ - Superseedes PR181870 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-6.1.5.patch begins here --- diff -ruN ../typo3.org/Makefile ./Makefile --- ../typo3.org/Makefile 2013-09-14 15:19:37.000000000 +0200 +++ ./Makefile 2013-09-14 15:19:47.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo3/Makefile 324294 2013-08-05 21:56:56Z ohauer $ PORTNAME= typo3 -PORTVERSION= 6.1.3 +PORTVERSION= 6.1.5 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo3.org/distinfo ./distinfo --- ../typo3.org/distinfo 2013-09-14 15:19:37.000000000 +0200 +++ ./distinfo 2013-09-14 15:20:35.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.3.tar.gz) = a30d1c1ebf9f17575844fbabdbccc104e31d82216b076411a083077a6875874c -SIZE (typo3_src-6.1.3.tar.gz) = 21086000 -SHA256 (dummy-6.1.3.tar.gz) = d8b5d4b0b3eff40dec0deb5ad445f63685011c08efd2febb58c2beada77a51f3 -SIZE (dummy-6.1.3.tar.gz) = 9710 +SHA256 (typo3_src-6.1.5.tar.gz) = 0b4028414a41264089fa35fd9c8377728f6044a04fc7ce5737f82ca0e6cee99b +SIZE (typo3_src-6.1.5.tar.gz) = 21129505 +SHA256 (dummy-6.1.5.tar.gz) = 73c889f202df82b3c12cc4c2cac03dcfb6d50c882d0b5d639368ee3dc2ad5407 +SIZE (dummy-6.1.5.tar.gz) = 9814 diff -ruN ../typo3.org/pkg-plist ./pkg-plist --- ../typo3.org/pkg-plist 2013-09-14 15:19:37.000000000 +0200 +++ ./pkg-plist 2013-09-14 15:22:05.000000000 +0200 @@ -2882,6 +2882,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception.php @@ -2935,6 +2936,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceFactory.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceStorage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Security/StoragePermissionsAspect.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/IndexerService.php @@ -2973,6 +2975,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/MonitorUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/PathUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ResourceUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/RootlineUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/StringUtility.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php @@ -3097,16 +3100,15 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/Dummy.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FileReferenceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FileTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Service/FrontendContentAdapterServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/StorageRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_typoscript_setup.txt @@ -3126,6 +3128,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ResourceUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php @@ -3133,6 +3136,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_icon.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_localconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.sql %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php @@ -4161,6 +4165,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php @@ -10221,6 +10226,7 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Service @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Utility @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Security @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Hook @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Filter --- typo3-6.1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:38:57 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B8CC656; Sat, 14 Sep 2013 13:38:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D302E2788; Sat, 14 Sep 2013 13:38:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDcuWR095815; Sat, 14 Sep 2013 13:38:56 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDcu5l095814; Sat, 14 Sep 2013 13:38:56 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 13:38:56 GMT Message-Id: <201309141338.r8EDcu5l095814@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182091: [MAINTAINER] www/typo3: update to 6.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:38:57 -0000 Synopsis: [MAINTAINER] www/typo3: update to 6.1.5 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 13:38:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182091 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DAB168C for ; Sat, 14 Sep 2013 13:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 754CF2790 for ; Sat, 14 Sep 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDe0QS095943 for ; Sat, 14 Sep 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDe00B095942; Sat, 14 Sep 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 13:40:00 GMT Resent-Message-Id: <201309141340.r8EDe00B095942@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48B2A56D for ; Sat, 14 Sep 2013 13:37:03 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE78277E for ; Sat, 14 Sep 2013 13:37:02 +0000 (UTC) Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de ) by mailout01.t-online.de with smtp id 1VKq1t-0000IY-QB; Sat, 14 Sep 2013 15:36:53 +0200 Received: from mailout.charlieroot.de (EX-fa2Zr8hRvX6FxzMDFut7tVC4PfhP7Z4zT7BzofLvawchU5LufTX+VuYStm5XwSH@[93.205.107.243]) by fwd11.aul.t-online.de with esmtp id 1VKq1r-09MDC40; Sat, 14 Sep 2013 15:36:51 +0200 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id C01B661FC7 for ; Sat, 14 Sep 2013 15:36:50 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id 7C33018290; Sat, 14 Sep 2013 15:36:50 +0200 (CEST) Message-Id: <20130914133650.7C33018290@BSDHelmut964.charlieroot.de> Date: Sat, 14 Sep 2013 15:36:50 +0200 (CEST) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182092: [MAINTAINER] www/typo345: update to 4.5.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:40:00 -0000 >Number: 182092 >Category: ports >Synopsis: [MAINTAINER] www/typo345: update to 4.5.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #6 r254648: Thu Aug 22 15:03:30 CEST >Description: - Update to 4.5.30 - Bugfix only - See http://typo3.org/news/article/typo3-cms-615-6010-4715-and-4530-released/ Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-4.5.30.patch begins here --- diff -ruN ../typo345.org/Makefile ./Makefile --- ../typo345.org/Makefile 2013-08-06 09:23:31.000000000 +0200 +++ ./Makefile 2013-09-14 15:28:59.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo345/Makefile 324294 2013-08-05 21:56:56Z ohauer $ PORTNAME= typo3 -PORTVERSION= 4.5.29 +PORTVERSION= 4.5.30 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo345.org/distinfo ./distinfo --- ../typo345.org/distinfo 2013-08-06 09:23:31.000000000 +0200 +++ ./distinfo 2013-09-14 15:29:47.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.29.tar.gz) = 8fc3c2633cb0059d750c0846a546257bedbdfa2038bd8175c5d9a7746b0330de -SIZE (typo3_src-4.5.29.tar.gz) = 20731649 -SHA256 (dummy-4.5.29.tar.gz) = aaa38348cd65574daa036c494ffb7a9e0937ca26a8d05bfe096839ada3e7d1e4 -SIZE (dummy-4.5.29.tar.gz) = 9859 +SHA256 (typo3_src-4.5.30.tar.gz) = 9276cec335c7495d44e3014034b488c8076b3b3d447bd83118eda3d23712e6ee +SIZE (typo3_src-4.5.30.tar.gz) = 20760711 +SHA256 (dummy-4.5.30.tar.gz) = 478aa8266942bb0a0b0137e59ec5bc356e81a7301d68b0e0a1d8cdaebc574b40 +SIZE (dummy-4.5.30.tar.gz) = 9981 --- typo3-4.5.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:40:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A3076C6; Sat, 14 Sep 2013 13:40:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5B0127B9; Sat, 14 Sep 2013 13:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDeBNa097478; Sat, 14 Sep 2013 13:40:11 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDeBX1097318; Sat, 14 Sep 2013 13:40:11 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 13:40:11 GMT Message-Id: <201309141340.r8EDeBX1097318@freefall.freebsd.org> To: freebsd-ports@charlieroot.de, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/181870: [MAINTAINER] www/typo3: update to 6.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:40:12 -0000 Synopsis: [MAINTAINER] www/typo3: update to 6.1.4 State-Changed-From-To: open->closed State-Changed-By: sunpoet State-Changed-When: Sat Sep 14 13:40:11 UTC 2013 State-Changed-Why: Superseded by ports/182091. http://www.freebsd.org/cgi/query-pr.cgi?pr=181870 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:42:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92E628B7; Sat, 14 Sep 2013 13:42:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 681A42805; Sat, 14 Sep 2013 13:42:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDgaqw097662; Sat, 14 Sep 2013 13:42:36 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDga9s097661; Sat, 14 Sep 2013 13:42:36 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 13:42:36 GMT Message-Id: <201309141342.r8EDga9s097661@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182092: [MAINTAINER] www/typo345: update to 4.5.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:42:36 -0000 Synopsis: [MAINTAINER] www/typo345: update to 4.5.30 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 13:42:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182092 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7BB293E for ; Sat, 14 Sep 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 849612838 for ; Sat, 14 Sep 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDo08H097795 for ; Sat, 14 Sep 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDo08m097794; Sat, 14 Sep 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 13:50:00 GMT Resent-Message-Id: <201309141350.r8EDo08m097794@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66A098EE for ; Sat, 14 Sep 2013 13:43:47 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 281B8280F for ; Sat, 14 Sep 2013 13:43:47 +0000 (UTC) Received: from fwd03.aul.t-online.de (fwd03.aul.t-online.de ) by mailout06.t-online.de with smtp id 1VKq8Q-00015a-Te; Sat, 14 Sep 2013 15:43:38 +0200 Received: from mailout.charlieroot.de (GulRviZF8hZb1UdBsV2Lc8lD37tZBO8KsTlYLYnFDftbe0sol5XSNPuMFos7uNkgIM@[93.205.107.243]) by fwd03.aul.t-online.de with esmtp id 1VKq8O-3Suou80; Sat, 14 Sep 2013 15:43:36 +0200 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id 6829061FC7 for ; Sat, 14 Sep 2013 15:43:36 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id 418ED18290; Sat, 14 Sep 2013 15:43:36 +0200 (CEST) Message-Id: <20130914134336.418ED18290@BSDHelmut964.charlieroot.de> Date: Sat, 14 Sep 2013 15:43:36 +0200 (CEST) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182093: [MAINTAINER] www/typo347: update to 4.7.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:50:00 -0000 >Number: 182093 >Category: ports >Synopsis: [MAINTAINER] www/typo347: update to 4.7.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #6 r254648: Thu Aug 22 15:03:30 CEST >Description: - Update to 4.7.15 - Bugfix only - See http://typo3.org/news/article/typo3-cms-615-6010-4715-and-4530-released/ Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-4.7.15.patch begins here --- diff -ruN ../typo347.org/Makefile ./Makefile --- ../typo347.org/Makefile 2013-08-06 09:23:32.000000000 +0200 +++ ./Makefile 2013-09-14 15:38:03.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo347/Makefile 324294 2013-08-05 21:56:56Z ohauer $ PORTNAME= typo3 -PORTVERSION= 4.7.14 +PORTVERSION= 4.7.15 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo347.org/distinfo ./distinfo --- ../typo347.org/distinfo 2013-08-06 09:23:32.000000000 +0200 +++ ./distinfo 2013-09-14 15:38:55.000000000 +0200 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.7.14.tar.gz) = a87a8f600b255b7558f88cb3ac4e4b5e8478774edc626ff7c8da7acfd61ed71c -SIZE (typo3_src-4.7.14.tar.gz) = 22597494 -SHA256 (dummy-4.7.14.tar.gz) = d08aa5957c919a22b4367ddfa0aa31e49bd29a73ff574117e4e12f28e4c2bd98 -SIZE (dummy-4.7.14.tar.gz) = 10155 +SHA256 (typo3_src-4.7.15.tar.gz) = 4af68f592b084c97301d5022b937d0047728da9050d3ef1481d1e1c003fedc13 +SIZE (typo3_src-4.7.15.tar.gz) = 22625165 +SHA256 (dummy-4.7.15.tar.gz) = 225130aefcc09a5295a8b5abdd1e7cc9aef96d37789a7a5a0bd52bbfa4d728b0 +SIZE (dummy-4.7.15.tar.gz) = 10277 --- typo3-4.7.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 13:57:19 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F145ACC; Sat, 14 Sep 2013 13:57:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13A262891; Sat, 14 Sep 2013 13:57:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EDvIJ1099501; Sat, 14 Sep 2013 13:57:18 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EDvIGf099500; Sat, 14 Sep 2013 13:57:18 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 13:57:18 GMT Message-Id: <201309141357.r8EDvIGf099500@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182093: [MAINTAINER] www/typo347: update to 4.7.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:57:19 -0000 Synopsis: [MAINTAINER] www/typo347: update to 4.7.15 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 13:57:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182093 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 14:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2A59364 for ; Sat, 14 Sep 2013 14:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA2F299C for ; Sat, 14 Sep 2013 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EEK0RF004647 for ; Sat, 14 Sep 2013 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EEK0Ys004646; Sat, 14 Sep 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 14:20:00 GMT Resent-Message-Id: <201309141420.r8EEK0Ys004646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Walter Hurry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46FAA339 for ; Sat, 14 Sep 2013 14:16:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34BA52986 for ; Sat, 14 Sep 2013 14:16:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8EEGI8N000892 for ; Sat, 14 Sep 2013 14:16:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8EEGIh1000891; Sat, 14 Sep 2013 14:16:18 GMT (envelope-from nobody) Message-Id: <201309141416.r8EEGIh1000891@oldred.freebsd.org> Date: Sat, 14 Sep 2013 14:16:18 GMT From: Walter Hurry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182094: deskutils/notecase will not compile on 10.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 14:20:00 -0000 >Number: 182094 >Category: ports >Synopsis: deskutils/notecase will not compile on 10.0-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Walter Hurry >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD freebsd.vm 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255358: Sat Sep 7 22:28:09 BST 2013 root@freebsd.vm:/usr/obj/usr/src/sys/VM10 amd64 >Description: The messages are these: ./src/gui/GuiLanguage.cpp:321:3: error: use of undeclared identifier 'putenv' putenv( g_strconcat("LANG=", szLocaleCode, (char *)NULL) ); ^ ./src/gui/GuiLanguage.cpp:474:25: error: use of undeclared identifier 'getenv'; did you mean 'g_getenv'? const char *szLocale = getenv("LANG"); //setlocale(LC_ALL, NULL); ^~~~~~ g_getenv >How-To-Repeat: Attempt ot compile deskutils/notecase on 10.0-CURRENT >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 14:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47A71399; Sat, 14 Sep 2013 14:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6CD29A1; Sat, 14 Sep 2013 14:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EEK7TO004805; Sat, 14 Sep 2013 14:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EEK71I004804; Sat, 14 Sep 2013 14:20:07 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 14:20:07 GMT Message-Id: <201309141420.r8EEK71I004804@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, martymac@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182094: deskutils/notecase will not compile on 10.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 14:20:08 -0000 Synopsis: deskutils/notecase will not compile on 10.0-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->martymac Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 14:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182094 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 14:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC71784C for ; Sat, 14 Sep 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA4432AA3 for ; Sat, 14 Sep 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EEo0so009812 for ; Sat, 14 Sep 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EEo0R4009811; Sat, 14 Sep 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 14:50:00 GMT Resent-Message-Id: <201309141450.r8EEo0R4009811@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5450643; Sat, 14 Sep 2013 14:42:35 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2D42A75; Sat, 14 Sep 2013 14:42:35 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 801C64A17; Sat, 14 Sep 2013 22:42:30 +0800 (CST) Message-Id: <20130914144230.801C64A17@sunpoet.net> Date: Sat, 14 Sep 2013 22:42:30 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182095: [PATCH] converters/p5-Encode: update to 2.55 Cc: rafan@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 14:50:00 -0000 >Number: 182095 >Category: ports >Synopsis: [PATCH] converters/p5-Encode: update to 2.55 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255451: Wed Sep 11 02:56:55 CST >Description: - Update to 2.55 - Use REINPLACE_CMD instead of PERL - Fix Makefile header - Sort PLIST Changes: http://search.cpan.org/dist/Encode/Changes Port maintainer (rafan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Encode-2.55.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 327290) +++ Makefile (working copy) @@ -1,9 +1,8 @@ -# Created by: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.49 +PORTVERSION= 2.55 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI @@ -15,8 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 -USE_PERL5= patch configure +USES= perl5 +USE_PERL5= configure MAN3= Encode.3 \ Encode::Alias.3 \ @@ -38,12 +37,8 @@ encoding.3 post-patch: - ${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL -post-configure: - @${FIND} ${WRKSRC}/ -name Makefile -exec \ - ${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \; - regression-test: cd ${WRKSRC} && ${MAKE} test Index: distinfo =================================================================== --- distinfo (revision 327290) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.49.tar.gz) = 73fd2c8d1f71bb3c47bdf7f9528befb336174d1579ffada32fde6461c0b1e239 -SIZE (Encode-2.49.tar.gz) = 2004160 +SHA256 (Encode-2.55.tar.gz) = 3f2b2d989885f5c565dc6aed7345ee58d7d65c4fcf9bff0831930c00ac72f62e +SIZE (Encode-2.55.tar.gz) = 2009082 Index: pkg-plist =================================================================== --- pkg-plist (revision 327290) +++ pkg-plist (working copy) @@ -1,23 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so -%%SITE_PERL%%/%%PERL_ARCH%%/encoding.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Alias.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Byte.pm @@ -51,6 +31,26 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Encode/_PM.e2x %%SITE_PERL%%/%%PERL_ARCH%%/Encode/_T.e2x %%SITE_PERL%%/%%PERL_ARCH%%/Encode/encode.h +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so +%%SITE_PERL%%/%%PERL_ARCH%%/encoding.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol --- p5-Encode-2.55.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 14:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29AC184E for ; Sat, 14 Sep 2013 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5AB72AA5 for ; Sat, 14 Sep 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EEo19n010470 for ; Sat, 14 Sep 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EEo19k010325; Sat, 14 Sep 2013 14:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 14:50:01 GMT Resent-Message-Id: <201309141450.r8EEo19k010325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, LEVAI Daniel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 455AF627 for ; Sat, 14 Sep 2013 14:41:24 +0000 (UTC) (envelope-from leva@ecentrum.hu) Received: from firefly.ecentrum.hu (firefly.ecentrum.hu [78.131.87.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AEB72A62 for ; Sat, 14 Sep 2013 14:41:23 +0000 (UTC) Received: from daniell-kurt.local (unknown [192.168.0.12]) by firefly.ecentrum.hu (Postfix) with ESMTPSA id EDE4FDF3D0 for ; Sat, 14 Sep 2013 16:41:20 +0200 (CEST) Message-Id: <20130914144113.GA7915@daniell-kurt.local> Date: Sat, 14 Sep 2013 16:41:15 +0200 From: LEVAI Daniel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182096: Fixing the security/kc build missing pkg-config X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 14:50:02 -0000 >Number: 182096 >Category: ports >Synopsis: Fixing the security/kc build missing pkg-config >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: daniell >Release: FreeBSD 9.2-RC4 i386 >Organization: - >Environment: System: FreeBSD freebsd-stable 9.2-RC4 FreeBSD 9.2-RC4 #0 r255465: Wed Sep 11 09:29:50 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: In reply to the pkg-fallout email. It just misses the pkg-config program, so as not make a separate Makefile for each and every OS, I just substitute the 'pkg-config' executable with pkgconf in the port's Makefile. BTW, why don't you guys just symlink pkg-config to pkgconf? >How-To-Repeat: - >Fix: Index: Makefile =================================================================== --- Makefile (revision 327155) +++ Makefile (working copy) @@ -25,6 +25,9 @@ MAKE_ENV+= HAVE_PCRE=yes +post-patch: + @${REINPLACE_CMD} -e 's,pkg-config,pkgconf,' ${WRKSRC}/Makefile + post-install: ${INSTALL} -d ${PREFIX}/share/kc ${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 14:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEBB387B; Sat, 14 Sep 2013 14:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C55B32AA6; Sat, 14 Sep 2013 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EEo8O8011440; Sat, 14 Sep 2013 14:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EEo8ni011439; Sat, 14 Sep 2013 14:50:08 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 14:50:08 GMT Message-Id: <201309141450.r8EEo8ni011439@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182095: [PATCH] converters/p5-Encode: update to 2.55 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 14:50:09 -0000 Synopsis: [PATCH] converters/p5-Encode: update to 2.55 Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 14:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182095 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 15:02:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1179AAD; Sat, 14 Sep 2013 15:02:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7218B2B38; Sat, 14 Sep 2013 15:02:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EF2dUA013228; Sat, 14 Sep 2013 15:02:39 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EF2dCW013227; Sat, 14 Sep 2013 15:02:39 GMT (envelope-from sunpoet) Date: Sat, 14 Sep 2013 15:02:39 GMT Message-Id: <201309141502.r8EF2dCW013227@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182096: Fixing the security/kc build missing pkg-config X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 15:02:39 -0000 Synopsis: Fixing the security/kc build missing pkg-config Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Sep 14 15:02:39 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182096 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 15:41:50 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 039223DE for ; Sat, 14 Sep 2013 15:41:50 +0000 (UTC) (envelope-from der.r.y.w.a.t.t.er.m.a.nu.sa@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5BD52CB3 for ; Sat, 14 Sep 2013 15:41:49 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VKrym-0002DF-CS for freebsd-ports-bugs@freebsd.org; Sat, 14 Sep 2013 08:41:48 -0700 Date: Sat, 14 Sep 2013 08:41:48 -0700 (PDT) From: edythlau To: freebsd-ports-bugs@freebsd.org Message-ID: <1379173308379-5844021.post@n5.nabble.com> Subject: Scriptology Theme Library.rar MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 15:41:50 -0000 Related Tags: 80453122e1 23*Keygen.arkham.city.614.usm.rar* accounting principles weygandt 10th edition solutions manual.rar synopsis of psychiatry 10th edition by kaplan and saddock.rar la mia strada pdf miley cyrus.rar [FULL] Windows 8 pro 64 bit full download mediafire-adds wic_reset_utility_key_rar-adds /Restore My Files Data Recovery v6.01.rar/ wood magazine toys cg asian4you christy kee-adds java 6 plugin download chrome if i were you lisa renee jones pdf book download.rar Spreadsheet Tools LockXLS v4 6 15 Cracked EAT zip Basic Computer Hardware notes.pdf happy tamil movie dubbed in hindi DarkOrbit open stealth v1 34 cracked rar Becoming the Iceman PDF.pdf home karaoke [FullVersion].rar [FULL] descarga gratis del solucionario de mecanica de materiales beer segunda edicion-adds database systems design implementation and management solution manual pdf gemelli_diversi_discografia_completa-adds Download Sharktopus free download skymedi fix 2gb capacity portable Keygen.skymonk.activation.error.internet.e.rar /Anti-Mosquito Ultrasound MP3 File | tested-adds/ .Microsoft.Windows.CyberXP.SP3.Black.Edition.(Top.down. .Reload.07.21.2010)..Serials.rar turban aronson and liang free download decision support systems and intelligent systems seventh edit avatar game serial key ronis paradise mandy-adds free mp3 downloads using youtube samsung galaxy y s5360 pc suite free download.rar nudist kids.zip mathematical statistics with applications 7th edition miller pdf.zip Amanda Preteen Lolita Model FULL SETS4 Softtote Data File Recovery.full.rar michael fiore secret survey torrent.rar Empires Dawn of the Modern World Crack (ISO).rar tai_tieng_hot_chich_choe_than_mien_phi-adds 1 ddtank aimbot v4 3b free download auto aim download justin bieber just getting started pdf.rar *premiere pro cs5 32bit portable* 10th grade taks standard scores.rar | temp Novomatic Gaminator Multi Gambler.rar Tropico 4 patch 1.05 crack Student of the year full movie download in 3gp format for mobile maron and lando physical chemistry.zip nicole_charming-adds keywordJeppesen FliteStar Flitemap RASTER CHARTS EUROPE 2007 1 SANS 10108: The classification of hazardous locations and the ....pdf 18CloseUp Mona HD Nfs Most Wanted Pc Gamepressed.zip 1 picha za ngono za wema sepetu.iso Smart PDF converter steam_wallet_hack_v3_21_zip_no_survey-adds languard network security scanner 3 1 download gratis-adds Serial.save2pc.ultimate.rar Crack DiskAid 5 14 windows loader 2.0.9 by daz exe 3.00m /Burmester Art For The Ear CD II III/ mf 100 hsdpa usb stick model mf 100 drivers chinese sex movie download blogspot. Scriptology Theme Library.rar, Brenda Lee-26 cd | tested-adds -- View this message in context: http://freebsd.1045724.n5.nabble.com/Scriptology-Theme-Library-rar-tp5844021.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 18:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DCBF0BF4 for ; Sat, 14 Sep 2013 18:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA2A923ED for ; Sat, 14 Sep 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EIe1Pq053937 for ; Sat, 14 Sep 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EIe1M1053936; Sat, 14 Sep 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 18:40:01 GMT Resent-Message-Id: <201309141840.r8EIe1M1053936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Grosbein Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CECDB85A for ; Sat, 14 Sep 2013 18:30:52 +0000 (UTC) (envelope-from eugen@eg.sd.rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25586237E for ; Sat, 14 Sep 2013 18:30:51 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.7/8.14.7) with ESMTP id r8EIUYPR014671; Sun, 15 Sep 2013 01:30:34 +0700 (NOVT) (envelope-from eugen@eg.sd.rdtc.ru) Received: (from eugen@localhost) by eg.sd.rdtc.ru (8.14.7/8.14.7/Submit) id r8EIUSVj014670; Sun, 15 Sep 2013 01:30:28 +0700 (NOVT) (envelope-from eugen) Message-Id: <201309141830.r8EIUSVj014670@eg.sd.rdtc.ru> Date: Sun, 15 Sep 2013 01:30:28 +0700 (NOVT) From: Eugene Grosbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182097: [patch] unbreak ports/emulators/fmsx Cc: marat@komkon.org, dk@farm.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 18:40:02 -0000 >Number: 182097 >Category: ports >Synopsis: [patch] unbreak ports/emulators/fmsx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 8.4-STABLE amd64 >Organization: RDTC JSC >Environment: System: FreeBSD eg.sd.rdtc.ru 8.4-STABLE FreeBSD 8.4-STABLE #2 r251830M: Mon Jun 17 18:05:24 NOVT 2013 root@eg.sd.rdtc.ru:/usr/local/obj/usr/local/src/sys/EG amd64 >Description: The port emulators/fmsx was marked as BROKEN (does not build) via http://svnweb.freebsd.org/ports?view=revision&revision=312817 In fact, the code does not have any compilation errors, only warnings. Real fix for these warnings would require significant redesign of some parts of code as original author uses same function to return integers sometimes and sometimes in returns pointers to char. The code uses casts from pointers to integers and vice versa heavily. This is intential. Let's suppress these warnings for this legacy code using CFLAGS+=-Wno-pointer-to-int-cast -Wno-int-to-pointer-cast as it bulds and runs flawlessly then. The author of the code is Cc'ed. >How-To-Repeat: See http://svnweb.freebsd.org/ports?view=revision&revision=312817 >Fix: diff -urN fmsx.orig/Makefile fmsx/Makefile --- fmsx.orig/Makefile 2013-09-15 01:20:57.000000000 +0700 +++ fmsx/Makefile 2013-09-15 01:20:49.000000000 +0700 @@ -3,7 +3,7 @@ PORTNAME= fmsx PORTVERSION= 3.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://www.mavetju.org/download/adopted/:code \ http://fms.komkon.org/fMSX/:code \ @@ -25,8 +25,6 @@ RESTRICTED= Legal status of distributed ROM images unclear WRKSRC= ${WRKDIR} -BROKEN= does not build - OPTIONS_DEFINE= BPP8 BPP16 BPP24 BPP32 DOCS OPTIONS_DEFAULT= BPP32 BPP8_DESC= With BPP8 diff -urN fmsx.orig/files/patch-fMSX_Unix_Makefile fmsx/files/patch-fMSX_Unix_Makefile --- fmsx.orig/files/patch-fMSX_Unix_Makefile 2013-04-06 12:00:33.000000000 +0700 +++ fmsx/files/patch-fMSX_Unix_Makefile 2013-09-15 01:15:28.000000000 +0700 @@ -1,5 +1,14 @@ ---- fMSX/Unix/Makefile.orig 2008-01-28 19:29:59.000000000 +0000 -+++ fMSX/Unix/Makefile 2008-05-26 05:52:08.000000000 +0000 +--- fMSX/Unix/Makefile.orig 2008-01-29 02:29:59.000000000 +0700 ++++ fMSX/Unix/Makefile 2013-09-15 01:14:44.000000000 +0700 +@@ -1,7 +1,7 @@ + include ../../EMULib/Rules.Unix + + DEFINES+= -DFMSX -DLSB_FIRST -DBPP16 -DCONDEBUG -DDEBUG +-CFLAGS += -I$(LIBZ80) ++CFLAGS += -I$(LIBZ80) -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast + OBJECTS+= $(EMUUNIX) $(FLOPPY) $(FDIDISK) \ + $(Z80) $(I8255) $(YM2413) $(AY8910) $(SCC) $(WD1793) \ + ../fMSX.o ../MSX.o ../V9938.o ../I8251.o ../Patch.o \ @@ -10,7 +10,7 @@ all: fmsx >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 18:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E64C4C25; Sat, 14 Sep 2013 18:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEA922412; Sat, 14 Sep 2013 18:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EIeA5W054008; Sat, 14 Sep 2013 18:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EIeAQf054007; Sat, 14 Sep 2013 18:40:10 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 18:40:10 GMT Message-Id: <201309141840.r8EIeAQf054007@freefall.freebsd.org> To: egrosbein@rdtc.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182097: [patch] unbreak ports/emulators/fmsx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 18:40:11 -0000 Synopsis: [patch] unbreak ports/emulators/fmsx State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 14 18:40:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182097 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 18:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA702F39 for ; Sat, 14 Sep 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D48FF2475 for ; Sat, 14 Sep 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EIo1jl055755 for ; Sat, 14 Sep 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EIo12p055753; Sat, 14 Sep 2013 18:50:01 GMT (envelope-from gnats) Date: Sat, 14 Sep 2013 18:50:01 GMT Message-Id: <201309141850.r8EIo12p055753@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182097: [patch] unbreak ports/emulators/fmsx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 18:50:02 -0000 The following reply was made to PR ports/182097; it has been noted by GNATS. From: Edwin Groothuis To: dk@farm.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182097: [patch] unbreak ports/emulators/fmsx Date: Sat, 14 Sep 2013 18:40:09 UT Maintainer of emulators/fmsx, Please note that PR ports/182097 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182097 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 21:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82C50113 for ; Sat, 14 Sep 2013 21:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4DC2AE5 for ; Sat, 14 Sep 2013 21:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EL009Z080009 for ; Sat, 14 Sep 2013 21:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EL00Ru080008; Sat, 14 Sep 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 14 Sep 2013 21:00:00 GMT Resent-Message-Id: <201309142100.r8EL00Ru080008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21B14F72 for ; Sat, 14 Sep 2013 20:53:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F23472AC3 for ; Sat, 14 Sep 2013 20:53:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8EKrd9G033212 for ; Sat, 14 Sep 2013 20:53:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8EKrdUW033209; Sat, 14 Sep 2013 20:53:39 GMT (envelope-from nobody) Message-Id: <201309142053.r8EKrdUW033209@oldred.freebsd.org> Date: Sat, 14 Sep 2013 20:53:39 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182099: [patch] emulators/wine : update to latest stable version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 21:00:00 -0000 >Number: 182099 >Category: ports >Synopsis: [patch] emulators/wine : update to latest stable version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: >Environment: >Description: - Update wine to latest stable release (1.6) Build logs: https://redports.org/~mtsatsenko/20130914195550-54192-144634/wine-1.6.log https://redports.org/~mtsatsenko/20130914195550-54192-144635/wine-1.6.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: wine/Makefile =================================================================== --- wine/Makefile (revision 327182) +++ wine/Makefile (working copy) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.4.1 -PORTREVISION= 2 -PORTEPOCH= 1 +DISTVERSION= 1.6 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ http://ibiblio.org/pub/linux/system/emulators/wine/ @@ -60,6 +58,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS_DEFINE= CUPS DOSBOX GNUTLS HAL LDAP LIBXSLT OPENAL WINEMAKER GECKO MONO + DOSBOX_DESC= Use DOSBox to run MS-DOS programs LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) WINEMAKER_DESC= Fully support winemaker (requires Perl) @@ -68,8 +67,6 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf -PORTSCOUT= limitw:1,even - .include .if ${PORT_OPTIONS:MCUPS} @@ -125,7 +122,7 @@ .endif .if ${PORT_OPTIONS:MGECKO} -RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko +RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel .endif .if ${PORT_OPTIONS:MMONO} Index: wine/distinfo =================================================================== --- wine/distinfo (revision 327182) +++ wine/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (wine-1.4.1.tar.bz2) = 3c233e3811e42c2f3623413783dbcd0f2288014b5645211f669ffd0ba6ae1856 -SIZE (wine-1.4.1.tar.bz2) = 20104401 +SHA256 (wine-1.6.tar.bz2) = e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae +SIZE (wine-1.6.tar.bz2) = 21124403 Index: wine/files/patch-libinotify =================================================================== --- wine/files/patch-libinotify (revision 327182) +++ wine/files/patch-libinotify (working copy) @@ -1,12 +0,0 @@ -diff --git a/configure b/configure -index 2646b0b..fc55a0e 100755 ---- configure -+++ configure -@@ -5888,7 +5888,6 @@ for ac_header in \ - sys/event.h \ - sys/exec_elf.h \ - sys/filio.h \ -- sys/inotify.h \ - sys/ioctl.h \ - sys/ipc.h \ - sys/limits.h \ Index: wine/pkg-plist =================================================================== --- wine/pkg-plist (revision 327182) +++ wine/pkg-plist (working copy) @@ -86,13 +86,16 @@ include/wine/windows/amstream.idl include/wine/windows/amvideo.h include/wine/windows/amvideo.idl +include/wine/windows/appcompatapi.h include/wine/windows/appmgmt.h include/wine/windows/asptlb.h include/wine/windows/asptlb.idl include/wine/windows/asynot.idl include/wine/windows/asysta.idl +include/wine/windows/atlbase.h include/wine/windows/atliface.h include/wine/windows/atliface.idl +include/wine/windows/atlwin.h include/wine/windows/audevcod.h include/wine/windows/audioclient.h include/wine/windows/audioclient.idl @@ -197,6 +200,7 @@ include/wine/windows/dbt.h include/wine/windows/dciddi.h include/wine/windows/dciman.h +include/wine/windows/dcommon.h include/wine/windows/dde.h include/wine/windows/dde.rh include/wine/windows/ddeml.h @@ -211,6 +215,7 @@ include/wine/windows/devicetopology.idl include/wine/windows/devpkey.h include/wine/windows/devpropdef.h +include/wine/windows/difxapi.h include/wine/windows/digitalv.h include/wine/windows/dimm.h include/wine/windows/dimm.idl @@ -224,6 +229,7 @@ include/wine/windows/dls2.h include/wine/windows/dmdls.h include/wine/windows/dmerror.h +include/wine/windows/dmksctrl.h include/wine/windows/dmo.h include/wine/windows/dmoreg.h include/wine/windows/dmort.h @@ -252,6 +258,10 @@ include/wine/windows/dsrole.h include/wine/windows/dvdmedia.h include/wine/windows/dwmapi.h +include/wine/windows/dwrite.h +include/wine/windows/dwrite.idl +include/wine/windows/dwrite_1.h +include/wine/windows/dwrite_1.idl include/wine/windows/dxdiag.h include/wine/windows/dxerr8.h include/wine/windows/dxerr9.h @@ -402,6 +412,8 @@ include/wine/windows/msdadc.h include/wine/windows/msdadc.idl include/wine/windows/msdaguid.h +include/wine/windows/msdasc.h +include/wine/windows/msdasc.idl include/wine/windows/mshtmcid.h include/wine/windows/mshtmdid.h include/wine/windows/mshtmhst.h @@ -410,6 +422,8 @@ include/wine/windows/mshtml.idl include/wine/windows/msi.h include/wine/windows/msidefs.h +include/wine/windows/msident.h +include/wine/windows/msident.idl include/wine/windows/msinkaut.h include/wine/windows/msinkaut.idl include/wine/windows/msiquery.h @@ -526,6 +540,7 @@ include/wine/windows/rstbas.idl include/wine/windows/rstinf.idl include/wine/windows/rstloc.idl +include/wine/windows/rstnot.idl include/wine/windows/rtutils.h include/wine/windows/scarderr.h include/wine/windows/schannel.h @@ -588,8 +603,20 @@ include/wine/windows/tom.h include/wine/windows/tom.idl include/wine/windows/traffic.h +include/wine/windows/transact.h +include/wine/windows/transact.idl include/wine/windows/twain.h +include/wine/windows/txcoord.h +include/wine/windows/txcoord.idl +include/wine/windows/txdtc.h +include/wine/windows/txdtc.idl include/wine/windows/udpmib.h +include/wine/windows/uiautomation.h +include/wine/windows/uiautomationclient.h +include/wine/windows/uiautomationclient.idl +include/wine/windows/uiautomationcore.h +include/wine/windows/uiautomationcore.idl +include/wine/windows/uiautomationcoreapi.h include/wine/windows/unknwn.h include/wine/windows/unknwn.idl include/wine/windows/urlhist.h @@ -612,6 +639,8 @@ include/wine/windows/vssym32.h include/wine/windows/wbemcli.h include/wine/windows/wbemcli.idl +include/wine/windows/wbemprov.h +include/wine/windows/wbemprov.idl include/wine/windows/werapi.h include/wine/windows/wfext.h include/wine/windows/wia.h @@ -632,6 +661,7 @@ include/wine/windows/windows.h include/wine/windows/windowsx.h include/wine/windows/winerror.h +include/wine/windows/winevt.h include/wine/windows/wingdi.h include/wine/windows/winhttp.h include/wine/windows/wininet.h @@ -663,6 +693,12 @@ include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wmistr.h +include/wine/windows/wmiutils.h +include/wine/windows/wmiutils.idl +include/wine/windows/wmsbuffer.h +include/wine/windows/wmsbuffer.idl +include/wine/windows/wmsdkidl.h +include/wine/windows/wmsdkidl.idl include/wine/windows/wnaspi32.h include/wine/windows/wownt32.h include/wine/windows/wpcapi.h @@ -713,10 +749,26 @@ lib/wine/advapi32.dll.so lib/wine/advpack.dll.so lib/wine/amstream.dll.so +lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so +lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so +lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so +lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so +lib/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so +lib/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so +lib/wine/api-ms-win-downlevel-version-l1-1-0.dll.so +lib/wine/api-ms-win-security-base-l1-1-0.dll.so lib/wine/apphelp.dll.so lib/wine/appwiz.cpl.so lib/wine/aspnet_regiis.exe.so lib/wine/atl.dll.so +lib/wine/atl100.dll.so +lib/wine/atl80.dll.so lib/wine/attrib.exe.so lib/wine/authz.dll.so lib/wine/avicap32.dll.so @@ -741,6 +793,7 @@ lib/wine/commdlg.dll16.so lib/wine/compobj.dll16.so lib/wine/compstui.dll.so +lib/wine/conhost.exe.so lib/wine/control.exe.so lib/wine/credui.dll.so lib/wine/crtdll.dll.so @@ -756,6 +809,7 @@ lib/wine/ctl3dv2.dll16.so lib/wine/d3d10.dll.so lib/wine/d3d10core.dll.so +lib/wine/d3d11.dll.so lib/wine/d3d8.dll.so lib/wine/d3d9.dll.so lib/wine/d3dcompiler_33.dll.so @@ -811,6 +865,7 @@ lib/wine/ddrawex.dll.so lib/wine/devenum.dll.so lib/wine/dhcpcsvc.dll.so +lib/wine/difxapi.dll.so lib/wine/dinput.dll.so lib/wine/dinput8.dll.so lib/wine/dispdib.dll16.so @@ -838,6 +893,7 @@ lib/wine/dssenh.dll.so lib/wine/dswave.dll.so lib/wine/dwmapi.dll.so +lib/wine/dwrite.dll.so lib/wine/dxdiag.exe.so lib/wine/dxdiagn.dll.so lib/wine/dxgi.dll.so @@ -853,10 +909,26 @@ lib/wine/fakedlls/advapi32.dll lib/wine/fakedlls/advpack.dll lib/wine/fakedlls/amstream.dll +lib/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-advapi32-l2-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-normaliz-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-ole32-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-shell32-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-shlwapi-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-shlwapi-l2-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-downlevel-version-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll lib/wine/fakedlls/apphelp.dll lib/wine/fakedlls/appwiz.cpl lib/wine/fakedlls/aspnet_regiis.exe lib/wine/fakedlls/atl.dll +lib/wine/fakedlls/atl100.dll +lib/wine/fakedlls/atl80.dll lib/wine/fakedlls/attrib.exe lib/wine/fakedlls/authz.dll lib/wine/fakedlls/avicap32.dll @@ -881,6 +953,7 @@ lib/wine/fakedlls/commdlg.dll16 lib/wine/fakedlls/compobj.dll16 lib/wine/fakedlls/compstui.dll +lib/wine/fakedlls/conhost.exe lib/wine/fakedlls/control.exe lib/wine/fakedlls/credui.dll lib/wine/fakedlls/crtdll.dll @@ -896,6 +969,7 @@ lib/wine/fakedlls/ctl3dv2.dll16 lib/wine/fakedlls/d3d10.dll lib/wine/fakedlls/d3d10core.dll +lib/wine/fakedlls/d3d11.dll lib/wine/fakedlls/d3d8.dll lib/wine/fakedlls/d3d9.dll lib/wine/fakedlls/d3dcompiler_33.dll @@ -951,6 +1025,7 @@ lib/wine/fakedlls/ddrawex.dll lib/wine/fakedlls/devenum.dll lib/wine/fakedlls/dhcpcsvc.dll +lib/wine/fakedlls/difxapi.dll lib/wine/fakedlls/dinput.dll lib/wine/fakedlls/dinput8.dll lib/wine/fakedlls/dispdib.dll16 @@ -978,6 +1053,7 @@ lib/wine/fakedlls/dssenh.dll lib/wine/fakedlls/dswave.dll lib/wine/fakedlls/dwmapi.dll +lib/wine/fakedlls/dwrite.dll lib/wine/fakedlls/dxdiag.exe lib/wine/fakedlls/dxdiagn.dll lib/wine/fakedlls/dxgi.dll @@ -987,6 +1063,7 @@ lib/wine/fakedlls/explorerframe.dll lib/wine/fakedlls/extrac32.exe lib/wine/fakedlls/faultrep.dll +lib/wine/fakedlls/findstr.exe lib/wine/fakedlls/fltlib.dll lib/wine/fakedlls/fusion.dll lib/wine/fakedlls/fwpuclnt.dll @@ -1026,6 +1103,7 @@ lib/wine/fakedlls/iphlpapi.dll lib/wine/fakedlls/itircl.dll lib/wine/fakedlls/itss.dll +lib/wine/fakedlls/joy.cpl lib/wine/fakedlls/jscript.dll lib/wine/fakedlls/kernel32.dll lib/wine/fakedlls/keyboard.drv16 @@ -1044,6 +1122,7 @@ lib/wine/fakedlls/mciqtz32.dll lib/wine/fakedlls/mciseq.dll lib/wine/fakedlls/mciwave.dll +lib/wine/fakedlls/mgmtapi.dll lib/wine/fakedlls/midimap.dll lib/wine/fakedlls/mlang.dll lib/wine/fakedlls/mmcndmgr.dll @@ -1073,6 +1152,7 @@ lib/wine/fakedlls/mshtml.dll lib/wine/fakedlls/mshtml.tlb lib/wine/fakedlls/msi.dll +lib/wine/fakedlls/msident.dll lib/wine/fakedlls/msiexec.exe lib/wine/fakedlls/msimg32.dll lib/wine/fakedlls/msimsg.dll @@ -1079,6 +1159,7 @@ lib/wine/fakedlls/msimtf.dll lib/wine/fakedlls/msisip.dll lib/wine/fakedlls/msisys.ocx +lib/wine/fakedlls/msls31.dll lib/wine/fakedlls/msnet32.dll lib/wine/fakedlls/mspatcha.dll lib/wine/fakedlls/msrle32.dll @@ -1086,7 +1167,10 @@ lib/wine/fakedlls/mssip32.dll lib/wine/fakedlls/mstask.dll lib/wine/fakedlls/msvcirt.dll +lib/wine/fakedlls/msvcm80.dll +lib/wine/fakedlls/msvcm90.dll lib/wine/fakedlls/msvcp100.dll +lib/wine/fakedlls/msvcp110.dll lib/wine/fakedlls/msvcp60.dll lib/wine/fakedlls/msvcp70.dll lib/wine/fakedlls/msvcp71.dll @@ -1093,6 +1177,7 @@ lib/wine/fakedlls/msvcp80.dll lib/wine/fakedlls/msvcp90.dll lib/wine/fakedlls/msvcr100.dll +lib/wine/fakedlls/msvcr110.dll lib/wine/fakedlls/msvcr70.dll lib/wine/fakedlls/msvcr71.dll lib/wine/fakedlls/msvcr80.dll @@ -1114,6 +1199,7 @@ lib/wine/fakedlls/net.exe lib/wine/fakedlls/netapi32.dll lib/wine/fakedlls/netsh.exe +lib/wine/fakedlls/netstat.exe lib/wine/fakedlls/newdev.dll lib/wine/fakedlls/ngen.exe lib/wine/fakedlls/normaliz.dll @@ -1126,6 +1212,7 @@ lib/wine/fakedlls/objsel.dll lib/wine/fakedlls/odbc32.dll lib/wine/fakedlls/odbccp32.dll +lib/wine/fakedlls/odbccu32.dll lib/wine/fakedlls/ole2.dll16 lib/wine/fakedlls/ole2conv.dll16 lib/wine/fakedlls/ole2disp.dll16 @@ -1190,7 +1277,9 @@ lib/wine/fakedlls/scarddlg.dll lib/wine/fakedlls/sccbase.dll lib/wine/fakedlls/schannel.dll +lib/wine/fakedlls/schtasks.exe lib/wine/fakedlls/scrrun.dll +lib/wine/fakedlls/scsiport.sys lib/wine/fakedlls/secedit.exe lib/wine/fakedlls/secur32.dll lib/wine/fakedlls/security.dll @@ -1249,6 +1338,8 @@ lib/wine/fakedlls/uxtheme.dll lib/wine/fakedlls/vbscript.dll lib/wine/fakedlls/vcomp.dll +lib/wine/fakedlls/vcomp100.dll +lib/wine/fakedlls/vcomp90.dll lib/wine/fakedlls/vdhcp.vxd lib/wine/fakedlls/vdmdbg.dll lib/wine/fakedlls/ver.dll16 @@ -1262,7 +1353,9 @@ lib/wine/fakedlls/w32skrnl.dll lib/wine/fakedlls/w32sys.dll16 lib/wine/fakedlls/wbemprox.dll +lib/wine/fakedlls/webservices.dll lib/wine/fakedlls/wer.dll +lib/wine/fakedlls/wevtapi.dll lib/wine/fakedlls/wiaservc.dll lib/wine/fakedlls/win32s16.dll16 lib/wine/fakedlls/win87em.dll16 @@ -1269,6 +1362,7 @@ lib/wine/fakedlls/winaspi.dll16 lib/wine/fakedlls/windebug.dll16 lib/wine/fakedlls/windowscodecs.dll +lib/wine/fakedlls/windowscodecsext.dll lib/wine/fakedlls/wineboot.exe lib/wine/fakedlls/winebrowser.exe lib/wine/fakedlls/winecfg.exe @@ -1310,6 +1404,7 @@ lib/wine/fakedlls/wmi.dll lib/wine/fakedlls/wmic.exe lib/wine/fakedlls/wmiutils.dll +lib/wine/fakedlls/wmvcore.dll lib/wine/fakedlls/wnaspi32.dll lib/wine/fakedlls/wordpad.exe lib/wine/fakedlls/wow32.dll @@ -1317,10 +1412,12 @@ lib/wine/fakedlls/ws2_32.dll lib/wine/fakedlls/wscript.exe lib/wine/fakedlls/wshom.ocx +lib/wine/fakedlls/wsnmp32.dll lib/wine/fakedlls/wsock32.dll lib/wine/fakedlls/wtsapi32.dll lib/wine/fakedlls/wuapi.dll lib/wine/fakedlls/wuaueng.dll +lib/wine/fakedlls/wusa.exe lib/wine/fakedlls/xapofx1_1.dll lib/wine/fakedlls/xcopy.exe lib/wine/fakedlls/xinput1_1.dll @@ -1330,7 +1427,9 @@ lib/wine/fakedlls/xmllite.dll lib/wine/fakedlls/xolehlp.dll lib/wine/fakedlls/xpsprint.dll +lib/wine/fakedlls/xpssvcs.dll lib/wine/faultrep.dll.so +lib/wine/findstr.exe.so lib/wine/fltlib.dll.so lib/wine/fusion.dll.so lib/wine/fwpuclnt.dll.so @@ -1370,6 +1469,7 @@ lib/wine/iphlpapi.dll.so lib/wine/itircl.dll.so lib/wine/itss.dll.so +lib/wine/joy.cpl.so lib/wine/jscript.dll.so lib/wine/kernel32.dll.so lib/wine/keyboard.drv16.so @@ -1381,6 +1481,8 @@ lib/wine/libadvapi32.def lib/wine/libadvpack.def lib/wine/libatl.def +lib/wine/libatl100.def +lib/wine/libatl80.def lib/wine/libavicap32.def lib/wine/libavifil32.def lib/wine/libavrt.def @@ -1422,6 +1524,7 @@ lib/wine/libdpnet.def lib/wine/libdsound.def lib/wine/libdwmapi.def +lib/wine/libdwrite.def lib/wine/libdxerr8.a lib/wine/libdxerr9.a lib/wine/libdxgi.def @@ -1432,6 +1535,7 @@ lib/wine/libglu32.def lib/wine/libhid.def lib/wine/libhlink.def +lib/wine/libhtmlhelp.def lib/wine/libieframe.def lib/wine/libimagehlp.def lib/wine/libimm32.def @@ -1504,6 +1608,7 @@ lib/wine/libsti.def lib/wine/libstrmbase.a lib/wine/libstrmiids.a +lib/wine/libsxs.def lib/wine/libtapi32.def lib/wine/libunicows.def lib/wine/liburl.def @@ -1516,8 +1621,10 @@ lib/wine/libuxtheme.def lib/wine/libvdmdbg.def lib/wine/libversion.def +lib/wine/libwebservices.def lib/wine/libwer.def lib/wine/libwindowscodecs.def +lib/wine/libwindowscodecsext.def lib/wine/libwinecrt0.a lib/wine/libwined3d.def lib/wine/libwinhttp.def @@ -1548,6 +1655,7 @@ lib/wine/mciqtz32.dll.so lib/wine/mciseq.dll.so lib/wine/mciwave.dll.so +lib/wine/mgmtapi.dll.so lib/wine/midimap.dll.so lib/wine/mlang.dll.so lib/wine/mmcndmgr.dll.so @@ -1577,6 +1685,7 @@ lib/wine/mshtml.dll.so lib/wine/mshtml.tlb.so lib/wine/msi.dll.so +lib/wine/msident.dll.so lib/wine/msiexec.exe.so lib/wine/msimg32.dll.so lib/wine/msimsg.dll.so @@ -1583,6 +1692,7 @@ lib/wine/msimtf.dll.so lib/wine/msisip.dll.so lib/wine/msisys.ocx.so +lib/wine/msls31.dll.so lib/wine/msnet32.dll.so lib/wine/mspatcha.dll.so lib/wine/msrle32.dll.so @@ -1590,7 +1700,10 @@ lib/wine/mssip32.dll.so lib/wine/mstask.dll.so lib/wine/msvcirt.dll.so +lib/wine/msvcm80.dll.so +lib/wine/msvcm90.dll.so lib/wine/msvcp100.dll.so +lib/wine/msvcp110.dll.so lib/wine/msvcp60.dll.so lib/wine/msvcp70.dll.so lib/wine/msvcp71.dll.so @@ -1597,6 +1710,7 @@ lib/wine/msvcp80.dll.so lib/wine/msvcp90.dll.so lib/wine/msvcr100.dll.so +lib/wine/msvcr110.dll.so lib/wine/msvcr70.dll.so lib/wine/msvcr71.dll.so lib/wine/msvcr80.dll.so @@ -1618,6 +1732,7 @@ lib/wine/net.exe.so lib/wine/netapi32.dll.so lib/wine/netsh.exe.so +lib/wine/netstat.exe.so lib/wine/newdev.dll.so lib/wine/ngen.exe.so lib/wine/normaliz.dll.so @@ -1630,6 +1745,7 @@ lib/wine/objsel.dll.so lib/wine/odbc32.dll.so lib/wine/odbccp32.dll.so +lib/wine/odbccu32.dll.so lib/wine/ole2.dll16.so lib/wine/ole2conv.dll16.so lib/wine/ole2disp.dll16.so @@ -1694,7 +1810,9 @@ lib/wine/scarddlg.dll.so lib/wine/sccbase.dll.so lib/wine/schannel.dll.so +lib/wine/schtasks.exe.so lib/wine/scrrun.dll.so +lib/wine/scsiport.sys.so lib/wine/secedit.exe.so lib/wine/secur32.dll.so lib/wine/security.dll.so @@ -1753,6 +1871,8 @@ lib/wine/uxtheme.dll.so lib/wine/vbscript.dll.so lib/wine/vcomp.dll.so +lib/wine/vcomp100.dll.so +lib/wine/vcomp90.dll.so lib/wine/vdhcp.vxd.so lib/wine/vdmdbg.dll.so lib/wine/ver.dll16.so @@ -1766,7 +1886,9 @@ lib/wine/w32skrnl.dll.so lib/wine/w32sys.dll16.so lib/wine/wbemprox.dll.so +lib/wine/webservices.dll.so lib/wine/wer.dll.so +lib/wine/wevtapi.dll.so lib/wine/wiaservc.dll.so lib/wine/win32s16.dll16.so lib/wine/win87em.dll16.so @@ -1773,6 +1895,7 @@ lib/wine/winaspi.dll16.so lib/wine/windebug.dll16.so lib/wine/windowscodecs.dll.so +lib/wine/windowscodecsext.dll.so lib/wine/wineboot.exe.so lib/wine/winebrowser.exe.so lib/wine/winecfg.exe.so @@ -1814,6 +1937,7 @@ lib/wine/wmi.dll.so lib/wine/wmic.exe.so lib/wine/wmiutils.dll.so +lib/wine/wmvcore.dll.so lib/wine/wnaspi32.dll.so lib/wine/wordpad.exe.so lib/wine/wow32.dll.so @@ -1821,10 +1945,12 @@ lib/wine/ws2_32.dll.so lib/wine/wscript.exe.so lib/wine/wshom.ocx.so +lib/wine/wsnmp32.dll.so lib/wine/wsock32.dll.so lib/wine/wtsapi32.dll.so lib/wine/wuapi.dll.so lib/wine/wuaueng.dll.so +lib/wine/wusa.exe.so lib/wine/xapofx1_1.dll.so lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so @@ -1834,6 +1960,7 @@ lib/wine/xmllite.dll.so lib/wine/xolehlp.dll.so lib/wine/xpsprint.dll.so +lib/wine/xpssvcs.dll.so share/applications/wine.desktop %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 21:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5678A146; Sat, 14 Sep 2013 21:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB782AEA; Sat, 14 Sep 2013 21:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EL0Aha080146; Sat, 14 Sep 2013 21:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EL0AHC080145; Sat, 14 Sep 2013 21:00:10 GMT (envelope-from edwin) Date: Sat, 14 Sep 2013 21:00:10 GMT Message-Id: <201309142100.r8EL0AHC080145@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gerald@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182099: [patch] emulators/wine : update to latest stable version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 21:00:10 -0000 Synopsis: [patch] emulators/wine : update to latest stable version Responsible-Changed-From-To: freebsd-ports-bugs->gerald Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 14 21:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182099 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 22:52:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D9CC2A9; Sat, 14 Sep 2013 22:52:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42F952FC0; Sat, 14 Sep 2013 22:52:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EMq77t003775; Sat, 14 Sep 2013 22:52:07 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EMq7A0003774; Sat, 14 Sep 2013 22:52:07 GMT (envelope-from wg) Date: Sat, 14 Sep 2013 22:52:07 GMT Message-Id: <201309142252.r8EMq7A0003774@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182083: [PATCH] devel/codeblocks - pkg-fallout correction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 22:52:07 -0000 Synopsis: [PATCH] devel/codeblocks - pkg-fallout correction Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Sep 14 22:52:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182083 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 14 22:52:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FFD92DA; Sat, 14 Sep 2013 22:52:26 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 655A42FC4; Sat, 14 Sep 2013 22:52:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8EMqQOn003870; Sat, 14 Sep 2013 22:52:26 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8EMqQ6Y003869; Sat, 14 Sep 2013 22:52:26 GMT (envelope-from wg) Date: Sat, 14 Sep 2013 22:52:26 GMT Message-Id: <201309142252.r8EMqQ6Y003869@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182090: security/xca: fix build on 10.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 22:52:26 -0000 Synopsis: security/xca: fix build on 10.0-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Sep 14 22:52:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182090