From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 00:01:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 195CFC68 for ; Sun, 24 Aug 2014 00:01:00 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7EA73C3D for ; Sun, 24 Aug 2014 00:00:59 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id r2so2707636igi.0 for ; Sat, 23 Aug 2014 17:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=sPNOQ9a2P7/35TmRrKCu6AfWY252T7iEIg+rnR2GKBY=; b=MpyfzWSR8zBStiqdWYFfMCPNx+MM97uZXO6JZwJwPhY/TkpvRJPjdIxzwIBAKYiPtl XGOLAKHYSUE0IkVPFXmKN8xN6ARZoOSqgxBkEKVwGW0HOb8a7/mCWe2PmCfEapF47m/h BL4NJqEp2OYzY9RNxUBHKktUCTHeS7mLo2NectgLVORSAD2p52m9+XBEUg5ZxGM+Gi6X 0KDI/Kh5a9HtKnvj3KFZBTDbhTF72jvvh98BMd0ex3NxPEoLHbsijXF193/HHOTwzLuD bFA5nA5mA1uUZ1cokghuwMStI8VyOPGvfHp4CrnxEPqeJ2s/W32uijKr9IxmfRdG6aB3 mtVQ== X-Received: by 10.50.43.193 with SMTP id y1mr6913740igl.32.1408838459138; Sat, 23 Aug 2014 17:00:59 -0700 (PDT) Received: from jmobile.jimmy.local (24-107-210-189.dhcp.stls.mo.charter.com. [24.107.210.189]) by mx.google.com with ESMTPSA id nn13sm17159995igb.7.2014.08.23.17.00.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Aug 2014 17:00:58 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Sat, 23 Aug 2014 19:00:56 -0500 Date: Sat, 23 Aug 2014 19:00:55 -0500 From: Jimmy Kelley To: Matthias Apitz Subject: Re: Fwd: building java/eclipse in HEAD w/ poudriere: java.lang.OutOfMemoryError: Java heap space Message-ID: <20140824000046.GA1341@jmobile.jimmy.localnet> Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20140823135101.GA28621@sh4-5.1blu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140823135101.GA28621@sh4-5.1blu.de> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 00:01:00 -0000 On Sat, Aug 23, 2014 at 03:51:01PM +0200, Matthias Apitz wrote: > > Hello ljboiler@gmail.com, > > Can you as the MAINTAINER of the port please clarify how one can build > this port on > > FreeBSD vm-tiny-r269739 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r269739M: > Fri Aug 15 18:07:41 CEST 2014 guru@vm-tiny-r269739:/usr/obj/usr/src/sys/GENERIC i386 > > $ LANG=C svn info > Path: . > Working Copy Root Path: /usr/ports > URL: svn://svn.freebsd.org/ports/head/java/eclipse > Relative URL: ^/head/java/eclipse > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 364388 > Node Kind: directory > Schedule: normal > Last Changed Author: marino > Last Changed Rev: 361589 > Last Changed Date: 2014-07-11 23:56:01 +0200 (Fri, 11 Jul 2014) > > Thanks in advance > > matthias > > ----- Forwarded message from Matthias Apitz ----- > > Date: Sat, 23 Aug 2014 09:19:10 +0200 > From: Matthias Apitz > To: freebsd-ports@freebsd.org > Cc: freebsd-java@freebsd.org > Subject: building java/eclipse in HEAD w/ poudriere: > java.lang.OutOfMemoryError: Java heap space > > > Hello, > > I'm building ports in HEAD with poudriere; java/eclipse is failing with > java.lang.OutOfMemoryError: Java heap space > > I've already set in make.conf > > MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=512m" > > But tis does not help; the VM where poudriere is running has 4 GByte > memory and 4 GByte swap space. > > Any ideas? Thanks > > matthias Hello Matthias, I have not tried to build this version of Eclipse on -CURRENT at all. I think -Xmx2048m for MAVEN_OPTS on i386 is too big; try -Xmx1792m. I had that in the Makefile when first developing and testing the port, but removed it; maybe putting that back in will deal with the complaints that bdrewery@ had about memory usage on the package builders... redports has never been kind to this port, but maybe I'll give it another go... Regards, Jimmy From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 01:42:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E816C87A; Sun, 24 Aug 2014 01:42:56 +0000 (UTC) Received: from vps.rulingia.com (vps.rulingia.com [103.243.244.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "vps.rulingia.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E3FF35A1; Sun, 24 Aug 2014 01:42:55 +0000 (UTC) Received: from server.rulingia.com (c220-239-242-83.belrs5.nsw.optusnet.com.au [220.239.242.83]) by vps.rulingia.com (8.14.7/8.14.7) with ESMTP id s7O1Pdh8085893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 24 Aug 2014 11:25:46 +1000 (EST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.14.9/8.14.9) with ESMTP id s7NN6cS0069355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 24 Aug 2014 09:06:38 +1000 (EST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.14.9/8.14.9/Submit) id s7NN6bBQ069354; Sun, 24 Aug 2014 09:06:37 +1000 (EST) (envelope-from peter) Date: Sun, 24 Aug 2014 09:06:37 +1000 From: Peter Jeremy To: ports-list freebsd Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140823230637.GA34697@server.rulingia.com> References: <53F640EF.7000200@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <53F640EF.7000200@FreeBSD.org> X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Matthias Andree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 01:42:57 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2014-Aug-21 20:56:47 +0200, Matthias Andree wrote: >The time has now come to remove these db4* ports, Berkeley DB versions >4.0 to 4.7, inclusively. Most of their dependent ports can cope with >upgrades to db48, db5, or db6, most of the others could be patched to work. =2E.. >I have created a Wiki page that contains instructions, and points to >SleepyCat's or Oracle's upgrading documentation, at >. This assumes that I know where and how BDB is being used. I've discovered that I have db41 installed on a couple of systems - it's required by textproc/redland, which in turn is required by editors/libreoffice. Whilst I can avoid using libreoffice whilst I upgrade, I have no idea how it uses BDB or where the database files might be. I suspect this scenario is true for the majority of people who have BDB installed. >When, among the upgrade steps on the WIki, you have reached the point >where it is safe to upgrade the Berkeley DB and applications, there is a >helper script in Tools/scripts/BDB-upgrade-helper.sh uses portmaster or >portupgrade to rebuild the applications to use a newer Berkeley DB, and >then offer to delete the old Berkeley DB ports. Partial relative paths aren't especially helpful. This should either be an absolute path or specify a cwd (presumably /usr/ports in this case). And, for reasons I don't understand, when I run BDB-upgrade-helper.sh, portmaster wants to install both db48 and db5. --=20 Peter Jeremy --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJT+R59XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRUIyOTg2QzMwNjcxRTc0RTY1QzIyN0Ux NkE1OTdBMEU0QTIwQjM0AAoJEBall6Dkogs05HoP/iN1990BEzXsYxozUSUvrQM1 Ec06Vb8Ohyjj7/zfP2+8Cg9hVjvgS9HdKx85MRgX0b9AoSGqSHdLUo/KrxT7ciCx +3NWm5pxrW1sXl/q+AYfFHf8o+dOyKyR78xMSpeDithtPZFur012pHw5bLFcXX0/ tGpG+RxgGgIWWMeMAFlX/R6TllBKhlI8kGR3ISIV7l1ali+Fq3gQ+WTmI71/u1Jn 8BCVrnjkqoO3pz6O6aPAtifo6JYTQTwECC/lPPjPjxgc0DN3odYrK4GBDipQ1r5o 2umGSP6LJ81LQ9yjm7o+5bvpKQGOzHiHdAR3WDudSz/TrvSW9tlVYiNih+OjG2VW DqgcsnpB2mLgexV5JQlBPUr1UNE99Ok+2lZBJTUC+B7jhTJy4FhyY+14Cri737m4 Y+6Sgi1wRGcxgWGHRqJ0uRDD9B+spwfCxIKTWMut9b1kteBDJ7Of+0hatVB39B5k gKOnDXNOsCRnwGr0QvXcDIcxC4QllBgj/kCtPxs8sbKJZ2CzTI0ATbHCCuM8iFIa OWAIKqPt8Ce329LcoaC1dINX/Crtkfix9bTQnhVGuRWBWpS15cQNPoUOn7ysK+N8 TsOLSWSeIxxxq6G8WvAXh5wPuzeRxHcRIE6aMoAj0UJSs+VyoRJPywb1gyFp9y6H BlgQLyqXh79DSJDMqbnR =M3Hk -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 05:04:15 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 129557E0; Sun, 24 Aug 2014 05:04:15 +0000 (UTC) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C85CB3612; Sun, 24 Aug 2014 05:04:14 +0000 (UTC) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.76) (envelope-from ) id 1XLPyI-0002dI-A9; Sun, 24 Aug 2014 07:04:06 +0200 Date: Sun, 24 Aug 2014 07:04:06 +0200 From: Matthias Apitz To: Bryan Drewery , freebsd-ports@freebsd.org Subject: Re: Fwd: building java/eclipse in HEAD w/ poudriere: java.lang.OutOfMemoryError: Java heap space Message-ID: <20140824050406.GA9352@sh4-5.1blu.de> Reply-To: Matthias Apitz References: <20140823135101.GA28621@sh4-5.1blu.de> <53F8DA83.2090809@FreeBSD.org> <53F8E805.6090705@gmx.de> <53F8E87D.9080502@FreeBSD.org> <20140823195132.GA1260@tiny-r269739> <53F90C66.80107@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53F90C66.80107@FreeBSD.org> X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 05:04:15 -0000 El día Saturday, August 23, 2014 a las 04:49:26PM -0500, Bryan Drewery escribió: > Sorry it would not. I am mixing multiple ideas. We need to be able to > both limit the amount of memory a jail can use (RCTL) but also ensure > applications don't think they use all of hw.physmem for building. This > may be actually adding a feature to limit how much memory jails can > think they have. The openjdk ports peer into hw.physmem and assume they > have a ton of memory and fail to build once they hit the limits we've > put in place via ulimit or rctl. Eclipse is probably doing something > similar regarding guessing how much memory it can use. > > Do you have MAX_MEMORY set in poudriere.conf? This would cause the > openjdk ports to fail if it is largely different than how much memory > you actually have. No. I will set it now to 3 GByte and will let you know. I only have had in loader.conf: kern.maxdsiz="1073741824" # in bytes 1024*1024*1024 kern.maxssiz="671088640" # in bytes 65536*1024*10 which did not helped. matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 07:00:52 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E118228F for ; Sun, 24 Aug 2014 07:00:51 +0000 (UTC) Received: from o3.email.wpengine.com (o3.email.wpengine.com [198.37.148.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F2453E5F for ; Sun, 24 Aug 2014 07:00:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=email.wpengine.com; h=to:subject:from:reply-to:mime-version:content-transfer-encoding:content-type; s=smtpapi; bh=YaQWtQMGYxgVoZekapcc1/vKCOU=; b=Al+8NW5VwKs7tOjSFy N0cYAxLMhEXU2yoWj/juQm86vguZl1UFlbybFxs0+6vsDpciv6WFh+K2HxUFMYlp T+JDG9yrxgRpGfwIin0NLE8fL7dNeRoTsghxjcHLpujdJ1CHz0UuIG9DKJkk4olk AjNQBE2CWZygNlgML62uIoCrY= Received: by mf165.sendgrid.net with SMTP id mf165.22194.53F98D943F 2014-08-24 07:00:43.810697411 +0000 UTC Received: from pod-2745 (li170-216.members.linode.com [173.230.130.216]) by ismtpd-007.iad1.sendgrid.net (SG) with ESMTP id 14806d12815.279e.20687b for ; Sun, 24 Aug 2014 07:00:43 +0000 (GMT) X-SendGrid-User: wpengine-pod-2745 Received: by pod-2745 (Postfix, from userid 33) id 7CAF45503A; Sun, 24 Aug 2014 07:00:43 +0000 (UTC) To: freebsd-ports@freebsd.org Subject: =?UTF-8?Q?Account_Blocked?= X-PHP-Originating-Script: 33:index.php Date: Sun, 24 Aug 2014 07:00:43 +0000 From: =?UTF-8?Q?Support?= Message-ID: X-Priority: 1 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version ] X-SG-EID: Vb+Anvs0EfIvXbjCHlZrgTi2P99w3zdT2hDloNa5MO51G0Cg0Syqc428e+RBLzVndX9xuM61Q9vBDJYMrHdQ5aXZ62Wqk07W4jerHahAWrCMRzcvYM22qQVSxXlHIsGK7NNIYBRDroVj7ZF84GdFLuPO7ZQjN3XrTH5fFJ3oglY= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 07:00:52 -0000 Dear costumer, You have received this email because our system has noticed some suspicious activities with AÏÏle ID. All what you need to keep enjoying all the benefits of your id is to confirm your identity , follow the link below to start this process . [1]Confirm Now > Wondering why you got this email? Some massive failed login attempts were been made from unknown location that didnt match with your usual one , as a result we decided to suspend your account temporarily in order to protect it . This is an automated message. Please do not reply to this email. Thanks,  Customer. TM and copyright © 2014  Inc. 1 Infinite Loop, MS 96-DM, Cupertino, CA 95014. All Rights Reserved / Keep Informed / Privacy Policy / My ID References 1. http://goo.gl/IsbNDo From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 07:19:43 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 613529C6 for ; Sun, 24 Aug 2014 07:19:43 +0000 (UTC) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA1CA3FE9 for ; Sun, 24 Aug 2014 07:19:42 +0000 (UTC) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.76) (envelope-from ) id 1XLS5U-0006vN-6t for freebsd-ports@freebsd.org; Sun, 24 Aug 2014 09:19:40 +0200 Date: Sun, 24 Aug 2014 09:19:40 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: Fwd: building java/eclipse in HEAD w/ poudriere: java.lang.OutOfMemoryError: Java heap space Message-ID: <20140824071940.GA25982@sh4-5.1blu.de> Reply-To: Matthias Apitz References: <20140823135101.GA28621@sh4-5.1blu.de> <53F8DA83.2090809@FreeBSD.org> <53F8E805.6090705@gmx.de> <53F8E87D.9080502@FreeBSD.org> <20140823195132.GA1260@tiny-r269739> <53F90C66.80107@FreeBSD.org> <20140824050406.GA9352@sh4-5.1blu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140824050406.GA9352@sh4-5.1blu.de> X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 07:19:43 -0000 El día Sunday, August 24, 2014 a las 07:04:06AM +0200, Matthias Apitz escribió: > El día Saturday, August 23, 2014 a las 04:49:26PM -0500, Bryan Drewery escribió: > > > Sorry it would not. I am mixing multiple ideas. We need to be able to > > both limit the amount of memory a jail can use (RCTL) but also ensure > > applications don't think they use all of hw.physmem for building. This > > may be actually adding a feature to limit how much memory jails can > > think they have. The openjdk ports peer into hw.physmem and assume they > > have a ton of memory and fail to build once they hit the limits we've > > put in place via ulimit or rctl. Eclipse is probably doing something > > similar regarding guessing how much memory it can use. > > > > Do you have MAX_MEMORY set in poudriere.conf? This would cause the > > openjdk ports to fail if it is largely different than how much memory > > you actually have. > > No. I will set it now to 3 GByte and will let you know. I only have had > in loader.conf: > > kern.maxdsiz="1073741824" # in bytes 1024*1024*1024 > kern.maxssiz="671088640" # in bytes 65536*1024*10 > I have set MAX_MEMORY=3 in poudriere's conf file: # fgrep MAX_MEM /usr/local/etc/poudriere.conf MAX_MEMORY=3 (btw: it is not visible in the log file) and have set also in make.conf: MAVEN_OPTS="-Xmx1792m -XX:MaxPermSize=512m" The built stops again at the same place after ~1 hour. I'm attaching the first 142 lines and the last 200 lines of the log. I run in another terminal a 'top -b -d100000 -I' to see the memory usage in the moment of the crash. Here it is when the java proc is still running and 2 secs later when it went away: last pid: 92498; load averages: 2.52, 2.38, 2.21 up 0+01:38:05 08:11:58 94 processes: 3 running, 91 sleeping CPU: 91.7% user, 0.0% nice, 8.3% system, 0.0% interrupt, 0.0% idle Mem: 886M Active, 2254M Inact, 266M Wired, 49M Cache, 90M Buf, 47M Free Swap: 4096M Total, 1431M Used, 2664M Free, 34% Inuse, 28K In PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 46713 root 26 52 0 465M 395M uwait 34:41 94.67% java 803 guru 1 20 0 95640K 66984K select 2:18 2.49% Xorg 868 guru 4 20 0 255M 54632K select 0:17 1.19% kwin ... last pid: 92561; load averages: 2.52, 2.38, 2.21 up 0+01:38:07 08:12:00 94 processes: 4 running, 90 sleeping CPU: 73.6% user, 0.0% nice, 17.1% system, 0.0% interrupt, 9.3% idle Mem: 502M Active, 2254M Inact, 288M Wired, 49M Cache, 113M Buf, 408M Free Swap: 4096M Total, 1431M Used, 2664M Free, 34% Inuse, 144K In PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 803 guru 1 20 0 95640K 66984K select 2:18 2.12% Xorg 868 guru 4 20 0 255M 54632K RUN 0:17 0.62% kwin 1216 root 1 52 0 10436K 1024K wait 0:05 0.34% sh ... as you can see there is pretty much free RAM and swap space in the system; the limit must be soemthing in the jail or the JVM itself. HIH matthias folow head and tail of the build log: ====>> Building java/eclipse build started at Sun Aug 24 07:08:30 CEST 2014 port directory: /usr/ports/java/eclipse building for: FreeBSD freebsd-head-ports-head-job-01 11.0-CURRENT FreeBSD 11.0-CURRENT i386 maintained by: ljboiler@gmail.com Makefile ident: $FreeBSD: head/java/eclipse/Makefile 361589 2014-07-11 21:56:01Z marino $ Poudriere version: 3.1-pre Host OSVERSION: 1100028 Jail OSVERSION: 1100028 ---Begin Environment--- OSVERSION=1100028 UNAME_v=FreeBSD 11.0-CURRENT UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=xterm MASTERMNT=/usr/local/poudriere/data/.m/freebsd-head-ports-head/ref PKG_EXT=txz FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=eclipse-4.3.2_1 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add OLDPWD=/root PWD=/usr/local/poudriere/data/.m/freebsd-head-ports-head/ref/.p/pool MASTERNAME=freebsd-head-ports-head USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/.p/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for eclipse-4.3.2_1: ====> Options available for the single INSTALLPKG: you have to select exactly one of them FULL_SDK=on: Full SDK (JDT, PDE, source, API docs) PLATFORM_SDK=off: Platform with source, API Docs (no Java tools) PLATFORM=off: Platform only (no Java tools, no source or docs) ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh ESD_CONFIG="/usr/local/bin/esd-config" --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES ESD_CONFIG="/usr/local/bin/esd-config" PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="clang" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="clang-cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="clang++" CXXFLAGS="-O2 -pipe -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-- --PLIST_SUB-- JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" DOCSDIR="share/doc/eclipse" EXAMPLESDIR="share/examples/eclipse" DATADIR="share/eclipse" WWWDIR="www/eclipse" ETCDIR="etc/eclipse" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.7" JAVA_VENDOR="openjdk" JAVA_OS="native" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/eclipse DOCSDIR=/usr/local/share/doc/eclipse EXAMPLESDIR=/usr/local/share/examples/eclipse WWWDIR=/usr/local/www/eclipse ETCDIR=/usr/local/etc/eclipse --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/freebsd-head-make.conf #### WITH_PKGNG=yes # Only required for versions before 10.0 CC=clang # Highly recommended over GCC, CXX=clang++ # but only needed for 8.X and 9.X CPP=clang-cpp # since it's the default in 10.0 MASTER_SITE_BACKUP?= \ http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} # # from aurora: # # WITHOUT_PKGNG=yes WITH_NEW_XORG=yes WITHOUT_HAL=yes # # NO_IGNORE=yes # From: Chris Rees # CC: freebsd-ports@freebsd.org # Date: Sat, 23 Aug 2014 14:19:24 +0100 # better is: DISABLE_LICENSES=yes # # # added 20130612 guru # CPUTYPE?=pentium3 SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 # # not used until now: # FETCH_BEFORE_ARGS=-p4 -T 10 # OPTIONS_UNSET= DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO \ # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS MAVEN_OPTS="-Xmx1792m -XX:MaxPermSize=512m" DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ... LogHelper.log(result); ^^^^^^^^^ Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[77] LogHelper.log(result); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[169] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^ Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[169] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[170] PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getBundleContext(), PackageAdmin.class.getName()); ^^^^^^^^^^^^^ Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[170] PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getBundleContext(), PackageAdmin.class.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[193] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^ Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[193] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[206] if (ImportPackageSpecification.RESOLUTION_OPTIONAL.equals(((ImportPackageSpecification) leafConstraints[i]).getDirective(Constants.RESOLUTION_DIRECTIVE))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Constants is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[208] if (ImportPackageSpecification.RESOLUTION_DYNAMIC.equals(((ImportPackageSpecification) leafConstraints[i]).getDirective(Constants.RESOLUTION_DIRECTIVE))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Constants is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[224] String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, description.getLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[224] String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, description.getLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED from the type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[227] String message = generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage((VersionConstraint) inner.next()); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type MessageHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[227] String message = generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage((VersionConstraint) inner.next()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResolutionFailureMessage(VersionConstraint) from the type MessageHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[239] String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, bundle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[239] String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, bundle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED from the type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[248] allProblems.add(createError(generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage(unsatisfied[j]))); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type MessageHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[248] allProblems.add(createError(generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage(unsatisfied[j]))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResolutionFailureMessage(VersionConstraint) from the type MessageHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[346] MigrationWizard wizardPage = new MigrationWizard(profile, Collections. emptyList(), new URI[0], false); ^^^^^^^^^^^^^^^ Discouraged access: The type MigrationWizard is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[346] MigrationWizard wizardPage = new MigrationWizard(profile, Collections. emptyList(), new URI[0], false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MigrationWizard(IProfile, Collection, URI[], boolean) is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[346] MigrationWizard wizardPage = new MigrationWizard(profile, Collections. emptyList(), new URI[0], false); ^^^^^^^^^^^^^^^ Discouraged access: The type MigrationWizard is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[348] wizardPage.rememberCancellationDecision(cancelAnswer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method rememberCancellationDecision(int) from the type MigrationWizard is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[409] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^ Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[409] PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[448] migrationSupport.performMigration(agent, reg, profile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method performMigration(IProvisioningAgent, IProfileRegistry, IProfile) from the type MigrationSupport is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java:[461] new MigrationWizardTestHelper().rememberMigrationCompleted(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method rememberMigrationCompleted() from the type MigrationSupport is not accessible due to restriction on classpath entry /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes 36 problems (36 warnings) [INFO] [INFO] --- tycho-eclipserun-plugin:0.19.0:eclipse-run (default) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.verifier --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/test/resources [INFO] [INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.verifier --- [WARNING] bundle localization file /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/plugin.properties not found [WARNING] Bundle-Vendor header not found in /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.verifier --- [WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/build.properties: bin.includes value(s) [bin/] do not match any files. [INFO] Building jar: /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.0.100-SNAPSHOT @ /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.equinox.p2.tests 1.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests --- [INFO] The project's OSGi version is 1.5.0.v20140824-0512 [INFO] [INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- eclipse-cbi-plugin:1.0.4:generate-api-build-xml (default) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.equinox.p2.tests --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/saveproperties [INFO] [INFO] --- maven-resources-plugin:2.5:resources (filter-resources) @ org.eclipse.equinox.p2.tests --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/saveproperties [INFO] [INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.equinox.p2.tests --- [INFO] Compiling 512 source files to /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.3.2/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/classes java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2367) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130) at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415) at java.lang.StringBuffer.append(StringBuffer.java:237) at java.io.StringWriter.write(StringWriter.java:112) at java.io.PrintWriter.write(PrintWriter.java:456) at java.io.PrintWriter.write(PrintWriter.java:473) at java.io.PrintWriter.print(PrintWriter.java:603) at java.io.PrintWriter.println(PrintWriter.java:739) at org.eclipse.jdt.internal.compiler.batch.Main$Logger.printlnErr(Main.java:1121) at org.eclipse.jdt.internal.compiler.batch.Main$Logger.logProblem(Main.java:788) at org.eclipse.jdt.internal.compiler.batch.Main$Logger.logProblems(Main.java:809) at org.eclipse.jdt.internal.compiler.batch.Main$3.acceptResult(Main.java:2962) at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:510) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4099) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1689) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:348) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:109) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:424) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:237) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555) [ERROR] Java heap space -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError *** Error code 1 Stop. make: stopped in /usr/ports/java/eclipse ====>> Cleaning up wrkdir ===> Cleaning for eclipse-4.3.2_1 build of /usr/ports/java/eclipse ended at Sun Aug 24 08:12:13 CEST 2014 build time: 01:03:43 !!! build failure encountered !!! -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 07:44:36 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5A58183; Sun, 24 Aug 2014 07:44:36 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 828703250; Sun, 24 Aug 2014 07:44:36 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id im17so13965411vcb.31 for ; Sun, 24 Aug 2014 00:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=kEn0N7MLJcZCZQiBEg0Hh1IktfYkC+LV6XnNu0S5mdA=; b=o4Yi7fyQNt+XqnNbDVlcGetlyM1VLk1pgSJTbIhg4HedSUrtafWMOsTukMASg/uLfp bV2zP2qbgBJ9zh9rslCw8giBpvgUmIZsmeFzEeAKcW0vIzgUmtml5GEZaNN5OqGX4o5G uBlEGHSMABUiFDp2InszSGRIdtpuB6+Il/G5GR0X9yr+8yzsg0jJxQFnaz9iAjV4Pqqv agYbvwTFtWd4t9dwh52lOLqZAG2SkntStOUmF+noXVi6Yq4f3cx/QwU5NE3TyD4T7ENI IU6cWxrcFh0Ao7iB5sISRcixf9FWcAdT8cZX7/spUc5Hdv39kKD7Nk8iYJ9TOY/KnxRU swjA== MIME-Version: 1.0 X-Received: by 10.220.105.142 with SMTP id t14mr10092992vco.14.1408866275479; Sun, 24 Aug 2014 00:44:35 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.220.183.137 with HTTP; Sun, 24 Aug 2014 00:44:35 -0700 (PDT) In-Reply-To: References: Date: Sun, 24 Aug 2014 09:44:35 +0200 X-Google-Sender-Auth: -3AmH60FU_KQTQinpNyrle6_1mk Message-ID: Subject: Re: [CFT] New upstream snapshot of mplayer and mencoder From: Thomas Zander To: ports@freebsd.org, multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 07:44:36 -0000 On 23 August 2014 10:33, Thomas Zander wrote: > Changes: > - Fix regression with mplayer not displaying PGS subtitles Regression has been fixed upstream, new tarball has arrived: https://people.freebsd.org/~riggs/m20140824.tar.xz Note that it may take a few hours for the new distfile to become fetchable. Let me know if you have problems or notice further regressions. Best wishes Riggs From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 08:13:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA340954 for ; Sun, 24 Aug 2014 08:13:24 +0000 (UTC) Received: from icp-osb-irony-out1.external.iinet.net.au (icp-osb-irony-out1.external.iinet.net.au [203.59.1.210]) by mx1.freebsd.org (Postfix) with ESMTP id 30FF93482 for ; Sun, 24 Aug 2014 08:13:23 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjELAFqe+VPLznBX/2dsb2JhbABZgw2DVqxrAQEBAQEBBqFPhCgWd4REZxQ0BRiJBZ8oo10XhXyJbYMZgR0FnEiHGEGNNINwK4J+AQEB X-IronPort-AV: E=Sophos;i="5.04,389,1406563200"; d="scan'208";a="243446985" Received: from unknown (HELO smtp.phoenix) ([203.206.112.87]) by icp-osb-irony-out1.iinet.net.au with ESMTP; 24 Aug 2014 16:13:10 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 6077642B; Sun, 24 Aug 2014 18:13:10 +1000 (EST) Date: Sun, 24 Aug 2014 18:13:10 +1000 From: andrew clarke To: freebsd-ports@freebsd.org Subject: pkg 1.3.6 output bug Message-ID: <20140824081310.GA69160@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 08:13:24 -0000 Installing a package built on another system I noticed pkg 1.3.6 shows incorrect output when installing with a dependency: # ls -l total 41123 -rw-r--r-- 1 ozzmosis ozzmosis 22222428 24 Aug 18:07 clang-devel-3.6.r216160.txz -rw-r--r-- 1 ozzmosis ozzmosis 19728928 24 Aug 18:08 llvm-devel-3.6.r216160.txz # pkg add clang-devel-3.6.r216160.txz Installing llvm-devel-3.6.r216160: 100% Installing llvm-devel-3.6.r216160: 100% # pkg -v 1.3.6 ie. llvm-devel is output twice, clang-devel not at all. Pretty sure this is a bug? Thanks, Regards Andrew From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 09:39:59 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 875011F4 for ; Sun, 24 Aug 2014 09:39:59 +0000 (UTC) Received: from smtp02-smtpout01.jh.za.mtnbusiness.net (smtp02-smtpout01.jh.za.mtnbusiness.net [41.181.159.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B50E3A81 for ; Sun, 24 Aug 2014 09:39:58 +0000 (UTC) Received: from [105.236.88.244] (helo=mail.microtronix.co.za) by smtp.mtnbusiness.co.za with esmtp (Blowfish SMTP) (envelope-from ) id 1XLU21-000BE4-RI for freebsd-ports@FreeBSD.org; Sun, 24 Aug 2014 11:24:13 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.microtronix.co.za (Postfix) with ESMTP id 7887810CDFEA for ; Sun, 24 Aug 2014 06:47:51 +0200 (SAST) X-Virus-Scanned: amavisd-new at microtronix.co.za Received: from mail.microtronix.co.za ([127.0.0.1]) by localhost (mail.mtx.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07eYSW5ng+sy for ; Sun, 24 Aug 2014 06:47:51 +0200 (SAST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.microtronix.co.za (Postfix) with ESMTP id 0F08C18CFD8C for ; Sun, 24 Aug 2014 02:21:23 +0200 (SAST) Received: from MPSERVER3 (unknown [118.97.92.123]) by mail.microtronix.co.za (Postfix) with ESMTPA id 8FB9110CAC0C for ; Sat, 23 Aug 2014 22:10:26 +0200 (SAST) From: "Anders Klinton" Subject: Legal services To: freebsd-ports@freebsd.org MIME-Version: 1.0 Reply-To: andersaklinton@hotmail.com Date: Sun, 24 Aug 2014 03:05:00 +0700 Message-Id: <20140823201026.8FB9110CAC0C@mail.microtronix.co.za> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 09:39:59 -0000 - This mail is in HTML. Some elements may be ommited in plain text. - We are enquiring for an experience attorney to handle a breach of cont= ract negotiation or a lawsuit. Yours Sincerely, Anders Klinton Supply Management M=F6lnlycke Health Care Box 13080 SE-40252 Gothenburg, Sweden Gamlestadsv=E4gen 3C Phone: 46851971490 www.molnlycke.com From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 10:20:17 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A98BE63 for ; Sun, 24 Aug 2014 10:20:17 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46CCF3D90 for ; Sun, 24 Aug 2014 10:20:17 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7OAKHQ2049695 for ; Sun, 24 Aug 2014 10:20:17 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7OAKHJO049694; Sun, 24 Aug 2014 10:20:17 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408241020.s7OAKHJO049694@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 24 Aug 2014 10:20:17 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:20:17 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ games/tuxpaint | 0.9.21 | 0.9.22 ------------------------------------------------+-----------------+------------ games/tuxpaint-config | 0.0.12 | 0.0.13 ------------------------------------------------+-----------------+------------ games/tuxpaint-stamps | 2009.06.28 | 2014.08.23 ------------------------------------------------+-----------------+------------ math/atlas-devel | 3.9.11 | 3.11.30 ------------------------------------------------+-----------------+------------ sysutils/replicant | 0.2.1 | 0.6.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 10:28:29 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10408F3 for ; Sun, 24 Aug 2014 10:28:29 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C400D3E8C for ; Sun, 24 Aug 2014 10:28:28 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLV2A-000MsT-W0 for freebsd-ports@freebsd.org; Sun, 24 Aug 2014 12:28:26 +0200 Date: Sun, 24 Aug 2014 12:28:26 +0200 From: Kurt Jaeger To: ports-list freebsd Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824102826.GB9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53F640EF.7000200@FreeBSD.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:28:29 -0000 Hi! > If you have further questions, please ask them on the freebsd-ports@ > mailing list, and feel free to Cc: me, but do make sure your mailer does > not break threading, and do keep the Subject line intact. For devel/ice: If I run portupgrade, it says: cannot install: no eligible BerkeleyDB version. Requested: 6, incompatible: 40 41 42 43 44 46 47 48 6. Try: make debug-bdb while the makefile says: USE_BDB= 5 INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 and pkg info | grep ^db says: db48-4.8.30.0_2 The Berkeley DB package, revision 4.8 db5-5.3.28_1 The Oracle Berkeley DB, revision 5.3 db6-6.1.19 The Oracle Berkeley DB, revision 6.1 Any idea on how to fix this ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 10:33:38 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BA211FA; Sun, 24 Aug 2014 10:33:38 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBBCE3F24; Sun, 24 Aug 2014 10:33:37 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLV7B-000MtZ-6s; Sun, 24 Aug 2014 12:33:37 +0200 Date: Sun, 24 Aug 2014 12:33:37 +0200 From: Kurt Jaeger To: Bryan Drewery Subject: Re: portupgrade hash error message: HASH: Out of overflow pages. Increase page size Message-ID: <20140824103337.GC9400@home.opsec.eu> References: <20140821201223.GT9400@home.opsec.eu> <53F65562.30201@FreeBSD.org> <20140821203629.GU9400@home.opsec.eu> <53F65B23.6060503@FreeBSD.org> <20140822043110.GV9400@home.opsec.eu> <20140823024506.GX9400@home.opsec.eu> <53F8D84D.306@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53F8D84D.306@FreeBSD.org> Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:33:38 -0000 Hi! > >> pkg info | grep ruby > >> > >> ruby-2.1.2,1 Object-oriented interpreted scripting language > >> ruby19-1.9.3.547,1 Object-oriented interpreted scripting language > >> ruby19-bdb-0.6.6_3 Ruby interface to Oracle Berkeley DB revision 2 or later > > > > After removing ruby-2.1, and a little cleanup, the message did not > > re-appear. > If you're willing to try again please install ruby2 and > databases/ruby-bdb for ruby2 as well. Done, now: pkg info | grep ^ruby ruby19-1.9.3.547,1 Object-oriented interpreted scripting language ruby19-bdb-0.6.6_4 Ruby interface to Oracle Berkeley DB revision 2 or later ruby21-2.1.2,1 Object-oriented interpreted scripting language ruby21-bdb6-0.6.6_4 Ruby interface to Oracle Berkeley DB revision 2 or later and portupgrade-devel installed after ruby21, it works: [Reading data from pkg(8) ... - 2247 packages found - done] [Updating the portsdb in /usr/ports ... - 24485 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000.........21000.........22000.........23000.........24000.... ..... done] -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 10:58:52 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBE9C8CC for ; Sun, 24 Aug 2014 10:58:52 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 2C60D30B2 for ; Sun, 24 Aug 2014 10:58:51 +0000 (UTC) Received: (qmail 48885 invoked by uid 89); 24 Aug 2014 10:58:49 -0000 Received: from unknown (HELO ?192.168.250.177?) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 10:58:49 -0000 References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> Mime-Version: 1.0 (1.0) In-Reply-To: <20140824102826.GB9400@home.opsec.eu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11D257) From: Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Date: Sun, 24 Aug 2014 12:58:04 +0200 To: Kurt Jaeger Cc: ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:58:52 -0000 > On 24 Aug 2014, at 12:28, Kurt Jaeger wrote: >=20 > Hi! >=20 >> If you have further questions, please ask them on the freebsd-ports@ >> mailing list, and feel free to Cc: me, but do make sure your mailer does >> not break threading, and do keep the Subject line intact. >=20 > For devel/ice: >=20 > If I run portupgrade, it says: >=20 > cannot install: no eligible BerkeleyDB version. Requested: 6, incompatible= : 40 41 42 43 44 46 47 48 6. Try: make debug-bdb >=20 > while the makefile says: >=20 > USE_BDB=3D 5 > INVALID_BDB_VER=3D 40 41 42 43 44 46 47 48 6 >=20 > and pkg info | grep ^db says: >=20 > db48-4.8.30.0_2 The Berkeley DB package, revision 4.8 > db5-5.3.28_1 The Oracle Berkeley DB, revision 5.3 > db6-6.1.19 The Oracle Berkeley DB, revision 6.1 >=20 > Any idea on how to fix this ? Is this exclusive to portupgrade (does "make install" work)? Ice only suppor= ts bdb 5, so the Makefile should be correct. >=20 > --=20 > pi@opsec.eu +49 171 3101372 6 years to g= o ! > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 11:11:50 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B42769D2; Sun, 24 Aug 2014 11:11:50 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BCA320D; Sun, 24 Aug 2014 11:11:50 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLVi9-000Mx5-Ss; Sun, 24 Aug 2014 13:11:49 +0200 Date: Sun, 24 Aug 2014 13:11:49 +0200 From: Kurt Jaeger To: Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824111149.GD9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 11:11:50 -0000 Hi! > > For devel/ice: [...] > Is this exclusive to portupgrade (does "make install" work)? Ice > only supports bdb 5, so the Makefile should be correct. No, it's not exclusive. Same behaviour with # make ===> Ice-3.5.1_1 cannot install: no eligible BerkeleyDB version. Requested: 6, incompatible: 40 41 42 43 44 46 47 48 6. Try: make debug-bdb. *** Error code 1 Stop. make: stopped in /usr/ports/devel/ice -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 11:39:10 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF159DE3; Sun, 24 Aug 2014 11:39:10 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DD233D4; Sun, 24 Aug 2014 11:39:09 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MHH6Z-1X8dyJ2sIF-00E5VP; Sun, 24 Aug 2014 13:39:00 +0200 Message-ID: <53F9CEDA.4070309@gmx.de> Date: Sun, 24 Aug 2014 13:39:06 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kurt Jaeger , Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> In-Reply-To: <20140824111149.GD9400@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:iUNmsrDHslUKIoVslDEF7IsgehpzhMgCcovDOkZG+BxUtSnDm1C 5nDfzc1rUt5ZzqJD30zbK/0IIMmcmRdGHpFsJNZ3GLRc1IXuegpdvp3rLxvQ86ygztmjfUA d+wtNo0BX/JE9n2llcz8gh5elmLN+XeXnfiYB8Fj0FO/cidFXJImIJCDeruej16O/Osw2FD Fi6VRI6DbXTvfq/JpdOgg== X-UI-Out-Filterresults: notjunk:1; Cc: ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 11:39:10 -0000 On 2014-08-24 13:11, Kurt Jaeger wrote: > Hi! > >>> For devel/ice: > [...] >> Is this exclusive to portupgrade (does "make install" work)? Ice >> only supports bdb 5, so the Makefile should be correct. > > No, it's not exclusive. Same behaviour with > > # make > ===> Ice-3.5.1_1 cannot install: no eligible BerkeleyDB version. Requested: 6, incompatible: 40 41 42 43 44 46 47 48 6. Try: make debug-bdb. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/ice > Hm, using USE_BDB=$numble looks wrong to me in devel/ice. Can you test the following patch. Index: Makefile =================================================================== --- devel/ice/Makefile (revision 365910) +++ devel/ice/Makefile (working copy) @@ -27,7 +27,8 @@ .endif USES= iconv gmake -USE_BDB= 5 +USE_BDB= yes +WANT_BDB_VER= 5 INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 USE_LDCONFIG= yes BUILD_WRKSRC?= ${WRKSRC}/cpp -- olli From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 12:20:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A063F679 for ; Sun, 24 Aug 2014 12:20:59 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 08AA93734 for ; Sun, 24 Aug 2014 12:20:57 +0000 (UTC) Received: (qmail 49569 invoked by uid 89); 24 Aug 2014 12:20:50 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 12:20:50 -0000 Date: Sun, 24 Aug 2014 14:20:50 +0200 From: Michael Gmelin To: olli hauer Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824142050.5e336477@bsd64.grem.de> In-Reply-To: <53F9CEDA.4070309@gmx.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 12:20:59 -0000 On Sun, 24 Aug 2014 13:39:06 +0200 olli hauer wrote: > On 2014-08-24 13:11, Kurt Jaeger wrote: > > Hi! > > > >>> For devel/ice: > > [...] > >> Is this exclusive to portupgrade (does "make install" work)? Ice > >> only supports bdb 5, so the Makefile should be correct. > > > > No, it's not exclusive. Same behaviour with > > > > # make > > ===> Ice-3.5.1_1 cannot install: no eligible BerkeleyDB version. > > Requested: 6, incompatible: 40 41 42 43 44 46 47 48 6. Try: make > > debug-bdb. *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/devel/ice > > > > > Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > > Can you test the following patch. > > Index: Makefile > =================================================================== > --- devel/ice/Makefile (revision 365910) > +++ devel/ice/Makefile (working copy) > @@ -27,7 +27,8 @@ > .endif > > USES= iconv gmake > -USE_BDB= 5 > +USE_BDB= yes > +WANT_BDB_VER= 5 > INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > USE_LDCONFIG= yes > BUILD_WRKSRC?= ${WRKSRC}/cpp > > @Kurt: Could you test and confirm? If this works, I'll commit the patch. @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's quite amusing how this went unnoticed for so long, it has been in there for eight years :) r169835 | itetcu | 2006-08-06 18:53:56 +0200 (Sun, 06 Aug 2006) | 5 lines convert to USE_BDB PR: ports/101409 Submitted by: Stefan Ehmann (maintainer) -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 12:30:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1763B92D; Sun, 24 Aug 2014 12:30:08 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C236537DA; Sun, 24 Aug 2014 12:30:07 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLWvu-000N2q-Bq; Sun, 24 Aug 2014 14:30:06 +0200 Date: Sun, 24 Aug 2014 14:30:06 +0200 From: Kurt Jaeger To: Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824123006.GE9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140824142050.5e336477@bsd64.grem.de> Cc: olli hauer , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 12:30:08 -0000 Hi! > > Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > > > > Can you test the following patch. > > > > Index: Makefile > > =================================================================== > > --- devel/ice/Makefile (revision 365910) > > +++ devel/ice/Makefile (working copy) > > @@ -27,7 +27,8 @@ > > .endif > > > > USES= iconv gmake > > -USE_BDB= 5 > > +USE_BDB= yes > > +WANT_BDB_VER= 5 > > INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > > USE_LDCONFIG= yes > > BUILD_WRKSRC?= ${WRKSRC}/cpp > @Kurt: Could you test and confirm? If this works, I'll commit the patch. Yes, it builds. -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 12:37:31 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12FEEB81 for ; Sun, 24 Aug 2014 12:37:31 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 558613890 for ; Sun, 24 Aug 2014 12:37:29 +0000 (UTC) Received: (qmail 49783 invoked by uid 89); 24 Aug 2014 12:37:29 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 12:37:29 -0000 Date: Sun, 24 Aug 2014 14:37:28 +0200 From: Michael Gmelin To: Kurt Jaeger Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824143728.0d5c435b@bsd64.grem.de> In-Reply-To: <20140824123006.GE9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: olli hauer , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 12:37:31 -0000 On Sun, 24 Aug 2014 14:30:06 +0200 Kurt Jaeger wrote: > Hi! > > > > Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > > > > > > Can you test the following patch. > > > > > > Index: Makefile > > > =================================================================== > > > --- devel/ice/Makefile (revision 365910) > > > +++ devel/ice/Makefile (working copy) > > > @@ -27,7 +27,8 @@ > > > .endif > > > > > > USES= iconv gmake > > > -USE_BDB= 5 > > > +USE_BDB= yes > > > +WANT_BDB_VER= 5 > > > INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > > > USE_LDCONFIG= yes > > > BUILD_WRKSRC?= ${WRKSRC}/cpp > > > @Kurt: Could you test and confirm? If this works, I'll commit the > > patch. > > Yes, it builds. > I created a commit request https://reviews.freebsd.org/D679 -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 13:02:07 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33ECD22D for ; Sun, 24 Aug 2014 13:02:07 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 78C7A3A89 for ; Sun, 24 Aug 2014 13:02:05 +0000 (UTC) Received: (qmail 49906 invoked by uid 89); 24 Aug 2014 12:55:24 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 12:55:24 -0000 Date: Sun, 24 Aug 2014 14:55:23 +0200 From: Michael Gmelin To: andrew clarke Subject: Re: pkg 1.3.6 output bug Message-ID: <20140824145523.307f8bcd@bsd64.grem.de> In-Reply-To: <20140824081310.GA69160@ozzmosis.com> References: <20140824081310.GA69160@ozzmosis.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 13:02:07 -0000 On Sun, 24 Aug 2014 18:13:10 +1000 andrew clarke wrote: > Installing a package built on another system I noticed pkg 1.3.6 shows > incorrect output when installing with a dependency: > > # ls -l > total 41123 > -rw-r--r-- 1 ozzmosis ozzmosis 22222428 24 Aug 18:07 > clang-devel-3.6.r216160.txz -rw-r--r-- 1 ozzmosis ozzmosis > 19728928 24 Aug 18:08 llvm-devel-3.6.r216160.txz # pkg add > clang-devel-3.6.r216160.txz Installing llvm-devel-3.6.r216160: 100% > Installing llvm-devel-3.6.r216160: 100% > # pkg -v > 1.3.6 > > ie. llvm-devel is output twice, clang-devel not at all. > > Pretty sure this is a bug? > I created a pull request that should fix the issue: https://github.com/freebsd/pkg/pull/982 -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 13:08:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A6E5462; Sun, 24 Aug 2014 13:08:05 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 122E63AB1; Sun, 24 Aug 2014 13:08:04 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MRoyH-1WsZTP0cO1-00SyuS; Sun, 24 Aug 2014 15:08:02 +0200 Message-ID: <53F9E3B7.10009@gmx.de> Date: Sun, 24 Aug 2014 15:08:07 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Michael Gmelin , Kurt Jaeger Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> In-Reply-To: <20140824143728.0d5c435b@bsd64.grem.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:F3TeF9ZS/1zxjL81NfYUZd6tzGCyLN94x5zLn9HISgObn7/VKBv MYPN5v7vaSqeHWan8Vc9IykNwNn1x4mBWRUPrj7AhpoTAZkBMm49SjpPvzNwkkiZkyB2WLz nmrtNb4TjQSL/pnjLefaovdxQhHFErRhCuUhz98FExnjOha9jxXwQLxXO1J7GxqdLm9BQbI Nxqoag8GdLGI66JPAxeEw== X-UI-Out-Filterresults: notjunk:1; Cc: ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 13:08:05 -0000 On 2014-08-24 14:37, Michael Gmelin wrote: > > > On Sun, 24 Aug 2014 14:30:06 +0200 > Kurt Jaeger wrote: > >> Hi! >> >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. >>>> >>>> Can you test the following patch. >>>> >>>> Index: Makefile >>>> =================================================================== >>>> --- devel/ice/Makefile (revision 365910) >>>> +++ devel/ice/Makefile (working copy) >>>> @@ -27,7 +27,8 @@ >>>> .endif >>>> >>>> USES= iconv gmake >>>> -USE_BDB= 5 >>>> +USE_BDB= yes >>>> +WANT_BDB_VER= 5 >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 >>>> USE_LDCONFIG= yes >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp >> >>> @Kurt: Could you test and confirm? If this works, I'll commit the >>> patch. >> >> Yes, it builds. >> > > I created a commit request > > https://reviews.freebsd.org/D679 > Kurt, or you can commit this even w.o. PR. The patch does not break anything but allows the port to build as required. I assume there are even more easter eggs in the tree, specially for USE_BDB. -- olli From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 13:18:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24B79793 for ; Sun, 24 Aug 2014 13:18:21 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 5FB113B6E for ; Sun, 24 Aug 2014 13:18:18 +0000 (UTC) Received: (qmail 50213 invoked by uid 89); 24 Aug 2014 13:18:17 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 13:18:17 -0000 Date: Sun, 24 Aug 2014 15:18:17 +0200 From: Michael Gmelin To: olli hauer Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824151817.6432a946@bsd64.grem.de> In-Reply-To: <53F9E3B7.10009@gmx.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Michael Gmelin , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 13:18:21 -0000 On Sun, 24 Aug 2014 15:08:07 +0200 olli hauer wrote: > On 2014-08-24 14:37, Michael Gmelin wrote: > > > > > > On Sun, 24 Aug 2014 14:30:06 +0200 > > Kurt Jaeger wrote: > > > >> Hi! > >> > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > >>>> > >>>> Can you test the following patch. > >>>> > >>>> Index: Makefile > >>>> =================================================================== > >>>> --- devel/ice/Makefile (revision 365910) > >>>> +++ devel/ice/Makefile (working copy) > >>>> @@ -27,7 +27,8 @@ > >>>> .endif > >>>> > >>>> USES= iconv gmake > >>>> -USE_BDB= 5 > >>>> +USE_BDB= yes > >>>> +WANT_BDB_VER= 5 > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > >>>> USE_LDCONFIG= yes > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > >> > >>> @Kurt: Could you test and confirm? If this works, I'll commit the > >>> patch. > >> > >> Yes, it builds. > >> > > > > I created a commit request > > > > https://reviews.freebsd.org/D679 > > > > Kurt, or you can commit this even w.o. PR. > The patch does not break anything but allows the port to build as > required. I assume there are even more easter eggs in the tree, > specially for USE_BDB. > I already committed it. -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 13:18:48 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70077825 for ; Sun, 24 Aug 2014 13:18:48 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id C49953B75 for ; Sun, 24 Aug 2014 13:18:47 +0000 (UTC) Received: (qmail 50261 invoked by uid 89); 24 Aug 2014 13:18:46 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 13:18:46 -0000 Date: Sun, 24 Aug 2014 15:18:46 +0200 From: Michael Gmelin To: olli hauer Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824151846.73190032@bsd64.grem.de> In-Reply-To: <53F9E3B7.10009@gmx.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 13:18:48 -0000 On Sun, 24 Aug 2014 15:08:07 +0200 olli hauer wrote: > On 2014-08-24 14:37, Michael Gmelin wrote: > > > > > > On Sun, 24 Aug 2014 14:30:06 +0200 > > Kurt Jaeger wrote: > > > >> Hi! > >> > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > >>>> > >>>> Can you test the following patch. > >>>> > >>>> Index: Makefile > >>>> =================================================================== > >>>> --- devel/ice/Makefile (revision 365910) > >>>> +++ devel/ice/Makefile (working copy) > >>>> @@ -27,7 +27,8 @@ > >>>> .endif > >>>> > >>>> USES= iconv gmake > >>>> -USE_BDB= 5 > >>>> +USE_BDB= yes > >>>> +WANT_BDB_VER= 5 > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > >>>> USE_LDCONFIG= yes > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > >> > >>> @Kurt: Could you test and confirm? If this works, I'll commit the > >>> patch. > >> > >> Yes, it builds. > >> > > > > I created a commit request > > > > https://reviews.freebsd.org/D679 > > > > Kurt, or you can commit this even w.o. PR. > The patch does not break anything but allows the port to build as > required. I assume there are even more easter eggs in the tree, > specially for USE_BDB. > Committed it (this time from the correct email account) -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 13:36:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27C0EEF9 for ; Sun, 24 Aug 2014 13:36:21 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 805123D28 for ; Sun, 24 Aug 2014 13:36:19 +0000 (UTC) Received: (qmail 50562 invoked by uid 89); 24 Aug 2014 13:36:18 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 13:36:18 -0000 Date: Sun, 24 Aug 2014 15:36:18 +0200 From: Michael Gmelin To: olli hauer Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824153618.32060060@bsd64.grem.de> In-Reply-To: <53F9E3B7.10009@gmx.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 13:36:21 -0000 On Sun, 24 Aug 2014 15:08:07 +0200 olli hauer wrote: > On 2014-08-24 14:37, Michael Gmelin wrote: > > > > > > On Sun, 24 Aug 2014 14:30:06 +0200 > > Kurt Jaeger wrote: > > > >> Hi! > >> > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > >>>> > >>>> Can you test the following patch. > >>>> > >>>> Index: Makefile > >>>> =================================================================== > >>>> --- devel/ice/Makefile (revision 365910) > >>>> +++ devel/ice/Makefile (working copy) > >>>> @@ -27,7 +27,8 @@ > >>>> .endif > >>>> > >>>> USES= iconv gmake > >>>> -USE_BDB= 5 > >>>> +USE_BDB= yes > >>>> +WANT_BDB_VER= 5 > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > >>>> USE_LDCONFIG= yes > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > >> > >>> @Kurt: Could you test and confirm? If this works, I'll commit the > >>> patch. > >> > >> Yes, it builds. > >> > > > > I created a commit request > > > > https://reviews.freebsd.org/D679 > > > > Kurt, or you can commit this even w.o. PR. > The patch does not break anything but allows the port to build as > required. I assume there are even more easter eggs in the tree, > specially for USE_BDB. > A short grep shows that the following ports are affected, the question is if simply converting them to USE_BDB= yes WANT_BDB_VER= is the right thing to do. archivers/rpm4/Makefile chinese/xsim/Makefile comms/trustedqsl/Makefile comms/xastir/Makefile databases/dbtool/Makefile databases/evolution-data-server/Makefile databases/fortytwo-bdb/Makefile databases/libgda5/Makefile databases/memcachedb/Makefile databases/memcacheq/Makefile databases/p5-BDB/Makefile databases/p5-BerkeleyDB/Makefile databases/py-bsddb/Makefile databases/py-bsddb3/Makefile databases/rdfdb/Makefile devel/apr1/Makefile devel/libqxt/Makefile dns/dnshistory/Makefile editors/nvi-devel/Makefile graphics/fortytwo/Makefile japanese/mutt-devel/Makefile mail/avenger/Makefile mail/bogofilter/Makefile mail/dk-milter/Makefile mail/drac/Makefile mail/evolution-exchange/Makefile mail/greyfix/Makefile mail/isync/Makefile mail/meta1/Makefile mail/mutt/Makefile mail/opendkim/Makefile mail/spamprobe/Makefile net-p2p/cdonkey/Makefile net/freeswitch-core-devel/Makefile net/netatalk/Makefile net/netatalk3/Makefile net/openldap24-server/Makefile news/inn/Makefile science/gramps/Makefile security/pks/Makefile security/sks/Makefile sysutils/apt/Makefile sysutils/cfengine22/Makefile sysutils/cfengine32/Makefile www/oops/Makefile -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 14:44:37 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BF704D4 for ; Sun, 24 Aug 2014 14:44:37 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 093DB33C6 for ; Sun, 24 Aug 2014 14:44:34 +0000 (UTC) Received: (qmail 51370 invoked by uid 89); 24 Aug 2014 14:44:33 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 14:44:33 -0000 Date: Sun, 24 Aug 2014 16:44:34 +0200 From: Michael Gmelin To: olli hauer , Kurt Jaeger , ports-list freebsd Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824164434.1bfddfcb@bsd64.grem.de> In-Reply-To: <20140824153618.32060060@bsd64.grem.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> <20140824153618.32060060@bsd64.grem.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Matthias Andree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 14:44:37 -0000 On Sun, 24 Aug 2014 15:36:18 +0200 Michael Gmelin wrote: > On Sun, 24 Aug 2014 15:08:07 +0200 > olli hauer wrote: > > > On 2014-08-24 14:37, Michael Gmelin wrote: > > > > > > > > > On Sun, 24 Aug 2014 14:30:06 +0200 > > > Kurt Jaeger wrote: > > > > > >> Hi! > > >> > > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > > >>>> > > >>>> Can you test the following patch. > > >>>> > > >>>> Index: Makefile > > >>>> =================================================================== > > >>>> --- devel/ice/Makefile (revision 365910) > > >>>> +++ devel/ice/Makefile (working copy) > > >>>> @@ -27,7 +27,8 @@ > > >>>> .endif > > >>>> > > >>>> USES= iconv gmake > > >>>> -USE_BDB= 5 > > >>>> +USE_BDB= yes > > >>>> +WANT_BDB_VER= 5 > > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > > >>>> USE_LDCONFIG= yes > > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > > >> > > >>> @Kurt: Could you test and confirm? If this works, I'll commit > > >>> the patch. > > >> > > >> Yes, it builds. > > >> > > > > > > I created a commit request > > > > > > https://reviews.freebsd.org/D679 > > > > > > > Kurt, or you can commit this even w.o. PR. > > The patch does not break anything but allows the port to build as > > required. I assume there are even more easter eggs in the tree, > > specially for USE_BDB. > > @Kurt: I assume you have WITH_BDB_VER= 6 in your make.conf? > > A short grep shows that the following ports are affected, the question > is if simply converting them to > > USE_BDB= yes > WANT_BDB_VER= > > is the right thing to do. > To answer my own question: Probably not, as it seems legal to use USE_BDB= , which *should* (or at least used to) have the same effect as USE_BDB= yes WITH_BDB_VER= I'm a bit curious what the correct use of INVALID_BDB_VER is, since it seems incompatible with using WITH_BDB_VER in make.conf, so in the end a port always has to specify WANT_BDB_VER if you want to ensure it builds correctly. Also, using INVALID_BDB_VER in devel/ice seems redundant now: USE_BDB= yes WANT_BDB_VER= 5 INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 I assume that USE_BDB= yes WANT_BDB_VER= 5 will accomplish the same. - Michael -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 14:46:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA45F61E; Sun, 24 Aug 2014 14:46:30 +0000 (UTC) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51A7B33FD; Sun, 24 Aug 2014 14:46:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.9/8.14.9) with ESMTP id s7OEkHMJ028578; Sun, 24 Aug 2014 07:46:17 -0700 (PDT) (envelope-from freebsd@pki2.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1408891577; bh=7RSZW1w+x/ZhLogovjYwZDkZ9SMWrkkKPTC20iZHlSQ=; h=Subject:From:To:Cc:In-Reply-To:References:Date; b=otPvAEwiXpYr3g4jsVmhpwY1e/aXpEH1p6dnm4i8WqWWRrg1yTGOqhVyVzYeqZsuY +Gl7GUZZJvmxwD/9wVfiaAIuf3hpXupDstsekjeYbZyqTG50UrYwuzIELmgbkBvsrQ PWUgLyzrYFpIGTUMjf3MVnNWZpgnun32NZzyjEZPBgu/NgGrfxjSPJ89C5dnSheTDo m4HQod4QJ1L2PwQdwlkUSar7irTuHdERrFIlI4zd9YLEqpNYNTk5S9DcCJ7uQogzk0 E5D3YjY++CzXAoAMaNz1Z932CFrVKECg1mGrd8x/5CVPq2OzyUA139YZWUmVXzsvDW nM4T1HpYH9gmw== Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Dennis Glatting To: olli hauer In-Reply-To: <53F9E3B7.10009@gmx.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> Content-Type: text/plain; charset="ISO-8859-1" Date: Sun, 24 Aug 2014 07:46:17 -0700 Message-ID: <1408891577.3895.425.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: s7OEkHMJ028578 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: Michael Gmelin , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 14:46:30 -0000 On Sun, 2014-08-24 at 15:08 +0200, olli hauer wrote: > On 2014-08-24 14:37, Michael Gmelin wrote: > > > > > > On Sun, 24 Aug 2014 14:30:06 +0200 > > Kurt Jaeger wrote: > > > >> Hi! > >> > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. > >>>> > >>>> Can you test the following patch. > >>>> > >>>> Index: Makefile > >>>> =================================================================== > >>>> --- devel/ice/Makefile (revision 365910) > >>>> +++ devel/ice/Makefile (working copy) > >>>> @@ -27,7 +27,8 @@ > >>>> .endif > >>>> > >>>> USES= iconv gmake > >>>> -USE_BDB= 5 > >>>> +USE_BDB= yes > >>>> +WANT_BDB_VER= 5 > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > >>>> USE_LDCONFIG= yes > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > >> > >>> @Kurt: Could you test and confirm? If this works, I'll commit the > >>> patch. > >> > >> Yes, it builds. > >> > > > > I created a commit request > > > > https://reviews.freebsd.org/D679 > > > > Kurt, or you can commit this even w.o. PR. > The patch does not break anything but allows the port to build as required. > I assume there are even more easter eggs in the tree, specially for USE_BDB. > Yep: root@Junker# more databases/evolution-data-server/Makefile ... USE_BDB= 41+ From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 16:08:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B99E02E2; Sun, 24 Aug 2014 16:08:57 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 700043A98; Sun, 24 Aug 2014 16:08:57 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLaLf-000NLd-4q; Sun, 24 Aug 2014 18:08:55 +0200 Date: Sun, 24 Aug 2014 18:08:55 +0200 From: Kurt Jaeger To: Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824160855.GF9400@home.opsec.eu> References: <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> <20140824153618.32060060@bsd64.grem.de> <20140824164434.1bfddfcb@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140824164434.1bfddfcb@bsd64.grem.de> Cc: olli hauer , Matthias Andree , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 16:08:57 -0000 Hi! > > > >>>> Hm, using USE_BDB=$numble looks wrong to me in devel/ice. [...] > > > >>>> USES= iconv gmake > > > >>>> -USE_BDB= 5 > > > >>>> +USE_BDB= yes > > > >>>> +WANT_BDB_VER= 5 > > > >>>> INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > > > >>>> USE_LDCONFIG= yes > > > >>>> BUILD_WRKSRC?= ${WRKSRC}/cpp > > > Kurt, or you can commit this even w.o. PR. Sorry, was offline since last mail... > > > The patch does not break anything but allows the port to build as > > > required. I assume there are even more easter eggs in the tree, > > > specially for USE_BDB. > @Kurt: I assume you have WITH_BDB_VER= 6 in your make.conf? Correct. > I'm a bit curious what the correct use of INVALID_BDB_VER is, since it > seems incompatible with using WITH_BDB_VER in make.conf, so in the end > a port always has to specify WANT_BDB_VER if you want to ensure it > builds correctly. > > Also, using INVALID_BDB_VER in devel/ice seems redundant now: > > USE_BDB= yes > WANT_BDB_VER= 5 > INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 > > I assume that > > USE_BDB= yes > WANT_BDB_VER= 5 > > will accomplish the same. Many alternatives -- which one is the right one ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 16:59:38 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9C78CBF; Sun, 24 Aug 2014 16:59:38 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DDF73F6B; Sun, 24 Aug 2014 16:59:38 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id y20so8739616ier.27 for ; Sun, 24 Aug 2014 09:59:37 -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=B0A8lhvIW+ZlIkEwLUbE5e3jUvQhREZunEI5UaE2CPE=; b=pcLcEgtCyrr7UHcDiSTR/Ij86EwvlAf2pnSr6eUSigsGLxzRT1ucQfXBD660B7WphM EPr7qs4+ozdtGFK4zdpfdwErHGw7xH6tl20E/I+hpHw1B36sDhZwOkWcO3wO3ue5iig8 26Q2ehEnN/iPjGCOi2TMC2wDLh0US8VbuJF5YVsxZ/Xq9KgslqvTefg7sm9vt3MH7BqX nu2Wc+3iah5uKuAIhKxIQh93JYXINJN67lSdu7RlanY28Lnf7mX6W/9RuogiYRytKeCe TdXoPFRM+ttfZNz4ZmiId8SL8/6vxlrie1yRD26qTxBGqFyczQRB+2pMD7hikUL3Awfc fxvQ== MIME-Version: 1.0 X-Received: by 10.50.4.9 with SMTP id g9mr10437391igg.42.1408899577741; Sun, 24 Aug 2014 09:59:37 -0700 (PDT) Received: by 10.50.237.71 with HTTP; Sun, 24 Aug 2014 09:59:37 -0700 (PDT) In-Reply-To: <20140824142050.5e336477@bsd64.grem.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> Date: Sun, 24 Aug 2014 11:59:37 -0500 Message-ID: Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Scot Hetzel To: Michael Gmelin Content-Type: text/plain; charset=ISO-8859-1 Cc: olli hauer , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 16:59:38 -0000 On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin wrote: > @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's > quite amusing how this went unnoticed for so long, it has been in > there for eight years :) > As the original author of the USE_BDB code, the USE_BDB=5 had worked in the past. As it is supposed to mean that this port only uses that version of BDB. The code was changed on Aug 21 (r365599) and the author of the new code might have forgot to test this case. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 17:16:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1602C83 for ; Sun, 24 Aug 2014 17:16:45 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 469D93135 for ; Sun, 24 Aug 2014 17:16:43 +0000 (UTC) Received: (qmail 53439 invoked by uid 89); 24 Aug 2014 17:16:41 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.38) by mail.grem.de with ESMTPA; 24 Aug 2014 17:16:41 -0000 Date: Sun, 24 Aug 2014 19:16:43 +0200 From: Michael Gmelin To: Scot Hetzel Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824191643.005f8e1c@bsd64.grem.de> In-Reply-To: References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: olli hauer , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 17:16:45 -0000 On Sun, 24 Aug 2014 11:59:37 -0500 Scot Hetzel wrote: > On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin > wrote: > > @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's > > quite amusing how this went unnoticed for so long, it has been in > > there for eight years :) > > > > As the original author of the USE_BDB code, the USE_BDB=5 had worked > in the past. As it is supposed to mean that this port only uses that > version of BDB. The code was changed on Aug 21 (r365599) and the > author of the new code might have forgot to test this case. > Not sure if you read the rest of the thread, but this is still working as intended (I tested using both the old and new version). The issue is, that USE_BDB=version means USE_BDB=yes, WITH_BDB_VER=version, but Kurt has WITH_BDB_VER=6 in make.conf, which overrides this version number and version =6 is invalid for devel/ice. So basically it works as designed, Kurt wanted a specific version of bdb, which doesn't work for devel/ice. The fix was to add WANT_BDB_VER= 5 in devel/ice, which I guess is ok, since this is the only version it really works with (and I guess I could remove the INVALID directive now, since WANT means really *want*). My question is, what the point of INVALID_BDB_VER really is in this case, it seems a bit pointless to me given the trouble it caused Kurt and how we resolved this. Having a fully specified list of supported versions in WANT_BDB_VER seems better in this case (assuming WANT supports listing multiple versions). -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 18:42:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D8E6CE1 for ; Sun, 24 Aug 2014 18:42:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6503D3887 for ; Sun, 24 Aug 2014 18:42:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7OIgV10071772 for ; Sun, 24 Aug 2014 18:42:31 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7OIgVeR071770 for freebsd-ports@freebsd.org; Sun, 24 Aug 2014 18:42:31 GMT (envelope-from bdrewery) Received: (qmail 76354 invoked from network); 24 Aug 2014 13:42:29 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 24 Aug 2014 13:42:29 -0500 Message-ID: <53FA3214.20205@FreeBSD.org> Date: Sun, 24 Aug 2014 13:42:28 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Michael Gmelin , andrew clarke Subject: Re: pkg 1.3.6 output bug References: <20140824081310.GA69160@ozzmosis.com> <20140824145523.307f8bcd@bsd64.grem.de> In-Reply-To: <20140824145523.307f8bcd@bsd64.grem.de> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EFRmwBBXrV2M7MF0WdRb1TgFg7Fj04NtC" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 18:42:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EFRmwBBXrV2M7MF0WdRb1TgFg7Fj04NtC Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 8/24/2014 7:55 AM, Michael Gmelin wrote: > On Sun, 24 Aug 2014 18:13:10 +1000 > andrew clarke wrote: >=20 >> Installing a package built on another system I noticed pkg 1.3.6 shows= >> incorrect output when installing with a dependency: >> >> # ls -l >> total 41123 >> -rw-r--r-- 1 ozzmosis ozzmosis 22222428 24 Aug 18:07 >> clang-devel-3.6.r216160.txz -rw-r--r-- 1 ozzmosis ozzmosis >> 19728928 24 Aug 18:08 llvm-devel-3.6.r216160.txz # pkg add >> clang-devel-3.6.r216160.txz Installing llvm-devel-3.6.r216160: 100% >> Installing llvm-devel-3.6.r216160: 100% >> # pkg -v >> 1.3.6 >> >> ie. llvm-devel is output twice, clang-devel not at all. >> >> Pretty sure this is a bug? >> >=20 > I created a pull request that should fix the issue: > https://github.com/freebsd/pkg/pull/982 >=20 >=20 Thanks! This was on my list to fix before 1.3.7. It is really noticeable in ports with poudriere as well. --=20 Regards, Bryan Drewery --EFRmwBBXrV2M7MF0WdRb1TgFg7Fj04NtC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT+jIUAAoJEDXXcbtuRpfPlcYH/iZbatzpE/UVXNHIg9Tg124N kicER7vEfPwh0JuepR2WQdm6Y46jM9cp0E6u/+kttyQAmFGUtceQjYmB4aFkQUz7 vDLSRqwp+zKd9XdoNdn4Ur4dX5VFYs9p46QozRS6a6VzKRzhTFqd2s2noegQtsxm J6gfAMaFQSsSmOjLXDzL9jpZxboZeO1Tbj1MY1nQspadI/lg8K/rY7WOih6PMZfI n/MBkzytIPaE+X8eD5RJrOJSS/B0C5V3b2db0dYGJ4hJf4VOZpo2FPwU/aMuTTFy f5561JaMIBw+5hc97Pj6YTK+CtsEF/n8IrEpcIrXbQm6bB77udoAHqxSHY14mCw= =nZcC -----END PGP SIGNATURE----- --EFRmwBBXrV2M7MF0WdRb1TgFg7Fj04NtC-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 18:53:14 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B3E14F6; Sun, 24 Aug 2014 18:53:14 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECEB739A9; Sun, 24 Aug 2014 18:53:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=BzfY4/QFQBFJ9bUVcbmrREnC89zGvysWKWP5qplC7SI=; b=aRCCI3DKZ7GBqNLnLnwsMqYZ7Llbg2q2h5oSq6o/nAItQTnQDoh4jMlYzs8WChABqxBczCfGNTXcytcyeGR5JVSEi+4+H/Apm3QHATimY9P8NE4rBFiR20ldsyPp6Dnm1PTzZPyG4HLthNurPZzBX8A0kTbyJAMr9fFY/2eprzU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLcue-0009hq-Qa; Sun, 24 Aug 2014 18:53:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: antoine@FreeBSD.org X-Trac-Project: redports Date: Sun, 24 Aug 2014 18:53:12 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 365614: 4x depend (ignored: is marked as broken: unfetchable in graphics/dcraw-m), 4x dud, 104x success, 4x leftovers To: antoine@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140822072205-7569 X-Trac-Build-ID: 20140822072205-7569 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 18:53:14 -0000 Canonicalize a few LICENSE_PERMS With hat: portmgr --------------------------------------------------------------------- Build ID: 20140822072205-7569 Job owner: antoine@FreeBSD.org Buildtime: 2 days Enddate: Sun, 24 Aug 2014 18:53:12 GMT Revision: 365614 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=365614 --------------------------------------------------------------------- Port: databases/tdbc 1.0.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400406/tdbc-1.0.0.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400407/tdbc-1.0.0.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400408/tdbc-1.0.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400409/tdbc-1.0.0.log --------------------------------------------------------------------- Port: devel/icu 53.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400410/icu-53.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400411/icu-53.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400412/icu-53.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400413/icu-53.1.log --------------------------------------------------------------------- Port: devel/p5-Sys-Trace 0.03 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400414/p5-Sys-Trace-0.03.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400415/p5-Sys-Trace-0.03.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400416/p5-Sys-Trace-0.03.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400417/p5-Sys-Trace-0.03.log --------------------------------------------------------------------- Port: devel/p5-Thread-Apartment 0.51 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400418/p5-Thread-Apartment-0.51.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400419/p5-Thread-Apartment-0.51.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400420/p5-Thread-Apartment-0.51.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400421/p5-Thread-Apartment-0.51.log --------------------------------------------------------------------- Port: devel/p5-Thread-Queue-Duplex 0.92 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400422/p5-Thread-Queue-Duplex-0.92.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400423/p5-Thread-Queue-Duplex-0.92.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400424/p5-Thread-Queue-Duplex-0.92.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400425/p5-Thread-Queue-Duplex-0.92.log --------------------------------------------------------------------- Port: devel/tcllib 1.16 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400426/tcllib-1.16.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400427/tcllib-1.16.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400428/tcllib-1.16.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400429/tcllib-1.16.log --------------------------------------------------------------------- Port: devel/tcltls 1.6_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400430/tcltls-1.6_2.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400431/tcltls-1.6_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400432/tcltls-1.6_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400433/tcltls-1.6_2.log --------------------------------------------------------------------- Port: games/monsterz 0.7.1_8 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400434/monsterz-0.7.1_8.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400435/monsterz-0.7.1_8.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400436/monsterz-0.7.1_8.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400437/monsterz-0.7.1_8.log --------------------------------------------------------------------- Port: graphics/multiraw 1.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: DEPEND (IGNORED: IS MARKED AS BROKEN: UNFETCHABLE IN GRAPHICS/DCRAW-M) Buildgroup: 8.4-QAT/i386 Buildstatus: DEPEND (IGNORED: IS MARKED AS BROKEN: UNFETCHABLE IN GRAPHICS/DCRAW-M) Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (IGNORED: IS MARKED AS BROKEN: UNFETCHABLE IN GRAPHICS/DCRAW-M) Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (IGNORED: IS MARKED AS BROKEN: UNFETCHABLE IN GRAPHICS/DCRAW-M) --------------------------------------------------------------------- Port: japanese/p5-nkf 2.1.2,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400442/ja-p5-nkf-2.1.2,1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400443/ja-p5-nkf-2.1.2,1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400444/ja-p5-nkf-2.1.2,1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400445/ja-p5-nkf-2.1.2,1.log --------------------------------------------------------------------- Port: java/visualvm 1.3.7 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400446/visualvm-1.3.7.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400447/visualvm-1.3.7.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400448/visualvm-1.3.7.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400449/visualvm-1.3.7.log --------------------------------------------------------------------- Port: lang/mmix 20131017 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400450/mmix-20131017.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400451/mmix-20131017.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400452/mmix-20131017.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400453/mmix-20131017.log --------------------------------------------------------------------- Port: lang/ocaml 4.01.0_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400454/ocaml-4.01.0_4.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400455/ocaml-4.01.0_4.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400456/ocaml-4.01.0_4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400457/ocaml-4.01.0_4.log --------------------------------------------------------------------- Port: lang/tcl84 8.4.20_2,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400458/tcl84-8.4.20_2,1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400459/tcl84-8.4.20_2,1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400460/tcl84-8.4.20_2,1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400461/tcl84-8.4.20_2,1.log --------------------------------------------------------------------- Port: lang/tcl85 8.5.15_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400462/tcl85-8.5.15_2.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400463/tcl85-8.5.15_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400464/tcl85-8.5.15_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400465/tcl85-8.5.15_2.log --------------------------------------------------------------------- Port: lang/tcl86 8.6.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400466/tcl86-8.6.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400467/tcl86-8.6.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400468/tcl86-8.6.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400469/tcl86-8.6.1.log --------------------------------------------------------------------- Port: lang/tclX 8.4.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400470/tclX-8.4.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400471/tclX-8.4.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400472/tclX-8.4.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400473/tclX-8.4.1.log --------------------------------------------------------------------- Port: math/py-pymc 2.3_1,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400474/py27-pymc-2.3_1,1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400475/py27-pymc-2.3_1,1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400476/py27-pymc-2.3_1,1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400477/py27-pymc-2.3_1,1.log --------------------------------------------------------------------- Port: multimedia/vtkmpeg2encode 5.10.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400478/vtkmpeg2encode-5.10.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400479/vtkmpeg2encode-5.10.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400480/vtkmpeg2encode-5.10.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400481/vtkmpeg2encode-5.10.1.log --------------------------------------------------------------------- Port: net-im/ttytter 2.1.00 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400482/ttytter-2.1.00.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400483/ttytter-2.1.00.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400484/ttytter-2.1.00.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400485/ttytter-2.1.00.log --------------------------------------------------------------------- Port: ports-mgmt/chucky 1.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400486/chucky-1.0_1.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400487/chucky-1.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400488/chucky-1.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400489/chucky-1.0_1.log --------------------------------------------------------------------- Port: ports-mgmt/prhistory 1.0_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400490/prhistory-1.0_2.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400491/prhistory-1.0_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400492/prhistory-1.0_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400493/prhistory-1.0_2.log --------------------------------------------------------------------- Port: sysutils/radmind 1.14.1_2014052201 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400494/radmind-1.14.1_2014052201.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400495/radmind-1.14.1_2014052201.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400496/radmind-1.14.1_2014052201.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400497/radmind-1.14.1_2014052201.log --------------------------------------------------------------------- Port: www/yabb 2.5.2_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: DUD Buildgroup: 8.4-QAT/i386 Buildstatus: DUD Buildgroup: 9.2-QAT/amd64 Buildstatus: DUD Buildgroup: 9.2-QAT/i386 Buildstatus: DUD --------------------------------------------------------------------- Port: x11-fonts/gohufont 2.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400502/gohufont-2.0_1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400503/gohufont-2.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400504/gohufont-2.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400505/gohufont-2.0_1.log --------------------------------------------------------------------- Port: x11-toolkits/tk84 8.4.20,2 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400506/tk84-8.4.20,2.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400507/tk84-8.4.20,2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400508/tk84-8.4.20,2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400509/tk84-8.4.20,2.log --------------------------------------------------------------------- Port: x11-toolkits/tk85 8.5.15 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400510/tk85-8.5.15.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400511/tk85-8.5.15.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400512/tk85-8.5.15.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400513/tk85-8.5.15.log --------------------------------------------------------------------- Port: x11-toolkits/tk86 8.6.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400514/tk86-8.6.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400515/tk86-8.6.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400516/tk86-8.6.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400517/tk86-8.6.1.log --------------------------------------------------------------------- Port: x11/xsel-conrad 1.2.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400518/xsel-conrad-1.2.0.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400519/xsel-conrad-1.2.0.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400520/xsel-conrad-1.2.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~antoine@FreeBSD.org/20140822072205-7569-400521/xsel-conrad-1.2.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 19:55:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EF4C48D for ; Sun, 24 Aug 2014 19:55:40 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D5613F42 for ; Sun, 24 Aug 2014 19:55:40 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLdt6-000NdE-Cj for freebsd-ports@freebsd.org; Sun, 24 Aug 2014 21:55:40 +0200 Date: Sun, 24 Aug 2014 21:55:40 +0200 From: Kurt Jaeger To: ports-list freebsd Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Message-ID: <20140824195540.GG9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53F640EF.7000200@FreeBSD.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 19:55:40 -0000 Hi! There is the possible mechanism of WITH_BDB_VER=6 in /etc/make.conf. Is there a way to also add some DEFAULT_VERSIONS= bdb=6 like syntax in /usr/ports/Mk/bsd.default-versions.mk to keep the mechanism similar to other "default versions" ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 20:21:49 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 112A1862 for ; Sun, 24 Aug 2014 20:21:49 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6D6831D3 for ; Sun, 24 Aug 2014 20:21:48 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLeIP-000NfR-Mv for ports@freebsd.org; Sun, 24 Aug 2014 22:21:49 +0200 Date: Sun, 24 Aug 2014 22:21:49 +0200 From: Kurt Jaeger To: ports@freebsd.org Subject: net/rabbitmq-c-devel and cmake hints needed (PR 186690) Message-ID: <20140824202149.GH9400@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 20:21:49 -0000 Hi! I'm trying to upgrade net/rabbitmq-c-devel and prepared a patch for it. If someone understands more about cmake and the magic behind it, I would appreciate it. It builds fine on my host populated with approx. 2200 packages: http://people.freebsd.org/~pi/misc/non-verbose-build.txt Building it in poudriere, some bin/ stuff is not build (why?) and the commands are displayed, so it's much more verbose (why is it more verbose?). http://people.freebsd.org/~pi/misc/verbose-build.txt Thanks for any hint! -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 20:34:12 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 723169ED for ; Sun, 24 Aug 2014 20:34:12 +0000 (UTC) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 378A632EC for ; Sun, 24 Aug 2014 20:34:12 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id f73so10304306yha.38 for ; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hbN2amEVyKgDpUmD+GRgFsF/HmP2AP0fy5dfztcX/RE=; b=Jkfm7QobwbviYac0tmEMNgyIrKWzDwSp+aUlIRUJMwHUS/bPz2JNuJSIip185Tku5U O1DpoBLmFUXXjRmDf6S6lkyjO9qnqURwwP9XgOZriiAkArNifWcRRFR8bRsnlaD9IXIt 2IPqVtmVk5tvWEv5i2/RfjBFZRa+bSWpns+dSVx1+2ESjwhj8OL19TSw/SRUbhHyWqao C/PrNV1XsokSz2OHPYfHrm/MoboXntdjyKuZ/BtwqEKXnKQVicb05bbRYQ7fnWbpns4H 2Z7Mg4pF4NYVgzwVfWCmaUGJE8BEc0095DncBQGI0+3gyt6Hp6U0B7vJFYWTsLU/BEV5 55Cw== MIME-Version: 1.0 X-Received: by 10.236.199.97 with SMTP id w61mr28671041yhn.36.1408912451388; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) In-Reply-To: <20140824202149.GH9400@home.opsec.eu> References: <20140824202149.GH9400@home.opsec.eu> Date: Sun, 24 Aug 2014 22:34:11 +0200 X-Google-Sender-Auth: 6TGu6QX8wE6fEMx5Hl4N8otPjGk Message-ID: Subject: Re: net/rabbitmq-c-devel and cmake hints needed (PR 186690) From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 20:34:12 -0000 On Sun, Aug 24, 2014 at 10:21 PM, Kurt Jaeger wrote: > Hi! > > I'm trying to upgrade net/rabbitmq-c-devel and prepared a patch > for it. If someone understands more about cmake and the magic > behind it, I would appreciate it. > > It builds fine on my host populated with approx. 2200 packages: > > http://people.freebsd.org/~pi/misc/non-verbose-build.txt > > Building it in poudriere, some bin/ stuff is not build (why?) and > the commands are displayed, so it's much more verbose > (why is it more verbose?). > > http://people.freebsd.org/~pi/misc/verbose-build.txt > > Thanks for any hint! Hi, >From Uses/cmake.mk: .if defined(BATCH) || defined(PACKAGE_BUILDING) CMAKE_VERBOSE= yes CMAKE_NOCOLOR= yes .endif For the tools, it seems they need POPT and you didn't select the option in poudriere. Cheers, Antoine From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 20:45:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84D28C21; Sun, 24 Aug 2014 20:45:20 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44AF933BD; Sun, 24 Aug 2014 20:45:20 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLefB-000NhU-8A; Sun, 24 Aug 2014 22:45:21 +0200 Date: Sun, 24 Aug 2014 22:45:21 +0200 From: Kurt Jaeger To: Antoine Brodin Subject: Re: net/rabbitmq-c-devel and cmake hints needed (PR 186690) Message-ID: <20140824204521.GI9400@home.opsec.eu> References: <20140824202149.GH9400@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 20:45:20 -0000 Hi! > >From Uses/cmake.mk: > > .if defined(BATCH) || defined(PACKAGE_BUILDING) > CMAKE_VERBOSE= yes > CMAKE_NOCOLOR= yes > .endif Ah, thanks! > For the tools, it seems they need POPT and you didn't select the > option in poudriere. Thanks! That was indeed the problem! -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 20:59:46 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADE7C107 for ; Sun, 24 Aug 2014 20:59:46 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C41734A3 for ; Sun, 24 Aug 2014 20:59:46 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLet9-000NiT-0r; Sun, 24 Aug 2014 22:59:47 +0200 Date: Sun, 24 Aug 2014 22:59:46 +0200 From: Kurt Jaeger To: Micha?? J??drzejczak , freebsd-ports@freebsd.org Subject: Re: Fwd: Pecl-amqp and rabbitmq-c-devel Message-ID: <20140824205946.GJ9400@home.opsec.eu> References: <20140819200705.GP9400@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140819200705.GP9400@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 20:59:46 -0000 Hi! > > It is possible to do something with this : > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186690 > > > > We very need rabbitmq-c-devel ane pecl-amqp (1.4.x) for develop .. > > I updated the diff, it now builds on my testhost, but in poudriere it is > not building, so probably some BUILD_DEPENDS is still missing. With the help from antoine@, rabbitmq-c-devel is now updated to 0.5.1. I'll have a look at 186691 tomorrow evening. -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 22:35:42 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A81B712 for ; Sun, 24 Aug 2014 22:35:42 +0000 (UTC) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2252C3BD8 for ; Sun, 24 Aug 2014 22:35:41 +0000 (UTC) Received: by quine.pinyon.org (Postfix, from userid 122) id 3860E1603BF; Sun, 24 Aug 2014 15:35:35 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, SUBJ_OBFU_PUNCT_FEW autolearn=no autolearn_force=no version=3.4.0 Received: from feyerabend.n1.pinyon.org (feyerabend.n1.pinyon.org [10.0.10.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id 7BAF9160163 for ; Sun, 24 Aug 2014 15:35:32 -0700 (MST) Message-ID: <53FA68B4.3000708@pinyon.org> Date: Sun, 24 Aug 2014 15:35:32 -0700 From: "Russell L. Carter" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: poudriere+pkg vs ports make (re)install Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 22:35:42 -0000 Greetings, I am not understanding something about the interaction of poudriere+pkg vs. make reinstall in the ports tree. Perhaps someone could enlighten me. I am trying to track down a bug on all my systems with print/cups-filters. I see the bug in /var/log/cups/error_log: Running command line for /usr/local/bin/pdftops: /usr/local/bin/pdftops -level3 /var/spool/cups/tmp/08b655407eada - Unable to execute pdftops program: No such file or directory And then I run # /usr/local/bin/pdftops 2>&1 | head pdftops version 0.24.5 Copyright 2005-2013 The Poppler Developers - http://poppler.freedesktop.org Copyright 1996-2011 Glyph & Cog, LLC So the file is there, it's executable, and it's poppler's pdftops. Looks good. Ok. Now here's what I don't understand. I've updated the local /usr/ports tree, and built and reinstalled print/cups-filters with the default options, and pkg info shows me this: cups-filters-1.0.57 Name : cups-filters Version : 1.0.57 (This procedure results in a working cups-filters that can print, BTW) While poudriere's broken version, installed via pkg, shows me this with pkg info: cups-filters-1.0.57_1 Name : cups-filters Version : 1.0.57_1 What's going on? My /usr/ports tree is more recent than poudriere's (not by much), but poudriere's install version supercedes the /usr/ports tree. (Both use portsnap to update their trees) Thanks, Russell From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 23:00:54 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D38ECF0A; Sun, 24 Aug 2014 23:00:54 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B623DE5; Sun, 24 Aug 2014 23:00:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=oWjynio1S/x2I3S5iWxas6FIy/ELLEDEY9PKlo9nLaQ=; b=W5YWJpWcZ5Adf1Vdq1dWoltfqiWr+vEuw7yVcULQjLFw0ojc6lhR9yB2fithe0nuRkt8DICa9LA3O33ES//u0hxolNLQiRMkeULr7EbJUkzMKisoOTCFx+rohkpwKFAswxkTqD3+b/lSL7/xj8/qemtgFVmc5KKU/YclAcvQFso=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLgmL-0003i0-JY; Sun, 24 Aug 2014 23:00:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: wg@FreeBSD.org X-Trac-Project: redports Date: Sun, 24 Aug 2014 23:00:53 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 365676: 4x leftovers To: wg@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140822165601-43729 X-Trac-Build-ID: 20140822165601-43729 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 23:00:54 -0000 net-mgmt/pandorafms_server: fix startup script PR: 192915 Submitted by: maintainer --------------------------------------------------------------------- Build ID: 20140822165601-43729 Job owner: wg@FreeBSD.org Buildtime: 2 days Enddate: Sun, 24 Aug 2014 23:00:50 GMT Revision: 365676 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=365676 --------------------------------------------------------------------- Port: net-mgmt/pandorafms_server 5.1.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~wg@FreeBSD.org/20140822165601-43729-400858/pandora_server-5.1.0_1.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~wg@FreeBSD.org/20140822165601-43729-400859/pandora_server-5.1.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~wg@FreeBSD.org/20140822165601-43729-400860/pandora_server-5.1.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~wg@FreeBSD.org/20140822165601-43729-400861/pandora_server-5.1.0_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 23:01:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B7F6F9E for ; Sun, 24 Aug 2014 23:01:34 +0000 (UTC) Received: from ks364399.kimsufi.com (unknown [IPv6:2001:41d0:1:fe0d::1]) by mx1.freebsd.org (Postfix) with ESMTP id BAD1E3E30 for ; Sun, 24 Aug 2014 23:01:33 +0000 (UTC) Received: by ks364399.kimsufi.com (Postfix, from userid 48) id 3454F38E7; Mon, 25 Aug 2014 01:02:39 +0200 (CEST) To: freebsd-ports@freebsd.org Subject: Update for net-mgmt/ocsinventory-agent X-PHP-Originating-Script: 500:rcube.php MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_83466f55d79f982b4fb98fbc55615767" Date: Mon, 25 Aug 2014 01:02:39 +0200 From: Philippe BEAUMONT Message-ID: X-Sender: freebsd@troll-poilu.fr User-Agent: Roundcube Webmail/1.0.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 23:01:34 -0000 --=_83466f55d79f982b4fb98fbc55615767 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hi, I'm really new in the freebsd community and I want to propose my very first port. I have take a look on the actual net-mgmt/ocsinventory-agent Makefile and I see that the current package cannot work. For exemple, dmidecode is in build depend section or it's one of the most important dependence for this software to work correctly. As the current port is not up to date, I made a patch with the last version and somes correction in the dependence list. I also add somes optionnal build options with most important as default. I have remove the patch and use the standard option for Makefile.PL to disable the post install script. I need review to improve it if necessary. Thanks for your time, Philippe BEAUMONT --=_83466f55d79f982b4fb98fbc55615767 Content-Transfer-Encoding: base64 Content-Type: text/x-diff; name=ocsinventory-agent.patch Content-Disposition: attachment; filename=ocsinventory-agent.patch; size=15673 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAzNjYwMTkp CisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwxMCArMSwxMCBAQAogIyAkRnJlZUJT RCQKIAogUE9SVE5BTUU9CU9jc2ludmVudG9yeQotUE9SVFZFUlNJT049CTIuMC41CitQT1JUVkVS U0lPTj0JMi4xLjEKIFBPUlRFUE9DSD0JMQogQ0FURUdPUklFUz0JbmV0LW1nbXQKLU1BU1RFUl9T SVRFUz0JaHR0cDovL2xhdW5jaHBhZC5uZXQvb2NzaW52ZW50b3J5LXVuaXgtYWdlbnQvc3RhYmxl LTIuMC8ke1BPUlRWRVJTSU9OfS8rZG93bmxvYWQvCitNQVNURVJfU0lURVM9CWh0dHA6Ly9sYXVu Y2hwYWQubmV0L29jc2ludmVudG9yeS11bml4LWFnZW50L3N0YWJsZS0yLjEvJHtQT1JUVkVSU0lP Tn0vK2Rvd25sb2FkLwogUEtHTkFNRVNVRkZJWD0JLVVuaXgtQWdlbnQKIERJU1ROQU1FPQkke1BP UlROQU1FfSR7UEtHTkFNRVNVRkZJWH0tJHtQT1JUVkVSU0lPTn0KIApAQCAtMTMsMTcgKzEzLDQy IEBACiAKIExJQ0VOU0U9CUdQTHYyCiAKLVJVTl9ERVBFTkRTPQlwNS1saWJ3d3c+PTA6JHtQT1JU U0RJUn0vd3d3L3A1LWxpYnd3dyBcCitSVU5fREVQRU5EUz0JbHNwY2k6JHtQT1JUU0RJUn0vc3lz dXRpbHMvcGNpdXRpbHMgXAogCQlwNS1YTUwtU2ltcGxlPj0wOiR7UE9SVFNESVJ9L3RleHRwcm9j L3A1LVhNTC1TaW1wbGUgXAogCQlwNS1OZXQtSVA+PTA6JHtQT1JUU0RJUn0vbmV0LW1nbXQvcDUt TmV0LUlQIFwKLQkJcDUtUHJvYy1EYWVtb24+PTA6JHtQT1JUU0RJUn0vZGV2ZWwvcDUtUHJvYy1E YWVtb24KLUJVSUxEX0RFUEVORFM9CWRtaWRlY29kZToke1BPUlRTRElSfS9zeXN1dGlscy9kbWlk ZWNvZGUgXAotCQlsc3BjaToke1BPUlRTRElSfS9zeXN1dGlscy9wY2l1dGlscworCQlwNS1Qcm9j LURhZW1vbj49MDoke1BPUlRTRElSfS9kZXZlbC9wNS1Qcm9jLURhZW1vbiBcCisJCWRtaWRlY29k ZToke1BPUlRTRElSfS9zeXN1dGlscy9kbWlkZWNvZGUgXAorCQlwNS1EaWdlc3QtTUQ1Pj0wOiR7 UE9SVFNESVJ9L3NlY3VyaXR5L3A1LURpZ2VzdC1NRDUKIAogVVNFUz0JCXBlcmw1CiBVU0VfUEVS TDU9CWNvbmZpZ3VyZQorQ09ORklHVVJFX0VOVj0JUEVSTF9BVVRPSU5TVEFMTD0xCiBXUktTUkM9 CQkke1dSS0RJUn0vJHtQT1JUTkFNRX0ke1BLR05BTUVTVUZGSVh9LSR7UE9SVFZFUlNJT059CiBT VUJfRklMRVM9CXBrZy1tZXNzYWdlCiBTVUJfTElTVD0JU0lURV9QRVJMPSR7U0lURV9QRVJMfQog CisjIGRlZmluZSBvcHRpb25zCitPUFRJT05TX0RFRklORT0JREFFTU9OIElQTUkgU1NMIFBSSU5U RVIgU05NUAorCitEQUVNT05fREVTQz0JRGFlbW9uIG1vZGUKK0lQTUlfREVTQz0JQ29sbGVjdCBp bmZvcm1hdGlvbiBhYm91dCBJUE1JCitTU0xfREVTQz0JR2V0IFNTTCBjb21tdW5pY2F0aW9ucyB3 b3JraW5nCitQUklOVEVSX0RFU0M9CVByaW50ZXJzIGRldGVjdGlvbgorU05NUF9ERVNDPQlTY2Fu IG5ldHdvcmsgZGV2aWNlcyB1c2luZyBTTk1QCisKKyMgZGVmaW5lIGRlZmF1bHQgb3B0aW9ucwor T1BUSU9OU19ERUZBVUxUPQlTU0wgU05NUAorCitEQUVNT05fUlVOX0RFUEVORFM9CXA1LVByb2Mt RGFlbW9uPj0wOiR7UE9SVFNESVJ9L2RldmVsL3A1LVByb2MtRGFlbW9uIFwKKwkJCXA1LVByb2Mt UElELUZpbGU+PTA6JHtQT1JUU0RJUn0vZGV2ZWwvcDUtUHJvYy1QSUQtRmlsZQorSVBNSV9SVU5f REVQRU5EUz0JaXBtaXRvb2w6JHtQT1JUU0RJUn0vc3lzdXRpbHMvaXBtaXRvb2wKK1NTTF9SVU5f REVQRU5EUz0JcDUtQ3J5cHQtU1NMZWF5Pj0wOiR7UE9SVFNESVJ9L3NlY3VyaXR5L3A1LUNyeXB0 LVNTTGVheSBcCisJCQlwNS1MV1AtUHJvdG9jb2wtaHR0cHM+PTA6JHtQT1JUU0RJUn0vd3d3L3A1 LUxXUC1Qcm90b2NvbC1odHRwcworUFJJTlRFUl9SVU5fREVQRU5EUz0JcDUtTmV0LUNVUFM+PTA6 JHtQT1JUU0RJUn0vcHJpbnQvcDUtTmV0LUNVUFMKK1NOTVBfUlVOX0RFUEVORFM9CXA1LU5ldC1T Tk1QPj0wOiR7UE9SVFNESVJ9L25ldC1tZ210L3A1LU5ldC1TTk1QIFwKKwkJCXA1LU5ldC1OZXRt YXNrPj0wOiR7UE9SVFNESVJ9L25ldC1tZ210L3A1LU5ldC1OZXRtYXNrIFwKKwkJCXA1LU5ldC1Q aW5nPj0wOiR7UE9SVFNESVJ9L25ldC9wNS1OZXQtUGluZyBcCisJCQlwNS1ObWFwLVBhcnNlcj49 MDoke1BPUlRTRElSfS9zZWN1cml0eS9wNS1ObWFwLVBhcnNlciBcCisJCQlubWFwOiR7UE9SVFNE SVJ9L3NlY3VyaXR5L25tYXAKKwogLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgpJbmRleDogZGlzdGlu Zm8KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PQotLS0gZGlzdGluZm8JKHJldmlzaW9uIDM2NjAxOSkKKysrIGRpc3RpbmZv CSh3b3JraW5nIGNvcHkpCkBAIC0xLDIgKzEsMiBAQAotU0hBMjU2IChPY3NpbnZlbnRvcnktVW5p eC1BZ2VudC0yLjAuNS50YXIuZ3opID0gN2VmMWMyNWRjZTVmMWUwODU0YWJjNDIzNTEzYzE3MzMy MTljYzczZTRjMzYwNTdkYmRhZDY3NTdlMTYwOWE2NAotU0laRSAoT2NzaW52ZW50b3J5LVVuaXgt QWdlbnQtMi4wLjUudGFyLmd6KSA9IDE3MDc0NDMKK1NIQTI1NiAoT2NzaW52ZW50b3J5LVVuaXgt QWdlbnQtMi4xLjEudGFyLmd6KSA9IGRjMzIxYmMyM2M3M2M3ZDIxNDdlODAwODJmOTkzZTBjM2Zh YWNhODE5NTEyNjA1MGI4NmQ5ZDNkYTdjYzYzYTMKK1NJWkUgKE9jc2ludmVudG9yeS1Vbml4LUFn ZW50LTIuMS4xLnRhci5neikgPSAxODUxMTkzCkluZGV4OiBmaWxlcy9wYXRjaC1NYWtlZmlsZS5Q TAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09Ci0tLSBmaWxlcy9wYXRjaC1NYWtlZmlsZS5QTAkocmV2aXNpb24gMzY2MDE5 KQorKysgZmlsZXMvcGF0Y2gtTWFrZWZpbGUuUEwJKHdvcmtpbmcgY29weSkKQEAgLTEsMTIgKzAs MCBAQAotLS0tIE1ha2VmaWxlLlBMLm9yaWcJMjAxMS0wMS0wNCAxNzo1OTozNy4wMDAwMDAwMDAg KzAwMDAKLSsrKyBNYWtlZmlsZS5QTAkyMDExLTAxLTA0IDE4OjAwOjA0LjAwMDAwMDAwMCArMDAw MAotQEAgLTExLDcgKzExLDggQEAKLSBpbnN0YWxsIDo6IGFsbCBwdXJlX2luc3RhbGwgZG9jX2lu c3RhbGwKLSAJJChOT0VDSE8pICQoTk9PUCknOwotIAotLQkkcmUgLj0gIlxuXHRbICEgLWYgcnVu LXBvc3RpbnN0IF0gfHwgJF5YIHBvc3RpbnN0LnBsXG4iOwotKyMgRGlzYWJsZSB0aGUgcG9zdCBp bnN0YWxsIHNjcmlwdAotKyMJJHJlIC49ICJcblx0WyAhIC1mIHJ1bi1wb3N0aW5zdCBdIHx8ICRe WCBwb3N0aW5zdC5wbFxuIjsKLSAKLSAgICAgcmV0dXJuICRyZTsKLSB9CkluZGV4OiBmaWxlcy9w a2ctbWVzc2FnZS5pbgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBmaWxlcy9wa2ctbWVzc2FnZS5pbgkocmV2aXNp b24gMzY2MDE5KQorKysgZmlsZXMvcGtnLW1lc3NhZ2UuaW4JKHdvcmtpbmcgY29weSkKQEAgLTEs MTAgKzEsMTAgQEAKICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqCiAKLVRoaXMgcG9ydCBkaXNhYmxlZCB0aGUgcG9zdCBpbnN0 YWxsdGlvbiBzY3JpcHQgZHVyaW5nIHRoZSBidWlsZAorVGhpcyBwb3J0IGRpc2FibGVkIHRoZSBw b3N0IGluc3RhbGxhdGlvbiBzY3JpcHQgZHVyaW5nIHRoZSBidWlsZAogcHJvY2VzcyB0byBhbGxv dyB0aGUgcGFja2FnZSB0byBiZSBidWlsdCB3aXRob3V0IGludGVyYWN0aW9uLgogCiBJZiB5b3Ug d2lzaCB0byBydW4gdGhpcyBzY3JpcHQgaXQgaXMgbG9jYXRlZCBoZXJlOgotICAgICUlU0lURV9Q RVJMJSUvT2NzaW52ZW50b3J5L3Bvc3RpbnN0LnBsCisgICAgJSVTSVRFX1BFUkwlJS9PY3NpbnZl bnRvcnkvVW5peC9wb3N0aW5zdC5wbAogCiBOb3RlOiBJdCBtYXkgbm90IGJlIHJlcXVpcmVkIHRv IHJ1biB0aGlzIHNjcmlwdCBkZXBlbmRpbmcgb24gCiB5b3VyIGVudmlyb25tZW50LgpJbmRleDog cGtnLXBsaXN0Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0KLS0tIHBrZy1wbGlzdAkocmV2aXNpb24gMzY2MDE5KQorKysg cGtnLXBsaXN0CSh3b3JraW5nIGNvcHkpCkBAIC0xLDQgKzEsOCBAQAogYmluL29jc2ludmVudG9y eS1hZ2VudAorJSVQRVJMNV9NQU4zJSUvT2NzaW52ZW50b3J5OjpBZ2VudDo6Q29tbW9uLjMuZ3oK KyUlUEVSTDVfTUFOMyUlL09jc2ludmVudG9yeTo6QWdlbnQ6Ok1vZHVsZXM6OkFwYWNoZTo6Vmhv c3RzOjpDb21tb24uMy5negorJSVQRVJMNV9NQU4zJSUvT2NzaW52ZW50b3J5OjpBZ2VudDo6TW9k dWxlczo6RGF0YWJhc2VzOjpPcmFjbGU6Okluc3RhbmNlcy4zLmd6CislJVBFUkw1X01BTjMlJS9P Y3NpbnZlbnRvcnk6OkFnZW50OjpYTUw6OkludmVudG9yeS4zLmd6CiAlJVNJVEVfUEVSTCUlL09j c2ludmVudG9yeS9BZ2VudC5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQWNj b3VudENvbmZpZy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQWNjb3VudElu Zm8ucG0KQEAgLTUzLDYgKzU3LDggQEAKICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50 L0JhY2tlbmQvT1MvR2VuZXJpYy9Mc3BjaS9Nb2RlbXMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52 ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9Mc3BjaS9Tb3VuZHMucG0KICUlU0lURV9Q RVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9Mc3BjaS9WaWRlb3Mu cG0KKyUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9M c3VzYi5wbQorJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9HZW5l cmljL0xzdXNiL1VzYi5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2Vu ZC9PUy9HZW5lcmljL1BhY2thZ2luZy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdl bnQvQmFja2VuZC9PUy9HZW5lcmljL1BhY2thZ2luZy9CU0Rwa2cucG0KICUlU0lURV9QRVJMJSUv T2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9QYWNrYWdpbmcvQnlIYW5kLnBt CkBAIC02MSw3ICs2Nyw2IEBACiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0dlbmVyaWMvUGFja2FnaW5nL1BhY21hbi5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZl bnRvcnkvQWdlbnQvQmFja2VuZC9PUy9HZW5lcmljL1BhY2thZ2luZy9SUE0ucG0KICUlU0lURV9Q RVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9QcmludGVycy9DdXBz LnBtCi0lJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0dlbmVyaWMv UHJvY2Vzc2VzLnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09T L0dlbmVyaWMvU2NyZWVuLnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0dlbmVyaWMvVXNlcnMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50 L0JhY2tlbmQvT1MvSFBVWC5wbQpAQCAtOTcsNiArMTAyLDcgQEAKICUlU0lURV9QRVJMJSUvT2Nz aW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvRGlzdHJvL0xTQi5wbQogJSVTSVRFX1BF UkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9EaXN0cm8vTm9uTFNCLnBt CiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rpc3Ry by9Ob25MU0IvQXJjaExpbnV4LnBtCislJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9C YWNrZW5kL09TL0xpbnV4L0Rpc3Ryby9Ob25MU0IvQ2VudE9TLnBtCiAlJVNJVEVfUEVSTCUlL09j c2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rpc3Ryby9Ob25MU0IvRGViaWFuLnBt CiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rpc3Ry by9Ob25MU0IvRmVkb3JhLnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0xpbnV4L0Rpc3Ryby9Ob25MU0IvR2VudG9vLnBtCkBAIC0xMDMsNiArMTA5LDcgQEAK ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvRGlzdHJv L05vbkxTQi9Lbm9wcGl4LnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0xpbnV4L0Rpc3Ryby9Ob25MU0IvTWFuZHJha2UucG0KICUlU0lURV9QRVJMJSUvT2Nz aW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvRGlzdHJvL05vbkxTQi9NYW5kcml2YS5w bQorJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9EaXN0 cm8vTm9uTFNCL09yYWNsZS5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFj a2VuZC9PUy9MaW51eC9EaXN0cm8vTm9uTFNCL1JlZGhhdC5wbQogJSVTSVRFX1BFUkwlJS9PY3Np bnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9EaXN0cm8vTm9uTFNCL1NsYWNrd2FyZS5w bQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9EaXN0 cm8vTm9uTFNCL1N1U0UucG0KQEAgLTExMSw2ICsxMTgsNyBAQAogJSVTSVRFX1BFUkwlJS9PY3Np bnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9EaXN0cm8vTm9uTFNCL1ZtV2FyZS5wbQog JSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9Eb21haW5z LnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Ry aXZlcy5wbQorJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51 eC9MVk0ucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGlu dXgvTWVtLnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xp bnV4L05ldHdvcmsvSVB2NC5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFj a2VuZC9PUy9MaW51eC9OZXR3b3JrL05ldHdvcmtzLnBtCkBAIC0xMjYsNiArMTM0LDcgQEAKICUl U0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTWFjT1MucG0KICUlU0lU RV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTWFjT1MvQmlvcy5wbQogJSVT SVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9DUFUucG0KKyUl U0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTWFjT1MvQ29udHJvbGxl cnMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTWFjT1Mv RG9tYWlucy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9N YWNPUy9Ecml2ZXMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQv T1MvTWFjT1MvSG9zdG5hbWUucG0KQEAgLTEzNCw2ICsxNDMsNyBAQAogJSVTSVRFX1BFUkwlJS9P Y3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9OZXR3b3Jrcy5wbQogJSVTSVRFX1BF UkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9QYWNrYWdlcy5wbQogJSVT SVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9QcmludGVycy5w bQorJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9TbG90 cy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUy9T b3VuZC5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNP Uy9TdG9yYWdlcy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9P Uy9NYWNPUy9VcHRpbWUucG0KQEAgLTE1OSw2ICsxNjksNyBAQAogJSVTSVRFX1BFUkwlJS9PY3Np bnZlbnRvcnkvQWdlbnQvQmFja2VuZC9WaXJ0dWFsaXphdGlvbi9WaXJ0dWFsQm94LnBtCiAlJVNJ VEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL1ZpcnR1YWxpemF0aW9uL1ZtV2Fy ZURlc2t0b3AucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvVmly dHVhbGl6YXRpb24vVm1XYXJlRVNYLnBtCislJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2Vu dC9CYWNrZW5kL1ZpcnR1YWxpemF0aW9uL1ZtV2FyZVdvcmtzdGF0aW9uLnBtCiAlJVNJVEVfUEVS TCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL1ZpcnR1YWxpemF0aW9uL1Ztc3lzdGVtLnBt CiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL1ZpcnR1YWxpemF0aW9u L1hlbi5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9WaXJ0dWFs aXphdGlvbi9YZW4vWE0ucG0KQEAgLTE2NSwxNiArMTc2LDI0IEBACiAlJVNJVEVfUEVSTCUlL09j c2ludmVudG9yeS9BZ2VudC9Db21tb24ucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0Fn ZW50L0NvbmZpZy5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvSG9va3MucG0K KyUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvQXBhY2hlL1Zob3N0cy9D b21tb24ucG0KKyUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvQXBhY2hl L1Zob3N0c0VMLnBtCislJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL0Rh dGFiYXNlcy9PcmFjbGUucG0KKyUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVs ZXMvRGF0YWJhc2VzL09yYWNsZS9JbnN0YW5jZXMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50 b3J5L0FnZW50L01vZHVsZXMvRG93bmxvYWQucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5 L0FnZW50L01vZHVsZXMvRXhhbXBsZS5wbQorJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdl bnQvTW9kdWxlcy9Qcm9jZXNzZXMucG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50 L01vZHVsZXMvU25tcC5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvTW9kdWxl cy9Tbm1wLzExLnBtCislJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL1Nu bXAvMjMxLnBtCiAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL1NubXAv MjYyMC5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvTW9kdWxlcy9Tbm1wLzMx MS5wbQogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvTW9kdWxlcy9Tbm1wLzMyMjQu cG0KICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvU25tcC8zMzc1LnBt CislJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL1NubXAvNDIucG0KICUl U0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvU25tcC82NDEucG0KICUlU0lU RV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvU25tcC83MjQ0LnBtCislJVNJVEVf UEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL1NubXAvNzg5LnBtCiAlJVNJVEVfUEVS TCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL1NubXAvODA3Mi5wbQogJSVTSVRFX1BFUkwl JS9PY3NpbnZlbnRvcnkvQWdlbnQvTW9kdWxlcy9Tbm1wLzkucG0KICUlU0lURV9QRVJMJSUvT2Nz aW52ZW50b3J5L0FnZW50L01vZHVsZXMvU25tcC9EZWZhdWx0LnBtCkBAIC0xOTUsNDcgKzIxNCw1 MCBAQAogJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvTG9nZ2VyQmFja2VuZC9TdGRlcnIucG0K ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0xvZ2dlckJhY2tlbmQvU3lzbG9nLnBtCiAlJVNJ VEVfUEVSTCUlL09jc2ludmVudG9yeS9Vbml4L3Bvc3RpbnN0LnBsCi0lJVNJVEVfUEVSTCUlL21h Y2gvYXV0by9PY3NpbnZlbnRvcnkvVW5peC9BZ2VudC8ucGFja2xpc3QKLSUlUEVSTDVfTUFOMyUl L09jc2ludmVudG9yeTo6QWdlbnQ6OkNvbW1vbi4zLmd6Ci0lJVBFUkw1X01BTjMlJS9PY3NpbnZl bnRvcnk6OkFnZW50OjpYTUw6OkludmVudG9yeS4zLmd6CislJVNJVEVfUEVSTCUlLyUlUEVSTF9B UkNIJSUvYXV0by9PY3NpbnZlbnRvcnkvVW5peC9BZ2VudC8ucGFja2xpc3QKIG1hbi9tYW4xL29j c2ludmVudG9yeS1hZ2VudC4xLmd6Ci1AZGlycm0gJSVTSVRFX1BFUkwlJS9tYWNoL2F1dG8vT2Nz aW52ZW50b3J5L1VuaXgvQWdlbnQKLUBkaXJybSAlJVNJVEVfUEVSTCUlL21hY2gvYXV0by9PY3Np bnZlbnRvcnkvVW5peAotQGRpcnJtICUlU0lURV9QRVJMJSUvbWFjaC9hdXRvL09jc2ludmVudG9y eQotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvSXBEaXNj b3ZlcgotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1Mv QUlYCi1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9C U0QvQXJjaHMKLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5k L09TL0JTRAotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQv T1MvR2VuZXJpYy9EbWlkZWNvZGUKLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9B Z2VudC9CYWNrZW5kL09TL0dlbmVyaWMvTHNwY2kKLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2lu dmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0dlbmVyaWMvUGFja2FnaW5nCi1AZGlycm0gJSVTSVRF X1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9HZW5lcmljL1ByaW50ZXJzCi1A ZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9HZW5lcmlj Ci1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9IUFVY Ci1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51 eC9BcmNocy9BUk0KLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0xpbnV4L0FyY2hzL0FscGhhCi1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRv cnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNocy9NSVBTCi1AZGlycm0gJSVTSVRFX1BFUkwl JS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNocy9Qb3dlclBDCi1AZGly cm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNo cy9TUEFSQwotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQv T1MvTGludXgvQXJjaHMvaTM4NgotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0Fn ZW50L0JhY2tlbmQvT1MvTGludXgvQXJjaHMvbTY4awotQGRpcnJtICUlU0lURV9QRVJMJSUvT2Nz aW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvQXJjaHMKLUBkaXJybSAlJVNJVEVfUEVS TCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rpc3Ryby9Ob25MU0IKLUBk aXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rp c3RybwotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1Mv TGludXgvTmV0d29yawotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0Jh Y2tlbmQvT1MvTGludXgvU3RvcmFnZXMKLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9y eS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4Ci1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRv cnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUwotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50 b3J5L0FnZW50L0JhY2tlbmQvT1MvU29sYXJpcwotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52 ZW50b3J5L0FnZW50L0JhY2tlbmQvVmlydHVhbGl6YXRpb24vWGVuCi1AZGlycm0gJSVTSVRFX1BF UkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9WaXJ0dWFsaXphdGlvbgotQGRpcnJtICUl U0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MKLUBkaXJybSAlJVNJVEVf UEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kCi1AZGlycm0gJSVTSVRFX1BFUkwlJS9P Y3NpbnZlbnRvcnkvQWdlbnQvTW9kdWxlcy9Tbm1wCi1AZGlycm0gJSVTSVRFX1BFUkwlJS9PY3Np bnZlbnRvcnkvQWdlbnQvTW9kdWxlcwotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5 L0FnZW50L1hNTC9SZXNwb25zZQotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0Fn ZW50L1hNTAotQGRpcnJtICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50Ci1AZGlycm0g JSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvTG9nZ2VyQmFja2VuZAotQGRpcnJtICUlU0lURV9Q RVJMJSUvT2NzaW52ZW50b3J5L1VuaXgKLUBkaXJybSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9y eQorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvSXBE aXNjb3ZlcgorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tl bmQvT1MvQUlYCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFj a2VuZC9PUy9CU0QvQXJjaHMKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9B Z2VudC9CYWNrZW5kL09TL0JTRAorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5 L0FnZW50L0JhY2tlbmQvT1MvR2VuZXJpYy9EbWlkZWNvZGUKK0BkaXJybXRyeSAlJVNJVEVfUEVS TCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0dlbmVyaWMvTHNwY2kKK0BkaXJybXRy eSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0dlbmVyaWMvTHN1 c2IKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09T L0dlbmVyaWMvUGFja2FnaW5nCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkv QWdlbnQvQmFja2VuZC9PUy9HZW5lcmljL1ByaW50ZXJzCitAZGlycm10cnkgJSVTSVRFX1BFUkwl JS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9HZW5lcmljCitAZGlycm10cnkgJSVTSVRF X1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9IUFVYCitAZGlycm10cnkgJSVT SVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNocy9BUk0K K0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xp bnV4L0FyY2hzL0FscGhhCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdl bnQvQmFja2VuZC9PUy9MaW51eC9BcmNocy9NSVBTCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9P Y3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNocy9Qb3dlclBDCitAZGlycm10 cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9MaW51eC9BcmNo cy9TUEFSQworQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tl bmQvT1MvTGludXgvQXJjaHMvaTM4NgorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50 b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvQXJjaHMvbTY4aworQGRpcnJtdHJ5ICUlU0lURV9Q RVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvQXJjaHMKK0BkaXJybXRy eSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4L0Rpc3Ry by9Ob25MU0IKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNr ZW5kL09TL0xpbnV4L0Rpc3RybworQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5 L0FnZW50L0JhY2tlbmQvT1MvTGludXgvTmV0d29yaworQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUv T2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvTGludXgvU3RvcmFnZXMKK0BkaXJybXRyeSAl JVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL09TL0xpbnV4CitAZGlycm10 cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkvQWdlbnQvQmFja2VuZC9PUy9NYWNPUworQGRp cnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MvU29sYXJp cworQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L0JhY2tlbmQvT1MK K0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9CYWNrZW5kL1ZpcnR1 YWxpemF0aW9uL1hlbgorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50 L0JhY2tlbmQvVmlydHVhbGl6YXRpb24KK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVu dG9yeS9BZ2VudC9CYWNrZW5kCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkv QWdlbnQvTW9kdWxlcy9BcGFjaGUvVmhvc3RzCitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3Np bnZlbnRvcnkvQWdlbnQvTW9kdWxlcy9BcGFjaGUKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09j c2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL0RhdGFiYXNlcy9PcmFjbGUKK0BkaXJybXRyeSAlJVNJ VEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9Nb2R1bGVzL0RhdGFiYXNlcworQGRpcnJtdHJ5 ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMvU25tcAorQGRpcnJtdHJ5 ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5L0FnZW50L01vZHVsZXMKK0BkaXJybXRyeSAlJVNJ VEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9YTUwvUmVzcG9uc2UKK0BkaXJybXRyeSAlJVNJ VEVfUEVSTCUlL09jc2ludmVudG9yeS9BZ2VudC9YTUwKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUl L09jc2ludmVudG9yeS9BZ2VudAorQGRpcnJtdHJ5ICUlU0lURV9QRVJMJSUvT2NzaW52ZW50b3J5 L0xvZ2dlckJhY2tlbmQKK0BkaXJybXRyeSAlJVNJVEVfUEVSTCUlL09jc2ludmVudG9yeS9Vbml4 CitAZGlycm10cnkgJSVTSVRFX1BFUkwlJS9PY3NpbnZlbnRvcnkKK0BkaXJybXRyeSAlJVNJVEVf UEVSTCUlLyUlUEVSTF9BUkNIJSUvYXV0by9PY3NpbnZlbnRvcnkvVW5peC9BZ2VudAorQGRpcnJt dHJ5ICUlU0lURV9QRVJMJSUvJSVQRVJMX0FSQ0glJS9hdXRvL09jc2ludmVudG9yeS9Vbml4CitA ZGlycm10cnkgJSVTSVRFX1BFUkwlJS8lJVBFUkxfQVJDSCUlL2F1dG8vT2NzaW52ZW50b3J5Cg== --=_83466f55d79f982b4fb98fbc55615767-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 00:15:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3E7A3B0 for ; Mon, 25 Aug 2014 00:15:24 +0000 (UTC) Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:228]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4EE33FB for ; Mon, 25 Aug 2014 00:15:24 +0000 (UTC) Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta15.westchester.pa.mail.comcast.net with comcast id inUb1o0050mv7h05FoFNzp; Mon, 25 Aug 2014 00:15:22 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta11.westchester.pa.mail.comcast.net with comcast id ioFM1o00W23DSHF3XoFN7x; Mon, 25 Aug 2014 00:15:22 +0000 Message-ID: <53FA8019.4050307@cyberbotx.com> Date: Sun, 24 Aug 2014 20:15:21 -0400 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Does pkg automatically download INDEX? References: <53DE7266.5000606@cyberbotx.com> <53DE8623.1090208@infracaninophile.co.uk> <53DE8EBD.4090303@cyberbotx.com> <53DE934C.101@FreeBSD.org> <53DE9B38.2000805@cyberbotx.com> <53DEEB93.8010208@cyberbotx.com> <20140804021418.GE1228@albert.catwhisker.org> <53DF69ED.4040700@cyberbotx.com> <20140804112821.GF1228@albert.catwhisker.org> <53E56488.1070104@cyberbotx.com> <53E6C7A9.30104@cyberbotx.com> <53EA58C5.6020509@astart.com> <53EE400A.2080706@cyberbotx.com> In-Reply-To: <53EE400A.2080706@cyberbotx.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1408925722; bh=FTXbFNSsNSSq5AEhAQbpf3SVbuC9kzPtVQDWjylu/EU=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=maZtbAHDs6MQmLjkKqFwJNWl2sFYk4Ng7uO8ESBbg1n9UqrCPjaSmlVpWu8n0M8ep rppw06/oFgCmxbA1ojI+k0q/qkv448GJZQTjsuun8wJeB4VBoK4MnmR9mHpnKOb6Rf D8YhqKlDqf2eh+azKVHgaxTfchphW2ruKbw60dTN/jJhBap6b34I30Tz4iH/5Q9D2/ ru+6lEFG2EHDaqdRhs79G37ZrfnID0cd5MVdiQu94A9NgwIDQByXA5ET0OzdWqDofV EeVWoNR1HxwTaGARbMCYcS37FhG6XzhvFf5MWxFwJwsZ4eKCoPLAF2ngjSpurWyN2s 2mCNorNJtgMGw== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 00:15:24 -0000 On 08/15/14 13:14, Naram Qashat wrote: > On 08/12/14 14:11, Patrick Powell wrote: >> On 08/09/14 18:15, Naram Qashat wrote: >>> On 08/09/14 19:45, Scot Hetzel wrote: >>>> On Fri, Aug 8, 2014 at 7:00 PM, Naram Qashat wrote: >>>>> On 08/04/14 07:28, David Wolfskill wrote: >>>>>> >>>>>> On Mon, Aug 04, 2014 at 07:09:33AM -0400, Naram Qashat wrote: >>>>>>> >>>>>>> On 08/03/14 22:14, David Wolfskill wrote: >>>>>>>> >>>>>>>> On Sun, Aug 03, 2014 at 10:10:27PM -0400, Naram Qashat wrote: >>>>>>>>> >>>>>>>>> ... >>>>>>>>> If there is >>>>>>>>> a way to find out when any process is attempting to modify a file, that >>>>>>>>> would >>>>>>>>> probably help me narrow it down, but I'm not aware of anything that can >>>>>>>>> do that, >>>>>>>>> ... >>>>>>>> >>>>>>>> >>>>>>>> Well, "chflags schg /usr/ports/INDEX*" would *prevent* the modification >>>>>>> >>>>>>> ... >>>>>>> This was a really good suggestion..... >>>>>> >>>>>> >>>>>> Glad to help. :-) >>>>>> >>>>>> Peace, >>>>>> david >>>>> >>>>> >>>>> OK, so while no programs have whined or complained, I get the feeling that >>>>> something on my system is running portsnap without my knowledge. When I had >>>>> set the schg flag on INDEX-9, an INDEX-9.bz2 file came up. I set the schg >>>>> flag on that as well, and now I notice there are a bunch of files called >>>>> .fetch.??????.INDEX-9.bz2 (where ?????? is a random string), as well as a >>>>> file called .portsnap.INDEX. As far as I know, I don't have anything >>>>> configured to run portsnap, but is there something that defaults to running >>>>> portsnap occasionally? I couldn't find anything that would do that. >>>>> >>>> >>>> Do your have a crontab entry that is running portsnap with the -I >>>> (update INDEX) option? >>>> >>>> http://www.pl.freebsd.org/doc/handbook/portsnap.html >>> >>> As far as I can tell, no, none of my crontabs have any references to portsnap >>> in them. This is making me a bit stumped as to why it would be happening. I >>> checked the main /etc/crontab, I checked the crontabs in /var/cron/tabs. I >>> have searched inside of /etc and /usr/local/etc for anything related to >>> portsnap. Nothing that would be doing this is coming up at all. >>> >>> Thanks, >>> Naram Qashat >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >>> >> I ran into something similar once, and found out what was happening this way. >> >> 1. replace the portsnap executable with a shell script. Rename portsnap to >> something >> like /usr/sbin/portsnap.orig >> 2. This shell script should dump the current ENV and other stuff to a log file. >> Don't forget to put in a timestamp. >> And then do: >> exec /usr/sbin/portsnap.orig $* >> >> I did this and found that there was something in one of the .login scripts. >> Grrrr... > > I really liked this suggestion, and did just that. Unfortunately, it seems that > portsnap may not be the culprit here, as I haven't had any log files created > from my modified script nor is there a .portsnap.INDEX file being created after > I deleted the one that was there, but I still have a bunch of > .fetch.??????.INDEX-9.bz2 files in /usr/ports. I've been trying to search for > anything on my system that even references INDEX-9, but I can't find anything > else that would cause this to happen. > > Thanks, > Naram Qashat Well, I finally figured out what the culprit was. Webmin was configured to do automatic updates and it was running "make fetchindex" on the ports tree. I disabled that and now it has stopped trying to download the index. I only managed to track that down after noticing that the fetchindex target was the only other thing that could have downloaded the index file, and modifying /usr/ports/Makefile so it would write the contents of /proc/${.MAKE.PPID}/cmdline to a file so I could see what was invoking make. The .MAKE.PPID variable was pointed out to me on IRC. Thanks, Naram Qashat From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 05:28:35 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E43AF93F for ; Mon, 25 Aug 2014 05:28:35 +0000 (UTC) Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com [IPv6:2607:f8b0:4003:c06::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABDC53F07 for ; Mon, 25 Aug 2014 05:28:35 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id x69so9335845oia.34 for ; Sun, 24 Aug 2014 22:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fbQ7/HsXZVInq4TJexWkfXjbLEij9LrZytp7z0DwR9s=; b=XtdvOhCyFs+VDOSVcTMV9lIDr/9qBzoImawAaSu9R9EdxacwQJYDJwFqn10vaTNp3S qCPgiCfEdkjTcjoCNcl0Am9YnLrG0CNzpvmyStFxxIsKAAj2xKcS4k1Bv1O4TkEN2mdE C3oLr9qUtLXXrLF55ecI1tiL1jVz0Eku5ssJOFFv5O5AQi7FcHN0IbIcYKLKLnIi5R+z emf6CDdXzevG7joKa+pA1XGsGIUAKIJIFNdScaPP7FZcLHgR7z4biENtCcl4ZcrlUCQn kPjvLOkRzqlT16i6uQ9XiZG9ywslwf8K2Ux9W7FhNLdTcn7rByYwWcPuJ8eaihZ3r04f QJ1g== MIME-Version: 1.0 X-Received: by 10.60.52.144 with SMTP id t16mr85556oeo.81.1408944514854; Sun, 24 Aug 2014 22:28:34 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.26.170 with HTTP; Sun, 24 Aug 2014 22:28:34 -0700 (PDT) In-Reply-To: <53F4B509.4080009@pinyon.org> References: <53F4AA05.3030805@pinyon.org> <53F4B509.4080009@pinyon.org> Date: Mon, 25 Aug 2014 15:28:34 +1000 X-Google-Sender-Auth: flAvq8hRHMz412bE-Hqk-6kex1g Message-ID: Subject: Re: Does www/chromium work? From: Robert Backhaus To: "Russell L. Carter" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Freebsd_mailinglist_PORTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 05:28:36 -0000 The only issue I'm having with chromium is that select-and-middle-click pasting is broken. On 21 August 2014 00:47, Russell L. Carter wrote: > > > On 08/20/14 07:10, Ren=C3=A9 Ladan wrote: > > 2014-08-20 16:00 GMT+02:00 Russell L. Carter : > > > >> > >> > >> On 08/20/14 02:51, Ivan Voras wrote: > >>> Hello, > >> > >> [...] > >> > >>> This is chromium-36.0.1985.143_1 on FreeBSD 10.0-RELEASE-p1. Is > >>> anybody running chromium? > >>> > >>> > >> > >> I'm running 36.0.1985.143_1 on a somewhat fresh -current, installed fr= om > >> a pkg built by poudriere, using the ports protobuf library. No > >> segfaults, but x-selection pasting into the search bar doesn't work. > >> Sometimes ^C/^V does work. > > > > > > Indeed, as long as you do not sign in to the browser it works. > > Aha. I was already logged in from the previous version and everything > worked. So I logged out, and then logged in. Voila! > Segfaults reliably now on startup. Oops. > > I guess it's firefox for now. > > > > > For the copy/paste issue: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192748 > > but this is relatively minor issue I think, and chromium 37 should arri= ve > > in two or three weeks. > > Righto. > Thanks, > Russell > > > Ren=C3=A9 > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 05:57:37 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79FCCE38; Mon, 25 Aug 2014 05:57:37 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF0731A5; Mon, 25 Aug 2014 05:57:37 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id uq10so2287798igb.17 for ; Sun, 24 Aug 2014 22:57:36 -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=nloc8lbvwoVpQPBPFS+MfTxq6eb1u44Tjs/Fb2+6nvw=; b=ci/EmEGhf6//nu31uyz6QkeAYWi9nrjJLJu8QHn3Rq7lJrSiGKkm/sHNli3FnGhU7I ZKlawwoW9MIzDMd8dnAr83IYam2E8CZrky3q/qp3l0Tv/PGDQu3PsnLmui6+pJ7uwlaa Y6Qh1/t2ohojWWbwkGBJNaRRdovsd4laOh0RULI//JfWUzCcq26NqyrFa98ZavU1m+lM NDw/IEDcVLsro34IVisGEyEFY7uukw9z6wELDm+gLOTLkNXbg5G0sNuCfecSbUsX9v3d t2cyb1p8wqpbVt6FC0don+ump/OCYZbqlVJr9eUj2GLDmf/isYrMHda2WRRtzjwmBXzO wxVg== MIME-Version: 1.0 X-Received: by 10.50.62.50 with SMTP id v18mr13233787igr.21.1408946256600; Sun, 24 Aug 2014 22:57:36 -0700 (PDT) Received: by 10.50.237.71 with HTTP; Sun, 24 Aug 2014 22:57:36 -0700 (PDT) In-Reply-To: <20140824191643.005f8e1c@bsd64.grem.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824191643.005f8e1c@bsd64.grem.de> Date: Mon, 25 Aug 2014 00:57:36 -0500 Message-ID: Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Scot Hetzel To: Michael Gmelin Content-Type: text/plain; charset=ISO-8859-1 Cc: olli hauer , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 05:57:37 -0000 On Sun, Aug 24, 2014 at 12:16 PM, Michael Gmelin wrote: > > > On Sun, 24 Aug 2014 11:59:37 -0500 > Scot Hetzel wrote: > >> On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin >> wrote: >> > @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's >> > quite amusing how this went unnoticed for so long, it has been in >> > there for eight years :) >> > >> >> As the original author of the USE_BDB code, the USE_BDB=5 had worked >> in the past. As it is supposed to mean that this port only uses that >> version of BDB. The code was changed on Aug 21 (r365599) and the >> author of the new code might have forgot to test this case. >> > > Not sure if you read the rest of the thread, but this is still working > as intended (I tested using both the old and new version). > > The issue is, that USE_BDB=version means USE_BDB=yes, > WITH_BDB_VER=version, but Kurt has WITH_BDB_VER=6 in make.conf, > which overrides this version number and version =6 is invalid for > devel/ice. So basically it works as designed, Kurt wanted a specific > version of bdb, which doesn't work for devel/ice. > > The fix was to add WANT_BDB_VER= 5 in devel/ice, which I guess is ok, > since this is the only version it really works with (and I guess I > could remove the INVALID directive now, since WANT means really > *want*). > Hmm, I thought I had it implemented this way at one time. Any way. What we should be doing with the WITH_BDB_VER is not overriding the USE_BDB value. Instead we should see if it is a VALID version to use for this port, if it is not, then use the USE_BDB value. So basically the code should be doing the following: USE_BDB=yes - use the default version (48+) or the installed version if higher USE_BDB=yes, WITH_BDB_VER=6 - use version 6 USE_BDB=5 - should mean the same as USE_BDB=yes, WANT_BDB_VER=5 - shouldn't be able to override by setting WITH_BDB_VER=6 - this would also allow the removal of the WANT_BDB_VER variable. - no error should be generated when WITH_BDB_VER is set to an invalid version USE_BDB=48 6 - use (either 48 or 6) or the installed version that matches one of these versions - no error should be generated when WITH_BDB_VER is set to an invalid version USE_BDB=5+, WITH_BDB_VER=48 - use version 5+ or the installed version if higher - shouldn't allow downgrade to a lower unsupported version by setting the WITH_BDB_VER -- should we still display an error in this case or just install the port with bdb 5+? If we make the above changes to the code, then INVALID_BDB_VER and WANT_BDB_VER could disappear. > My question is, what the point of INVALID_BDB_VER really is in this > case, it seems a bit pointless to me given the trouble it caused Kurt > and how we resolved this. Having a fully specified list of supported > versions in WANT_BDB_VER seems better in this case (assuming WANT > supports listing multiple versions). > At the time I had implemented the code, INVALID_BDB_VER was meant to poke holes in the VER+: USE_BDB=2+ INVALID_BDB_VER=3 So the port would be able to use version 2 and 40+, and not 3. Probably should have just implanted it as: USE_BDB=2 40+ and skipped the INVALID_BDB_VER entirely. I was also thinking that we should make WITH_BDB_HIGHEST the default. It is used by VER+ when multiple versions of bdb are installed. That way we can remove this variable also. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 06:25:03 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5017388E for ; Mon, 25 Aug 2014 06:25:03 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F20F3465 for ; Mon, 25 Aug 2014 06:25:03 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLni8-000OUn-0Y; Mon, 25 Aug 2014 08:25:00 +0200 Date: Mon, 25 Aug 2014 08:24:59 +0200 From: Kurt Jaeger To: Micha?? J??drzejczak , freebsd-ports@freebsd.org Subject: Re: Fwd: Pecl-amqp and rabbitmq-c-devel Message-ID: <20140825062459.GL9400@home.opsec.eu> References: <20140819200705.GP9400@home.opsec.eu> <20140824205946.GJ9400@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140824205946.GJ9400@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 06:25:03 -0000 Hi! > I'll have a look at 186691 tomorrow evening. pecl-amqp is now at 1.4.0. -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:06:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34BAE3D5; Mon, 25 Aug 2014 10:06:24 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD6333845; Mon, 25 Aug 2014 10:06:23 +0000 (UTC) Received: from [10.150.22.231] ([46.115.179.22]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MbgKD-1X59Xw3kqD-00J3eW; Mon, 25 Aug 2014 12:01:06 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <20140824153618.32060060@bsd64.grem.de> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> <20140824153618.32060060@bsd64.grem.de> MIME-Version: 1.0 Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Matthias Andree Date: Mon, 25 Aug 2014 12:00:57 +0200 To: Michael Gmelin ,olli hauer Message-ID: <5bd6afd5-5768-4fad-a282-07663ad4212a@email.android.com> X-Provags-ID: V03:K0:qwExYsrna4LgE3349osKVSHG0lchepkrZgjaEIE1SLEnuQ+qkHz U5nYrFB9HbZwr87ScQVjUT2R3rK22udmQW+g4zPZ94YC/ScI8N6pxa6JKw9N94zlXZm/GXJ mpFZVQqfxqkzY3k/piY9n7TiPDv2JwShMLVvGsAP9XtMpKsDAjMp9e7u4P/SSvfKeIlul2u hVlI+QyFulXu/U01YCM/g== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:06:24 -0000 On 24=2E August 2014 15:36:18 MESZ, Michael Gmelin w= rote: >On Sun, 24 Aug 2014 15:08:07 +0200 >olli hauer wrote: > >> On 2014-08-24 14:37, Michael Gmelin wrote: >> >=20 >> >=20 >> > On Sun, 24 Aug 2014 14:30:06 +0200 >> > Kurt Jaeger wrote: >> >=20 >> >> Hi! >> >> >> >>>> Hm, using USE_BDB=3D$numble looks wrong to me in devel/ice=2E >> >>>> >> >>>> Can you test the following patch=2E >> >>>> >> >>>> Index: Makefile >> >>>> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >>>> --- devel/ice/Makefile (revision 365910) >> >>>> +++ devel/ice/Makefile (working copy) >> >>>> @@ -27,7 +27,8 @@ >> >>>> =2Eendif >> >>>> >> >>>> USES=3D iconv gmake >> >>>> -USE_BDB=3D 5 >> >>>> +USE_BDB=3D yes >> >>>> +WANT_BDB_VER=3D 5 >> >>>> INVALID_BDB_VER=3D 40 41 42 43 44 46 47 48 6 >> >>>> USE_LDCONFIG=3D yes >> >>>> BUILD_WRKSRC?=3D ${WRKSRC}/cpp >> >> >> >>> @Kurt: Could you test and confirm? If this works, I'll commit the >> >>> patch=2E >> >> >> >> Yes, it builds=2E >> >> >> >=20 >> > I created a commit request >> >=20 >> > https://reviews=2Efreebsd=2Eorg/D679 >> >=20 >>=20 >> Kurt, or you can commit this even w=2Eo=2E PR=2E >> The patch does not break anything but allows the port to build as >> required=2E I assume there are even more easter eggs in the tree, >> specially for USE_BDB=2E >>=20 > >A short grep shows that the following ports are affected, the question >is if simply converting them to > >USE_BDB=3D yes >WANT_BDB_VER=3D > >is the right thing to do=2E > >archivers/rpm4/Makefile >chinese/xsim/Makefile >comms/trustedqsl/Makefile >comms/xastir/Makefile >databases/dbtool/Makefile >databases/evolution-data-server/Makefile >databases/fortytwo-bdb/Makefile >databases/libgda5/Makefile >databases/memcachedb/Makefile >databases/memcacheq/Makefile >databases/p5-BDB/Makefile >databases/p5-BerkeleyDB/Makefile >databases/py-bsddb/Makefile >databases/py-bsddb3/Makefile >databases/rdfdb/Makefile >devel/apr1/Makefile >devel/libqxt/Makefile >dns/dnshistory/Makefile >editors/nvi-devel/Makefile >graphics/fortytwo/Makefile >japanese/mutt-devel/Makefile >mail/avenger/Makefile >mail/bogofilter/Makefile >mail/dk-milter/Makefile >mail/drac/Makefile >mail/evolution-exchange/Makefile >mail/greyfix/Makefile >mail/isync/Makefile >mail/meta1/Makefile >mail/mutt/Makefile >mail/opendkim/Makefile >mail/spamprobe/Makefile >net-p2p/cdonkey/Makefile >net/freeswitch-core-devel/Makefile >net/netatalk/Makefile >net/netatalk3/Makefile >net/openldap24-server/Makefile >news/inn/Makefile >science/gramps/Makefile >security/pks/Makefile >security/sks/Makefile >sysutils/apt/Makefile >sysutils/cfengine22/Makefile >sysutils/cfengine32/Makefile >www/oops/Makefile > > > >--=20 >Michael Gmelin >_______________________________________________ >freebsd-ports@freebsd=2Eorg mailing list >http://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to >"freebsd-ports-unsubscribe@freebsd=2Eorg" No need=2E USE_BDB with exact version (I=2Ee=2E Without "+" should just wo= rk, if it does not, we will fix the framework=2E From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:12:55 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58B086F6 for ; Mon, 25 Aug 2014 10:12:55 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFEAD38FD for ; Mon, 25 Aug 2014 10:12:54 +0000 (UTC) Received: from [10.109.123.195] ([46.115.167.123]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LosFD-1WfNz51FUZ-00glpt; Mon, 25 Aug 2014 12:12:52 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <20140824195540.GG9400@home.opsec.eu> References: <53F640EF.7000200@FreeBSD.org> <20140824195540.GG9400@home.opsec.eu> MIME-Version: 1.0 Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Matthias Andree Date: Mon, 25 Aug 2014 12:12:44 +0200 To: Kurt Jaeger , ports-list freebsd Message-ID: <0dbb5dec-b268-4a5b-afee-495c21cba3df@email.android.com> X-Provags-ID: V03:K0:N3r41U9Qvzz8yZ73CslBZ0zMY0AuEfGHkEEiZPvzQupXJfqH5q8 EP6Z1LTIQD6RGDj6UcZyLd+Fk5jEMPZFkTaW0p079SEMo8hfrKE/4D5BG6Xf+KY/t7lcaHG YzurpzD1ywI6Y8QG/3qgKDxeyjxEGFFn8lrAy1QMHx24i9SoAqliobXoORfnkrprvI89xHP ivmeAGqx3ksfIQ+41PNOA== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:12:55 -0000 On 24=2E August 2014 21:55:40 MESZ, Kurt Jaeger wrote: >Hi! > >There is the possible mechanism of > >WITH_BDB_VER=3D6 > >in /etc/make=2Econf=2E > >Is there a way to also add some > >DEFAULT_VERSIONS=3D bdb=3D6 > >like syntax in /usr/ports/Mk/bsd=2Edefault-versions=2Emk to keep the >mechanism similar to other "default versions" ? > >--=20 >pi@opsec=2Eeu +49 171 3101372 6 years >to go ! >_______________________________________________ >freebsd-ports@freebsd=2Eorg mailing list >http://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to >"freebsd-ports-unsubscribe@freebsd=2Eorg" Should be doable, but is not yet implemented=2E From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:14:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B2B79A; Mon, 25 Aug 2014 10:14:19 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94B1B390A; Mon, 25 Aug 2014 10:14:17 +0000 (UTC) Received: from [10.109.123.195] ([46.115.167.123]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LzbXq-1WHZG51Ohm-014lsK; Mon, 25 Aug 2014 12:08:59 +0200 User-Agent: K-9 Mail for Android In-Reply-To: <1408891577.3895.425.camel@btw.pki2.com> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> <1408891577.3895.425.camel@btw.pki2.com> MIME-Version: 1.0 Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Matthias Andree Date: Mon, 25 Aug 2014 12:08:50 +0200 To: Dennis Glatting ,olli hauer Message-ID: X-Provags-ID: V03:K0:kGUI5sUKd0lI2XT+J5P49atDgzQEZ7yeJch9bHcfXb1ryk+cvYR iragwJQIXOXCTd6CGoTZEai5HqmbPpxk6AQSCvkbqdnTSiEzlLh2qV33DdTU1WQ0T98TSVe RXqujuxhzykWJUXOs58f6Wkg/1+4V/FrrrnIPZCvaZ5mM8FCXhCl/0SHQ4fmJtIwTIoVmyy w7H1Am8TrSzlhwNIaK1qA== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Michael Gmelin , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:14:19 -0000 On 24=2E August 2014 16:46:17 MESZ, Dennis Glatting wr= ote: >On Sun, 2014-08-24 at 15:08 +0200, olli hauer wrote: >> On 2014-08-24 14:37, Michael Gmelin wrote: >> >=20 >> >=20 >> > On Sun, 24 Aug 2014 14:30:06 +0200 >> > Kurt Jaeger wrote: >> >=20 >> >> Hi! >> >> >> >>>> Hm, using USE_BDB=3D$numble looks wrong to me in devel/ice=2E >> >>>> >> >>>> Can you test the following patch=2E >> >>>> >> >>>> Index: Makefile >> >>>> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >>>> --- devel/ice/Makefile (revision 365910) >> >>>> +++ devel/ice/Makefile (working copy) >> >>>> @@ -27,7 +27,8 @@ >> >>>> =2Eendif >> >>>> >> >>>> USES=3D iconv gmake >> >>>> -USE_BDB=3D 5 >> >>>> +USE_BDB=3D yes >> >>>> +WANT_BDB_VER=3D 5 >> >>>> INVALID_BDB_VER=3D 40 41 42 43 44 46 47 48 6 >> >>>> USE_LDCONFIG=3D yes >> >>>> BUILD_WRKSRC?=3D ${WRKSRC}/cpp >> >> >> >>> @Kurt: Could you test and confirm? If this works, I'll commit the >> >>> patch=2E >> >> >> >> Yes, it builds=2E >> >> >> >=20 >> > I created a commit request >> >=20 >> > https://reviews=2Efreebsd=2Eorg/D679 >> >=20 >>=20 >> Kurt, or you can commit this even w=2Eo=2E PR=2E >> The patch does not break anything but allows the port to build as >required=2E >> I assume there are even more easter eggs in the tree, specially for >USE_BDB=2E >>=20 > >Yep: > >root@Junker# more databases/evolution-data-server/Makefile=20 > >=2E=2E=2E > >USE_BDB=3D 41+ > > > > > > >_______________________________________________ >freebsd-ports@freebsd=2Eorg mailing list >http://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to >"freebsd-ports-unsubscribe@freebsd=2Eorg" The framework automatically upgrades these to 48+ internally=2E From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:15:38 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A11483D; Mon, 25 Aug 2014 10:15:38 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B076C3916; Mon, 25 Aug 2014 10:15:37 +0000 (UTC) Received: from [10.109.123.195] ([46.115.167.123]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Lp8h6-1WjVkx2Tbw-00eq6H; Mon, 25 Aug 2014 12:15:35 +0200 User-Agent: K-9 Mail for Android In-Reply-To: References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824191643.005f8e1c@bsd64.grem.de> MIME-Version: 1.0 Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Matthias Andree Date: Mon, 25 Aug 2014 12:15:27 +0200 To: Scot Hetzel ,Michael Gmelin Message-ID: <8b79c8ed-636d-433c-bd32-1fbc60ef623f@email.android.com> X-Provags-ID: V03:K0:eohTJnwhOBLvPpaRlwEhVoTgVoCAOBD7IA8awrC6ONd6AfN/Rlw lUFheAj15KZGixh6fwbKtdWwvuCqq2MNiStQgsYIq2gYLM1sUL9MaaZMU4BLOHthGwY2zWL YViWeploCtjjRMnIXgNSBbCz0p2QdJo3pwl4Xkcg95wQzEhocSvwfcJZ47FYO1jKSUo7Lj2 L0xMvEZUwn+wJuhXI575A== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: olli hauer , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:15:38 -0000 On 25=2E August 2014 07:57:36 MESZ, Scot Hetzel wrot= e: >On Sun, Aug 24, 2014 at 12:16 PM, Michael Gmelin >wrote: >> >> >> On Sun, 24 Aug 2014 11:59:37 -0500 >> Scot Hetzel wrote: >> >>> On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin >>> wrote: >>> > @Olli: Checking Mk/bsd=2Edatabasemk it seems like you're right=2E It= 's >>> > quite amusing how this went unnoticed for so long, it has been in >>> > there for eight years :) >>> > >>> >>> As the original author of the USE_BDB code, the USE_BDB=3D5 had >worked >>> in the past=2E As it is supposed to mean that this port only uses >that >>> version of BDB=2E The code was changed on Aug 21 (r365599) and the >>> author of the new code might have forgot to test this case=2E >>> >> >> Not sure if you read the rest of the thread, but this is still >working >> as intended (I tested using both the old and new version)=2E >> >> The issue is, that USE_BDB=3Dversion means USE_BDB=3Dyes, >> WITH_BDB_VER=3Dversion, but Kurt has WITH_BDB_VER=3D6 in make=2Econf, >> which overrides this version number and version =3D6 is invalid for >> devel/ice=2E So basically it works as designed, Kurt wanted a specific >> version of bdb, which doesn't work for devel/ice=2E >> >> The fix was to add WANT_BDB_VER=3D 5 in devel/ice, which I guess is ok, >> since this is the only version it really works with (and I guess I >> could remove the INVALID directive now, since WANT means really >> *want*)=2E >> > >Hmm, I thought I had it implemented this way at one time=2E Any way=2E >What we should be doing with the WITH_BDB_VER is not overriding the >USE_BDB value=2E Instead we should see if it is a VALID version to use >for this port, if it is not, then use the USE_BDB value=2E > >So basically the code should be doing the following: > >USE_BDB=3Dyes > - use the default version (48+) or the installed version if higher > >USE_BDB=3Dyes, WITH_BDB_VER=3D6 > - use version 6 > >USE_BDB=3D5 > - should mean the same as USE_BDB=3Dyes, WANT_BDB_VER=3D5 > - shouldn't be able to override by setting WITH_BDB_VER=3D6 > - this would also allow the removal of the WANT_BDB_VER variable=2E >- no error should be generated when WITH_BDB_VER is set to an invalid >version > >USE_BDB=3D48 6 > - use (either 48 or 6) or the installed version that matches one of >these versions >- no error should be generated when WITH_BDB_VER is set to an invalid >version > >USE_BDB=3D5+, WITH_BDB_VER=3D48 > - use version 5+ or the installed version if higher > - shouldn't allow downgrade to a lower unsupported version by setting >the WITH_BDB_VER > -- should we still display an error in this case or just install the >port with bdb 5+? > >If we make the above changes to the code, then INVALID_BDB_VER and >WANT_BDB_VER could disappear=2E > >> My question is, what the point of INVALID_BDB_VER really is in this >> case, it seems a bit pointless to me given the trouble it caused Kurt >> and how we resolved this=2E Having a fully specified list of supported >> versions in WANT_BDB_VER seems better in this case (assuming WANT >> supports listing multiple versions)=2E >> > >At the time I had implemented the code, INVALID_BDB_VER was meant to >poke holes in the VER+: > >USE_BDB=3D2+ >INVALID_BDB_VER=3D3 > >So the port would be able to use version 2 and 40+, and not 3=2E >Probably should have just implanted it as: > >USE_BDB=3D2 40+ > > and skipped the INVALID_BDB_VER entirely=2E > >I was also thinking that we should make WITH_BDB_HIGHEST the default=2E >It is used by VER+ when multiple versions of bdb are installed=2E That >way we can remove this variable also=2E > >--=20 >DISCLAIMER: > >No electrons were maimed while sending this message=2E Only slightly >bruised=2E >_______________________________________________ >freebsd-ports@freebsd=2Eorg mailing list >http://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to >"freebsd-ports-unsubscribe@freebsd=2Eorg" Scot, I rewrote all of the Berkeley DB detection code to match documentation, an= d I will check how we can optimise the new code for corner cases=2E Sorry about the inconvenience=2E=20 Best,=20 Matthias From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:24:35 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12F62BF4 for ; Mon, 25 Aug 2014 10:24:35 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 522FB39F7 for ; Mon, 25 Aug 2014 10:24:33 +0000 (UTC) Received: (qmail 70106 invoked by uid 89); 25 Aug 2014 10:24:31 -0000 Received: from unknown (HELO ?10.37.39.112?) (mg@grem.de@109.43.0.142) by mail.grem.de with ESMTPA; 25 Aug 2014 10:24:31 -0000 References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824123006.GE9400@home.opsec.eu> <20140824143728.0d5c435b@bsd64.grem.de> <53F9E3B7.10009@gmx.de> <20140824153618.32060060@bsd64.grem.de> <5bd6afd5-5768-4fad-a282-07663ad4212a@email.android.com> In-Reply-To: <5bd6afd5-5768-4fad-a282-07663ad4212a@email.android.com> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (11D257) From: Michael Gmelin Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation Date: Mon, 25 Aug 2014 12:23:43 +0200 To: Matthias Andree Cc: olli hauer , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:24:35 -0000 >> On 25 Aug 2014, at 12:00, Matthias Andree wrote:= >>=20 >> On 24. August 2014 15:36:18 MESZ, Michael Gmelin wro= te: >> On Sun, 24 Aug 2014 15:08:07 +0200 >> olli hauer wrote: >>=20 >>>> On 2014-08-24 14:37, Michael Gmelin wrote: >>>>=20 >>>>=20 >>>> On Sun, 24 Aug 2014 14:30:06 +0200 >>>> Kurt Jaeger wrote: >>>>=20 >>>>> Hi! >>>>>=20 >>>>>>> Hm, using USE_BDB=3D$numble looks wrong to me in devel/ice. >>>>>>>=20 >>>>>>> Can you test the following patch. >>>>>>>=20 >>>>>>> Index: Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>>>>>> --- devel/ice/Makefile (revision 365910) >>>>>>> +++ devel/ice/Makefile (working copy) >>>>>>> @@ -27,7 +27,8 @@ >>>>>>> .endif >>>>>>>=20 >>>>>>> USES=3D iconv gmake >>>>>>> -USE_BDB=3D 5 >>>>>>> +USE_BDB=3D yes >>>>>>> +WANT_BDB_VER=3D 5 >>>>>>> INVALID_BDB_VER=3D 40 41 42 43 44 46 47 48 6 >>>>>>> USE_LDCONFIG=3D yes >>>>>>> BUILD_WRKSRC?=3D ${WRKSRC}/cpp >>>>>=20 >>>>>> @Kurt: Could you test and confirm? If this works, I'll commit the >>>>>> patch. >>>>>=20 >>>>> Yes, it builds. >>>>=20 >>>> I created a commit request >>>>=20 >>>> https://reviews.freebsd.org/D679 >>>=20 >>> Kurt, or you can commit this even w.o. PR. >>> The patch does not break anything but allows the port to build as >>> required. I assume there are even more easter eggs in the tree, >>> specially for USE_BDB. >>=20 >> A short grep shows that the following ports are affected, the question >> is if simply converting them to >>=20 >> USE_BDB=3D yes >> WANT_BDB_VER=3D >>=20 >> is the right thing to do. >>=20 >> archivers/rpm4/Makefile >> chinese/xsim/Makefile >> comms/trustedqsl/Makefile >> comms/xastir/Makefile >> databases/dbtool/Makefile >> databases/evolution-data-server/Makefile >> databases/fortytwo-bdb/Makefile >> databases/libgda5/Makefile >> databases/memcachedb/Makefile >> databases/memcacheq/Makefile >> databases/p5-BDB/Makefile >> databases/p5-BerkeleyDB/Makefile >> databases/py-bsddb/Makefile >> databases/py-bsddb3/Makefile >> databases/rdfdb/Makefile >> devel/apr1/Makefile >> devel/libqxt/Makefile >> dns/dnshistory/Makefile >> editors/nvi-devel/Makefile >> graphics/fortytwo/Makefile >> japanese/mutt-devel/Makefile >> mail/avenger/Makefile >> mail/bogofilter/Makefile >> mail/dk-milter/Makefile >> mail/drac/Makefile >> mail/evolution-exchange/Makefile >> mail/greyfix/Makefile >> mail/isync/Makefile >> mail/meta1/Makefile >> mail/mutt/Makefile >> mail/opendkim/Makefile >> mail/spamprobe/Makefile >> net-p2p/cdonkey/Makefile >> net/freeswitch-core-devel/Makefile >> net/netatalk/Makefile >> net/netatalk3/Makefile >> net/openldap24-server/Makefile >> news/inn/Makefile >> science/gramps/Makefile >> security/pks/Makefile >> security/sks/Makefile >> sysutils/apt/Makefile >> sysutils/cfengine22/Makefile >> sysutils/cfengine32/Makefile >> www/oops/Makefile >>=20 >>=20 >>=20 >> --=20 >> Michael Gmelin >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to >> "freebsd-ports-unsubscribe@freebsd.org" >=20 > No need. USE_BDB with exact version (I.e. Without "+" should just work, if= it does not, we will fix the framework. It didn't in the case of devel/ice (maybe you can take a look at the last fe= w commits). The combination of USE_BDB=3D5 INVALID_BDB=3D40 42....48 6 And WITH_BDB_VER=3D6 in /etc/make.conf causes the build to fail with the error reported by Kurt. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 10:27:09 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CBA6D20 for ; Mon, 25 Aug 2014 10:27:09 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28D243A23 for ; Mon, 25 Aug 2014 10:27:09 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7PAR94q044880 for ; Mon, 25 Aug 2014 10:27:09 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7PAR9Y7044879; Mon, 25 Aug 2014 10:27:09 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408251027.s7PAR9Y7044879@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 25 Aug 2014 10:27:09 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 10:27:09 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/libmtp | 1.1.6 | 1.1.7 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 12:29:02 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53CB6D57; Mon, 25 Aug 2014 12:29:02 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2426535A4; Mon, 25 Aug 2014 12:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=/EkCP3musslXl+THPO2edezhX9+QIpDX47LmDya5YwA=; b=LvZuaJUiAlVOetILnJsvuNz6AjCIJ92vU1l7VRwW+yZS1pvtOqnzrN1J8k0LSkKwjFXWzyxSqD3PPirMttenUoxAEzOnBAFsZr7Z5C1+Cx6ieAdk1/UqPGBge4THt5ECAxbW06223Kjz+s70EUDwngS9/GMT+UmBHsx9S2NIWYI=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XLtOP-000KQ6-2R; Mon, 25 Aug 2014 12:29:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Mon, 25 Aug 2014 12:29:00 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 365835: 4x leftovers To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140823221200-48242 X-Trac-Build-ID: 20140823221200-48242 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 12:29:02 -0000 Stage databases/gnats4 and assign new maintainer PR: 192881 Submitted by: Chris Hutchinson I am sure many people wanted to see this port die, but Chris wanted to save it. Unfortunately his PR only contained about 2% of the work needed to properly stage it. I had to overhaul it with the changes to numerous to recount. Some big ticket items: converted to OptionsNG the EMACS and CLIENT_ONLY knobs (the ability to define the exact EMACS version is lost, it just takes the default. There are only 2 EMACS versions anyway). The chown/mode changes where moved from vendor makefile to pkg-plist. I also leveraged @sample keyword for the two conf files. --------------------------------------------------------------------- Build ID: 20140823221200-48242 Job owner: marino@FreeBSD.org Buildtime: 38 hours Enddate: Mon, 25 Aug 2014 12:28:59 GMT Revision: 365835 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=365835 --------------------------------------------------------------------- Port: databases/gnats4 4.1.0_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140823221200-48242-401598/gnats4-4.1.0_3.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140823221200-48242-401599/gnats4-4.1.0_3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140823221200-48242-401600/gnats4-4.1.0_3.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~marino@FreeBSD.org/20140823221200-48242-401601/gnats4-4.1.0_3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 13:41:26 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FDCCF77; Mon, 25 Aug 2014 13:41:26 +0000 (UTC) Received: from mail.nuith.eu (nuith.eu [91.232.102.93]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3E903CC8; Mon, 25 Aug 2014 13:41:24 +0000 (UTC) Received: from gds-exchange1.NUITH.local (10.0.7.14) by gds-exchange1.NUITH.local (10.0.7.14) with Microsoft SMTP Server (TLS) id 15.0.516.32; Mon, 25 Aug 2014 15:39:51 +0200 Received: from gds-exchange1.NUITH.local ([::1]) by gds-exchange1.NUITH.local ([::1]) with mapi id 15.00.0516.029; Mon, 25 Aug 2014 15:39:51 +0200 From: Sebastian Bach To: "wxs@FreeBSD.org" Subject: FreeBSD Port: git-2.0.2_1 Thread-Topic: FreeBSD Port: git-2.0.2_1 Thread-Index: Ac/AZPOGjXPJvicfTmmN4ta7d+5WLg== Date: Mon, 25 Aug 2014 13:39:50 +0000 Message-ID: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> Accept-Language: pl-PL, en-US Content-Language: pl-PL X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.7.101] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 13:41:26 -0000 Hi! I've an urgent problem with the current port devel/git (2.0.2). After upgra= ding we can't use our Atlassian Stash server anymore. Stash rejects (hard = check of 2.0.2 and 2.0.3) to use this specific git version due to a critica= l bug in 'git diff-tree' which breaks Stash's commit page. Please see the '= DVCS clients' section on their system requirements page: https://confluence.atlassian.com/display/STASH/Supported+platforms https://jira.atlassian.com/browse/STASH-5052 I don't know how to downgrade this port. Is this even possible on FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be available in the p= orts collections? Best regards Sebastian Bach From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 13:56:03 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C561815; Mon, 25 Aug 2014 13:56:03 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10B313E42; Mon, 25 Aug 2014 13:56:03 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id p10so20418253pdj.36 for ; Mon, 25 Aug 2014 06:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Zc6NKh0aehzTlCHbDVAWPuwWvdngT+Bywr0kfoSRkD0=; b=oLZvq+7+TGtgS8j3bMjGL+cjzMWl0ay2EhahQFIwKiKIoEwWewpQrKzEmOs61Utnge zDDUue2qOUTOqeeloKS//Ku/59/t1ZlT7GDwkmevcSX/R304t2KKUY1E+y0/PFSyfBF8 geaTW4O3gYr8YQfnjsGjfetHHVsuEL/EZm5nQM0gg0KULcHICcBlJX9rfyWMvT4BoY0y m6b1ETMJhgka3tamfwHl+z2nP0fp5MzLoRJ5cFtvsa1nnmJBKA2sGl/hp4c3AydGViCa FCOy3KQH66GipnJKDN9cgoV6fhAk6yRt7tcFC+/TldPRekqnws7QJAbyi2jR8OLaNHaD JSDw== MIME-Version: 1.0 X-Received: by 10.70.37.12 with SMTP id u12mr15713483pdj.79.1408974962556; Mon, 25 Aug 2014 06:56:02 -0700 (PDT) Received: by 10.70.94.104 with HTTP; Mon, 25 Aug 2014 06:56:02 -0700 (PDT) Date: Mon, 25 Aug 2014 17:56:02 +0400 Message-ID: Subject: Return ports www/sams From: zlopi To: marino@FreeBSD.org, ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 13:56:03 -0000 Hi Bring to your attention the correct port www / sams that has all the necessary corrections for its work. Check and send to the ports. Thank you. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 13:57:24 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB4608C8; Mon, 25 Aug 2014 13:57:23 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A81423E5D; Mon, 25 Aug 2014 13:57:23 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so20950969pad.41 for ; Mon, 25 Aug 2014 06:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=maFTwtOOxzTvSeQjM5bvZwPiN6T30NHnQ3dL2U0x9X8=; b=THYQSjXCC0E9xhXvBhyi+VXEvht6WtHma/Lc/dc4Rqcr7lteOUjgiK1QbXTxknwtqb q8Tq69UABamN7qLr4wfZuXzXu0V5JBMSdxvQYXD5jJ4NR6Oympo4WPSEwJvV68z5HCqp 6vl7y3WIhO2cIeJ6j0uwEiwTmmz5vhVQOAFygVtKOovhBGzT4BaG33rSQdLpQV9sPZ0t hPQ4iOMyBT2SZqotWl5N7ff474CqBwtjjMBe7reh1NXu/TWhGQHjGMoFjONAbznY4Vb+ 5n86YIFpiXP8PpYTGsrglzj5y2gRMgwe7FVSG0ZqaPUH0AwD6/vc2vMEECwtaHHw+f2L Mxmw== X-Received: by 10.66.66.225 with SMTP id i1mr28785124pat.56.1408975043289; Mon, 25 Aug 2014 06:57:23 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:c89:a88f:a724:f8d? (2001-44b8-31ae-7b00-0c89-a88f-a724-0f8d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:c89:a88f:a724:f8d]) by mx.google.com with ESMTPSA id xc5sm37585419pbc.66.2014.08.25.06.57.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 06:57:22 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FB40BE.8050208@FreeBSD.org> Date: Mon, 25 Aug 2014 23:57:18 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Thunderbird/32.0 MIME-Version: 1.0 To: Sebastian Bach , "wxs@FreeBSD.org" Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> In-Reply-To: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 13:57:24 -0000 On 25/08/2014 11:39 PM, Sebastian Bach wrote: > Hi! > > I've an urgent problem with the current port devel/git (2.0.2). After upgrading we can't use our Atlassian Stash server anymore. Stash rejects (hard check of 2.0.2 and 2.0.3) to use this specific git version due to a critical bug in 'git diff-tree' which breaks Stash's commit page. Please see the 'DVCS clients' section on their system requirements page: > https://confluence.atlassian.com/display/STASH/Supported+platforms > https://jira.atlassian.com/browse/STASH-5052 > > I don't know how to downgrade this port. Is this even possible on FreeBSD? > However, can you tell me when git 2.0.4 or 2.1.0 will be available in the ports collections? > > Best regards > Sebastian Bach > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hi Sebastian, You can downgrade with a svn checkout of the respective revision of devel/git you want. Does 2.0.4 / 2.1.0 contain a fix for your issue? Can you point us to the changelog entry, changeset, or upstream issue? Other steps from here (given your urgency), are to: a) Submit a bug report at https://bugs.freebsd.org/bugzilla/ so the maintainer is made aware of the issue b) Update the port yourself in the meantime (run a local patch to devel/git) If you manage to get (b) done before you hear back from (a), attach your patch from (b) updating devel/git to 2.1.0 to the issue you created. If you need help or more information porting, we also have IRC channels on efnet (#bsdports) and freenode (#freebsd-ports) koobs From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 14:13:11 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ABC531A; Mon, 25 Aug 2014 14:13:11 +0000 (UTC) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2a00:14b0:4200:32e0::1ea]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gilb.zs64.net", Issuer "Cryptonomicore CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F543304D; Mon, 25 Aug 2014 14:13:10 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 2A66412F236; Mon, 25 Aug 2014 14:13:00 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Does www/chromium work? From: Stefan Bethke In-Reply-To: Date: Mon, 25 Aug 2014 16:12:56 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <7F810528-43BB-4509-A596-EBBCAD075698@lassitu.de> References: <53F4AA05.3030805@pinyon.org> <53F4B509.4080009@pinyon.org> To: Freebsd_mailinglist_PORTS X-Mailer: Apple Mail (2.1878.6) Cc: chromium@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 14:13:11 -0000 If anyone's wondering what the fix for Chromium = (chromium-36.0.1985.143_1) on FreeBSD 9 (stable) is: If you get this error: $ chrome /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by = /usr/local/share/chromium/chrome not found Add this at the end of /etc/libmap.conf: [/usr/local/share/chromium/chrome] libstdc++.so.6 gcc47/libstdc++.so.6 You might want to also check that GCC 4.7 is actually installed, I'm = not sure the Chromium port pulls that in, or I just happened to have = that installed already. HTH, Stefan --=20 Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 14:52:16 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 294238D2 for ; Mon, 25 Aug 2014 14:52:16 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 6CDEC34BD for ; Mon, 25 Aug 2014 14:52:14 +0000 (UTC) Received: (qmail 72747 invoked by uid 89); 25 Aug 2014 14:52:07 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.66) by mail.grem.de with ESMTPA; 25 Aug 2014 14:52:07 -0000 Date: Mon, 25 Aug 2014 16:52:06 +0200 From: Michael Gmelin To: Sebastian Bach Subject: Re: FreeBSD Port: git-2.0.2_1 Message-ID: <20140825165206.40cc5eba@bsd64.grem.de> In-Reply-To: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 14:52:16 -0000 On Mon, 25 Aug 2014 13:39:50 +0000 Sebastian Bach wrote: > Hi! > > I've an urgent problem with the current port devel/git (2.0.2). After > upgrading we can't use our Atlassian Stash server anymore. Stash > rejects (hard check of 2.0.2 and 2.0.3) to use this specific git > version due to a critical bug in 'git diff-tree' which breaks Stash's > commit page. Please see the 'DVCS clients' section on their system > requirements page: > https://confluence.atlassian.com/display/STASH/Supported+platforms > https://jira.atlassian.com/browse/STASH-5052 > > I don't know how to downgrade this port. Is this even possible on > FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be > available in the ports collections? > > Best regards > Sebastian Bach > If you're using pkg you might be lucky and still have a cached copy in /var/cache/pkg. In that case try pkg delete git and pkg add /var/cache/pkg/git-.txz. Otherwise one way of doing this is getting the old package skeleton from svn and build it from ports. You need revision 362475 of the ports tree for git version 2.0.1. Alternatively you can download the files from svnweb (a bit clumsy, but doesn't require you to install subversion): http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=362475 If you don't have a ports tree yet, do: portsnap fetch extract Then copy the files in /usr/ports/devel/git, go there and do make install (do pkg delete git beforehand). -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 15:02:35 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1309D1ED; Mon, 25 Aug 2014 15:02:35 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2F9335BF; Mon, 25 Aug 2014 15:02:34 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id et14so20960716pad.35 for ; Mon, 25 Aug 2014 08:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Q/HTLZbvRMJ641FAxbDAgr2DCyq58MUTiNkKS2zvWoU=; b=g/56HXZr3MeJZS0wGgI8OmXqafWpFKkmXwUGMAA8c4Zzq0tnLaQ+9c73PAO9ELvSAI BEbR0rwTiqDTDjV7EQ7hT6KXENBdFRmntaT5QmCbcIaa6rnCahxFV/MX8s1pgdlDkAO7 RogYYkdtHPaQtqe+wskeOhSTOu9ca3KEJsDHdfo0AynGyghOHWijglMol/hkjVNBIWbD aHNbvmw6z6+RKBsz6ftJFVlemMjJYmMF3l7cps8ZhpVwxZme0+u/Z+mSYrZyh3unjOWp CGIOWYmH1JLGTJySc6TnmDGcjOFy8ly9ljG+bNaeAxOTqmLml4GlT9yw94lGcdiCx4ca V7mw== X-Received: by 10.67.5.68 with SMTP id ck4mr30093871pad.6.1408978953785; Mon, 25 Aug 2014 08:02:33 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:c89:a88f:a724:f8d? (2001-44b8-31ae-7b00-0c89-a88f-a724-0f8d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:c89:a88f:a724:f8d]) by mx.google.com with ESMTPSA id pd7sm46552pdb.78.2014.08.25.08.02.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 08:02:33 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FB5004.1010709@FreeBSD.org> Date: Tue, 26 Aug 2014 01:02:28 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Thunderbird/32.0 MIME-Version: 1.0 To: Sebastian Bach Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> In-Reply-To: <20140825165206.40cc5eba@bsd64.grem.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" , Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 15:02:35 -0000 On 26/08/2014 12:52 AM, Michael Gmelin wrote: > On Mon, 25 Aug 2014 13:39:50 +0000 > Sebastian Bach wrote: > >> Hi! >> >> I've an urgent problem with the current port devel/git (2.0.2). After >> upgrading we can't use our Atlassian Stash server anymore. Stash >> rejects (hard check of 2.0.2 and 2.0.3) to use this specific git >> version due to a critical bug in 'git diff-tree' which breaks Stash's >> commit page. Please see the 'DVCS clients' section on their system >> requirements page: >> https://confluence.atlassian.com/display/STASH/Supported+platforms >> https://jira.atlassian.com/browse/STASH-5052 >> >> I don't know how to downgrade this port. Is this even possible on >> FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be >> available in the ports collections? >> >> Best regards >> Sebastian Bach >> > > If you're using pkg you might be lucky and still have a cached copy > in /var/cache/pkg. In that case try pkg delete git and pkg > add /var/cache/pkg/git-.txz. > > Otherwise one way of doing this is getting the old package skeleton > from svn and build it from ports. You need revision 362475 of the ports > tree for git version 2.0.1. Alternatively you can download the files > from svnweb (a bit clumsy, but doesn't require you to install > subversion): > > http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=362475 > > If you don't have a ports tree yet, do: portsnap fetch extract > > Then copy the files in /usr/ports/devel/git, go there and do make > install (do pkg delete git beforehand). > Thanks for the assist Michael :) I have a patch updating git to 2.1.0 thats 98% complete (just updating minor pkg-plist stuff for HTMLDOCS option) I'll have it to you in 10-15 From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 15:05:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 683F93B6 for ; Mon, 25 Aug 2014 15:05:39 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F239D35EB for ; Mon, 25 Aug 2014 15:05:38 +0000 (UTC) Received: from mandree.no-ip.org ([78.48.65.230]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MTwYX-1WvE1J22pF-00QkXk for ; Mon, 25 Aug 2014 17:05:36 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 17B1023CEB4 for ; Mon, 25 Aug 2014 17:05:32 +0200 (CEST) Message-ID: <53FB50BB.8020903@gmx.de> Date: Mon, 25 Aug 2014 17:05:31 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Berkeley DB 4 and portupgrade References: <20140823151047.300a8cea@gumby.homeunix.com> In-Reply-To: <20140823151047.300a8cea@gumby.homeunix.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:u2WdTGgRbJ8f59yo70+lwfk4Aq9Wxjj4voP9WR1zbPNsQDtRn37 UN3DWaSLdYjmEL6JdmILW1gUk85SLux5kbRCYYuDbUUl+CfAqASfxSvaaapsLOnTDisxGWx Oxyw1tDdAzmCHxKq20DGoZlWOcj6ewZx/zvdzTxnZTAyhJhCIptKiyv0nF9ht2U25Bbsjmv UagKXYIUfRRKdi95ooUTg== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 15:05:39 -0000 Am 23.08.2014 um 16:10 schrieb RW: > > > I've lost track of how portupgrade works these days (10.0). Has it > switched to using pkg's sqlite database? For portupgrade, do not worry - it only _caches_ data in Berkeley DB databases, it does not exclusively own valuable data that it could lose. (OK rebuilding the pkgdb databse may take two or three minutes, but that's all.) And portupgrade only uses flat databases without anything fancy like locking or transactions/logging. portupgrade can recreate its databases any time. No it hasn't, and pkg is separate from portupgrade -- portupgrade however does not store precious data in databases, only caches, so not to worry -- in doubt, portupgrade it will just drop and recreate its databases from the package database (that pkg maintains) and the INDEX (that portsnap would maintain if you were to run it). > I was wondering whether I needed to do anything for the DB 4x > deletions, but I don't see a separate database file: > > $ ls -l /var/db/pkg > total 41638 > -rw-r--r-- 1 root wheel 39279616 23 Aug 14:55 local.sqlite > -rw-r--r-- 1 root wheel 38912 15 Sep 2013 repo-packagesite.sqlite > -r--r--r-- 1 root wheel 3236956 22 Aug 11:23 vuln.xml You're looking in the wrong places, you should have: /usr/ports/INDEX-10.db and /var/db/pkg/pkgdb.db The portupgrade-maintained databases are distinct from the system's own (pkg-maintained) local.sqlite. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 15:14:23 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5ED9DA1; Mon, 25 Aug 2014 15:14:23 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC41536F7; Mon, 25 Aug 2014 15:14:23 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id r10so20054199pdi.6 for ; Mon, 25 Aug 2014 08:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type; bh=3Mi1w97wh3WJeZMKwaw4PB7IlvwhIuHcBps/vRvpmbw=; b=1IbaeQey/SPHv1JoTW6y6FzI/CEeWVJ/ymg/6S1xGA5QKb8T2yvuqmpgxBn8wgXvIr 7y1FsQtlveD52lqQhPTFY1MH8az5n028torrvZf8C7VqXPFZm6CW+vroMVL8OJvb/GvK QxluYqJzkigPDwtyI+6A7jkeQvTJNKJYchpdtx2qaZD/uagph/IC5zTP4gPsjSxmnYKJ Uk90q9onnflYvoXQ09sFNWn8UOwywZb3oMPZ2iJua1HE57PU2zo3zN0D6S2u+CYQe6OK fnTioAL7ivw/LcvK4TTydTOy0cxY0FaHD1pJuF8ifEk3BN13x0HPIaGxj+2ryiA9o8k7 pI5g== X-Received: by 10.68.178.101 with SMTP id cx5mr29902609pbc.24.1408979662385; Mon, 25 Aug 2014 08:14:22 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:c89:a88f:a724:f8d? (2001-44b8-31ae-7b00-0c89-a88f-a724-0f8d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:c89:a88f:a724:f8d]) by mx.google.com with ESMTPSA id h12sm141175pdk.48.2014.08.25.08.14.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 08:14:21 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FB52C7.8000206@FreeBSD.org> Date: Tue, 26 Aug 2014 01:14:15 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Thunderbird/32.0 MIME-Version: 1.0 To: Sebastian Bach Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> <53FB5004.1010709@FreeBSD.org> In-Reply-To: <53FB5004.1010709@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------050709070701070602070503" Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" , Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 15:14:24 -0000 This is a multi-part message in MIME format. --------------050709070701070602070503 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 26/08/2014 1:02 AM, Kubilay Kocak wrote: > On 26/08/2014 12:52 AM, Michael Gmelin wrote: >> On Mon, 25 Aug 2014 13:39:50 +0000 >> Sebastian Bach wrote: >> >>> Hi! >>> >>> I've an urgent problem with the current port devel/git (2.0.2). After >>> upgrading we can't use our Atlassian Stash server anymore. Stash >>> rejects (hard check of 2.0.2 and 2.0.3) to use this specific git >>> version due to a critical bug in 'git diff-tree' which breaks Stash's >>> commit page. Please see the 'DVCS clients' section on their system >>> requirements page: >>> https://confluence.atlassian.com/display/STASH/Supported+platforms >>> https://jira.atlassian.com/browse/STASH-5052 >>> >>> I don't know how to downgrade this port. Is this even possible on >>> FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be >>> available in the ports collections? >>> >>> Best regards >>> Sebastian Bach >>> >> >> If you're using pkg you might be lucky and still have a cached copy >> in /var/cache/pkg. In that case try pkg delete git and pkg >> add /var/cache/pkg/git-.txz. >> >> Otherwise one way of doing this is getting the old package skeleton >> from svn and build it from ports. You need revision 362475 of the ports >> tree for git version 2.0.1. Alternatively you can download the files >> from svnweb (a bit clumsy, but doesn't require you to install >> subversion): >> >> http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=362475 >> >> If you don't have a ports tree yet, do: portsnap fetch extract >> >> Then copy the files in /usr/ports/devel/git, go there and do make >> install (do pkg delete git beforehand). >> > > Thanks for the assist Michael :) > > I have a patch updating git to 2.1.0 thats 98% complete (just updating > minor pkg-plist stuff for HTMLDOCS option) > > I'll have it to you in 10-15 > Sebastian, Find attached a patch updating devel/git to 2.1.0 with the following changes: - Update to 2.1.0 - Sort pkg-plist (much easier to update when sorted!) - Use CONFIGURE_ARGS user-knob to disable libiconv There is a leftover issue (in the current version of the port too) building *without* ICONV and *with* CONTRIB options, so avoid that combination. Otherwise it builds and packages cleanly (tested with poudriere). Let us know how the update goes for you, whether it fixes your Atlassian Stash issue, and report back. I can then create a Bugzilla issue report and submit the update so you can revert to using ports rather than a local patch :) Hope that helps! Koobs --------------050709070701070602070503 Content-Type: text/plain; charset=windows-1252; name="git-2.1.0-plus-sort-plist.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="git-2.1.0-plus-sort-plist.diff" Index: Makefile =================================================================== --- Makefile (revision 366063) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG MASTER_SITE_SUBDIR= software/scm/git @@ -91,7 +90,8 @@ .if ${PORT_OPTIONS:MICONV} USES+= iconv .else -MAKE_ARGS+= NO_ICONV=1 +CONFIGURE_ARGS+= --without-iconv +#MAKE_ARGS+= NO_ICONV=1 .endif .if ${PORT_OPTIONS:MCURL} Index: distinfo =================================================================== --- distinfo (revision 366063) +++ distinfo (working copy) @@ -1,6 +1,6 @@ -SHA256 (git-2.0.2.tar.gz) = 0f0a3b438ae1dde5b21c93c33173c8edd2c6dc4f3e4c396ce936784c5c97bdee -SIZE (git-2.0.2.tar.gz) = 4904754 -SHA256 (git-manpages-2.0.2.tar.gz) = e90bfa54fbb5ff4cf75f9d0272aaecc2d4bf5aae1eaddc85f2dbc02a98c61dd0 -SIZE (git-manpages-2.0.2.tar.gz) = 575491 -SHA256 (git-htmldocs-2.0.2.tar.gz) = e74adf2adaf01883af64f3f6d84f4821521da56918358efd3b2149042bb15b4d -SIZE (git-htmldocs-2.0.2.tar.gz) = 2278282 +SHA256 (git-2.1.0.tar.gz) = d5b035717f62130cbf154d6c1403c6850b486223bd6f87e208296be8aca476eb +SIZE (git-2.1.0.tar.gz) = 4975916 +SHA256 (git-manpages-2.1.0.tar.gz) = 3a9ea5bf9c369b56459c4dd76463adb94e4298f679f2fffdcadc447c89e8bb7c +SIZE (git-manpages-2.1.0.tar.gz) = 577429 +SHA256 (git-htmldocs-2.1.0.tar.gz) = 5b395b4fbee6364f368fa7e012ae18a10d2533e837f68dcde3c6ee7744a8a323 +SIZE (git-htmldocs-2.1.0.tar.gz) = 2306356 Index: pkg-plist =================================================================== --- pkg-plist (revision 366063) +++ pkg-plist (working copy) @@ -147,6 +147,7 @@ man/man1/git-upload-archive.1.gz man/man1/git-upload-pack.1.gz man/man1/git-var.1.gz +man/man1/git-verify-commit.1.gz man/man1/git-verify-pack.1.gz man/man1/git-verify-tag.1.gz man/man1/git-web--browse.1.gz @@ -340,6 +341,7 @@ libexec/git-core/git-upload-archive libexec/git-core/git-upload-pack libexec/git-core/git-var +libexec/git-core/git-verify-commit libexec/git-core/git-verify-pack libexec/git-core/git-verify-tag libexec/git-core/git-web--browse @@ -355,8 +357,10 @@ libexec/git-core/mergetools/kdiff3 libexec/git-core/mergetools/gvimdiff libexec/git-core/mergetools/gvimdiff2 +libexec/git-core/mergetools/gvimdiff3 libexec/git-core/mergetools/vimdiff libexec/git-core/mergetools/vimdiff2 +libexec/git-core/mergetools/vimdiff3 libexec/git-core/mergetools/meld libexec/git-core/mergetools/ecmerge libexec/git-core/mergetools/diffuse @@ -468,719 +472,728 @@ %%GUI%%share/gitk/lib/msgs/pt_br.msg %%GUI%%share/gitk/lib/msgs/ru.msg %%GUI%%share/gitk/lib/msgs/sv.msg +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.8.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.8.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.9.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.8.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.9.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.7.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.1.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/blame-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-foreignscminterface.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-mainporcelain.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-purehelpers.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchelpers.txt +%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchingrepositories.txt +%%HTMLDOCS%%%%DOCSDIR%%/config.txt +%%HTMLDOCS%%%%DOCSDIR%%/date-formats.txt +%%HTMLDOCS%%%%DOCSDIR%%/diff-config.txt +%%HTMLDOCS%%%%DOCSDIR%%/diff-format.txt +%%HTMLDOCS%%%%DOCSDIR%%/diff-generate-patch.txt +%%HTMLDOCS%%%%DOCSDIR%%/diff-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/docbook-xsl.css +%%HTMLDOCS%%%%DOCSDIR%%/everyday.html +%%HTMLDOCS%%%%DOCSDIR%%/everyday.txt +%%HTMLDOCS%%%%DOCSDIR%%/fetch-options.txt %%HTMLDOCS%%%%DOCSDIR%%/git-add.html +%%HTMLDOCS%%%%DOCSDIR%%/git-add.txt %%HTMLDOCS%%%%DOCSDIR%%/git-am.html +%%HTMLDOCS%%%%DOCSDIR%%/git-am.txt %%HTMLDOCS%%%%DOCSDIR%%/git-annotate.html +%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.txt %%HTMLDOCS%%%%DOCSDIR%%/git-apply.html +%%HTMLDOCS%%%%DOCSDIR%%/git-apply.txt %%HTMLDOCS%%%%DOCSDIR%%/git-archimport.html +%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.txt %%HTMLDOCS%%%%DOCSDIR%%/git-archive.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.html +%%HTMLDOCS%%%%DOCSDIR%%/git-archive.txt %%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.html %%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.html +%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.txt %%HTMLDOCS%%%%DOCSDIR%%/git-blame.html +%%HTMLDOCS%%%%DOCSDIR%%/git-blame.txt %%HTMLDOCS%%%%DOCSDIR%%/git-branch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-branch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-bundle.html +%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.txt %%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.html +%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.html +%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.html +%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.txt %%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.html +%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.txt %%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.html +%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.txt %%HTMLDOCS%%%%DOCSDIR%%/git-checkout.html +%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cherry.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.txt %%HTMLDOCS%%%%DOCSDIR%%/git-citool.html +%%HTMLDOCS%%%%DOCSDIR%%/git-citool.txt %%HTMLDOCS%%%%DOCSDIR%%/git-clean.html +%%HTMLDOCS%%%%DOCSDIR%%/git-clean.txt %%HTMLDOCS%%%%DOCSDIR%%/git-clone.html +%%HTMLDOCS%%%%DOCSDIR%%/git-clone.txt %%HTMLDOCS%%%%DOCSDIR%%/git-column.html %%HTMLDOCS%%%%DOCSDIR%%/git-column.txt %%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-commit.html +%%HTMLDOCS%%%%DOCSDIR%%/git-commit.txt %%HTMLDOCS%%%%DOCSDIR%%/git-config.html +%%HTMLDOCS%%%%DOCSDIR%%/git-config.txt %%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.html +%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.html +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.html +%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-credential.html +%%HTMLDOCS%%%%DOCSDIR%%/git-credential.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt %%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.html +%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.txt %%HTMLDOCS%%%%DOCSDIR%%/git-daemon.html +%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.txt %%HTMLDOCS%%%%DOCSDIR%%/git-describe.html +%%HTMLDOCS%%%%DOCSDIR%%/git-describe.txt %%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.html +%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.txt %%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.html +%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.txt %%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-diff.html +%%HTMLDOCS%%%%DOCSDIR%%/git-diff.txt %%HTMLDOCS%%%%DOCSDIR%%/git-difftool.html +%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fetch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.txt %%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.html +%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.txt %%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.txt %%HTMLDOCS%%%%DOCSDIR%%/git-fsck.html +%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.txt %%HTMLDOCS%%%%DOCSDIR%%/git-gc.html +%%HTMLDOCS%%%%DOCSDIR%%/git-gc.txt %%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.html +%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.txt %%HTMLDOCS%%%%DOCSDIR%%/git-grep.html +%%HTMLDOCS%%%%DOCSDIR%%/git-grep.txt %%HTMLDOCS%%%%DOCSDIR%%/git-gui.html +%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt %%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.html +%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.txt %%HTMLDOCS%%%%DOCSDIR%%/git-help.html +%%HTMLDOCS%%%%DOCSDIR%%/git-help.txt %%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.html %%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.txt %%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-http-push.html +%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.txt %%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.html +%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.txt %%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.txt %%HTMLDOCS%%%%DOCSDIR%%/git-init-db.html +%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.txt %%HTMLDOCS%%%%DOCSDIR%%/git-init.html +%%HTMLDOCS%%%%DOCSDIR%%/git-init.txt %%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.html +%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.txt %%HTMLDOCS%%%%DOCSDIR%%/git-log.html +%%HTMLDOCS%%%%DOCSDIR%%/git-log.txt %%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.html +%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.txt %%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.html +%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.txt %%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-merge.html +%%HTMLDOCS%%%%DOCSDIR%%/git-merge.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mktag.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mktree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-mv.html +%%HTMLDOCS%%%%DOCSDIR%%/git-mv.txt %%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.html +%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.txt %%HTMLDOCS%%%%DOCSDIR%%/git-notes.html %%HTMLDOCS%%%%DOCSDIR%%/git-notes.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-p4.html +%%HTMLDOCS%%%%DOCSDIR%%/git-p4.txt %%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.html +%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.txt %%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.html +%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.txt %%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.html +%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.txt %%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.html +%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.txt %%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.html +%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.txt %%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.html +%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.txt %%HTMLDOCS%%%%DOCSDIR%%/git-prune.html +%%HTMLDOCS%%%%DOCSDIR%%/git-prune.txt %%HTMLDOCS%%%%DOCSDIR%%/git-pull.html +%%HTMLDOCS%%%%DOCSDIR%%/git-pull.txt %%HTMLDOCS%%%%DOCSDIR%%/git-push.html +%%HTMLDOCS%%%%DOCSDIR%%/git-push.txt %%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.html +%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.txt %%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git-rebase.html +%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.txt %%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.txt %%HTMLDOCS%%%%DOCSDIR%%/git-reflog.html +%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.txt %%HTMLDOCS%%%%DOCSDIR%%/git-relink.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.html +%%HTMLDOCS%%%%DOCSDIR%%/git-relink.txt %%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.html %%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.txt %%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.html %%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.txt %%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.html -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html %%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.html %%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-remote.html +%%HTMLDOCS%%%%DOCSDIR%%/git-remote.txt %%HTMLDOCS%%%%DOCSDIR%%/git-repack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-repack.txt %%HTMLDOCS%%%%DOCSDIR%%/git-replace.html %%HTMLDOCS%%%%DOCSDIR%%/git-replace.txt %%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.html +%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.txt %%HTMLDOCS%%%%DOCSDIR%%/git-rerere.html +%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.txt %%HTMLDOCS%%%%DOCSDIR%%/git-reset.html +%%HTMLDOCS%%%%DOCSDIR%%/git-reset.txt %%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.html +%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.txt %%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.html +%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.txt %%HTMLDOCS%%%%DOCSDIR%%/git-revert.html +%%HTMLDOCS%%%%DOCSDIR%%/git-revert.txt %%HTMLDOCS%%%%DOCSDIR%%/git-rm.html +%%HTMLDOCS%%%%DOCSDIR%%/git-rm.txt %%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html +%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.txt %%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html +%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.txt %%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html +%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.txt %%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html +%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt %%HTMLDOCS%%%%DOCSDIR%%/git-shell.html +%%HTMLDOCS%%%%DOCSDIR%%/git-shell.txt %%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html +%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.txt %%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.html +%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.txt %%HTMLDOCS%%%%DOCSDIR%%/git-show-index.html +%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.txt %%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.html +%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.txt %%HTMLDOCS%%%%DOCSDIR%%/git-show.html +%%HTMLDOCS%%%%DOCSDIR%%/git-show.txt %%HTMLDOCS%%%%DOCSDIR%%/git-stage.html +%%HTMLDOCS%%%%DOCSDIR%%/git-stage.txt %%HTMLDOCS%%%%DOCSDIR%%/git-stash.html +%%HTMLDOCS%%%%DOCSDIR%%/git-stash.txt %%HTMLDOCS%%%%DOCSDIR%%/git-status.html +%%HTMLDOCS%%%%DOCSDIR%%/git-status.txt %%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.html +%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.txt %%HTMLDOCS%%%%DOCSDIR%%/git-submodule.html +%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.txt %%HTMLDOCS%%%%DOCSDIR%%/git-svn.html +%%HTMLDOCS%%%%DOCSDIR%%/git-svn.txt %%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.html +%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.txt %%HTMLDOCS%%%%DOCSDIR%%/git-tag.html +%%HTMLDOCS%%%%DOCSDIR%%/git-tag.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-tools.html +%%HTMLDOCS%%%%DOCSDIR%%/git-tools.txt %%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.html +%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.txt %%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-var.html +%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.txt %%HTMLDOCS%%%%DOCSDIR%%/git-update-index.html +%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.txt %%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.html +%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.txt %%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.html +%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.txt %%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.html +%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.txt %%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-var.html +%%HTMLDOCS%%%%DOCSDIR%%/git-var.txt +%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.html +%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.txt %%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.html +%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.txt %%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.html +%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.txt %%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.html +%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.txt %%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.html +%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.txt %%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.html +%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.txt %%HTMLDOCS%%%%DOCSDIR%%/git.html +%%HTMLDOCS%%%%DOCSDIR%%/git.txt %%HTMLDOCS%%%%DOCSDIR%%/gitattributes.html +%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.txt %%HTMLDOCS%%%%DOCSDIR%%/gitcli.html +%%HTMLDOCS%%%%DOCSDIR%%/gitcli.txt %%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.html +%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.html +%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.txt %%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.html +%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.txt %%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.html +%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.txt %%HTMLDOCS%%%%DOCSDIR%%/gitglossary.html +%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.txt %%HTMLDOCS%%%%DOCSDIR%%/githooks.html +%%HTMLDOCS%%%%DOCSDIR%%/githooks.txt %%HTMLDOCS%%%%DOCSDIR%%/gitignore.html +%%HTMLDOCS%%%%DOCSDIR%%/gitignore.txt %%HTMLDOCS%%%%DOCSDIR%%/gitk.html +%%HTMLDOCS%%%%DOCSDIR%%/gitk.txt %%HTMLDOCS%%%%DOCSDIR%%/gitmodules.html +%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.txt %%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.html %%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html +%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.txt %%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.html +%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.html +%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.txt %%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.html +%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.txt %%HTMLDOCS%%%%DOCSDIR%%/gittutorial.html +%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.html +%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitweb.html +%%HTMLDOCS%%%%DOCSDIR%%/gitweb.txt %%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.html -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-foreignscminterface.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-mainporcelain.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-purehelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchingrepositories.txt -%%HTMLDOCS%%%%DOCSDIR%%/line-range-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-citool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mv.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-blame.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/everyday.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcli.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.txt -%%HTMLDOCS%%%%DOCSDIR%%/fetch-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-revert.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stash.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/date-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.html -%%HTMLDOCS%%%%DOCSDIR%%/git-apply.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.txt +%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.txt +%%HTMLDOCS%%%%DOCSDIR%%/glossary-content.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto-index.html %%HTMLDOCS%%%%DOCSDIR%%/howto-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-am.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html %%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html %%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.txt %%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html %%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html %%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.html %%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html +%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.txt %%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.html %%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.html -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-log.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stage.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-status.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-repack.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/bitmap-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.html +%%HTMLDOCS%%%%DOCSDIR%%/i18n.txt +%%HTMLDOCS%%%%DOCSDIR%%/index.html +%%HTMLDOCS%%%%DOCSDIR%%/line-range-format.txt +%%HTMLDOCS%%%%DOCSDIR%%/mailmap.txt +%%HTMLDOCS%%%%DOCSDIR%%/merge-config.txt +%%HTMLDOCS%%%%DOCSDIR%%/merge-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/merge-strategies.txt +%%HTMLDOCS%%%%DOCSDIR%%/mergetools-diff.txt +%%HTMLDOCS%%%%DOCSDIR%%/mergetools-merge.txt +%%HTMLDOCS%%%%DOCSDIR%%/pretty-formats.txt +%%HTMLDOCS%%%%DOCSDIR%%/pretty-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/pull-fetch-param.txt +%%HTMLDOCS%%%%DOCSDIR%%/rev-list-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/revisions.txt +%%HTMLDOCS%%%%DOCSDIR%%/sequencer.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index-skel.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-lockfile.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-lockfile.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-strbuf.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-lockfile.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-lockfile.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index-skel.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-strbuf.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-strbuf.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/bitmap-format.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.html %%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.html %%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.html -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-help.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/everyday.html -%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reset.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.txt %%HTMLDOCS%%%%DOCSDIR%%/urls-remotes.txt -%%HTMLDOCS%%%%DOCSDIR%%/githooks.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/blame-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-describe.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt +%%HTMLDOCS%%%%DOCSDIR%%/urls.txt %%HTMLDOCS%%%%DOCSDIR%%/user-manual.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/git.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clean.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-add.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-strategies.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.txt -%%HTMLDOCS%%%%DOCSDIR%%/docbook-xsl.css -%%HTMLDOCS%%%%DOCSDIR%%/git-var.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clone.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.txt %%HTMLDOCS%%%%DOCSDIR%%/user-manual.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitk.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-relink.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/rev-list-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/revisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-generate-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/glossary-content.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shell.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-svn.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rm.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.txt -%%HTMLDOCS%%%%DOCSDIR%%/config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.txt -%%HTMLDOCS%%%%DOCSDIR%%/pull-fetch-param.txt -%%HTMLDOCS%%%%DOCSDIR%%/urls.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-gc.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.html -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.txt -%%HTMLDOCS%%%%DOCSDIR%%/sequencer.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.1.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.2.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.3.8.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.4.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.5.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.6.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.0.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.1.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.2.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.3.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.4.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.8.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.5.9.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.6.6.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.8.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.0.9.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.1.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.2.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.3.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.4.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.7.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.8.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.9.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.10.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.11.7.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.6.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.2.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.3.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.4.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.5.5.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.2.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.4.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.0.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.1.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.2.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css @@ -1188,8 +1201,6 @@ %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/git-logo.png %%CONTRIB%%share/git-core/contrib/contacts/git-contacts %%CONTRIB%%share/git-core/contrib/contacts/git-contacts.txt -%%CONTRIB%%share/git-core/contrib/diffall/README -%%CONTRIB%%share/git-core/contrib/diffall/git-diffall %%CONTRIB%%share/git-core/contrib/README %%CONTRIB%%share/git-core/contrib/buildsystems/Generators.pm %%CONTRIB%%share/git-core/contrib/buildsystems/Generators/QMake.pm @@ -1201,6 +1212,7 @@ %%CONTRIB%%share/git-core/contrib/completion/git-completion.tcsh %%CONTRIB%%share/git-core/contrib/completion/git-completion.zsh %%CONTRIB%%share/git-core/contrib/completion/git-prompt.sh +%%CONTRIB%%share/git-core/contrib/convert-grafts-to-replace-refs.sh %%CONTRIB%%share/git-core/contrib/convert-objects/convert-objects.c %%CONTRIB%%share/git-core/contrib/convert-objects/git-convert-objects.txt %%CONTRIB%%share/git-core/contrib/credential/gnome-keyring/Makefile @@ -1330,7 +1342,6 @@ %%CONTRIB%%share/git-core/contrib/svn-fe/Makefile %%CONTRIB%%share/git-core/contrib/thunderbird-patch-inline/README %%CONTRIB%%share/git-core/contrib/thunderbird-patch-inline/appp.sh -%%CONTRIB%%share/git-core/contrib/vim/README %%CONTRIB%%share/git-core/contrib/workdir/git-new-workdir %%GITWEB%%@dirrm %%EXAMPLESDIR%%/gitweb/static %%GITWEB%%@dirrm %%EXAMPLESDIR%%/gitweb @@ -1369,7 +1380,6 @@ %%CONTRIB%%@dirrm share/git-core/contrib/credential/netrc %%CONTRIB%%@dirrm share/git-core/contrib/credential/wincred %%CONTRIB%%@dirrm share/git-core/contrib/credential -%%CONTRIB%%@dirrm share/git-core/contrib/diffall %%CONTRIB%%@dirrm share/git-core/contrib/diff-highlight %%CONTRIB%%@dirrm share/git-core/contrib/emacs %%CONTRIB%%@dirrm share/git-core/contrib/examples @@ -1392,7 +1402,6 @@ %%CONTRIB%%@dirrm share/git-core/contrib/stats %%CONTRIB%%@dirrm share/git-core/contrib/svn-fe %%CONTRIB%%@dirrm share/git-core/contrib/thunderbird-patch-inline -%%CONTRIB%%@dirrm share/git-core/contrib/vim %%CONTRIB%%@dirrm share/git-core/contrib/workdir %%CONTRIB%%@dirrm share/git-core/contrib @dirrm share/git-core --------------050709070701070602070503-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:13:37 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 150E682B for ; Mon, 25 Aug 2014 16:13:37 +0000 (UTC) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8903C33 for ; Mon, 25 Aug 2014 16:13:35 +0000 (UTC) X-Trace: 121912448/mk-outboundfilter-6.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/pipex-temporary-group/81.170.79.154/-4.0/crees@physics.org X-SBRS: -4.0 X-RemoteIP: 81.170.79.154 X-IP-MAIL-FROM: crees@physics.org X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0PAF1g+1NRqk+aPGdsb2JhbABagw1TVwHMVoM0hBkBgSEXBQEBAQE4NoQEAQU4HiIRCxgJFg8JAwIBAgEnChQTBgIBAYhCCb9/F4l/L4RcSRaENgEEkDSFG4hShT8YhGGMWzwvgQiBRwEBAQ X-IPAS-Result: At0PAF1g+1NRqk+aPGdsb2JhbABagw1TVwHMVoM0hBkBgSEXBQEBAQE4NoQEAQU4HiIRCxgJFg8JAwIBAgEnChQTBgIBAYhCCb9/F4l/L4RcSRaENgEEkDSFG4hShT8YhGGMWzwvgQiBRwEBAQ X-IronPort-AV: E=Sophos;i="5.04,397,1406588400"; d="scan'208";a="121912448" X-IP-Direction: OUT Received: from 81-170-79-154.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([81.170.79.154]) by smtp.pipex.tiscali.co.uk with ESMTP; 25 Aug 2014 17:13:17 +0100 Received: from [192.168.1.105] (nova.bayofrum.net [192.168.1.105]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id B116561A89 for ; Mon, 25 Aug 2014 17:13:12 +0100 (BST) Message-ID: <53FB5C38.4090907@physics.org> Date: Mon, 25 Aug 2014 16:54:32 +0100 From: Chris Rees User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: git-2.0.2_1 References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> <53FB5004.1010709@FreeBSD.org> <53FB52C7.8000206@FreeBSD.org> In-Reply-To: <53FB52C7.8000206@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: B116561A89.A8AE3 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:13:37 -0000 On 08/25/14 16:14, Kubilay Kocak wrote: > On 26/08/2014 1:02 AM, Kubilay Kocak wrote: >> On 26/08/2014 12:52 AM, Michael Gmelin wrote: >>> On Mon, 25 Aug 2014 13:39:50 +0000 >>> Sebastian Bach wrote: >>> >>>> Hi! >>>> >>>> I've an urgent problem with the current port devel/git (2.0.2). After >>>> upgrading we can't use our Atlassian Stash server anymore. Stash >>>> rejects (hard check of 2.0.2 and 2.0.3) to use this specific git >>>> version due to a critical bug in 'git diff-tree' which breaks Stash's >>>> commit page. Please see the 'DVCS clients' section on their system >>>> requirements page: >>>> https://confluence.atlassian.com/display/STASH/Supported+platforms >>>> https://jira.atlassian.com/browse/STASH-5052 >>>> >>>> I don't know how to downgrade this port. Is this even possible on >>>> FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be >>>> available in the ports collections? >>>> >>>> Best regards >>>> Sebastian Bach >>>> >>> If you're using pkg you might be lucky and still have a cached copy >>> in /var/cache/pkg. In that case try pkg delete git and pkg >>> add /var/cache/pkg/git-.txz. >>> >>> Otherwise one way of doing this is getting the old package skeleton >>> from svn and build it from ports. You need revision 362475 of the ports >>> tree for git version 2.0.1. Alternatively you can download the files >>> from svnweb (a bit clumsy, but doesn't require you to install >>> subversion): >>> >>> http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=362475 >>> >>> If you don't have a ports tree yet, do: portsnap fetch extract >>> >>> Then copy the files in /usr/ports/devel/git, go there and do make >>> install (do pkg delete git beforehand). >>> >> Thanks for the assist Michael :) >> >> I have a patch updating git to 2.1.0 thats 98% complete (just updating >> minor pkg-plist stuff for HTMLDOCS option) >> >> I'll have it to you in 10-15 >> > Sebastian, > > Find attached a patch updating devel/git to 2.1.0 with the following > changes: > > - Update to 2.1.0 > - Sort pkg-plist (much easier to update when sorted!) > - Use CONFIGURE_ARGS user-knob to disable libiconv > > There is a leftover issue (in the current version of the port too) > building *without* ICONV and *with* CONTRIB options, so avoid that > combination. > > Otherwise it builds and packages cleanly (tested with poudriere). > > Let us know how the update goes for you, whether it fixes your Atlassian > Stash issue, and report back. > > I can then create a Bugzilla issue report and submit the update so you > can revert to using ports rather than a local patch :) > > Hope that helps! > > Koobs > > For future reference, ports-mgmt/portdowngrade does the heavy svn lifting for you if you're not sure about exactly what to do. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:15:25 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB1FCA50; Mon, 25 Aug 2014 16:15:25 +0000 (UTC) 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 5FABF3C56; Mon, 25 Aug 2014 16:15:24 +0000 (UTC) X-Trace: 120535870/mk-outboundfilter-2.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/pipex-temporary-group/81.170.79.154/-4.0/crees@physics.org X-SBRS: -4.0 X-RemoteIP: 81.170.79.154 X-IP-MAIL-FROM: crees@physics.org X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwIAF1g+1NRqk+aPGdsb2JhbABagw2IXclSgxUBAQgBgSEXBQEBAQE4NoQEAQU4EQ0iEQsYCRYPCQMCAQIBJwoUBgEMCAEBiELACBeKLoUlhEwBBIRSlSaJaBiRPDyCfgEBAQ X-IPAS-Result: AvwIAF1g+1NRqk+aPGdsb2JhbABagw2IXclSgxUBAQgBgSEXBQEBAQE4NoQEAQU4EQ0iEQsYCRYPCQMCAQIBJwoUBgEMCAEBiELACBeKLoUlhEwBBIRSlSaJaBiRPDyCfgEBAQ X-IronPort-AV: E=Sophos;i="5.04,397,1406588400"; d="scan'208";a="120535870" X-IP-Direction: OUT Received: from 81-170-79-154.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([81.170.79.154]) by smtp.pipex.tiscali.co.uk with ESMTP; 25 Aug 2014 17:14:16 +0100 Received: from [192.168.1.105] (nova.bayofrum.net [192.168.1.105]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id 3DF53611C2; Mon, 25 Aug 2014 17:14:13 +0100 (BST) Message-ID: <53FB5C74.2010409@physics.org> Date: Mon, 25 Aug 2014 16:55:32 +0100 From: Chris Rees User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: zlopi , marino@FreeBSD.org, ports@FreeBSD.org Subject: Re: Return ports www/sams References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: 3DF53611C2.A6800 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:15:26 -0000 On 08/25/14 14:56, zlopi wrote: > Hi > > Bring to your attention the correct port www / sams that has all the > necessary corrections for its work. > > Check and send to the ports. Thank you. > Hello-- did you mean to send a patch? Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:19:58 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53530B94; Mon, 25 Aug 2014 16:19:58 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 299A03C8B; Mon, 25 Aug 2014 16:19:57 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D978E43BCE; Mon, 25 Aug 2014 11:19:41 -0500 (CDT) Message-ID: <53FB620A.1040603@marino.st> Date: Mon, 25 Aug 2014 18:19:22 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Chris Rees , zlopi , marino@FreeBSD.org, ports@FreeBSD.org Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> In-Reply-To: <53FB5C74.2010409@physics.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:19:58 -0000 On 8/25/2014 17:55, Chris Rees wrote: > On 08/25/14 14:56, zlopi wrote: >> Hi >> >> Bring to your attention the correct port www / sams that has all the >> necessary corrections for its work. >> >> Check and send to the ports. Thank you. >> > > Hello-- did you mean to send a patch? > I suspect he means the www/sams2 port. The old www/sams port is not coming back. John From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:29:35 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1952DAEB; Mon, 25 Aug 2014 16:29:35 +0000 (UTC) Received: from mk-outboundfilter-1.mail.uk.tiscali.com (mk-outboundfilter-1.mail.uk.tiscali.com [212.74.114.37]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5743D81; Mon, 25 Aug 2014 16:29:33 +0000 (UTC) X-Trace: 120159358/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/pipex-temporary-group/81.170.79.154/-4.0/crees@physics.org X-SBRS: -4.0 X-RemoteIP: 81.170.79.154 X-IP-MAIL-FROM: crees@physics.org X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcIAPBj+1NRqk+aPGdsb2JhbABagw2IXclTgx8BgSEXBQEBAQE4NoQEAQU4HiIRCxgJFg8JAwIBAgEnChQGAQwIAQEXiCvACxeJfy+FJYRMAQSjYBiRPDyCfgEBAQ X-IPAS-Result: AvcIAPBj+1NRqk+aPGdsb2JhbABagw2IXclTgx8BgSEXBQEBAQE4NoQEAQU4HiIRCxgJFg8JAwIBAgEnChQGAQwIAQEXiCvACxeJfy+FJYRMAQSjYBiRPDyCfgEBAQ X-IronPort-AV: E=Sophos;i="5.04,397,1406588400"; d="scan'208";a="120159358" X-IP-Direction: OUT Received: from 81-170-79-154.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([81.170.79.154]) by smtp.pipex.tiscali.co.uk with ESMTP; 25 Aug 2014 17:29:32 +0100 Received: from [192.168.1.105] (nova.bayofrum.net [192.168.1.105]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id E6E97615AA; Mon, 25 Aug 2014 17:29:28 +0100 (BST) Message-ID: <53FB6008.4010408@physics.org> Date: Mon, 25 Aug 2014 17:10:48 +0100 From: Chris Rees User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Matthew Seaman , freebsd-ports@freebsd.org, delphij@FreeBSD.org Subject: Re: question about "pkg install" References: <53F7BE28.2030807@rcn.com> <20140823074040.GY9400@home.opsec.eu> <53F84D7C.70101@FreeBSD.org> In-Reply-To: <53F84D7C.70101@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: E6E97615AA.AC302 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:29:35 -0000 On 08/23/14 09:14, Matthew Seaman wrote: > On 23/08/2014 08:40, Kurt Jaeger wrote: >>> I have a program (several, actually) I need to install from the >>>> generic package repository. >>>> These programs depend on openldap-client; however I have >>>> openldap-sasl-client installed. In my experience the two have been >>>> interchangeable when compiling from ports. >>>> Is there a way to tell 'pkg install' "Yeah, I know it >>>> says openldap-client, but the same version of >>>> openldap-sasl-client satisfies the dependency"? Or do I just use 'pkg >>>> install -M' and hope everything works? >> I had this issue in the past, too, and am not aware of a solution. > There isn't a good solution for this right now if you're using the > packages from the official FreeBSD repositories. You get the default > dependency chain which is baked into the packages. Which means > openldap-client rather than openldap-sasl-client[*]. > > If you need to change options for various ports, then the best solution > is to compile your own. Give poudriere a go -- it is surprisingly easy > and unstressful to use. Build yourself a repo with your customized > ports in it and away you go. > > We do have plans for improving the ports behaviour in this reguard. > Dependencies based on Provides/Requires/Conflicts should help a lot, as > will sub-packages and dependency version-ranges. This stuff is all on > the roadmap, but there's a lot of work to do to get from here to there, > so don't expect it to all start magically working tomorrow. > > Cheers, > > Matthew > > [*] In this case openldap-client and openldap-sasl-client are clearly > API compatible, since on compilation, it's not a problem to swap from > one to the other. The question when using binary packages is if they > are ABI compatible, which is a whole different kettle of fish. > Hum, I wonder if we couldn't just add sasl support by default? Xin Li, would there be a downside to this? Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:38:23 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75C45C5A; Mon, 25 Aug 2014 16:38:23 +0000 (UTC) Received: from mail.nuith.eu (nuith.eu [91.232.102.93]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E74F73E9F; Mon, 25 Aug 2014 16:38:21 +0000 (UTC) Received: from gds-exchange1.NUITH.local (10.0.7.14) by gds-exchange1.NUITH.local (10.0.7.14) with Microsoft SMTP Server (TLS) id 15.0.516.32; Mon, 25 Aug 2014 18:38:05 +0200 Received: from gds-exchange1.NUITH.local ([::1]) by gds-exchange1.NUITH.local ([::1]) with mapi id 15.00.0516.029; Mon, 25 Aug 2014 18:38:05 +0200 From: Sebastian Bach To: Michael Gmelin Subject: RE: FreeBSD Port: git-2.0.2_1 Thread-Topic: FreeBSD Port: git-2.0.2_1 Thread-Index: Ac/AZPOGjXPJvicfTmmN4ta7d+5WLv///NgA///CROA= Date: Mon, 25 Aug 2014 16:38:04 +0000 Message-ID: <0580ec1c04544917b7cb72ccc05ee0c5@gds-exchange1.NUITH.local> References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> In-Reply-To: <20140825165206.40cc5eba@bsd64.grem.de> Accept-Language: pl-PL, en-US Content-Language: pl-PL X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.7.101] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:38:23 -0000 Hello Michael, I've checked out git 2.0.1 / revision 362475 from the FreeBSD repository an= d was able to install it. Our Atlassian Stash is running again. :) Best regards Sebastian -----Original Message----- From: Michael Gmelin [mailto:freebsd@grem.de]=20 Sent: Monday, August 25, 2014 4:52 PM To: Sebastian Bach Cc: wxs@FreeBSD.org; ports@FreeBSD.org Subject: Re: FreeBSD Port: git-2.0.2_1 On Mon, 25 Aug 2014 13:39:50 +0000 Sebastian Bach wrote: > Hi! >=20 > I've an urgent problem with the current port devel/git (2.0.2). After=20 > upgrading we can't use our Atlassian Stash server anymore. Stash=20 > rejects (hard check of 2.0.2 and 2.0.3) to use this specific git=20 > version due to a critical bug in 'git diff-tree' which breaks Stash's=20 > commit page. Please see the 'DVCS clients' section on their system=20 > requirements page: > https://confluence.atlassian.com/display/STASH/Supported+platforms > https://jira.atlassian.com/browse/STASH-5052 >=20 > I don't know how to downgrade this port. Is this even possible on=20 > FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be=20 > available in the ports collections? >=20 > Best regards > Sebastian Bach >=20 If you're using pkg you might be lucky and still have a cached copy in /var= /cache/pkg. In that case try pkg delete git and pkg add /var/cache/pkg/git-= .txz. Otherwise one way of doing this is getting the old package skeleton from sv= n and build it from ports. You need revision 362475 of the ports tree for g= it version 2.0.1. Alternatively you can download the files from svnweb (a b= it clumsy, but doesn't require you to install subversion): http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=3D362475 If you don't have a ports tree yet, do: portsnap fetch extract Then copy the files in /usr/ports/devel/git, go there and do make install (= do pkg delete git beforehand). -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:40:42 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6BB0FCD; Mon, 25 Aug 2014 16:40:42 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B0AE3ED8; Mon, 25 Aug 2014 16:40:42 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id g10so19970016pdj.26 for ; Mon, 25 Aug 2014 09:40: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=pBUUZOUGJXFx+2dyHioXBSGviftmEmxv3WhIfL81tmA=; b=KF0ed/qRGRsAh5SsP8vlLfU7UB1FE2BWoKdpvVUrPTfkafOk34qYmDhWgSlyLQKgSQ hT+0Du2btnZM5rTohWCVnxVArTeXAGS/R1OTPCo7/pFG3YOSxUOp/QLQVdXDemSL+TCR 6KgStdUA3zQavQsUy//rHxHCPlSxUJ2psqvJLRWaE1fncgxbALJnDi6zfx5oUmedbRT6 9sOicGv5EOkVj9fP1vRgmeDIvYuIvy7+XXUKBLdR6zUF5g1mHheqOB05nqMAnheFJ+jC WKswrPmjFtHSzD6e3Xg277fzurSLvWfidctuu0SMq9loz2e01CDGsj6ftPz4fOHHs8sL E/AQ== MIME-Version: 1.0 X-Received: by 10.70.90.237 with SMTP id bz13mr29764726pdb.110.1408984842162; Mon, 25 Aug 2014 09:40:42 -0700 (PDT) Received: by 10.70.94.104 with HTTP; Mon, 25 Aug 2014 09:40:42 -0700 (PDT) In-Reply-To: <53FB620A.1040603@marino.st> References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> Date: Mon, 25 Aug 2014 20:40:42 +0400 Message-ID: Subject: Re: Return ports www/sams From: zlopi To: marino@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:40:42 -0000 I and many of my friends use sams 1.0.5 (www / sams) - but not so long ago it was deleted. Previously stated that it requires php 4 - because of what was deleted. I tested to optimize it for php 5.4 and mysql 5.5. Therefore I would like to get it back - if it is possible. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 16:44:17 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0AAD62E for ; Mon, 25 Aug 2014 16:44:17 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C59103F92 for ; Mon, 25 Aug 2014 16:44:17 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8449143BF2; Mon, 25 Aug 2014 11:43:54 -0500 (CDT) Message-ID: <53FB67B9.9040003@marino.st> Date: Mon, 25 Aug 2014 18:43:37 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: zlopi Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:44:18 -0000 On 8/25/2014 18:40, zlopi wrote: > many of my friends use sams 1.0.5 (www / sams) - but not so long > ago it was deleted. Previously stated that it requires php 4 - because > of what was deleted. I tested to optimize it for php 5.4 and mysql > 5.5. Therefore I would like to get it back - if it is possible. It was relayed that PHP 5.3 is the last PHP that runs sams correctly, thus it's not coming back. www/sams2 was specifically brought in to replace www/sams. I encourage you to use that instead. It works with the latest PHP. John From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:06:31 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32728630; Mon, 25 Aug 2014 17:06:31 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0105731ED; Mon, 25 Aug 2014 17:06:30 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w10so20768391pde.37 for ; Mon, 25 Aug 2014 10:06:30 -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=1WXCT1jrE3G26oolXd57O2DF3t3tlvQyqAuhMOrq2T0=; b=L3bdgQnzHaCyFMu9r3W8vaUXb99fJWlx4pN89x1SAT6XHQjQI3ynO35gvZ+xRMvu4J MyH02VJqDtOVIX0x4M92tTch7e948yT9Jby/i+fHVWIlZJKXGfoETkCPawrKMg/KcuO3 h9/oHtjic6Wh1WIn+SBiU6pmDFHx1mAV9JvHZkuAMtZmJ8Ja2W+mcvrM0EdANw8zbrB6 u3tp3c6qNxwvpScPKQaD8ArGW9zmAeyB/3aKTkI2hwRhJwx//tx/7SOBKhLhNdrou7ra BrtaI+h/Egvo0sH1c6PI3BU8/ECJlJYzTncfjMRGcrl8BFV95aq5KTUWxZmgDCZ4y3H/ opSA== MIME-Version: 1.0 X-Received: by 10.68.139.74 with SMTP id qw10mr30311646pbb.100.1408986390171; Mon, 25 Aug 2014 10:06:30 -0700 (PDT) Received: by 10.70.94.104 with HTTP; Mon, 25 Aug 2014 10:06:30 -0700 (PDT) In-Reply-To: <53FB67B9.9040003@marino.st> References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> Date: Mon, 25 Aug 2014 21:06:30 +0400 Message-ID: Subject: Re: Return ports www/sams From: zlopi To: marino@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:06:31 -0000 Are you sure that it works properly? As far as I know sams2 and did not releases. Is for developers. ===> Installing for sams2-2.0.0 ===> Checking if sams2 already installed ===> Registering installation for sams2-2.0.0 pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample etc/apache22/doc4sams2.conf.sample): No such file or directory pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample etc/apache22/sams2.conf.sample): No such file or directory pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/www/sams2/icon/classic/sysplug_22.png): No such file or directory *** [fake-pkg] Error code 74 2014-08-25 20:43 GMT+04:00 John Marino : > On 8/25/2014 18:40, zlopi wrote: >> many of my friends use sams 1.0.5 (www / sams) - but not so long >> ago it was deleted. Previously stated that it requires php 4 - because >> of what was deleted. I tested to optimize it for php 5.4 and mysql >> 5.5. Therefore I would like to get it back - if it is possible. > > It was relayed that PHP 5.3 is the last PHP that runs sams correctly, > thus it's not coming back. > > www/sams2 was specifically brought in to replace www/sams. I encourage > you to use that instead. It works with the latest PHP. > > John > From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:07:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80C3E6DD; Mon, 25 Aug 2014 17:07:39 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4133A3208; Mon, 25 Aug 2014 17:07:39 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id r2so4448473igi.4 for ; Mon, 25 Aug 2014 10:07:38 -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=Cgw3IzOvY2q1Hx8j2giweJYgykn7HCT0k3ZTA9yro6U=; b=sZ+YLOh4fg/IOfGnmF7hKv2uqKikFctXbxYFgily7+/vbyeKLuxPhfYWOs3JiVQnpW acB/CS7adMRqMgdIGmARdLAvWAPqFhzIbTDoGwy2XQCuO+aKxVby7APboMlqUxPaivwF VZHQHwsHP6Rk4Avz7MbabtEhqa50Az+2ZT3ADn7TCtmCJQqIUGIxGvCzO1V5UPkOAzzZ dtZIt3CBL+VymbIT97XXGTZdMiCNsz9R83zYqKZOcV8Qnx3r5QCVCAbK/+rw1BSJzU0C P7FvY5Jun+76LrjkR3KjPXWsEK+onKW9VEAhWc98dtTT72TyiFHYEh28YVo1ZIDyCfFX R3IA== MIME-Version: 1.0 X-Received: by 10.50.88.72 with SMTP id be8mr16679306igb.26.1408986458365; Mon, 25 Aug 2014 10:07:38 -0700 (PDT) Received: by 10.50.237.71 with HTTP; Mon, 25 Aug 2014 10:07:38 -0700 (PDT) In-Reply-To: <8b79c8ed-636d-433c-bd32-1fbc60ef623f@email.android.com> References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824191643.005f8e1c@bsd64.grem.de> <8b79c8ed-636d-433c-bd32-1fbc60ef623f@email.android.com> Date: Mon, 25 Aug 2014 12:07:38 -0500 Message-ID: Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation From: Scot Hetzel To: Matthias Andree Content-Type: text/plain; charset=ISO-8859-1 Cc: olli hauer , Michael Gmelin , Kurt Jaeger , ports-list freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:07:39 -0000 On Mon, Aug 25, 2014 at 5:15 AM, Matthias Andree wrote: > On 25. August 2014 07:57:36 MESZ, Scot Hetzel wrote: >> >> On Sun, Aug 24, 2014 at 12:16 PM, Michael Gmelin >> wrote: >>> >>> >>> >>> On Sun, 24 Aug 2014 11:59:37 -0500 >>> Scot Hetzel wrote: >>> >>>> On Sun, Aug 24, 2014 at 7:20 AM, Michael Gmelin >>>> wrote: >>>>> >>>>> @Olli: Checking Mk/bsd.databasemk it seems like you're right. It's >>>>> quite amusing how this went unnoticed for so long, it has been in >>>>> there for eight years :) >>>> >>>> >>>> >>>> As the original author of the USE_BDB code, the USE_BDB=5 had worked >>>> in the past. As it is supposed to mean that this port only uses that >>>> version of BDB. The code was changed on Aug 21 (r365599) and the >>>> author of the new code might have forgot to test this case. >>> >>> >>> >>> Not sure if you read the rest of the thread, but this is still working >>> as intended (I tested using both the old and new version). >>> >>> The issue is, that USE_BDB=version means USE_BDB=yes, >>> WITH_BDB_VER=version, but Kurt has WITH_BDB_VER=6 in make.conf, >>> which overrides this version number and version =6 is invalid for >>> devel/ice. So basically it works as designed, Kurt wanted a specific >>> version of bdb, which doesn't work for devel/ice. >>> >>> The fix was to add WANT_BDB_VER= 5 in devel/ice, which I guess is ok, >>> since this is the only version it really works with (and I guess I >>> could remove the INVALID directive now, since WANT means really >>> *want*). >> >> >> >> Hmm, I thought I had it implemented this way at one time. Any way. >> What we should be doing with the WITH_BDB_VER is not overriding the >> USE_BDB value. Instead we should see if it is a VALID version to use >> for this port, if it is not, then use the USE_BDB value. >> >> So basically the code should be doing the following: >> >> USE_BDB=yes >> - use the default version (48+) or the installed version if higher >> >> USE_BDB=yes, WITH_BDB_VER=6 >> - use version 6 >> >> USE_BDB=5 >> - should mean the same as USE_BDB=yes, WANT_BDB_VER=5 >> - shouldn't be able to override by setting WITH_BDB_VER=6 >> - this would also allow the removal of the WANT_BDB_VER variable. >> - no error should be generated when WITH_BDB_VER is set to an invalid >> version >> >> USE_BDB=48 6 >> - use (either 48 or 6) or the installed version that matches one of >> these versions >> - no error should be generated when WITH_BDB_VER is set to an invalid >> version >> >> USE_BDB=5+, WITH_BDB_VER=48 >> - use version 5+ or the installed version if higher >> - shouldn't allow downgrade to a lower unsupported version by setting >> the WITH_BDB_VER >> -- should we still display an error in this case or just install the >> port with bdb 5+? >> >> If we make the above changes to the code, then INVALID_BDB_VER and >> WANT_BDB_VER could disappear. >> >>> My question is, what the point of INVALID_BDB_VER really is in this >>> case, it seems a bit pointless to me given the trouble it caused Kurt >>> and how we resolved this. Having a fully specified list of supported >>> versions in WANT_BDB_VER seems better in this case (assuming WANT >>> supports listing multiple versions). >> >> >> >> At the time I had implemented the code, INVALID_BDB_VER was meant to >> poke holes in the VER+: >> >> USE_BDB=2+ >> INVALID_BDB_VER=3 >> >> So the port would be able to use version 2 and 40+, and not 3. >> Probably should have just implanted it as: >> >> USE_BDB=2 40+ >> >> and skipped the INVALID_BDB_VER entirely. >> >> I was also thinking that we should make WITH_BDB_HIGHEST the default. >> It is used by VER+ when multiple versions of bdb are installed. That >> way we can remove this variable also. > > > Scot, > > I rewrote all of the Berkeley DB detection code to match documentation, and > I will check how we can optimise the new code for corner cases. > > Sorry about the inconvenience. > Thanks for the code re-write. Even I missed the corner case of checking that the WITH_BDB_VER was a valid version for the port. If you can fix that, then the last 3 cases may just work. WITH_BDB_VER (global) - shouldn't generate an error if it doesn't match a valid version for the port - use the port specified version ${UNIQUENAME:tu:S,-,_,}_WITH_BDB_VER (port specific) - should generate an error if it doesn't match a valid version for the port -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:11:23 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1476FAFD; Mon, 25 Aug 2014 17:11:23 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC3B132F0; Mon, 25 Aug 2014 17:11:22 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D2DF343BE6; Mon, 25 Aug 2014 12:11:04 -0500 (CDT) Message-ID: <53FB6E18.7030202@marino.st> Date: Mon, 25 Aug 2014 19:10:48 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: zlopi , marino@freebsd.org Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:11:23 -0000 On 8/25/2014 19:06, zlopi wrote: > Are you sure that it works properly? > As far as I know sams2 and did not releases. > Is for developers. > > ===> Installing for sams2-2.0.0 > ===> Checking if sams2 already installed > ===> Registering installation for sams2-2.0.0 > pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample > etc/apache22/doc4sams2.conf.sample): No such file or directory > pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample > etc/apache22/sams2.conf.sample): No such file or directory > pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/www/sams2/icon/classic/sysplug_22.png): > No such file or directory > *** [fake-pkg] Error code 74 It looks like it doesn't like Apache 2.2 I was just about to make apache optional completely. I'll see if apache 22 issue is obvious. It shouldn't have installed anything in that case. As far is if it works, you'll have to install it and find out after I fix apache. It looks like a release to me but I don't read cyrillic. John From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:18:08 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 852B824D; Mon, 25 Aug 2014 17:18:08 +0000 (UTC) Received: from mail.nuith.eu (nuith.eu [91.232.102.93]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00B843367; Mon, 25 Aug 2014 17:18:07 +0000 (UTC) Received: from gds-exchange1.NUITH.local (10.0.7.14) by gds-exchange1.NUITH.local (10.0.7.14) with Microsoft SMTP Server (TLS) id 15.0.516.32; Mon, 25 Aug 2014 19:17:53 +0200 Received: from gds-exchange1.NUITH.local ([::1]) by gds-exchange1.NUITH.local ([::1]) with mapi id 15.00.0516.029; Mon, 25 Aug 2014 19:17:53 +0200 From: Sebastian Bach To: "koobs@FreeBSD.org" Subject: RE: FreeBSD Port: git-2.0.2_1 Thread-Topic: FreeBSD Port: git-2.0.2_1 Thread-Index: Ac/AZPOGjXPJvicfTmmN4ta7d+5WLv///NgAgAAC5gCAAANLgP//xuRQ Date: Mon, 25 Aug 2014 17:17:52 +0000 Message-ID: <7c557dc5ecab4b56ba3517faba62bd89@gds-exchange1.NUITH.local> References: <5b109c99bada4b39b622e3c5257fe2c4@gds-exchange1.NUITH.local> <20140825165206.40cc5eba@bsd64.grem.de> <53FB5004.1010709@FreeBSD.org> <53FB52C7.8000206@FreeBSD.org> In-Reply-To: <53FB52C7.8000206@FreeBSD.org> Accept-Language: pl-PL, en-US Content-Language: pl-PL X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.7.101] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "ports@FreeBSD.org" , "wxs@FreeBSD.org" , Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:18:08 -0000 -----Original Message----- From: Kubilay Kocak [mailto:koobs.freebsd@gmail.com] On Behalf Of Kubilay K= ocak Sent: Monday, August 25, 2014 5:14 PM To: Sebastian Bach Cc: Michael Gmelin; ports@FreeBSD.org; wxs@FreeBSD.org Subject: Re: FreeBSD Port: git-2.0.2_1 On 26/08/2014 1:02 AM, Kubilay Kocak wrote: > On 26/08/2014 12:52 AM, Michael Gmelin wrote: >> On Mon, 25 Aug 2014 13:39:50 +0000 >> Sebastian Bach wrote: >> >>> Hi! >>> >>> I've an urgent problem with the current port devel/git (2.0.2).=20 >>> After upgrading we can't use our Atlassian Stash server anymore.=20 >>> Stash rejects (hard check of 2.0.2 and 2.0.3) to use this specific=20 >>> git version due to a critical bug in 'git diff-tree' which breaks=20 >>> Stash's commit page. Please see the 'DVCS clients' section on their=20 >>> system requirements page: >>> https://confluence.atlassian.com/display/STASH/Supported+platforms >>> https://jira.atlassian.com/browse/STASH-5052 >>> >>> I don't know how to downgrade this port. Is this even possible on=20 >>> FreeBSD? However, can you tell me when git 2.0.4 or 2.1.0 will be=20 >>> available in the ports collections? >>> >>> Best regards >>> Sebastian Bach >>> >> >> If you're using pkg you might be lucky and still have a cached copy=20 >> in /var/cache/pkg. In that case try pkg delete git and pkg add=20 >> /var/cache/pkg/git-.txz. >> >> Otherwise one way of doing this is getting the old package skeleton=20 >> from svn and build it from ports. You need revision 362475 of the=20 >> ports tree for git version 2.0.1. Alternatively you can download the=20 >> files from svnweb (a bit clumsy, but doesn't require you to install >> subversion): >> >> http://svnweb.freebsd.org/ports/head/devel/git/?pathrev=3D362475 >> >> If you don't have a ports tree yet, do: portsnap fetch extract >> >> Then copy the files in /usr/ports/devel/git, go there and do make=20 >> install (do pkg delete git beforehand). >> >=20 > Thanks for the assist Michael :) >=20 > I have a patch updating git to 2.1.0 thats 98% complete (just updating=20 > minor pkg-plist stuff for HTMLDOCS option) >=20 > I'll have it to you in 10-15 >=20 Sebastian, Find attached a patch updating devel/git to 2.1.0 with the following changes: - Update to 2.1.0 - Sort pkg-plist (much easier to update when sorted!) - Use CONFIGURE_ARGS user-knob to disable libiconv There is a leftover issue (in the current version of the port too) building= *without* ICONV and *with* CONTRIB options, so avoid that combination. Otherwise it builds and packages cleanly (tested with poudriere). Let us know how the update goes for you, whether it fixes your Atlassian St= ash issue, and report back. I can then create a Bugzilla issue report and submit the update so you can = revert to using ports rather than a local patch :) Hope that helps! Koobs --- Hi Koobs! I followed the hint from Michael (checkout of git 2.0.1 from svn) and my sy= stem was running again. Then I've uninstalled git again, cleaned up, updated the skeleton back to = the head revision and patched it with your diff. There were no problems to = compile & install. Stash started normally and is running with git 2.1.0. So= your patch is working. Thank you again for quick help. Sebastian From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:18:19 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F2142E2; Mon, 25 Aug 2014 17:18:19 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32F5D336C; Mon, 25 Aug 2014 17:18:18 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5AC5E435C7; Mon, 25 Aug 2014 12:18:01 -0500 (CDT) Message-ID: <53FB6FB9.8010108@marino.st> Date: Mon, 25 Aug 2014 19:17:45 +0200 From: John Marino Reply-To: marino@freebsd.org, marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: zlopi , marino@freebsd.org Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> <53FB6E18.7030202@marino.st> In-Reply-To: <53FB6E18.7030202@marino.st> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:18:19 -0000 On 8/25/2014 19:10, John Marino wrote: > On 8/25/2014 19:06, zlopi wrote: >> Are you sure that it works properly? >> As far as I know sams2 and did not releases. >> Is for developers. >> >> ===> Installing for sams2-2.0.0 >> ===> Checking if sams2 already installed >> ===> Registering installation for sams2-2.0.0 >> pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample >> etc/apache22/doc4sams2.conf.sample): No such file or directory >> pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/comment@sample >> etc/apache22/sams2.conf.sample): No such file or directory >> pkg-static: lstat(/usr/ports/www/sams2/work/stage/usr/local/www/sams2/icon/classic/sysplug_22.png): >> No such file or directory >> *** [fake-pkg] Error code 74 > > It looks like it doesn't like Apache 2.2 > I was just about to make apache optional completely. I'll see if apache > 22 issue is obvious. It shouldn't have installed anything in that case. > > As far is if it works, you'll have to install it and find out after I > fix apache. It looks like a release to me but I don't read cyrillic. > FYI, this is caused by a typo. Line 43 should be PLIST_SUB+= AP24="@comment " (not "@ comment" From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:26:50 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0C46941; Mon, 25 Aug 2014 17:26:50 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C55348C; Mon, 25 Aug 2014 17:26:49 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2D62E435C7; Mon, 25 Aug 2014 12:26:30 -0500 (CDT) Message-ID: <53FB71B4.4090703@marino.st> Date: Mon, 25 Aug 2014 19:26:12 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Jim Ohlstein , marino@freebsd.org, zlopi Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> <53FB6FE7.90701@ohlste.in> In-Reply-To: <53FB6FE7.90701@ohlste.in> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:26:50 -0000 On 8/25/2014 19:18, Jim Ohlstein wrote: > Not for nothing, but since PHP 5.3 is still in the ports tree, then why > delete ports that depend on it? I know PHP 5.3 has now reached EOL, but > there is probably still a fair amount of legacy code which breaks with > PHP 5.4. I'm not advocating using it, but some people have no choice. If > people want it in the ports tree and they understand the risks, > shouldn't it be their choice? When it was deleted, the port claimed that it *only* worked with PHP4. It was only after the deletion that somebody said it would work with 5.3. At that point we weren't bringing back an long-time unmaintained port for a PHP that is probably itself on it's way out. Unmaintained at the ports level *and* upstream. If these users really want to accept risk, they can always put a copy of www/sams locally in their tree. www/sams2 is supposed to work with PHP 5.3, 5.4, and 5.5. Until I hear why it's not a suitable replacement for an unmaintained sams, I don't understand why this discussion is happening at all. John From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 17:41:44 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A61B676 for ; Mon, 25 Aug 2014 17:41:44 +0000 (UTC) Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com [209.85.216.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0458336D5 for ; Mon, 25 Aug 2014 17:41:43 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id l6so14018508qcy.39 for ; Mon, 25 Aug 2014 10:41:37 -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=B/M/P/hZZtdx328gF60y39nLOvycYvNKyaSb7Ewi274=; b=OkdIdTfOi4Vx2VOcm79VtZ6mZJ0RuR4LT9uPrF7hUf67/NruR59PEdwuP0UJIXc3sn KyX6LqWNMNVdB5auKkh3C87hm5Hr/69q4yrc4aoV+fx0xOuUVXALCL05ROZzpZ9Loong m3SawJZeSuO6MA7JMi9LSz0uzc9mqeiTO706EoHQYc+ZXOVTLwKSKhWwEa780TFsTYv0 lGEZc5yCmsWUPhKQlcJ/sN42FX1jQxycPnsSPt9PmWRLd93wL7hKEYOfG6am7Pxd7W7E QDb85efdpq1+UhBk3CJQmDMxFaTs27mJft7iJvi5t27HFonanq+Kef6M9Sq7p8LYKy6e jCaw== X-Gm-Message-State: ALoCoQnoxt6JSeRwlwfKG2Yc95saGtwOqkoaETBRxhmbCg6adNVERlRSE7K4UbFsXd/GYXC/VdTK X-Received: by 10.224.160.83 with SMTP id m19mr37366561qax.95.1408987113263; Mon, 25 Aug 2014 10:18:33 -0700 (PDT) Received: from [192.168.1.8] (pool-96-225-163-109.nrflva.fios.verizon.net. [96.225.163.109]) by mx.google.com with ESMTPSA id e9sm1136619qar.44.2014.08.25.10.18.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Aug 2014 10:18:32 -0700 (PDT) Message-ID: <53FB6FE7.90701@ohlste.in> Date: Mon, 25 Aug 2014 13:18:31 -0400 From: Jim Ohlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: marino@freebsd.org, zlopi Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> In-Reply-To: <53FB67B9.9040003@marino.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:41:44 -0000 Hello, On 8/25/14, 12:43 PM, John Marino wrote: > On 8/25/2014 18:40, zlopi wrote: >> many of my friends use sams 1.0.5 (www / sams) - but not so long >> ago it was deleted. Previously stated that it requires php 4 - because >> of what was deleted. I tested to optimize it for php 5.4 and mysql >> 5.5. Therefore I would like to get it back - if it is possible. > > It was relayed that PHP 5.3 is the last PHP that runs sams correctly, > thus it's not coming back. > > www/sams2 was specifically brought in to replace www/sams. I encourage > you to use that instead. It works with the latest PHP. > Not for nothing, but since PHP 5.3 is still in the ports tree, then why delete ports that depend on it? I know PHP 5.3 has now reached EOL, but there is probably still a fair amount of legacy code which breaks with PHP 5.4. I'm not advocating using it, but some people have no choice. If people want it in the ports tree and they understand the risks, shouldn't it be their choice? -- Jim Ohlstein "Never argue with a fool, onlookers may not be able to tell the difference." - Mark Twain From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 18:56:12 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C471CB6; Mon, 25 Aug 2014 18:56:12 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2B223EC1; Mon, 25 Aug 2014 18:56:11 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kx10so21714291pab.20 for ; Mon, 25 Aug 2014 11:56:11 -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=y8es4+z1lg5Jd/Y8pOov2/tFqmTVpPlZ74suC6ER/AM=; b=IwPVNIUW0E8RyRrjUsoemU2Ny1LYIA5bCvbpLZHOy52teaHDGDMG5n9T4fkVEdhR+e hhwKv3mSwMgrqn1WeeZ7glDpbhuOa3CBRdE5y4GjLoHk9tWUbEUm7VXQdbcMgpWi9y4W 9KRBWbsh9wceZ3A3kvRHyeupwghnFiC63I6lSELWk7LyWGr+Q8n5g9VYvqVY4DCBTm4B aC9sbCyyzFJCsXvTjvCDLSsF4Zb6R7H5+qZ4ACmc06Rw30K4aDVxHVhf9JNGrxA6rCwJ GbjspiEgcRGPII4jvGT+Fy7NV2BHINLLXaKRW7JFxDIBaLM4zp10wnWGwyufVCwmTpIM 2liQ== MIME-Version: 1.0 X-Received: by 10.68.57.232 with SMTP id l8mr22572485pbq.79.1408992971378; Mon, 25 Aug 2014 11:56:11 -0700 (PDT) Received: by 10.70.94.104 with HTTP; Mon, 25 Aug 2014 11:56:11 -0700 (PDT) In-Reply-To: <53FB71B4.4090703@marino.st> References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> <53FB6FE7.90701@ohlste.in> <53FB71B4.4090703@marino.st> Date: Mon, 25 Aug 2014 22:56:11 +0400 Message-ID: Subject: Re: Return ports www/sams From: zlopi To: marino@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 18:56:12 -0000 It makes me sad to look at how changes in recent years FreeBSD - not for the better. New packages - it's good. But! Stable packages replaced by new unstable version - this is wrong. Thanks for taking your time on me. 2014-08-25 21:26 GMT+04:00 John Marino : > On 8/25/2014 19:18, Jim Ohlstein wrote: >> Not for nothing, but since PHP 5.3 is still in the ports tree, then why >> delete ports that depend on it? I know PHP 5.3 has now reached EOL, but >> there is probably still a fair amount of legacy code which breaks with >> PHP 5.4. I'm not advocating using it, but some people have no choice. If >> people want it in the ports tree and they understand the risks, >> shouldn't it be their choice? > > When it was deleted, the port claimed that it *only* worked with PHP4. > It was only after the deletion that somebody said it would work with > 5.3. At that point we weren't bringing back an long-time unmaintained > port for a PHP that is probably itself on it's way out. Unmaintained at > the ports level *and* upstream. > > If these users really want to accept risk, they can always put a copy of > www/sams locally in their tree. > > www/sams2 is supposed to work with PHP 5.3, 5.4, and 5.5. Until I hear > why it's not a suitable replacement for an unmaintained sams, I don't > understand why this discussion is happening at all. > > John From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 19:39:23 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E75BF665; Mon, 25 Aug 2014 19:39:22 +0000 (UTC) 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 2EA053358; Mon, 25 Aug 2014 19:39:21 +0000 (UTC) X-Trace: 122965123/mk-outboundfilter-5.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/pipex-temporary-group/81.170.79.154/-4.0/crees@physics.org X-SBRS: -4.0 X-RemoteIP: 81.170.79.154 X-IP-MAIL-FROM: crees@physics.org X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: K-9 Mail for Android X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As8HAGSQ+1NRqk+aPGdsb2JhbABagw1TV4J8x3uBX4dRAYEiFwUBAQEBODaEBAEBBCMPASMjEAsEFCoCAiEYChQGAQ0FiC4DFasdjzkNhSIXiX8vgnGBSRMBASkmBwmCcIFTBZVPhGqCEIFYhT+HQAKKEjwvgQYJF4EpAQEB X-IPAS-Result: As8HAGSQ+1NRqk+aPGdsb2JhbABagw1TV4J8x3uBX4dRAYEiFwUBAQEBODaEBAEBBCMPASMjEAsEFCoCAiEYChQGAQ0FiC4DFasdjzkNhSIXiX8vgnGBSRMBASkmBwmCcIFTBZVPhGqCEIFYhT+HQAKKEjwvgQYJF4EpAQEB X-IronPort-AV: E=Sophos;i="5.04,398,1406588400"; d="scan'208,217";a="122965123" X-IP-Direction: OUT Received: from 81-170-79-154.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([81.170.79.154]) by smtp.pipex.tiscali.co.uk with ESMTP; 25 Aug 2014 20:39:19 +0100 Received: from android-9c6e4780531e1a1d.bayofrum.net (android-9c6e4780531e1a1d.bayofrum.net [192.168.1.123]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id A8A11617C9; Mon, 25 Aug 2014 20:39:17 +0100 (BST) User-Agent: K-9 Mail for Android In-Reply-To: References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> <53FB6FE7.90701@ohlste.in> <53FB71B4.4090703@marino.st> MIME-Version: 1.0 Subject: Re: Return ports www/sams From: Chris Rees Date: Mon, 25 Aug 2014 20:39:16 +0100 To: zlopi ,marino@freebsd.org Message-ID: X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: A8A11617C9.A4015 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@physics.org X-Spam-Status: No Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 19:39:23 -0000 Hi John, It seems to me that this might have been better just put in as an update to www/sams. Zlopi, please would you try out sams2 and let us know if it just works the same? That could render this whole discussion pointless! Chris On 25 August 2014 19:56:11 BST, zlopi wrote: >It makes me sad to look at how changes in recent years FreeBSD - not >for the better. >New packages - it's good. But! Stable packages replaced by new >unstable version - this is wrong. > >Thanks for taking your time on me. > >2014-08-25 21:26 GMT+04:00 John Marino : >> On 8/25/2014 19:18, Jim Ohlstein wrote: >>> Not for nothing, but since PHP 5.3 is still in the ports tree, then >why >>> delete ports that depend on it? I know PHP 5.3 has now reached EOL, >but >>> there is probably still a fair amount of legacy code which breaks >with >>> PHP 5.4. I'm not advocating using it, but some people have no >choice. If >>> people want it in the ports tree and they understand the risks, >>> shouldn't it be their choice? >> >> When it was deleted, the port claimed that it *only* worked with >PHP4. >> It was only after the deletion that somebody said it would work with >> 5.3. At that point we weren't bringing back an long-time >unmaintained >> port for a PHP that is probably itself on it's way out. Unmaintained >at >> the ports level *and* upstream. >> >> If these users really want to accept risk, they can always put a copy >of >> www/sams locally in their tree. >> >> www/sams2 is supposed to work with PHP 5.3, 5.4, and 5.5. Until I >hear >> why it's not a suitable replacement for an unmaintained sams, I don't >> understand why this discussion is happening at all. >> >> John > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 19:41:58 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF480FDF; Mon, 25 Aug 2014 19:41:58 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1371342B; Mon, 25 Aug 2014 19:41:58 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id AC02C43BE3; Mon, 25 Aug 2014 14:41:38 -0500 (CDT) Message-ID: <53FB9161.1040800@marino.st> Date: Mon, 25 Aug 2014 21:41:21 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Chris Rees , zlopi , marino@freebsd.org Subject: Re: Return ports www/sams References: <53FB5C74.2010409@physics.org> <53FB620A.1040603@marino.st> <53FB67B9.9040003@marino.st> <53FB6FE7.90701@ohlste.in> <53FB71B4.4090703@marino.st> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 19:41:59 -0000 On 8/25/2014 21:39, Chris Rees wrote: > Hi John, > > It seems to me that this might have been better just put in as an update > to www/sams. Both the new maintainer and upstream wanted it called www/sams2 and did not want it to use the same portname. > > Zlopi, please would you try out sams2 and let us know if it just works > the same? That could render this whole discussion pointless! Please wait about 30 minutes, I have an important update brewing. John > > Chris > > On 25 August 2014 19:56:11 BST, zlopi @gmail.com> wrote: > > It makes me sad to look at how changes in recent years FreeBSD - not > for the better. > New packages - it's good. But! Stable packages replaced by new > unstable version - this is wrong. > > Thanks for taking your time on me. > > 2014-08-25 21:26 GMT+04:00 John Marino : > > On 8/25/2014 19:18, Jim Ohlstein wrote: > > Not for nothing, but since PHP 5.3 is still in the ports > tree, then why > delete ports that depend on it? I know PHP 5.3 has now > reached EOL, but > there is probably still a fair amount of legacy code which > breaks with > PHP 5.4. I'm not advocating using it, but some people have > no choice. If > people want it in the ports tree and they understand the risks, > shouldn't it be their choice? > > > When it was deleted, the port claimed that it *only* worked with > PHP4. > It was only after the deletion that somebody said it would work with > 5.3. At that point we weren't bringing back an long-time > unmaintained > port for a PHP that is probably itself on it's way out. > Unmaintained at > the ports level *and* upstream. > > If these users really want to accept risk, they can always put a > copy of > www/sams locally in their tree. > > www/sams2 is supposed to work with PHP 5.3, 5.4, and 5.5. Until > I hear > why it's not a suitable replacement for an unmaintained sams, I > don't > understand why this discussion is happening at all. > > John > > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 25 20:21:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A319D64 for ; Mon, 25 Aug 2014 20:21:45 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36275386F for ; Mon, 25 Aug 2014 20:21:44 +0000 (UTC) Received: from [78.48.65.230] (helo=mandree.no-ip.org) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1XM0lq-0003HY-3n for freebsd-ports@freebsd.org; Mon, 25 Aug 2014 22:21:42 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 708BF23CEB4 for ; Mon, 25 Aug 2014 22:21:41 +0200 (CEST) Message-ID: <53FB9AD5.1060307@an3e.de> Date: Mon, 25 Aug 2014 22:21:41 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation References: <53F640EF.7000200@FreeBSD.org> <20140823230637.GA34697@server.rulingia.com> In-Reply-To: <20140823230637.GA34697@server.rulingia.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Df-Sender: MTY1NTUxOA== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 20:21:45 -0000 Am 24.08.2014 um 01:06 schrieb Peter Jeremy: > On 2014-Aug-21 20:56:47 +0200, Matthias Andree wrote: >> The time has now come to remove these db4* ports, Berkeley DB versions >> 4.0 to 4.7, inclusively. Most of their dependent ports can cope with >> upgrades to db48, db5, or db6, most of the others could be patched to work. > ... >> I have created a Wiki page that contains instructions, and points to >> SleepyCat's or Oracle's upgrading documentation, at >> . > > This assumes that I know where and how BDB is being used. I've discovered > that I have db41 installed on a couple of systems - it's required by > textproc/redland, which in turn is required by editors/libreoffice. Whilst > I can avoid using libreoffice whilst I upgrade, I have no idea how it uses > BDB or where the database files might be. I suspect this scenario is true > for the majority of people who have BDB installed. Peter, thank you for the feedback. The issue is that we don't have a way to easily identify only the direct dependents of BDB, but we get grandparent requisites, too, from the index, as you have found out in your case with libreoffice and redland. Redland is the port requiring BDB, and libreoffice inherits this requisite. >> When, among the upgrade steps on the WIki, you have reached the point >> where it is safe to upgrade the Berkeley DB and applications, there is a >> helper script in Tools/scripts/BDB-upgrade-helper.sh uses portmaster or >> portupgrade to rebuild the applications to use a newer Berkeley DB, and >> then offer to delete the old Berkeley DB ports. > > Partial relative paths aren't especially helpful. This should either be > an absolute path or specify a cwd (presumably /usr/ports in this case). > > And, for reasons I don't understand, when I run BDB-upgrade-helper.sh, > portmaster wants to install both db48 and db5. That is because some of the ports you need insist they cannot work with any other version, which is subject to a separate discussion, in the Subject "Re: Strong objection to db4.8 deprecation!" thread. I have revised the list item #7 on the Wiki to read this: > ALL: rebuild the applications to use the new Berkeley DB version, > you can set WITH_BDB_VER=5 or WITH_BDB_VER=6 in /etc/make.conf, or > uniquename_WITH_BDB_VER=5 (where uniquename is what your port's > UNIQUENAME is, for instance, bogofilter_WITH_BDB_VER=6). You can > use the /usr/ports/Tools/scripts/BDB-upgrade-helper.sh script which > will automatically upgrade your applications that depend on an > older-to-be-removed Berkeley DB version to the new version, and > then offer to delete the old Berkeley DB package(s). Note: there > are a few ports that insist on using db4.8 for various reasons, so > you may end up with most ports using db5 (or db6), and a few using > db48. This is currently under discussion and being worked on. I hope this addresses your points sufficiently, if not, let me know what else you would propose to change. Best regards, Matthias -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 00:04:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5451D2FA; Tue, 26 Aug 2014 00:04:43 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2464D3CAD; Tue, 26 Aug 2014 00:04:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=JHihVJQnWxJ4depKF0a3f/CYSYuS2CpQ3zuBLP4DLrY=; b=6uT+BITO0pawrH1EyUJtj46r8NKl6SKv9YqizzvQzE1Q09bk7JYythXlV8+LRK7pIeRp1vzRtRQUkTap1lLFMC64+uo1X+v/sXyiDzmUet4t/vw2mm3NJYLCicISgWX6P90cEHG6XOtoxY0f2HmslxUqZ2dgl7b6tUDb7Lg+HVQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XM4Fd-000PF7-F5; Tue, 26 Aug 2014 00:04:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: bapt@FreeBSD.org X-Trac-Project: redports Date: Tue, 26 Aug 2014 00:04:41 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366054: 4x ignored: is marked as broken: does not compile, 4x leftovers, 4x ignored: is marked as broken: installation is intentionally broken, 12x success To: bapt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140825102200-7858 X-Trac-Build-ID: 20140825102200-7858 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 00:04:43 -0000 Reset maintainership on nonstaged ports With hat: portmgr --------------------------------------------------------------------- Build ID: 20140825102200-7858 Job owner: bapt@FreeBSD.org Buildtime: 14 hours Enddate: Tue, 26 Aug 2014 00:04:38 GMT Revision: 366054 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366054 --------------------------------------------------------------------- Port: lang/caml-light 0.75_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402570/caml-0.75_4.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402571/caml-0.75_4.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402572/caml-0.75_4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402573/caml-0.75_4.log --------------------------------------------------------------------- Port: net-im/gyach 0.9.8_9 Buildgroup: 8.4-QAT/amd64 Buildstatus: IGNORED: IS MARKED AS BROKEN: DOES NOT COMPILE Buildgroup: 8.4-QAT/i386 Buildstatus: IGNORED: IS MARKED AS BROKEN: DOES NOT COMPILE Buildgroup: 9.2-QAT/amd64 Buildstatus: IGNORED: IS MARKED AS BROKEN: DOES NOT COMPILE Buildgroup: 9.2-QAT/i386 Buildstatus: IGNORED: IS MARKED AS BROKEN: DOES NOT COMPILE --------------------------------------------------------------------- Port: net-mgmt/tcptrack 1.3.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402578/tcptrack-1.3.0.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402579/tcptrack-1.3.0.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402580/tcptrack-1.3.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402581/tcptrack-1.3.0.log --------------------------------------------------------------------- Port: net/3proxy 0.6.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402582/3proxy-0.6.1.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402583/3proxy-0.6.1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402584/3proxy-0.6.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402585/3proxy-0.6.1.log --------------------------------------------------------------------- Port: net/etherboot 5.2.6 Buildgroup: 8.4-QAT/amd64 Buildstatus: IGNORED: IS MARKED AS BROKEN: INSTALLATION IS INTENTIONALLY BROKEN Buildgroup: 8.4-QAT/i386 Buildstatus: IGNORED: IS MARKED AS BROKEN: INSTALLATION IS INTENTIONALLY BROKEN Buildgroup: 9.2-QAT/amd64 Buildstatus: IGNORED: IS MARKED AS BROKEN: INSTALLATION IS INTENTIONALLY BROKEN Buildgroup: 9.2-QAT/i386 Buildstatus: IGNORED: IS MARKED AS BROKEN: INSTALLATION IS INTENTIONALLY BROKEN --------------------------------------------------------------------- Port: net/silc-client 1.1.8 Buildgroup: 8.4-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402590/silc-client-1.1.8.log Buildgroup: 8.4-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402591/silc-client-1.1.8.log Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402592/silc-client-1.1.8.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20140825102200-7858-402593/silc-client-1.1.8.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 00:13:15 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32A6A4A0 for ; Tue, 26 Aug 2014 00:13:15 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB7773D62 for ; Tue, 26 Aug 2014 00:13:14 +0000 (UTC) Received: from mandree.no-ip.org ([78.48.65.230]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MRGPP-1Wtj6d2Hsd-00UWra for ; Tue, 26 Aug 2014 02:13:12 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 3404B23CEB4 for ; Tue, 26 Aug 2014 02:13:11 +0200 (CEST) Message-ID: <53FBD116.9040604@gmx.de> Date: Tue, 26 Aug 2014 02:13:10 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: HEADS UP: Berkeley DB 4...4.7 port removals/upgrades may require manual preparation References: <53F640EF.7000200@FreeBSD.org> <20140824102826.GB9400@home.opsec.eu> <20140824111149.GD9400@home.opsec.eu> <53F9CEDA.4070309@gmx.de> <20140824142050.5e336477@bsd64.grem.de> <20140824191643.005f8e1c@bsd64.grem.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:VLvoxS3a89+cB/mKlF9OmiZQLjA2EJPC8uyRvox/ZPO65OPvyD9 m6GXxCAKsLhboEWRAILaBJMWrujq0wxbBE0DL0PJcxmIHkzXSgMLizVb2hkaf7m1eUbCBdH evxWS9c8X3Hu2wl6Qbo+nQK/F+08nJzmA9oLI0U0j1qvEVfdd2iUa75xdekwT5D48esIcFl lhmmcIXSckO7BSEHXlwtQ== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 00:13:15 -0000 Am 25.08.2014 um 07:57 schrieb Scot Hetzel: [...] > I was also thinking that we should make WITH_BDB_HIGHEST the default. > It is used by VER+ when multiple versions of bdb are installed. That > way we can remove this variable also. I filed two Bugzilla bugs, 193000 and 193002 to keep track of this, feel free to comment, and if there are new issues, feel free to file new bugs and mark them "blocks: 193000", so we have 193000 as the master bug as a central collecting point. There's also discussion going on behind the scenes (with portmgr) about the db4.8 deprecation, we are currently unsure about the *coin (bitcoin and derivatives) and about twister. I have deprecated memcachedb because it has no users in the ports tree. If someone feels this is wrong, please speak up - either here, or through Bugzilla. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 00:15:47 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4472554E; Tue, 26 Aug 2014 00:15:47 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15AB23D77; Tue, 26 Aug 2014 00:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=kqI9eFf2uiR8S/yiMXw+7xXNGgT5zqjQTjX7TW9zUnc=; b=bKLvXO9gPzhK4xFWISRVxwvfOyoD8hN7mo1XNZCfR1fP/rZ+tGlXJWlbL92HITgvGgVF/64fku6VemZJ5tm7FBUmhsC20P/A1O/XQVvgPQw+iVbHdWRuNLcJYCRRvRqJkD9/RVBYdDwxe01Y41sqNqrb6E/t4+voZH1cwuaFmYs=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XM4QM-00008b-3C; Tue, 26 Aug 2014 00:15:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Tue, 26 Aug 2014 00:15:46 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366063: 4x fail, 1x finished, 3x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140825111200-34946 X-Trac-Build-ID: 20140825111200-34946 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 00:15:47 -0000 Move picosat and py-pycosat from devel -> math - Remove from devel/Makefile - Add to math/Makefile - Update CATEGORIES for both ports - Add MOVED entries While I'm here, sort MOVED entries causing MOVEDlint.awk error [1] after r365599 [2] [1] 6470: date going backwards from 2014-08-20 to 2014-08-15 [2] https://svnweb.freebsd.org/changeset/ports/365599 Suggested by: vsevolod --------------------------------------------------------------------- Build ID: 20140825111200-34946 Job owner: koobs@FreeBSD.org Buildtime: 13 hours Enddate: Tue, 26 Aug 2014 00:15:44 GMT Revision: 366063 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366063 --------------------------------------------------------------------- Port: math/picosat 957 Buildgroup: 8.4-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140825111200-34946-402626/picosat-957.log Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140825111200-34946-402627/picosat-957.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FINISHED Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140825111200-34946-402629/picosat-957.log --------------------------------------------------------------------- Port: math/py-pycosat Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 03:18:46 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97698543 for ; Tue, 26 Aug 2014 03:18:46 +0000 (UTC) Received: from qmta14.emeryville.ca.mail.comcast.net (qmta14.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:212]) by mx1.freebsd.org (Postfix) with ESMTP id 72EC63D2C for ; Tue, 26 Aug 2014 03:18:46 +0000 (UTC) Received: from omta08.emeryville.ca.mail.comcast.net ([76.96.30.12]) by qmta14.emeryville.ca.mail.comcast.net with comcast id jFE01o0020FhH24AEFJl7i; Tue, 26 Aug 2014 03:18:45 +0000 Received: from [192.168.1.100] ([50.183.226.175]) by omta08.emeryville.ca.mail.comcast.net with comcast id jFJj1o00A3nhSLa8UFJknK; Tue, 26 Aug 2014 03:18:44 +0000 Message-ID: <53FBFC91.4000805@comcast.net> Date: Mon, 25 Aug 2014 21:18:41 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: FreeBSD Port: anjuta-2.32.1.1_13 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1409023125; bh=Qq8AMvTii5LdtihOiaASlN0C3Q4Q3UpH3m5J3Z319WU=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=hqeCfXOIm9OpwT1qXjwP9j/HWFixjw9pZCMDDKyb42PMUEXab3qLc11IKM4rA11Lc iyK7ciLGai3B1UxxLLFt2813WnK52yE7QJrdZFWAtkMDaAuKhr+grqVANmy+pvGzT7 gUo9SIRUh1toR1WEUKNQmrD9O4YrNHtBMQYcXKFO2OQFbATmdrNT3y315jA2z/RZ3w Z0UU1VdvjeGAed/VJdVcnCsflkSQL9dVNiAiJsAENSFvtOZ9qeGD2SU5O0KM1LEqrT CTz3Ey2k/Ziq2oEQHkZIBpTk8kpO9m4rjsHuSjgUE+wbqg9DOHUUDv2ozZdmRUkKeX HN9RDb4BVjl1g== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 03:18:46 -0000 Good Evening, I am emailing you to ask for assistance with a specific problem I'm having with Anjuta under FreeBSD. The forum post is: Ref: https://forums.freebsd.org/viewtopic.php?f=35&t=47773 It runs fine under Linux (in a VM).....But I am a FreeBSD user, and it is under FreeBSD that I am having the specific issue cited in the post. Thank you for any assistance you can provide. Sincerely and respectfully, Dave Babb From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 10:15:55 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C0A3E8B for ; Tue, 26 Aug 2014 10:15:55 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07FB53422 for ; Tue, 26 Aug 2014 10:15:55 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QAFsdM049765 for ; Tue, 26 Aug 2014 10:15:54 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7QAFsWl049764; Tue, 26 Aug 2014 10:15:54 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408261015.s7QAFsWl049764@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 26 Aug 2014 10:15:54 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 10:15:55 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ mail/amavis-logwatch | 1.51.02 | 1.51.03 ------------------------------------------------+-----------------+------------ mail/postfix-logwatch | 1.40.00 | 1.40.01 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 16:01:48 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68DF31E5; Tue, 26 Aug 2014 16:01:48 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id B551336EB; Tue, 26 Aug 2014 16:01:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id D4DEF38096; Tue, 26 Aug 2014 11:01:40 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 1k-inVrKEOHk; Tue, 26 Aug 2014 11:01:40 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 3CC293808B; Tue, 26 Aug 2014 11:01:40 -0500 (CDT) Message-ID: <53FCAF63.6030803@freebsd.org> Date: Tue, 26 Aug 2014 09:01:39 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: olli hauer Subject: Re: [Patch] Using MACHINE_ARCH identifiers in pkg References: <5383EEB6.6010703@freebsd.org> <538614AB.4070803@freebsd.org> <53ECCF7F.3040107@FreeBSD.org> <53ECD741.5090703@freebsd.org> <53ED1044.80302@gmx.de> <53ED110C.1040500@FreeBSD.org> <53ED1ED2.7050605@gmx.de> <53F2269D.20101@freebsd.org> <53F277F4.708@gmx.de> In-Reply-To: <53F277F4.708@gmx.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Baptiste Daroussin , Warner Losh , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 16:01:48 -0000 On 08/18/14 15:02, olli hauer wrote: > On 2014-08-18 18:15, Nathan Whitehorn wrote: >> On 08/14/14 13:40, olli hauer wrote: >>> On 2014-08-14 21:42, Bryan Drewery wrote: >>>> On 8/14/2014 2:38 PM, olli hauer wrote: >>>>> On 2014-08-14 17:35, Nathan Whitehorn wrote: >>> ... >>> >>>> Something I've mentioned to Bapt a few times is that pkg needs a way to >>>> have a list of accepted ABI strings. Then we could add both the old and >>>> the new style as accepted (internally) so that old and new repositories >>>> will continue to work. >>>> >>> Ups, rollback is not possible after the client database was updated. >>> >>> Even by rollback and rebuild the package metadata the following error pops up. >>> >>> ~/pkg-static.old_ABI update -f >>> Updating repository catalogue >>> pkg-static: Repository str has a wrong packagesite, need to re-create database >>> Fetching meta.txz: 100% of 584 B >>> Fetching digests.txz: 100% of 43 kB >>> Fetching packagesite.txz: 100% of 138 kB >>> >>> Adding new entries: 34% >>> pkg-static: wrong architecture: FreeBSD:8:amd64 instead of freebsd:8:x86:64 >>> >>> pkg-static: repository str contains packages with wrong ABI: FreeBSD:8:amd64 >>> Adding new entries: 100% >>> pkg-static: Unable to update repository str >> >> Hm. I'm not sure how to handle this. There are two places that emit hard errors in such cases: pkg-add, which is fine since we have a workaround there, and here. The check is at line 446 of libpkg/repo/binary/update.c (you can comment it out for testing). For this one, there does not seem to be any good solution and we need to find one since this is the same issue you ran into the upgrade path. >> >> Here are the two options I see. They are similar to each other, and we could do both for some time. >> 1. Make an intermediate pkg that is otherwise unaltered but doesn't have this check during updates and keep it in the tree for some substantial length of time so most people have it by the time we want upgrades to the new ABI strings. >> 2. Set PKGNG_ALTABI globally on the ports tree for i386 and amd64 for some period of time so that all built packages get the current ABI identifiers rather than the new ones. >> >> Any preference here? Or other options? > > Hi Nathan, > > Your suggestion 2) could do the trick, at last for current ports. > > I will see if I can do some additional tests the next days, specially with mixed ABI strings in the packages. > Did you have any chance to do the tests? I prepared a new version of the patch at http://people.freebsd.org/~nwhitehorn/pkg-new-abi-v2.diff that marks all built binary packages for i386 and amd64 with the freebsd:*:x86:* identifiers and so should prevent the old version of pkg from bailing on a repository with mixed ABI strings. Testing would be much appreciated. -Nathan From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 19:02:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D71E8AB; Tue, 26 Aug 2014 19:02:18 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DFCE3B65; Tue, 26 Aug 2014 19:02:17 +0000 (UTC) Received: from firewall.mikej.com (162-230-214-65.lightspeed.lsvlky.sbcglobal.net [162.230.214.65]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id s7QJ29Av004120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 26 Aug 2014 15:02:10 -0400 (EDT) (envelope-from mikej@mikej.com) Received: from mail.mikej.com ([192.168.6.63]) by firewall.mikej.com (8.14.9/8.14.9) with ESMTP id s7QJ26Z3098222; Tue, 26 Aug 2014 15:02:08 -0400 (EDT) (envelope-from mikej@mikej.com) X-Authentication-Warning: firewall.mikej.com: Host [192.168.6.63] claimed to be mail.mikej.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 26 Aug 2014 15:02:06 -0400 From: Michael Jung To: Bryan Drewery Subject: Re: SAT resolver problem - [CFT] SSP Package Repository available In-Reply-To: <53F7A552.5050608@FreeBSD.org> References: <523D79CD.2090302@FreeBSD.org> <53F4CE0E.8040106@FreeBSD.org> <65f72f283578f9e08cb672928bc441e9@mail.mikej.com> <53F7A552.5050608@FreeBSD.org> Message-ID: X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.0.2 Cc: pkg@freebsd.org, Ports FreeBSD , owner-freebsd-current@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 19:02:18 -0000 On 2014-08-22 16:17, Bryan Drewery wrote: > On 8/22/2014 1:16 PM, mikej wrote: >> On , Bryan Drewery wrote: >>> On 9/21/2013 5:49 AM, Bryan Drewery wrote: >>>> Ports now support enabling Stack Protector [1] support on FreeBSD 10 >>>> i386 and amd64, and older releases on amd64 only currently. >>>> >>>> Support may be added for earlier i386 releases once all ports >>>> properly >>>> respect LDFLAGS. >>>> >>>> To enable, just add WITH_SSP=yes to your make.conf and rebuild all >>>> ports. >>>> >>>> The default SSP_CLFAGS is -fstack-protector, but >>>> -fstack-protector-all >>>> may optionally be set instead. >>>> >>>> Please help test this on your system. We would like to eventually >>>> enable >>>> this by default, but need to identify any major ports that have >>>> run-time >>>> issues due to it. >>>> >>>> [1] https://en.wikipedia.org/wiki/Buffer_overflow_protection >>>> >>> >>> We have not had any feedback on this yet and want to get it enabled >>> by >>> default for ports and packages. >>> >>> We now have a repository that you can use rather than the default to >>> help test. We need your help to identify any issues before switching >>> the >>> default. >>> >>> This repository is available for: >>> >>> head >>> 10.0 >>> 9.1,9.2,9.3 >>> >>> It is not available for 8.4. If someone is willing to test on 8.4 I >>> will >>> build a repository for it. >>> >>> Place this in /usr/local/etc/pkgs/repos/FreeBSD_ssp.conf: >>> >>> FreeBSD: { enabled: no } >>> FreeBSD_ssp: { >>> url: "pkg+http://pkg.FreeBSD.org/${ABI}/ssp", >>> mirror_type: "srv", >>> signature_type: "fingerprints", >>> fingerprints: "/usr/share/keys/pkg", >>> enabled: yes >>> } >>> >>> Once that is done you should force reinstall packages from this >>> repository: >>> >>> pkg update >>> pkg upgrade -f >>> >>> Thanks for your help! >>> Bryan Drewery >>> On behalf of portmgr. >> >> I have been using this without issue on several machines until today. >> >> root@firewall:/usr/ports # pkg -v >> 1.3.6 >> root@firewall:/usr/ports # >> >> >> Repositories: >> FreeBSD_ssp: { >> url : >> "pkg+http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp", >> enabled : yes, >> mirror_type : "SRV", >> signature_type : "FINGERPRINTS", >> fingerprints : "/usr/share/keys/pkg" >> } >> >> >> root@firewall:/usr/ports # pkg update -f >> Updating repository catalogue >> pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp/meta.txz: Not Found >> pkg: repository FreeBSD_ssp has no meta file, using default settings >> Fetching digests.txz: 100% of 1 MB >> Fetching packagesite.txz: 100% of 5 MB >> >> Adding new entries: 100% >> Incremental update completed, 23305 packages processed: >> 0 packages updated, 0 removed and 23305 added. >> root@firewall:/usr/ports # pkg install mdnsresponder >> Updating repository catalogue >> pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp/meta.txz: Not Found >> pkg: repository FreeBSD_ssp has no meta file, using default settings >> FreeBSD_ssp repository is up-to-date >> All repositories are up-to-date >> Checking integrity... done (1 conflicting) >> pkg: Cannot solve problem using SAT solver: >> cannot install package mDNSResponder~net/mDNSResponder, remove it from >> request [Y/n]: y >> Checking integrity... done (0 conflicting) >> The most recent version of packages are already installed >> root@firewall:/usr/ports # uname -a >> FreeBSD firewall 10.0-STABLE FreeBSD 10.0-STABLE #0 r269366M: Fri Aug >> 1 >> 00:35:49 EDT 2014 mikej@firewall:/usr/obj/usr/src/sys/GENERIC >> amd64 >> root@firewall:/usr/ports # date >> Fri Aug 22 14:12:30 EDT 2014 >> root@firewall:/usr/ports # >> >> root@firewall:/usr/ports # pkg info | grep mdns >> root@firewall:/usr/ports # >> >> Regards, >> >> --mikej > > It looks like the (SSP) freebsd:10:x86:64 freebsd:11:x86:32 > repositories > are stale from a month ago. Looking into why. > > Sadly this was not noticed and the instructions effectively will > downgrade packages. These 2 repositories have pkg-1.2 still as well. Bryan, Any update? As you probably expect if I build the port locally with poudriere and install there is no issue. I'm building with WITH_SSP_PORTS=YES in /etc/make.conf Regards, --mikej From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 19:18:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7F7D67E for ; Tue, 26 Aug 2014 19:18:18 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6B6B3E4A for ; Tue, 26 Aug 2014 19:18:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QJIIWF065744 for ; Tue, 26 Aug 2014 19:18:18 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7QJIIAk065743 for freebsd-ports@freebsd.org; Tue, 26 Aug 2014 19:18:18 GMT (envelope-from bdrewery) Received: (qmail 11534 invoked from network); 26 Aug 2014 14:18:15 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 26 Aug 2014 14:18:15 -0500 Message-ID: <53FCDD72.2050503@FreeBSD.org> Date: Tue, 26 Aug 2014 14:18:10 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Michael Jung Subject: Re: SAT resolver problem - [CFT] SSP Package Repository available References: <523D79CD.2090302@FreeBSD.org> <53F4CE0E.8040106@FreeBSD.org> <65f72f283578f9e08cb672928bc441e9@mail.mikej.com> <53F7A552.5050608@FreeBSD.org> In-Reply-To: OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="muPSdvb4hxtOJsx2XROEXCX7u9EjvL42M" Cc: pkg@freebsd.org, Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 19:18:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --muPSdvb4hxtOJsx2XROEXCX7u9EjvL42M Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 8/26/2014 2:02 PM, Michael Jung wrote: > On 2014-08-22 16:17, Bryan Drewery wrote: >> On 8/22/2014 1:16 PM, mikej wrote: >>> On , Bryan Drewery wrote: >>>> On 9/21/2013 5:49 AM, Bryan Drewery wrote: >>>>> Ports now support enabling Stack Protector [1] support on FreeBSD 1= 0 >>>>> i386 and amd64, and older releases on amd64 only currently. >>>>> >>>>> Support may be added for earlier i386 releases once all ports prope= rly >>>>> respect LDFLAGS. >>>>> >>>>> To enable, just add WITH_SSP=3Dyes to your make.conf and rebuild al= l >>>>> ports. >>>>> >>>>> The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-= all >>>>> may optionally be set instead. >>>>> >>>>> Please help test this on your system. We would like to eventually >>>>> enable >>>>> this by default, but need to identify any major ports that have >>>>> run-time >>>>> issues due to it. >>>>> >>>>> [1] https://en.wikipedia.org/wiki/Buffer_overflow_protection >>>>> >>>> >>>> We have not had any feedback on this yet and want to get it enabled = by >>>> default for ports and packages. >>>> >>>> We now have a repository that you can use rather than the default to= >>>> help test. We need your help to identify any issues before switching= >>>> the >>>> default. >>>> >>>> This repository is available for: >>>> >>>> head >>>> 10.0 >>>> 9.1,9.2,9.3 >>>> >>>> It is not available for 8.4. If someone is willing to test on 8.4 I >>>> will >>>> build a repository for it. >>>> >>>> Place this in /usr/local/etc/pkgs/repos/FreeBSD_ssp.conf: >>>> >>>> FreeBSD: { enabled: no } >>>> FreeBSD_ssp: { >>>> url: "pkg+http://pkg.FreeBSD.org/${ABI}/ssp", >>>> mirror_type: "srv", >>>> signature_type: "fingerprints", >>>> fingerprints: "/usr/share/keys/pkg", >>>> enabled: yes >>>> } >>>> >>>> Once that is done you should force reinstall packages from this >>>> repository: >>>> >>>> pkg update >>>> pkg upgrade -f >>>> >>>> Thanks for your help! >>>> Bryan Drewery >>>> On behalf of portmgr. >>> >>> I have been using this without issue on several machines until today.= >>> >>> root@firewall:/usr/ports # pkg -v >>> 1.3.6 >>> root@firewall:/usr/ports # >>> >>> >>> Repositories: >>> FreeBSD_ssp: { >>> url : >>> "pkg+http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp", >>> enabled : yes, >>> mirror_type : "SRV", >>> signature_type : "FINGERPRINTS", >>> fingerprints : "/usr/share/keys/pkg" >>> } >>> >>> >>> root@firewall:/usr/ports # pkg update -f >>> Updating repository catalogue >>> pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp/meta.txz: Not Found= >>> pkg: repository FreeBSD_ssp has no meta file, using default settings >>> Fetching digests.txz: 100% of 1 MB >>> Fetching packagesite.txz: 100% of 5 MB >>> >>> Adding new entries: 100% >>> Incremental update completed, 23305 packages processed: >>> 0 packages updated, 0 removed and 23305 added. >>> root@firewall:/usr/ports # pkg install mdnsresponder >>> Updating repository catalogue >>> pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/ssp/meta.txz: Not Found= >>> pkg: repository FreeBSD_ssp has no meta file, using default settings >>> FreeBSD_ssp repository is up-to-date >>> All repositories are up-to-date >>> Checking integrity... done (1 conflicting) >>> pkg: Cannot solve problem using SAT solver: >>> cannot install package mDNSResponder~net/mDNSResponder, remove it fro= m >>> request [Y/n]: y >>> Checking integrity... done (0 conflicting) >>> The most recent version of packages are already installed >>> root@firewall:/usr/ports # uname -a >>> FreeBSD firewall 10.0-STABLE FreeBSD 10.0-STABLE #0 r269366M: Fri Aug= 1 >>> 00:35:49 EDT 2014 mikej@firewall:/usr/obj/usr/src/sys/GENERIC am= d64 >>> root@firewall:/usr/ports # date >>> Fri Aug 22 14:12:30 EDT 2014 >>> root@firewall:/usr/ports # >>> >>> root@firewall:/usr/ports # pkg info | grep mdns >>> root@firewall:/usr/ports # >>> >>> Regards, >>> >>> --mikej >> >> It looks like the (SSP) freebsd:10:x86:64 freebsd:11:x86:32 repositori= es >> are stale from a month ago. Looking into why. >> >> Sadly this was not noticed and the instructions effectively will >> downgrade packages. These 2 repositories have pkg-1.2 still as well. >=20 >=20 >=20 > Bryan, >=20 > Any update? As you probably expect if I build the port locally with > poudriere and install there is no issue. I'm building with >=20 > WITH_SSP_PORTS=3DYES >=20 > in /etc/make.conf >=20 > Regards, >=20 > --mikej The latest package set, along with pkg 1.3.7, should be getting published later today. As for the pkg issue with installing mDNSResponder, I am not 100% sure it is fixed by new package set. We'll have to wait and see. There are several issues to fix in the new pkg solver still. --=20 Regards, Bryan Drewery --muPSdvb4hxtOJsx2XROEXCX7u9EjvL42M Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/N1zAAoJEDXXcbtuRpfPf9cH/1B0VYBfOx1xeyJA4cqTFfZ1 iNrwZ9a4z5NH60idm7/PD8TWrScP+TxIvCyOplTwu11wBF3xG8655QXaFBy0Zv90 5poheIwhEjj19tubmwkRJEAN17BmmuauZHARAXBmOH6c1w+KiEO7ek8VceGP75Fi QB21fmp25jikyPX9Y7/Rb1bgBwmuzxX2I+PMZN5n/HQZI311itEnoQorXLlUhJLl rNy0fjxG7W6+WK6S0r71hJdRGc/ZD5oWT2rvybschkS7QHL+sTeRzLOSsILUKDb7 IPJ4TLUNBguLwchy4KcddL3rXysQqdCebBBn+zn+H0czI/gVOVt5BQsDCd5Ye6k= =/br5 -----END PGP SIGNATURE----- --muPSdvb4hxtOJsx2XROEXCX7u9EjvL42M-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 20:01:47 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 407864A8 for ; Tue, 26 Aug 2014 20:01:47 +0000 (UTC) Received: from asmtp01.netarrest.com (asmtp01.netarrest.com [67.228.24.236]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A9CA36C8 for ; Tue, 26 Aug 2014 20:01:47 +0000 (UTC) Received: from HPTouch (p5B07696D.dip0.t-ipconnect.de [91.7.105.109]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by asmtp01.netarrest.com (Postfix) with ESMTPSA id B9CCD99001D for ; Tue, 26 Aug 2014 15:01:44 -0500 (CDT) Reply-To: promotion@sunrise.ch Message-ID: From: "SoundCloud" To: Subject: New message from SoundCloud PR Date: Tue, 26 Aug 2014 22:01:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 20:01:47 -0000 [letter.png] Hey, [1]SoundCloudPR sent you a message: The SoundCloud Promotional Service offers Artists, DJ's, Singers and Managers a simple, cost-effective way to reach targeted followers, sales, comments, plays and downloads on SoundCloud. We target like-minded users who are interested in your new tracks, releases and sets. Artists that generate a lot of honest consistent feedbacks and traffic to their profiles are the ones who stand out from the crowd. To check this new service, go directly to the [2]SoundCloud Promotion Page [1eCW8gV] [3]SoundCloudPR [4]Promote your account [5]Unsubscribe References Visible links 1. http://bit.ly/scpromo 2. http://bit.ly/scpromo 3. http://bit.ly/scpromo 4. http://bit.ly/scpromo 5. mailto:soundcloudnow@outlook.com?subject=NOMORE Hidden links: 7. http://bit.ly/scpromo From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 20:11:27 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDF4AD21 for ; Tue, 26 Aug 2014 20:11:27 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AD8E3868 for ; Tue, 26 Aug 2014 20:11:27 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id p9so2018534lbv.15 for ; Tue, 26 Aug 2014 13:11:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UyZD2KwKAhtV6zT6oXALVRse4s/8RpJd+i7l5dDoJ/4=; b=WuDSHj0WxALAV5wN1zc7/D6tPZVd/UF1rwDydiysan8GmLscaBRYTfi1eQiVe6LbIW RqMw9Bh7nr21NJfgmpB1ySUG2GUlOJkLGpr3gGi+2t7y9liGf9FhSCptywQEQK5uIUUE QR41ZtDX5q+PTy4S1xPbf9wwJ8Waaxh/oOMrQF5UGYILB7WWKIhDGj7SoQwiOP4AONDw UOZyGQv4E+EhWG6NsuzVC7Li3mIqa1GauxTI7FdtRb5D4I1JvfJ7jzEfQHGjeea++qgk cpMWV6sgOKHrObJ0aEFNANnHLt3KhfD+mazuaRURSK/1Pz1jrM4wUUNdHwyYYm5LfmGR AoRg== MIME-Version: 1.0 X-Received: by 10.112.35.138 with SMTP id h10mr26900469lbj.65.1409083885053; Tue, 26 Aug 2014 13:11:25 -0700 (PDT) Received: by 10.25.24.196 with HTTP; Tue, 26 Aug 2014 13:11:25 -0700 (PDT) Date: Tue, 26 Aug 2014 22:11:25 +0200 Message-ID: Subject: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 20:11:27 -0000 I have a machine which has an old installation of FreeBSD 8.3 on it: root@kg-vm2# uname -a FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 and I want to update it. Since FreeBSD this old doesn't have svnlite installed, I fetch a ports tree (no, this machine didn't have one already) and try to install the subversion port: root@kg-vm2# cd /usr/ports/devel/subversion root@kg-vm2# make install Unknown modifier 't' "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES") Unknown modifier 't' Unknown modifier 't' Unknown modifier 't' "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") Unknown modifier 't' Unknown modifier 't' "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for loop. "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for loop. make: fatal errors encountered -- cannot continue So I google a bit and find this[1] thread. Hmm, ok let's try to install bmake then: root@kg-vm2# cd /usr/ports/devel/bmake root@kg-vm2# make install Unknown modifier 't' Unknown modifier 't' Unknown modifier 't' Unknown modifier 't' Unknown modifier 't' "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") Unknown modifier 't' Unknown modifier 't' "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for loop. "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for loop. 1 open conditional: at line 1167 (evaluated to true) make: fatal errors encountered -- cannot continue Now, can anyone explain to me how I am going to get an updated source (/usr/src) onto this machine, without resorting to (to me, totally unnecessary) unconventional steps? AFAICT, there is nothing in /usr/ports/UPDATING about this. So much for POLA. Bah. References: 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936 -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 21:35:40 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F97E8DE for ; Tue, 26 Aug 2014 21:35:40 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1118D3106 for ; Tue, 26 Aug 2014 21:35:40 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMOOx-0002me-5w; Tue, 26 Aug 2014 23:35:39 +0200 Date: Tue, 26 Aug 2014 23:35:39 +0200 From: Kurt Jaeger To: Torfinn Ingolfsen Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion Message-ID: <20140826213539.GM9400@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 21:35:40 -0000 Hi! > and I want to update it. Since FreeBSD this old doesn't have svnlite > installed, I fetch a ports tree (no, this machine didn't have one > already) and try to install the subversion port: > root@kg-vm2# cd /usr/ports/devel/subversion > root@kg-vm2# make install > Unknown modifier 't' Get the binary package from 8.4 and try to install it: (i386 or amd64?) ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.4-release/devel/subversion-static-1.7.9_1.tbz This probably runs on 8.3-RC2. -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 21:47:58 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E43BBE5F; Tue, 26 Aug 2014 21:47:57 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 106D132A1; Tue, 26 Aug 2014 21:47:57 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Lxdfb-1WGkDw0jYB-017GRZ; Tue, 26 Aug 2014 23:47:47 +0200 Message-ID: <53FD0080.6080506@gmx.de> Date: Tue, 26 Aug 2014 23:47:44 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Nathan Whitehorn Subject: Re: [Patch] Using MACHINE_ARCH identifiers in pkg References: <5383EEB6.6010703@freebsd.org> <538614AB.4070803@freebsd.org> <53ECCF7F.3040107@FreeBSD.org> <53ECD741.5090703@freebsd.org> <53ED1044.80302@gmx.de> <53ED110C.1040500@FreeBSD.org> <53ED1ED2.7050605@gmx.de> <53F2269D.20101@freebsd.org> <53F277F4.708@gmx.de> <53FCAF63.6030803@freebsd.org> In-Reply-To: <53FCAF63.6030803@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:2O6gJJDVtapqVPcM3TgAV7I4cehplkT/LYkcjt6RNAi9EqwYVL1 LQozcLxragO6AFzeorKfCgneHWd+bXtx04piTkG3hlH0HLINtg0qHVFFZ+TOiSz8FRpjA00 /WwyshbONaysCaQeLYWP5d2NKf9g//BkUDpeD9E4cHqm+10Phgys1L+y+d+fxy56u2nFCFa Jgn2VZ7IWbjObTjJYjBBQ== X-UI-Out-Filterresults: notjunk:1; Cc: ports@freebsd.org, Baptiste Daroussin , Warner Losh , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 21:47:58 -0000 On 2014-08-26 18:01, Nathan Whitehorn wrote: > On 08/18/14 15:02, olli hauer wrote: >> On 2014-08-18 18:15, Nathan Whitehorn wrote: >>> On 08/14/14 13:40, olli hauer wrote: >>>> On 2014-08-14 21:42, Bryan Drewery wrote: >>>>> On 8/14/2014 2:38 PM, olli hauer wrote: >>>>>> On 2014-08-14 17:35, Nathan Whitehorn wrote: >>>> ... >>>> >>>>> Something I've mentioned to Bapt a few times is that pkg needs a way to >>>>> have a list of accepted ABI strings. Then we could add both the old and >>>>> the new style as accepted (internally) so that old and new repositories >>>>> will continue to work. >>>>> >>>> Ups, rollback is not possible after the client database was updated. >>>> >>>> Even by rollback and rebuild the package metadata the following error pops up. >>>> >>>> ~/pkg-static.old_ABI update -f >>>> Updating repository catalogue >>>> pkg-static: Repository str has a wrong packagesite, need to re-create database >>>> Fetching meta.txz: 100% of 584 B >>>> Fetching digests.txz: 100% of 43 kB >>>> Fetching packagesite.txz: 100% of 138 kB >>>> >>>> Adding new entries: 34% >>>> pkg-static: wrong architecture: FreeBSD:8:amd64 instead of freebsd:8:x86:64 >>>> >>>> pkg-static: repository str contains packages with wrong ABI: FreeBSD:8:amd64 >>>> Adding new entries: 100% >>>> pkg-static: Unable to update repository str >>> >>> Hm. I'm not sure how to handle this. There are two places that emit hard errors in such cases: pkg-add, which is fine since we have a workaround there, and here. The check is at line 446 of libpkg/repo/binary/update.c (you can comment it out for testing). For this one, there does not seem to be any good solution and we need to find one since this is the same issue you ran into the upgrade path. >>> >>> Here are the two options I see. They are similar to each other, and we could do both for some time. >>> 1. Make an intermediate pkg that is otherwise unaltered but doesn't have this check during updates and keep it in the tree for some substantial length of time so most people have it by the time we want upgrades to the new ABI strings. >>> 2. Set PKGNG_ALTABI globally on the ports tree for i386 and amd64 for some period of time so that all built packages get the current ABI identifiers rather than the new ones. >>> >>> Any preference here? Or other options? >> >> Hi Nathan, >> >> Your suggestion 2) could do the trick, at last for current ports. >> >> I will see if I can do some additional tests the next days, specially with mixed ABI strings in the packages. >> > > Did you have any chance to do the tests? I prepared a new version of the patch at http://people.freebsd.org/~nwhitehorn/pkg-new-abi-v2.diff that marks all built binary packages for i386 and amd64 with the freebsd:*:x86:* identifiers and so should prevent the old version of pkg from bailing on a repository with mixed ABI strings. Testing would be much appreciated. > -Nathan Hi Nathan, if it is not to late I will setup the in next 24h two fresh builds (with / without your patch) and test again. -- olli From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 22:19:27 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8F88AC4 for ; Tue, 26 Aug 2014 22:19:27 +0000 (UTC) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id B4E6F35F3 for ; Tue, 26 Aug 2014 22:19:26 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NAX00A3WNEHAJ00@hades.sorbs.net> for ports@freebsd.org; Tue, 26 Aug 2014 14:23:07 -0700 (PDT) Message-id: <53FCF9D5.6030904@sorbs.net> Date: Tue, 26 Aug 2014 23:19:17 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: ports@freebsd.org Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 22:19:28 -0000 And this is precisely why I think the killing of the old packaging system on Sept 1, is the wrong thing to do. If you don't have the new packaging system installed and setup by then, you're screwed... royally... Happened somewhere between 6.x and 7.x with the ports tree, pre 8.4... the list goes on.... FWIW Torfinn, get a amd64, 8.4 make binary (from the install disk) and manually copy it over (just /usr/bin/make ) backing up the original first. You'll find the ports tree will then work... well until Sept 1 when all hell breaks loose.... if you use anything but the quarterly SVN tree... and then you'll have 90 days more.. Michelle Torfinn Ingolfsen wrote: > I have a machine which has an old installation of FreeBSD 8.3 on it: > root@kg-vm2# uname -a > FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC > 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > amd64 > > and I want to update it. Since FreeBSD this old doesn't have svnlite > installed, I fetch a ports tree (no, this machine didn't have one > already) and try to install the subversion port: > root@kg-vm2# cd /usr/ports/devel/subversion > root@kg-vm2# make install > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional > (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES") > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for loop. > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for loop. > > make: fatal errors encountered -- cannot continue > > So I google a bit and find this[1] thread. > Hmm, ok let's try to install bmake then: > root@kg-vm2# cd /usr/ports/devel/bmake > root@kg-vm2# make install > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for loop. > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for loop. > > 1 open conditional: > at line 1167 (evaluated to true) > make: fatal errors encountered -- cannot continue > > Now, can anyone explain to me how I am going to get an updated source > (/usr/src) onto this machine, without resorting to (to me, totally > unnecessary) unconventional steps? > > AFAICT, there is nothing in /usr/ports/UPDATING about this. > So much for POLA. > Bah. > > References: > 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936 > -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Tue Aug 26 23:34:11 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 470D2457 for ; Tue, 26 Aug 2014 23:34:11 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E481630BF for ; Tue, 26 Aug 2014 23:34:10 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7QNY12O064787 for ; Tue, 26 Aug 2014 16:34:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408262334.s7QNY12O064787@gw.catspoiler.org> Date: Tue, 26 Aug 2014 16:34:01 -0700 (PDT) From: Don Lewis Subject: what's up with portsmon? To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 23:34:11 -0000 What's going on with portsmon.freebsd.org these days? A number of my ports have been updated quite a while ago, but there isn't any updated build status on portsmon. For instance, devel/protobuf-c was updated from version 0.15 to version 1.0.1 ten days ago on Sat Aug 16 21:04:52 2014 UTC. Portsmon sees the new version of the port, but the packages are still at 0.15 and there are no error logs indicating build failures. I poked around on one of the pkg.freebsd.org, and stuff looks pretty old there as well. For instance, the timestamps of the files under freebsd:10:x86:32/latest/ are 13-Aug-2014. Some of the other OS/ARCH combinations are a little bit newer, but only a day or so. The timestamps on the new_xorg directorys are 20-Aug, but the contents are appear to be several days older than that. But ... if I go to this page and select the 84amd64-default link, I end up at . If I then click on the "logs/" link, I find a bunch of build logs dated 24-Aug-2014. Looking at protobuf-c-1.0.1.log, it looks like the build was a success. If so, why isn't this reflected on the the status page for protobuf-c, and isn't the new version of the package available on the mirrors? Other observations: It would probably be helpful if the individual port pages reported the status for the new_xorg versions. It would be nice if there was a way to find out what the ports build cluster was currently working on. Things like the svn revision of the ports tree, what OS and ARCH versions were currently being built, and how far along the build was (basically what you see when you type ^T during a poudriere run), and what's next the the queue. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 00:15:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0EF1C05; Wed, 27 Aug 2014 00:15:51 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8906B3565; Wed, 27 Aug 2014 00:15:51 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id at20so11929873iec.8 for ; Tue, 26 Aug 2014 17:15:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=52h2/nhu2s1BrOSWK0BDCyozTNIaZNx6vb11LVBZmrY=; b=TAGQckeT4f8UuLZxBSKdXCUhw1M+fZg8+mbWcGuUmYHSWf540DMnVAIOdh/gPHqSYE Y1KD2/b1xlgs2rPCKRLxHS23h0OAA9BAotj9dg8QdkymPhnP8qQOO9Sg748Cy/kcHKFJ qIs5Knmq3whqh0GOeRaZi8SEz+AJj9urjKrE8xEa7fCFa33Xy1Fh/Rd+TLZNe5ee55db 7C6SGlf8eXqDtdqdkXtUnjO1AivFjgbD8PNFXUhak35cw/dc0C2mQYT1PDP+Lf+GNiz4 Lj0RJwnwcJ/APUhI3dixQdz5pTkw0I9IwSCFQQuKWRtVwoQYUWuJ/Jq6Af7f9N2/tPPF /EZQ== MIME-Version: 1.0 X-Received: by 10.42.83.131 with SMTP id h3mr4235008icl.77.1409098550954; Tue, 26 Aug 2014 17:15:50 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.43.43.136 with HTTP; Tue, 26 Aug 2014 17:15:50 -0700 (PDT) Date: Tue, 26 Aug 2014 20:15:50 -0400 X-Google-Sender-Auth: bjxD1KBLo4PMf58pjUVb7hyfDqs Message-ID: Subject: Quarterly ports trees not getting security updates? From: J David To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 00:15:51 -0000 Hello, When the quarterly ports trees were introduced, they were described as including security, build, and runtime fixes for 3 months. This is a great idea, and with 2014Q2 it seemed to work pretty well. However, it doesn't seem like 2014Q3 is getting security fixes. For example, the openssl port has never been updated since branch; it's still on 1.0.1_13, which has 9 open CVE's against it. Other ports have similar issues (e.g. serf and subversion). What could a non-expert such as myself do to help with this? Is it just a matter of trying to identify the relevant commits from the head of the ports tree, or is there more to it? Thanks! From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 00:18:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A2E0D32 for ; Wed, 27 Aug 2014 00:18:19 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF4A83583 for ; Wed, 27 Aug 2014 00:18:18 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id y20so12696222ier.13 for ; Tue, 26 Aug 2014 17:18:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=lWl3/4EJeUivE2gS0vXAhku4FpA4T1jbQ+x6cdRKt5c=; b=RQrinqJBWWZhxYPeLFcWCVTA7rSmzAodvekqCXMMp65DPTirYsuWEtEVDY2JjTGndt iT8J1I+Am9S6IGUqk/ZWDG0YKd5L3lrtvyP4Z/mEbwzvxhYn7v+8U/30fcKJ8rkIE9oD AVtF1CCaqvhPr3FYWCOdOgsGaVarlG6rL+dk0zDRqQ9N0FkT+7Wv4vDZfoSgie0WxZu1 bRfa3BaCOl/rw6wmTkrpVLoIacVaDwM6CpvzCWhwiMATrFg9jnFz7VtfajiUbBaS7kGQ PrTTfiyRX3SNWRm63m/wRmd1Wu/N3v6NVT8kafNLqt0gq/35zgWxfSkZycM4I7IDsEbT wV5w== MIME-Version: 1.0 X-Received: by 10.42.25.141 with SMTP id a13mr32534735icc.37.1409098698455; Tue, 26 Aug 2014 17:18:18 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Tue, 26 Aug 2014 17:18:18 -0700 (PDT) Date: Tue, 26 Aug 2014 17:18:18 -0700 X-Google-Sender-Auth: FuyUg9M5ESKgV2-2nHeU-PPSDBA Message-ID: Subject: bsdadminscripts fixed! From: Kevin Oberman To: Carlos Jacobo Puga Medina Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 00:18:19 -0000 Thank you for getting this port back up and running! I've really missed it. Muchas gracias por conseguir este puerto vuelva a funcionar usted! Realmente he perdido. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 00:22:51 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEF51E0A for ; Wed, 27 Aug 2014 00:22:51 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B0203627 for ; Wed, 27 Aug 2014 00:22:51 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id y20so12700785ier.13 for ; Tue, 26 Aug 2014 17:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=AAwQ6jVXIXKke36Uc4+nPeyLe08LVkHSjLx3cKNUeYk=; b=IwoyOwwp+pM42d6S5bf5Prx2RYUuLXJYlMtznWMP4NMYITsV05+Ol4qPXO7/oA7nrK vNEz46t+7bbkybQgEhEHz5TpDgBZ8gQXOY+zi8bdFOTxnwXKdi2AFw+uC5pgFmlK01zU aRfrR/Kz+RPtqZ5BaB8q+l+x3exkZUIm118RFhR3CML6nxX1u/L2ZcThIP+lyTBf2IiU oQFov0hRfK7BasH0FprlsKzYp3+03klnys+99Mw5mb5BlRhgxUZgqm0qDqQEGz2m5g21 bV0GRe3+vyF3hixWRYGmcnfJBPjmrpspISPKDCNJhTGAP8rCZ3mdkVnsRK2bZoGO389H jPpA== MIME-Version: 1.0 X-Received: by 10.43.172.5 with SMTP id nw5mr34081900icc.10.1409098971047; Tue, 26 Aug 2014 17:22:51 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Tue, 26 Aug 2014 17:22:50 -0700 (PDT) In-Reply-To: <53FCF9D5.6030904@sorbs.net> References: <53FCF9D5.6030904@sorbs.net> Date: Tue, 26 Aug 2014 17:22:50 -0700 X-Google-Sender-Auth: 2p_mJHZeazP-b1BoI_LfmXksVX4 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Kevin Oberman To: Michelle Sullivan Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 00:22:51 -0000 On Tue, Aug 26, 2014 at 2:19 PM, Michelle Sullivan wrote: > And this is precisely why I think the killing of the old packaging > system on Sept 1, is the wrong thing to do. > > If you don't have the new packaging system installed and setup by then, > you're screwed... royally... > > Happened somewhere between 6.x and 7.x with the ports tree, pre 8.4... > the list goes on.... > > FWIW Torfinn, get a amd64, 8.4 make binary (from the install disk) and > manually copy it over (just /usr/bin/make ) backing up the original first. > > You'll find the ports tree will then work... well until Sept 1 when all > hell breaks loose.... if you use anything but the quarterly SVN tree... > and then you'll have 90 days more.. > > Michelle > > Torfinn Ingolfsen wrote: > > I have a machine which has an old installation of FreeBSD 8.3 on it: > > root@kg-vm2# uname -a > > FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC > > 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > amd64 > > > > and I want to update it. Since FreeBSD this old doesn't have svnlite > > installed, I fetch a ports tree (no, this machine didn't have one > > already) and try to install the subversion port: > > root@kg-vm2# cd /usr/ports/devel/subversion > > root@kg-vm2# make install > > Unknown modifier 't' > > > > "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional > > (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES") > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for > loop. > > > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for > loop. > > > > make: fatal errors encountered -- cannot continue > > > > So I google a bit and find this[1] thread. > > Hmm, ok let's try to install bmake then: > > root@kg-vm2# cd /usr/ports/devel/bmake > > root@kg-vm2# make install > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > > Unknown modifier 't' > > > > Unknown modifier 't' > > > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for > loop. > > > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for > loop. > > > > 1 open conditional: > > at line 1167 (evaluated to true) > > make: fatal errors encountered -- cannot continue > > > > Now, can anyone explain to me how I am going to get an updated source > > (/usr/src) onto this machine, without resorting to (to me, totally > > unnecessary) unconventional steps? > > > > AFAICT, there is nothing in /usr/ports/UPDATING about this. > > So much for POLA. > > Bah. > > > > References: > > 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936 > > > > > -- > Michelle Sullivan > http://www.mhix.org/ > > While I understandthe need to get rid of the old system, three needs ot be a clear path for those wanting ot update old versions. I hit this yesterday trying to upgrade a 9.0-RC2 system and it was a real pain. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 00:40:03 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0F42203; Wed, 27 Aug 2014 00:40:03 +0000 (UTC) Received: from zulu.iotz.org (zulu.iotz.org [192.73.233.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FEE73731; Wed, 27 Aug 2014 00:40:03 +0000 (UTC) Received: from iozz.us (zulu.iotz.org [192.73.233.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zulu.iotz.org (Postfix) with ESMTPSA id 9848E1E013F; Tue, 26 Aug 2014 20:33:26 -0400 (EDT) Date: Tue, 26 Aug 2014 20:33:18 -0400 From: Brian N To: miwi@FreeBSD.org Subject: FreeBSD Port: mksh-r49_1 Message-ID: <20140827003318.GA8930@iozz.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 00:40:03 -0000 Hello, can mksh be updated to R50? Thanks. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 02:11:56 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93428BB6 for ; Wed, 27 Aug 2014 02:11:56 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 72F1B3F12 for ; Wed, 27 Aug 2014 02:11:56 +0000 (UTC) Received: from u10-2-16-021.office.norse-data.com (unknown [50.204.88.51]) by elvis.mu.org (Postfix) with ESMTPSA id E2D0B346DE13; Tue, 26 Aug 2014 19:11:50 -0700 (PDT) Message-ID: <53FD3ED7.9030506@freebsd.org> Date: Tue, 26 Aug 2014 19:13:43 -0700 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kevin Oberman , Michelle Sullivan Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <53FCF9D5.6030904@sorbs.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 02:11:56 -0000 On 8/26/14 5:22 PM, Kevin Oberman wrote: > On Tue, Aug 26, 2014 at 2:19 PM, Michelle Sullivan > wrote: > >> And this is precisely why I think the killing of the old packaging >> system on Sept 1, is the wrong thing to do. >> >> If you don't have the new packaging system installed and setup by then, >> you're screwed... royally... >> >> Happened somewhere between 6.x and 7.x with the ports tree, pre 8.4... >> the list goes on.... >> >> FWIW Torfinn, get a amd64, 8.4 make binary (from the install disk) and >> manually copy it over (just /usr/bin/make ) backing up the original first. >> >> You'll find the ports tree will then work... well until Sept 1 when all >> hell breaks loose.... if you use anything but the quarterly SVN tree... >> and then you'll have 90 days more.. >> >> Michelle >> >> Torfinn Ingolfsen wrote: >>> I have a machine which has an old installation of FreeBSD 8.3 on it: >>> root@kg-vm2# uname -a >>> FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC >>> 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >>> amd64 >>> >>> and I want to update it. Since FreeBSD this old doesn't have svnlite >>> installed, I fetch a ports tree (no, this machine didn't have one >>> already) and try to install the subversion port: >>> root@kg-vm2# cd /usr/ports/devel/subversion >>> root@kg-vm2# make install >>> Unknown modifier 't' >>> >>> "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional >>> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES") >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional >>> (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop >>> "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for >> loop. >>> "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop >>> "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for >> loop. >>> make: fatal errors encountered -- cannot continue >>> >>> So I google a bit and find this[1] thread. >>> Hmm, ok let's try to install bmake then: >>> root@kg-vm2# cd /usr/ports/devel/bmake >>> root@kg-vm2# make install >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional >>> (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") >>> Unknown modifier 't' >>> >>> Unknown modifier 't' >>> >>> "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop >>> "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for >> loop. >>> "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop >>> "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for >> loop. >>> 1 open conditional: >>> at line 1167 (evaluated to true) >>> make: fatal errors encountered -- cannot continue >>> >>> Now, can anyone explain to me how I am going to get an updated source >>> (/usr/src) onto this machine, without resorting to (to me, totally >>> unnecessary) unconventional steps? >>> >>> AFAICT, there is nothing in /usr/ports/UPDATING about this. >>> So much for POLA. >>> Bah. >>> >>> References: >>> 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936 >>> >> >> -- >> Michelle Sullivan >> http://www.mhix.org/ >> >> > While I understandthe need to get rid of the old system, three needs ot be > a clear path for those wanting ot update old versions. I hit this yesterday > trying to upgrade a 9.0-RC2 system and it was a real pain. Can't just do a checkout on an older machine and tar/rsync it over? -Alfred From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 02:46:11 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DC2DF99; Wed, 27 Aug 2014 02:46:11 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82E7931F9; Wed, 27 Aug 2014 02:46:10 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id n15so2395103lbi.13 for ; Tue, 26 Aug 2014 19:46:08 -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=6aAimwQwfxU3CPxyTeZHKy/X8AJA+suu6LhgfVLcyMw=; b=VqH+dfbXm+JRX7v7iNeuoNv9zxeJ4j6Jiyp8NLTMNFAF8s+d6G36acbrnnnwnReYtA cN4GnZJ2JrEvUDxQyTKkDwfrcr/iitEeP7mcn/B7RGljIRTw0D22lOVQFvWjw7bo0pVx V37JV6XK4mdw7RxW40GGq/9jWK5DEBg2e/5YCYiPRm2nXWYsc/O4pn2UFjVwsnvHCzc7 jpdgDgP2yA+cBPYtpQFWnXYMdokzDAeWDg+MtWygDNPI5zcRfMAZgc4mezaMvqIY+82j 9kjZBTCMnXXEqoRP3uIO3yQiD2NTcrFrKb0Nk0h3u6jzJ0bZFT6pcC50gCtuIuFN4vb8 yUnA== MIME-Version: 1.0 X-Received: by 10.112.14.33 with SMTP id m1mr27621559lbc.16.1409107568499; Tue, 26 Aug 2014 19:46:08 -0700 (PDT) Received: by 10.152.23.104 with HTTP; Tue, 26 Aug 2014 19:46:08 -0700 (PDT) In-Reply-To: <20140827003318.GA8930@iozz.us> References: <20140827003318.GA8930@iozz.us> Date: Wed, 27 Aug 2014 04:46:08 +0200 Message-ID: Subject: Re: FreeBSD Port: mksh-r49_1 From: Olivier Duchateau To: Brian N Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, Martin Wilke X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 02:46:11 -0000 2014-08-27 2:33 GMT+02:00 Brian N : > > Hello, can mksh be updated to R50? Thanks. Hi, Try patch, available here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191582 Regards > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- olivier From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 03:02:59 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5860F352; Wed, 27 Aug 2014 03:02:59 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 279963477; Wed, 27 Aug 2014 03:02:59 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id y13so23965951pdi.3 for ; Tue, 26 Aug 2014 20:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ifWWaoL0/fKUaSD+JW4iztd7pdNSyGHZDjC9U/T/Qeo=; b=DFqpcS9XfrX+OzYxZccHsrCqbSYVpp64AiLyG6WIwzs/bSnRnRSr71xAeuIbfuhEd/ vs0EtEOAAzpRD5Fhg0BrcT8pw0wb+vUN+orZ12AW32EpZVALhf2j6xJ1tKaMyrjW+b4I kwl+ugD7u8lap6vvawqjlmaAv9UzdIuz7WgMiUsbeMwwKvbUcHsjdZSjF9Zd93kgdeam d3tQTY3iBHXDsTsnORCkIfgihCJUcFzHcCg0iOf2BPSuuXcGvp5b9cs3GpLg76maq7l+ sKr5kEViujb2Ig0Ng3lP14QVc9Cc8pFYBnjXQ90Y6yjVN2EM5DkusZ9YSkMp54uokHx2 s5cg== X-Received: by 10.69.26.134 with SMTP id iy6mr42661675pbd.115.1409108578505; Tue, 26 Aug 2014 20:02:58 -0700 (PDT) Received: from [192.168.1.69] ([121.121.112.7]) by mx.google.com with ESMTPSA id zr6sm4765226pbc.50.2014.08.26.20.02.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Aug 2014 20:02:57 -0700 (PDT) Sender: Martin Wilke Subject: Re: FreeBSD Port: mksh-r49_1 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1973.6\)) Content-Type: text/plain; charset=us-ascii From: Martin Wilke In-Reply-To: Date: Wed, 27 Aug 2014 11:02:54 +0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20140827003318.GA8930@iozz.us> To: Olivier Duchateau X-Mailer: Apple Mail (2.1973.6) Cc: ports@freebsd.org, Brian N X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 03:02:59 -0000 Feel free to commit it, am still on holiday till next week. > On Aug 27, 2014, at 10:46 AM, Olivier Duchateau = wrote: >=20 > 2014-08-27 2:33 GMT+02:00 Brian N : >>=20 >> Hello, can mksh be updated to R50? Thanks. >=20 > Hi, >=20 > Try patch, available here: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191582 >=20 > Regards >=20 >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" >=20 >=20 >=20 > --=20 > olivier +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 05:18:56 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2D16704; Wed, 27 Aug 2014 05:18:56 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74F4A335D; Wed, 27 Aug 2014 05:18:56 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMVdD-0003Lf-I4; Wed, 27 Aug 2014 07:18:51 +0200 Date: Wed, 27 Aug 2014 07:18:51 +0200 From: Kurt Jaeger To: Brian N Subject: Re: FreeBSD Port: mksh-r49_1 Message-ID: <20140827051851.GN9400@home.opsec.eu> References: <20140827003318.GA8930@iozz.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140827003318.GA8930@iozz.us> Cc: ports@freebsd.org, miwi@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 05:18:56 -0000 Hi! > Hello, can mksh be updated to R50? Thanks. Done. Thanks to olivierd for the patch! -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 06:52:58 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB9158A7; Wed, 27 Aug 2014 06:52:58 +0000 (UTC) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8E84C3AFE; Wed, 27 Aug 2014 06:52:58 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 4BC0356169; Wed, 27 Aug 2014 01:52:57 -0500 (CDT) Date: Wed, 27 Aug 2014 01:52:57 -0500 From: Mark Linimon To: Don Lewis Subject: Re: what's up with portsmon? Message-ID: <20140827065257.GA28839@lonesome.com> References: <201408262334.s7QNY12O064787@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408262334.s7QNY12O064787@gw.catspoiler.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 06:52:58 -0000 On Tue, Aug 26, 2014 at 04:34:01PM -0700, Don Lewis wrote: > What's going on with portsmon.freebsd.org these days? A number of my > ports have been updated quite a while ago, but there isn't any updated > build status on portsmon. portsmon suffered some bitrot when a vuxml URL grew a "|" in it. This caused index updates to not be updated. I fixed the bitrot last Sunday but I should probably do a force-rebuild of the metadata. > I poked around on one of the pkg.freebsd.org, and stuff looks pretty > old there as well. For instance, the timestamps of the files under > freebsd:10:x86:32/latest/ are 13-Aug-2014. portsmon only knows about the packages provided by pkg.freebsd.org. That's a question for the currently active portmgrs. > But ... if I go to this page > and select the > 84amd64-default link, I end up at > . If I then > click on the "logs/" link, I find a bunch of build logs dated > 24-Aug-2014. Looking at protobuf-c-1.0.1.log, it looks like the build > was a success. IIUC, the build machines' outputs (e.g. *.isc.freebsd.org) are not automatically uploaded to pkg.freebsd.org in order to provide a sanity check. > Other observations: > > It would probably be helpful if the individual port pages reported > the status for the new_xorg versions. portsmon never had the idea of "multiple repositories" engineered into it. This would take a bit of retrofitting. I'll put it on the todo list. A shortcut would be to build a "new-xorg only" version of portsmon. I would need to get clusteradm to provision me a new, separate, jail to do that. (I have an outstanding request for another one anyways that seems to be stalled.) > It would be nice if there was a way to find out what the ports build > cluster was currently working on. Things like the svn revision of the > ports tree, what OS and ARCH versions were currently being built, and > how far along the build was (basically what you see when you type ^T > during a poudriere run), and what's next the the queue. portsmon is not really tightly coupled to the build machines. I suppose I could teach it more about poudriere but that makes the code a lot more specific than it is right now. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 07:24:45 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC219D3D for ; Wed, 27 Aug 2014 07:24:45 +0000 (UTC) Received: from bolton.dan.me.uk (smtp.dan.me.uk [IPv6:2001:67c:26b4:9:21e:bff:fec7:87a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.dan.me.uk", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4313A3D78 for ; Wed, 27 Aug 2014 07:24:45 +0000 (UTC) Received: from [IPv6:2a01:348:61:0:e8b:fdff:fe32:e2b8] (laptop.dan.me.uk [IPv6:2a01:348:61:0:e8b:fdff:fe32:e2b8]) (authenticated bits=0 user=danmail mech=PLAIN) by bolton.dan.me.uk (8.14.9/8.14.7) with ESMTP id s7R7OebW050040 (server= [] version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT subject=) for ; Wed, 27 Aug 2014 08:24:41 +0100 (BST) (envelope-from freebsd-ports@dan.me.uk) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dan.me.uk; s=default; t=1409124281; bh=5IVO5HbU1vT34UoA+1toHPURxFNKHcXG099i8/rX4sc=; h=Date:From:To:Subject:References:In-Reply-To; b=VqkuVOS5iMIcb18o2QJ/EDXLr9x4hHhwrC36OiIwuSBrLZNAxA4MFzeO3LYlBVC5j J9DbbgSrfPnYbFv3wg/20yPqXBm3427Y+C7MJDuiO9pddYl3K46F4MHY+kpCXMFYB7 TFX5zBfS5lTrn4Hvip2JPKggyN/u9PvlXqn2Lc1GdshtlOz4doBz0wm+Gvb+ZXBEhS qD0qc58XyIIyM8IX/jGsB0N95IM5zkBhjZb9uU/eA8/3bRppdl2GzxXoVhEmQKcJdM 720Vg7zQo4e8Y04t5rCz2TbPO4d3IUAMwUWTlWdrasD5S8Ov6l04Cfi9b3hDxl8O5n cYe33PI/dCi8w== X-Authentication-Warning: bolton.dan.me.uk: Host laptop.dan.me.uk [IPv6:2a01:348:61:0:e8b:fdff:fe32:e2b8] claimed to be [IPv6:2a01:348:61:0:e8b:fdff:fe32:e2b8] Message-ID: <53FD87CD.7040006@dan.me.uk> Date: Wed, 27 Aug 2014 08:25:01 +0100 From: Daniel Austin User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> In-Reply-To: <53FD3ED7.9030506@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: Scanned by F-PROT Antivirus (http://www.f-prot.com) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 07:24:45 -0000 On 27/08/2014 03:13, Alfred Perlstein wrote: >> While I understandthe need to get rid of the old system, three needs >> ot be >> a clear path for those wanting ot update old versions. I hit this >> yesterday >> trying to upgrade a 9.0-RC2 system and it was a real pain. > Can't just do a checkout on an older machine and tar/rsync it over? Or download the src tarballs from a current release from one of the FTP mirrors? Or, if currently on a -RELEASE, use freebsd-update first? Thanks, Daniel. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 08:26:45 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F68CBBD for ; Wed, 27 Aug 2014 08:26:45 +0000 (UTC) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1B57B3373 for ; Wed, 27 Aug 2014 08:26:45 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NAY00A7VIAWAJ00@hades.sorbs.net> for ports@freebsd.org; Wed, 27 Aug 2014 01:30:34 -0700 (PDT) Message-id: <53FD9642.3020807@sorbs.net> Date: Wed, 27 Aug 2014 10:26:42 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Daniel Austin Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> In-reply-to: <53FD87CD.7040006@dan.me.uk> Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 08:26:45 -0000 Daniel Austin via freebsd-ports wrote: > > On 27/08/2014 03:13, Alfred Perlstein wrote: >>> While I understandthe need to get rid of the old system, three needs >>> ot be >>> a clear path for those wanting ot update old versions. I hit this >>> yesterday >>> trying to upgrade a 9.0-RC2 system and it was a real pain. >> Can't just do a checkout on an older machine and tar/rsync it over? > > Or download the src tarballs from a current release from one of the > FTP mirrors? > > Or, if currently on a -RELEASE, use freebsd-update first? > Subject says the system is 8.3-RC2 ... so not on a -RELEASE -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 09:26:47 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8F74B83 for ; Wed, 27 Aug 2014 09:26:47 +0000 (UTC) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.225]) by mx1.freebsd.org (Postfix) with ESMTP id A3C6838EF for ; Wed, 27 Aug 2014 09:26:46 +0000 (UTC) Received: from [96.28.178.143] ([96.28.178.143:62109] helo=localhost) by dnvrco-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id A0/22-08080-493ADF35; Wed, 27 Aug 2014 09:23:34 +0000 Date: Wed, 27 Aug 2014 09:23:32 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net X-RR-Connecting-IP: 107.14.64.130:25 X-Authority-Analysis: v=2.1 cv=d5x7yHTE c=1 sm=1 tr=0 a=RKm8ZHSrUWUxlfG+7GhaOw==:117 a=RKm8ZHSrUWUxlfG+7GhaOw==:17 a=ayC55rCoAAAA:8 a=mv_BUFzRcNIA:10 a=M3VJD511d2EA:10 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=6wM4n1nxAAAA:8 a=6I5d2MoRAAAA:8 a=_L5qZJhEXRaHMVuRwwAA:9 X-Cloudmark-Score: 0 Cc: Daniel Austin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 09:26:47 -0000 > > Or download the src tarballs from a current release from one of the > > FTP mirrors? > > Or, if currently on a -RELEASE, use freebsd-update first? > Subject says the system is 8.3-RC2 ... so not on a -RELEASE -- > Michelle Sullivan > http://www.mhix.org/ Would it not be possible to download src tree in tgx, tbz or txz form from a release such as 10.0? I think it would be txz. I just browsed without downloading on ftp://ftp.freebsd.org/pub/FreeBSD/ That will lead you to where you can download either source tree (src.txz) or binary sets, your choice between 10.0-STABLE, 11-current, 10.0-RELEASE. For ports tree, I believe you can download with svnlite, included with FreeBSD >= 10.0, or portsnap. Both of these are part of the base system unless you specifically disable building them. Tom From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 10:42:50 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C7483FA for ; Wed, 27 Aug 2014 10:42:50 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78E0F303F for ; Wed, 27 Aug 2014 10:42:50 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RAgo4r075191 for ; Wed, 27 Aug 2014 10:42:50 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7RAgot7075190; Wed, 27 Aug 2014 10:42:50 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408271042.s7RAgot7075190@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 27 Aug 2014 10:42:50 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 10:42:50 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ deskutils/genius | 1.0.17 | 1.0.18 ------------------------------------------------+-----------------+------------ emulators/linux_base-gentoo-stage3 | 20140812 | 20140826 ------------------------------------------------+-----------------+------------ emulators/linux_dist-gentoo-stage3 | 20140812 | 20140826 ------------------------------------------------+-----------------+------------ multimedia/libmtp | 1.1.6 | 1.1.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 11:07:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F80E8C6; Wed, 27 Aug 2014 11:07:32 +0000 (UTC) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id C872C3262; Wed, 27 Aug 2014 11:07:31 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQIAGm7/VNR8m2A/2dsb2JhbABRCoMNgSrMHYQDg00EAgGBDhd3hAQBAQQBAjccFQ4QCxgJJQ8SBxEeBhOILgMVAblwDYU/F4l/gyCBUVwHhEwBBIRSMpRRMkGCD45hhjeDYDsvAYJOAQEB Received: from 128.109-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.109.128]) by relay.skynet.be with ESMTP; 27 Aug 2014 13:07:24 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s7RB7MAX002387; Wed, 27 Aug 2014 13:07:23 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 27 Aug 2014 13:07:22 +0200 From: Tijl Coosemans To: J David Subject: Re: Quarterly ports trees not getting security updates? Message-ID: <20140827130722.6ecfb464@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 11:07:32 -0000 On Tue, 26 Aug 2014 20:15:50 -0400 J David wrote: > When the quarterly ports trees were introduced, they were described as > including security, build, and runtime fixes for 3 months. > > This is a great idea, and with 2014Q2 it seemed to work pretty well. > However, it doesn't seem like 2014Q3 is getting security fixes. > > For example, the openssl port has never been updated since branch; > it's still on 1.0.1_13, which has 9 open CVE's against it. Other > ports have similar issues (e.g. serf and subversion). > > What could a non-expert such as myself do to help with this? Is it > just a matter of trying to identify the relevant commits from the head > of the ports tree, or is there more to it? In Q3 a lot of people were on vacation of course, but the main problem I think is that few if any committers are dogfooding the quarterly branches so we are simply not giving enough attention to it. Personally I find 3 months to be too long. I think 1 month would fit people's update schedules better. I tend to update my machines roughly once a month, the FreeBSD cluster machines are updated once a month, there's Microsoft's monthly patch Tuesday, etc. One month is also long enough to introduce major updates at the beginning of the month and have everything working by the end of the month, yet short enough that most updates can wait until the next snapshot and don't have to be merged. And important security fixes will be easier to merge to a one month old ports tree than a 3 month old one. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 12:16:12 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16AB0FF6 for ; Wed, 27 Aug 2014 12:16:12 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBD92392E for ; Wed, 27 Aug 2014 12:16:11 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id A31401534C0 for ; Wed, 27 Aug 2014 14:15:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id czM7Jf1b6sTH; Wed, 27 Aug 2014 14:15:38 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558] (unknown [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558]) by smtp.digiware.nl (Postfix) with ESMTP id 3AE7D1534C4 for ; Wed, 27 Aug 2014 14:15:38 +0200 (CEST) Message-ID: <53FDCBD8.4060306@digiware.nl> Date: Wed, 27 Aug 2014 14:15:20 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Building subversion-1.8.10 under poudriere Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 12:16:12 -0000 Hi, Starting to use poudriere, and I'm pleasantly surprised. And even more after the first install steps. Don't have to go to all the different servers copy my ports-configs, and build... So I'm trying to get subversion build in poudriere for 9.3 amd and I keep running into: ---- cd subversion/svn && /bin/sh /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool --tag=CC --silent --mode=link clang -all-static -Werror=unknown-warning-option -O2 -pipe -fpic -DPIC -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -rpath /usr/local/lib -o svn add-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 -lcrypt -pthread -lintl /usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter': strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [subversion/svn/svn] Error code 1 Stop in /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10. *** [do-build] Error code 1 Stop in /usr/ports/devel/subversion. ===> Cleaning for subversion-1.8.10_1 ---- If I build just "by hand" in /usr/ports it all just works fine. Trashing the whole config and restarting does not help. So one way or another the compiling/building oversees the fact that in isnan() is a macro, and expects to link against a function to be supplied by a library. Any suggestions as to how to fix this? Normally I'd just try to whack the source into a working version, and go make && make install. But how to do something like this under poudriere Thanx, --WjW From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 12:41:18 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42A1B9F8 for ; Wed, 27 Aug 2014 12:41:18 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C366B3B47 for ; Wed, 27 Aug 2014 12:41:17 +0000 (UTC) Received: from coleburn.avinity.tv (unknown [77.243.161.229]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F2EA1B803; Wed, 27 Aug 2014 14:41:11 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_358FB0D2-5D9F-4B42-A2D3-4B9257D56C24"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Building subversion-1.8.10 under poudriere From: Dimitry Andric In-Reply-To: <53FDCBD8.4060306@digiware.nl> Date: Wed, 27 Aug 2014 14:41:01 +0200 Message-Id: <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> References: <53FDCBD8.4060306@digiware.nl> To: Willem Jan Withagen X-Mailer: Apple Mail (2.1878.6) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 12:41:18 -0000 --Apple-Mail=_358FB0D2-5D9F-4B42-A2D3-4B9257D56C24 Content-Type: multipart/mixed; boundary="Apple-Mail=_B8A70F0A-1738-4D31-A869-BA3EDCAC279B" --Apple-Mail=_B8A70F0A-1738-4D31-A869-BA3EDCAC279B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 27 Aug 2014, at 14:15, Willem Jan Withagen wrote: > Starting to use poudriere, and I'm pleasantly surprised. And even more = after the first install steps. Don't have to go to all the different = servers copy my ports-configs, and build... >=20 > So I'm trying to get subversion build in poudriere for 9.3 amd and I = keep running into: >=20 > ---- > cd subversion/svn && /bin/sh = /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool = --tag=3DCC --silent --mode=3Dlink clang -all-static = -Werror=3Dunknown-warning-option -O2 -pipe -fpic -DPIC = -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib/db5 = -L/usr/local/lib -rpath /usr/local/lib -o svn add-cmd.lo blame-cmd.lo = cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo = cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo = delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo = help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo = merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo = patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo = proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo = resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo svn.lo = switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo = ../../subversion/libsvn_client/libsvn_client-1.la = ../../subversion/libsvn_wc/libsvn_wc-1.la = ../../subversion/libsvn_ra/libsvn_ra-1.la = ../../subversion/libsvn_delta/libsvn_delta-1.la = ../../subversion/libsvn_diff/libsvn_diff-1.la = ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib = -laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 = -lcrypt -pthread -lintl > /usr/local/lib/libapr-1.a(apr_snprintf.o): In function = `apr_vformatter': > strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan' > clang: error: linker command failed with exit code 1 (use -v to see = invocation) This is a problem in the devel/apr1 port. It checks for modf(), finds it in libc, then assumes isnan() also comes from libc. However, that does not work for static linking. Please apply the attached patch for apr1, which I have been using for some time now. -Dimitry --Apple-Mail=_B8A70F0A-1738-4D31-A869-BA3EDCAC279B Content-Disposition: attachment; filename=devel__apr1-3.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="devel__apr1-3.diff" Content-Transfer-Encoding: 7bit Index: devel/apr1/files/patch-apr__configure =================================================================== --- devel/apr1/files/patch-apr__configure (revision 365273) +++ devel/apr1/files/patch-apr__configure (working copy) @@ -13,6 +13,15 @@ # 502102 is when libc_r switched to libpthread (aka libkse). if test $os_version -ge "502102"; then apr_cv_pthreads_cflags="none" +@@ -18718,7 +18714,7 @@ + #include + #include + +-void main(void) ++int main(void) + { + int fd, ret = 0; + struct stat64 st; @@ -18812,11 +18808,7 @@ # comparisons. case $host in @@ -26,3 +35,17 @@ ;; *linux*) os_major=`uname -r | sed -e 's/\([1-9][0-9]*\)\..*/\1/'` +@@ -19147,11 +19139,11 @@ + #ifdef __cplusplus + extern "C" + #endif +-char modf (); ++char modff (); + int + main () + { +-return modf (); ++return modff (); + ; + return 0; + } --Apple-Mail=_B8A70F0A-1738-4D31-A869-BA3EDCAC279B Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_B8A70F0A-1738-4D31-A869-BA3EDCAC279B-- --Apple-Mail=_358FB0D2-5D9F-4B42-A2D3-4B9257D56C24 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlP90eEACgkQsF6jCi4glqPnKQCfT6b8oEBMxhHdgTyLt3MvFRm1 pFoAoKrzbAkPfWx73tUD/wMXuDhcy5oZ =Yv1O -----END PGP SIGNATURE----- --Apple-Mail=_358FB0D2-5D9F-4B42-A2D3-4B9257D56C24-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 13:09:54 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28809619; Wed, 27 Aug 2014 13:09:54 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF143EA5; Wed, 27 Aug 2014 13:09:53 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id A94211534ED; Wed, 27 Aug 2014 15:09:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DTQFW3mwRjx0; Wed, 27 Aug 2014 15:09:48 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558] (unknown [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558]) by smtp.digiware.nl (Postfix) with ESMTP id 3014B1534C4; Wed, 27 Aug 2014 15:09:48 +0200 (CEST) Message-ID: <53FDD88A.9030001@digiware.nl> Date: Wed, 27 Aug 2014 15:09:30 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: Building subversion-1.8.10 under poudriere References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> In-Reply-To: <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 13:09:54 -0000 On 2014-08-27 14:41, Dimitry Andric wrote: > On 27 Aug 2014, at 14:15, Willem Jan Withagen wrote: >> Starting to use poudriere, and I'm pleasantly surprised. And even more after the first install steps. Don't have to go to all the different servers copy my ports-configs, and build... >> >> So I'm trying to get subversion build in poudriere for 9.3 amd and I keep running into: >> >> ---- >> cd subversion/svn && /bin/sh /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool --tag=CC --silent --mode=link clang -all-static -Werror=unknown-warning-option -O2 -pipe -fpic -DPIC -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib -rpath /usr/local/lib -o svn add-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc /libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 -lcrypt -pthread -lintl >> /usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter': >> strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan' >> clang: error: linker command failed with exit code 1 (use -v to see invocation) > > This is a problem in the devel/apr1 port. It checks for modf(), finds > it in libc, then assumes isnan() also comes from libc. However, that > does not work for static linking. > > Please apply the attached patch for apr1, which I have been using for > some time now. Hi Dimitry, So this is due to me wanting to link things static? Then I'll reconfig subversion to dynamic linking. Because I don't have a clue (yet) as to how to get (and keep) custom patches in a poudriere environment. Thanx for the reply, --WjW From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 13:22:09 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE0EBBD0; Wed, 27 Aug 2014 13:22:09 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB24307E; Wed, 27 Aug 2014 13:22:09 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 20610153A51; Wed, 27 Aug 2014 15:22:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 394PvqoB4fnP; Wed, 27 Aug 2014 15:22:00 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558] (unknown [IPv6:2001:4cb8:3:1:d0d6:3810:b54e:7558]) by smtp.digiware.nl (Postfix) with ESMTP id 3820A1534D2; Wed, 27 Aug 2014 15:22:00 +0200 (CEST) Message-ID: <53FDDB66.8080007@digiware.nl> Date: Wed, 27 Aug 2014 15:21:42 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: Building subversion-1.8.10 under poudriere References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> In-Reply-To: <53FDD88A.9030001@digiware.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 13:22:09 -0000 On 2014-08-27 15:09, Willem Jan Withagen wrote: > On 2014-08-27 14:41, Dimitry Andric wrote: >> On 27 Aug 2014, at 14:15, Willem Jan Withagen wrote: >>> Starting to use poudriere, and I'm pleasantly surprised. And even >>> more after the first install steps. Don't have to go to all the >>> different servers copy my ports-configs, and build... >>> >>> So I'm trying to get subversion build in poudriere for 9.3 amd and I >>> keep running into: >>> >>> ---- >>> cd subversion/svn && /bin/sh >>> /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool >>> --tag=CC --silent --mode=link clang -all-static >>> -Werror=unknown-warning-option -O2 -pipe -fpic -DPIC >>> -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib/db5 >>> -L/usr/local/lib -rpath /usr/local/lib -o svn add-cmd.lo >>> blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo >>> cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo >>> copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo >>> file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo >>> lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo >>> move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo >>> propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo >>> relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo >>> status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo >>> update-cmd.lo upgrade-cmd.lo util.lo >>> ../../subversion/libsvn_client/libsvn_client-1.la >>> ../../subversion/libsvn_wc > /libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la > ../../subversion/libsvn_delta/libsvn_delta-1.la > ../../subversion/libsvn_diff/libsvn_diff-1.la > ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib > -laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 > -lcrypt -pthread -lintl >>> /usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter': >>> strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan' >>> clang: error: linker command failed with exit code 1 (use -v to see >>> invocation) >> >> This is a problem in the devel/apr1 port. It checks for modf(), finds >> it in libc, then assumes isnan() also comes from libc. However, that >> does not work for static linking. >> >> Please apply the attached patch for apr1, which I have been using for >> some time now. > > Hi Dimitry, > > So this is due to me wanting to link things static? > Then I'll reconfig subversion to dynamic linking. > Because I don't have a clue (yet) as to how to get (and keep) custom > patches in a poudriere environment. Right, At least that was also the different between building via poudriere or just natively on the host: Static linking. Atleast I now have a set of packesg that I can distribute. Thanx for fixing my problem, --WjW From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 13:42:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D11FF68B for ; Wed, 27 Aug 2014 13:42:00 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id A79F03350 for ; Wed, 27 Aug 2014 13:42:00 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 9BA0D4CF81 for ; Wed, 27 Aug 2014 09:41:53 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4QuMeojjGrG for ; Wed, 27 Aug 2014 09:41:53 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53FDE021.5030108@egr.msu.edu> Date: Wed, 27 Aug 2014 09:41:53 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Building subversion-1.8.10 under poudriere References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> In-Reply-To: <53FDD88A.9030001@digiware.nl> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 13:42:00 -0000 On 08/27/2014 09:09, Willem Jan Withagen wrote: > On 2014-08-27 14:41, Dimitry Andric wrote: >> >> This is a problem in the devel/apr1 port. It checks for modf(), finds >> it in libc, then assumes isnan() also comes from libc. However, that >> does not work for static linking. >> >> Please apply the attached patch for apr1, which I have been using for >> some time now. > > Hi Dimitry, > > So this is due to me wanting to link things static? > Then I'll reconfig subversion to dynamic linking. > Because I don't have a clue (yet) as to how to get (and keep) custom > patches in a poudriere environment. > > Thanx for the reply, > --WjW > I keep custom patches this way: /usr/local/etc/poudriere.d/my-appropriate-make.conf: .if ${.CURDIR:M*/mail/mutt} EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append .endif You may also be interested in things like: .if ${.CURDIR:M*/security/krb5} CONFIGURE_ARGS+= --localstatedir=/var/db WITH_OPENSSL_PORT=yes .endif I suggest using this method in poudriere's make.conf for port building options: DEFAULT_VERSIONS= perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4 # Global port options OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO # specific port options: mail_dovecot_SET=GSSAPI mail_dovecot_UNSET=MANAGESIEVE That way you only change the options you desire and aren't hardcoding any of the other port options in case the default changes in the future, possibly in a critical way (threading for example). The path to the patch must be a proper path within port building jails and I believe poudriere mounts it's distfiles directory on /distfiles. It has to be a path that is available within port building jails. I picked distfiles because it is available. One thing I like about EXTRA_PATCHES is it will cause a port build to fail if the file is not found, so if that happens I will know to correct the problem rather than produce unpatched packages. I add my "mypatches" directory to my standard server backups so it is easy to restore if needed. Beware running poudriere distclean since it will wipe out unreferenced files in distfiles. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 14:38:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47FCB98 for ; Wed, 27 Aug 2014 14:38:20 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 023593AAA for ; Wed, 27 Aug 2014 14:38:19 +0000 (UTC) Received: (qmail 15038 invoked by uid 89); 27 Aug 2014 14:38:17 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@194.97.158.66) by mail.grem.de with ESMTPA; 27 Aug 2014 14:38:17 -0000 Date: Wed, 27 Aug 2014 16:38:17 +0200 From: Michael Gmelin To: Michelle Sullivan Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion Message-ID: <20140827163817.4645e67d@bsd64.grem.de> In-Reply-To: <53FD9642.3020807@sorbs.net> References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Daniel Austin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 14:38:20 -0000 On Wed, 27 Aug 2014 10:26:42 +0200 Michelle Sullivan wrote: > Daniel Austin via freebsd-ports wrote: > > > > On 27/08/2014 03:13, Alfred Perlstein wrote: > >>> While I understandthe need to get rid of the old system, three > >>> needs ot be > >>> a clear path for those wanting ot update old versions. I hit this > >>> yesterday > >>> trying to upgrade a 9.0-RC2 system and it was a real pain. > >> Can't just do a checkout on an older machine and tar/rsync it over? > > > > Or download the src tarballs from a current release from one of the > > FTP mirrors? > > > > Or, if currently on a -RELEASE, use freebsd-update first? > > > > Subject says the system is 8.3-RC2 ... so not on a -RELEASE > I think he was answering the general "there needs to be a clear path for those wanting to update old versions" requirement. Upgrading from RC, downloading src.txz seems like a reasonable approach. -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 14:53:42 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB61CE62 for ; Wed, 27 Aug 2014 14:53:42 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 514CD3C89 for ; Wed, 27 Aug 2014 14:53:42 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id c11so599759lbj.21 for ; Wed, 27 Aug 2014 07:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=1yfqLeKWVLDcy3X9OVosX4a3EfO6yNCIMOZTVBTzag4=; b=bWlwC1Rok5jnduIJXHErXbGFaAZCSlpzLqqupmjmlWyrK3whY9H5dB6uy9IPRPzqXe HynDotE2sJjz0oW//GFLLe/NVSzzBHnvqGdyteULrMHlRUeHLjYoLMstV98qLX0YeW8V rWVZSjR14ZQPpp56xXIoA91y/OpEh0Fz2ughW/8efSv1UgAPbQwxTRaeaqSwrmkmmZas tjFRDaxSIeqKnhO0n67wdoD+jaXaOoX0NbjxdHVE8hXgqoPUinTbRpchZReueA2c2Yab PbQ7ixz05aB8sjj45lZoVtibYq8v1GgLvmKbbOwvyRLVU784EaWs8Ej6scTz380dP9TJ vEwQ== X-Received: by 10.113.5.41 with SMTP id cj9mr20221334lbd.81.1409151220090; Wed, 27 Aug 2014 07:53:40 -0700 (PDT) MIME-Version: 1.0 Sender: royce.williams@gmail.com Received: by 10.112.135.10 with HTTP; Wed, 27 Aug 2014 07:53:20 -0700 (PDT) In-Reply-To: <20140827163817.4645e67d@bsd64.grem.de> References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> From: Royce Williams Date: Wed, 27 Aug 2014 06:53:20 -0800 X-Google-Sender-Auth: NTYf1PrKZIEsjyZvdEDMqVZFN00 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion To: Michael Gmelin Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 14:53:42 -0000 On Wed, Aug 27, 2014 at 6:38 AM, Michael Gmelin wrote: > On Wed, 27 Aug 2014 10:26:42 +0200 > Michelle Sullivan wrote: > >> Daniel Austin via freebsd-ports wrote: >> > >> > On 27/08/2014 03:13, Alfred Perlstein wrote: >> >>> While I understandthe need to get rid of the old system, three >> >>> needs ot be >> >>> a clear path for those wanting ot update old versions. I hit this >> >>> yesterday >> >>> trying to upgrade a 9.0-RC2 system and it was a real pain. >> >> Can't just do a checkout on an older machine and tar/rsync it over? >> > >> > Or download the src tarballs from a current release from one of the >> > FTP mirrors? >> > >> > Or, if currently on a -RELEASE, use freebsd-update first? >> > >> >> Subject says the system is 8.3-RC2 ... so not on a -RELEASE > > I think he was answering the general "there needs to be a clear path > for those wanting to update old versions" requirement. Upgrading from > RC, downloading src.txz seems like a reasonable approach. Just because it says RC doesn't mean that it can't be upgraded with freebsd-update. If freebsd-update was used to bump to BETA, RC, PRERELEASE, etc. then it can be used to bump again to RELEASE. (I assume that this functionality isn't going away just because of package changes.) Actually, can freebsd-update be used to switch from tracking STABLE to tracking a subsequent release? I know that the diffs aren't on the freebsd-update servers for that, but could it be forced, and then follow up with a manual merge of /etc changes? Royce From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 14:57:42 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12068180 for ; Wed, 27 Aug 2014 14:57:42 +0000 (UTC) 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)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E9AE3D02 for ; Wed, 27 Aug 2014 14:57:41 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pi18so49404lab.29 for ; Wed, 27 Aug 2014 07:57:39 -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=Ch9fVRvzSnGNGUyRU0DDK2KGuGpKu1Z4In+k3EVGrr0=; b=HpB+4Fnf9NqJkjigWEbW2EgNom7qiDS2SrK80x0MamNmYXUbEjsxyJfvecUHNFazwM HEEyRIew7qNP/ABGYKsOi+gO47E7eSps7S0zPe7C+Fp9y8LYqm+vKS3eehEDmOEFPvgK Bgn3X4RrUo6lQjfQgZEk1n73mYpOm8v5h77ZGX32e8ewskpI9tjTU7gwW+qaXbouZBqG lsmIzbyt5sZpStqaQBDTEXzqMbE6LdVFUt1OzbNgqnNMdDws+WsAMv57w+HsSAl/2Mgd WygiWnvLWPsII2Mjbj7oosV6gglSOLfvcRxOxeBLWkrItRc/eJUK/N3ord+8iTPke6wb UcUw== MIME-Version: 1.0 X-Received: by 10.152.207.99 with SMTP id lv3mr10442461lac.22.1409151459315; Wed, 27 Aug 2014 07:57:39 -0700 (PDT) Received: by 10.25.24.196 with HTTP; Wed, 27 Aug 2014 07:57:39 -0700 (PDT) In-Reply-To: <1891495004.86118.1409108651820.JavaMail.zimbra@jrv.org> References: <53FCF9D5.6030904@sorbs.net> <1891495004.86118.1409108651820.JavaMail.zimbra@jrv.org> Date: Wed, 27 Aug 2014 16:57:39 +0200 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 14:57:42 -0000 On Wed, Aug 27, 2014 at 5:04 AM, James R. Van Artsdalen wrote: > Which branch of ports did Torfinn use? no branch, simply portsnap fetch; portsnap extract. > > fetch branch ports/branches/RELEASE_8_4_0/ and see if that works. Hmm, checking the man page for portsnap - it doesn't look like (to me at least) it supports getting branches of ports... So where are the instructions for that operation? (and thanks to all who replied with instructions on how to fix the actual problem (getting a make binary, getting a static subersion and so on) I knew some of them, and learned a few new ones) The point being; assuming the worst situation; that I was inexperienced with FreeBSD and only had this one machine with FreeBSD available, I would expect and want the system to tell me about the problem in a useful way which would give me breadcrumbs / clues pointers / to a solution, be it in /usr/ports/UPDATING or otherwise (but it should be somewhere I would expect it, for POLA reasons). -- mvh Torfinn From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:02:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8DBD308 for ; Wed, 27 Aug 2014 15:02:18 +0000 (UTC) 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)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF533DD5 for ; Wed, 27 Aug 2014 15:02:18 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pi18so57998lab.1 for ; Wed, 27 Aug 2014 08:02:16 -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=Bxf9febU9p20HRS3Zqted3WwrF+27lB/5qpUoetn+Y0=; b=Cta6jUfm5mbzHc3s5kw+zspZM1DeunnRWmKyNWyLDg7VCfQf2yvkNAXOZ4VjbyApv5 mWVWFPpBX3GRbwDvjmXbfePE8j/8WSASKwQYtpyyyqJOy5RhY4ESUQVuijXp3cZ1/ilL 8qc7zcl9NQOMqR2glczgMNR68FP9C1b1890KGMUp3Tt+QUy7zN+3qu7SF2KsvgPgvrJQ US/s0Hij/QJAf42nkaHI+OiuD/QOI1Wcr+s4Z5sA2tEWL1OWoEAXvvxfvSh3ljJYs8// Pc6f2tD3VnSNNTcZM164qXPXLCsiyv4oNx20AZ1p2FPRmONxq53uKqQWtMoPHTETaUkN pvnQ== MIME-Version: 1.0 X-Received: by 10.112.76.230 with SMTP id n6mr29541748lbw.8.1409151736151; Wed, 27 Aug 2014 08:02:16 -0700 (PDT) Received: by 10.25.24.196 with HTTP; Wed, 27 Aug 2014 08:02:16 -0700 (PDT) In-Reply-To: References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> Date: Wed, 27 Aug 2014 17:02:16 +0200 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:02:18 -0000 On Wed, Aug 27, 2014 at 4:53 PM, Royce Williams wrote: > > Just because it says RC doesn't mean that it can't be upgraded with > freebsd-update. > > If freebsd-update was used to bump to BETA, RC, PRERELEASE, etc. then > it can be used to bump again to RELEASE. (I assume that this > functionality isn't going away just because of package changes.) > > Actually, can freebsd-update be used to switch from tracking STABLE to > tracking a subsequent release? I know that the diffs aren't on the > freebsd-update servers for that, but could it be forced, and then > follow up with a manual merge of /etc changes? > I didn't figure it out from the man page at least. Trying the simple solution doesn't work: root@kg-vm2# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 5 mirrors found. Fetching public key from update2.freebsd.org... done. Fetching metadata signature for 8.3-RC2 from update2.freebsd.org... done. Fetching metadata index... done. Fetching 1 metadata files... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 8.3-RC2-p0. WARNING: FreeBSD 8.3-RC2 HAS PASSED ITS END-OF-LIFE DATE. Any security issues discovered after Fri May 25 02:00:00 CEST 2012 will not have been corrected. HTH -- Regards, Torfinn From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:07:43 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C73CA488 for ; Wed, 27 Aug 2014 15:07:43 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AE753E7E for ; Wed, 27 Aug 2014 15:07:43 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMep3-0004DJ-Gx; Wed, 27 Aug 2014 17:07:41 +0200 Date: Wed, 27 Aug 2014 17:07:41 +0200 From: Kurt Jaeger To: Torfinn Ingolfsen Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion Message-ID: <20140827150741.GO9400@home.opsec.eu> References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:07:43 -0000 Hi! > I didn't figure it out from the man page at least. > Trying the simple solution doesn't work: > root@kg-vm2# freebsd-update fetch Try freebsd-update -r 8.4-RELEASE upgrade -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:19:14 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D6B7A0B for ; Wed, 27 Aug 2014 15:19:14 +0000 (UTC) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.37]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3993FD0 for ; Wed, 27 Aug 2014 15:19:13 +0000 (UTC) Received: from amavis2.serv.int (amavis2.serv.int [10.3.0.46]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 64637ACA7F for ; Wed, 27 Aug 2014 17:19:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis2.serv.int (amavis2.serv.int [10.3.0.46]) (amavisd-new, port 10026) with LMTP id 96XGvij_Df82 for ; Wed, 27 Aug 2014 17:19:01 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) (Authenticated sender: dgeo) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTPSA id CAE0EAC9FF for ; Wed, 27 Aug 2014 17:19:01 +0200 (CEST) Message-ID: <53FDF6E5.2030001@centrale-marseille.fr> Date: Wed, 27 Aug 2014 17:19:01 +0200 From: geoffroy desvernay Reply-To: Geoffroy Desvernay <"dgeo@centrale-marseille.fr>, ports"@FreeBSD.org>>, freebsd-ports@freebsd.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: New Netdisco2 port and multiple port submission question OpenPGP: url=http://dgeo.perso.ec-m.fr/0x7C253D52.pgp Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="18HPSkBk0fDtBAeGo8Ibavowepp4oe4RK" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:19:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --18HPSkBk0fDtBAeGo8Ibavowepp4oe4RK Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I've packaged netdisco 2 (L2-3 network management tool) and some perl modules to get it work. http://netdisco.org/ https://metacpan.org/pod/App::Netdisco Please test this if interested, I'll make a PR after some feedback :) I have some questions for skilled porters: * What about the naming of the netdisco2 port, I choose 'p5-App-Netdisco' since this is a perl module, but I'm not sure * How to submit some ports at once (just attach all to PR ?) * Is a shar archive still needed, or a tarball ? Here are the ports, extract them in the root of a port tree. http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz Hope this can serve=E2=80=A6 --=20 *geoffroy desvernay* C.R.I - Administration syst=C3=A8mes et r=C3=A9seaux Ecole Centrale de Marseille --18HPSkBk0fDtBAeGo8Ibavowepp4oe4RK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT/fblAAoJED/P9AlFh6DwzAgP+wXrHi7qt93nafB8t1251rSf 4Eme2npH/73MnMvUfPWWnvt3KzLU+BCWaKu499Z0X8nbM15f5FLLzU6cjyJ/zheT HOofmaWLF3Sn3ovn7lG0EUXK7984e2d+Kn0IsNhSGVPwa0K1Ej7Nk12aJRWIGvqE binCkfxSW7bsXCVsjZC8yLCKuU++r6tYpEhyVtXhcMSgsUkm0Cxj8g+tdqtOtwMg mod7TqEhGZHcOxSOr6dI0zoGLtT2nEj8StgaNtSHNL0KuUw0K7/6IIQv9fYjJYA+ N/T+4ZB6KCcWWSmdXBGPyGVZoTYbyfhzGernyKGX9z85sZMwWlUlSUIK+iU50KkI LjaqZylofYVa1QAdEymOYQzvILniOkvivsSIeXFalUacWhaWCV7qC4DS6q9O00wQ 8CQ1hO82bss50T3fxgtBvqt/rrQMogpWPK6psiU9biQeT5qP2oijLH8tZH6r76bh JMWLtfv9DxgaiUrZA/2EjC6C6HdNoprvl02CFwU1bm2mFUjT5hBl5c6vX0vlr8LS jkp5blFmcq/M1uiRluisTSgk2oZj5rwYT8f4mWszx3MKbVEvsnxCNyPR8KJxgX4J qfnVvUIDUQsY0kS81S0punjVaGireQIgUTgFLTpt1sMsB+PwHBDh+43BMdBdH99v zT8JDfEzeZpZKuOpN8X2 =WMPq -----END PGP SIGNATURE----- --18HPSkBk0fDtBAeGo8Ibavowepp4oe4RK-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:28:00 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40CC5C17 for ; Wed, 27 Aug 2014 15:28:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09C1930F1 for ; Wed, 27 Aug 2014 15:28:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RFRxWq086132 for ; Wed, 27 Aug 2014 15:27:59 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7RFRxDN086127 for ports@FreeBSD.org; Wed, 27 Aug 2014 15:27:59 GMT (envelope-from bdrewery) Received: (qmail 62955 invoked from network); 27 Aug 2014 10:27:58 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 27 Aug 2014 10:27:58 -0500 Message-ID: <53FDF8F8.1070501@FreeBSD.org> Date: Wed, 27 Aug 2014 10:27:52 -0500 From: Bryan Drewery Reply-To: Ports FreeBSD Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: pkg@FreeBSD.org, ports@FreeBSD.org Subject: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> In-Reply-To: <53F6188D.7090505@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:28:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages are now published with fixed shared libraries. It was found that 'pkg update -f' may be required as well. Here are the updated instructions: - Binary package users should run 'pkg update -f' and 'pkg check -Ba' after upgrading to pkg-1.3.7 and before updating any other packages. This avoids needing to reinstall anything not needed due to changed shared libraries. For binary package users: # pkg install ports-mgmt/pkg # pkg update -f # pkg check -Ba # pkg upgrade For port users: # portsnap fetch update # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean # pkg check -Ba - People building packages for serving to other systems need to rebuild all packages with 1.3.7. The previous announcement explaining this in more detail is at http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000= 086.html --=20 Regards, Bryan Drewery --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/fj4AAoJEDXXcbtuRpfPFh8H/2LFypX/Q28Hsli0979ETTyL Rkq0qE8YCrqiL4hjB58oXARcJ8hTSFtSfa8anJwh1qnjYFLaR6Aoo8bqnxp/IQ4t rxAhtblFo9Z8FbY1axy152XIwV29NKokBl3uapQUXkfpxIKtxE5s7Qm2nsALJfFx s4TN7+6oZlPanbbkBJH5UCjDVpIbO7bGqjJ7P0pa0l6eiwvrji6g1Va65U2WBSHW CBsjVAoIms/BnBu2+ZgVqNZDL7ube58MwLE9wKiXM9A1cWxqpYAZ7KC/Xe/pnFRG wuD1VSXCExtYXQpnxt5E9eRdE3AHxviwmG8OorJbGX9oJdZQPwJQ3yix526x/OU= =W2U7 -----END PGP SIGNATURE----- --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:34:22 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87F04F90 for ; Wed, 27 Aug 2014 15:34:22 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 419AD323A for ; Wed, 27 Aug 2014 15:34:22 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5888ABDC68; Wed, 27 Aug 2014 17:34:19 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-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 52CE9BDC44; Wed, 27 Aug 2014 17:34:19 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 736E96115; Wed, 27 Aug 2014 17:34:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 74DF072BC0C1; Wed, 27 Aug 2014 17:34:17 +0200 (CEST) Date: Wed, 27 Aug 2014 17:34:17 +0200 From: Mathieu Arnold To: Kurt Jaeger , Torfinn Ingolfsen Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion Message-ID: In-Reply-To: <20140827150741.GO9400@home.opsec.eu> References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> <20140827150741.GO9400@home.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:34:22 -0000 +--On 27 ao=C3=BBt 2014 17:07:41 +0200 Kurt Jaeger wrote: | Hi! |> I didn't figure it out from the man page at least. |> Trying the simple solution doesn't work: |> root@kg-vm2# freebsd-update fetch |=20 | Try |=20 | freebsd-update -r 8.4-RELEASE upgrade And if that says it can't find stuff because it's a -RC2, you can always run: env UNAME_r=3D8.3-RELEASE freebsd-update -r 8.4-RELEASE upgrade --=20 Mathieu Arnold From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:34:30 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42233A8 for ; Wed, 27 Aug 2014 15:34:30 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF416323D for ; Wed, 27 Aug 2014 15:34:29 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMfEz-0004Ga-It; Wed, 27 Aug 2014 17:34:29 +0200 Date: Wed, 27 Aug 2014 17:34:29 +0200 From: Kurt Jaeger To: geoffroy desvernay Subject: Re: New Netdisco2 port and multiple port submission question Message-ID: <20140827153429.GP9400@home.opsec.eu> References: <53FDF6E5.2030001@centrale-marseille.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53FDF6E5.2030001@centrale-marseille.fr> Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:34:30 -0000 Hi! > I've packaged netdisco 2 (L2-3 network management tool) and some perl > modules to get it work. > > http://netdisco.org/ > https://metacpan.org/pod/App::Netdisco > > Please test this if interested, I'll make a PR after some feedback :) > > I have some questions for skilled porters: > * What about the naming of the netdisco2 port, I choose > 'p5-App-Netdisco' since this is a perl module, but I'm not sure Well, there already is a net-mgmt/netdisco/ port for 1.3.3 -- why the change to p5-App-Netdisco ? Is netdisco2 an upgrade for netdisco ? If yes, why not use the same port ? net-mgmt/netdisco ? > * How to submit some ports at once (just attach all to PR ?) Put the links to the download-URLs into the PR. > * Is a shar archive still needed, or a tarball ? I would not mind the format, as long as it's not exotic, but there seems no real consensus on the format. > Here are the ports, extract them in the root of a port tree. > > http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz Warning: prerequisite Time::timegm 0 not found. Can you provide a build/run dependency ? > http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz Warning: prerequisite local::lib 0 not found. See above. > http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 15:39:07 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56EE1303; Wed, 27 Aug 2014 15:39:07 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23EF0329E; Wed, 27 Aug 2014 15:39:07 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id hz1so497675pad.36 for ; Wed, 27 Aug 2014 08:39:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8djh6nSH/GeezK9K/EAsaNSIrERI3yNQHh9LWJs4p2o=; b=OvCLGEIYcjhhwwi5iSRABHGLFufZ97FPvvNrxNuOrMJ0bHaT6Lqzdxonn3b4lQA8LK gbbdG3dDMslV4KFCXkDDaQvpVXIJKZmKG+n2tgDFqQ5hFb+84967xNiqlvjDaOiX4GCX RDWCOKy/YIaH+D26V/Uc5nI5PcDCH7Vqpxqamd44cGAPkooTydHikgbm3Euq39lqnqJz 4XhqjKsCCKRGepRdWkaSaqvvqkqPeMenlfiNmZv0lLExv7/eEmHX0jRgFsCBQgXUAgjP 7py/Kr7kOhePW08afXn2L6v9qr5OqZFzymgYBeZRNxgHTxYRtPLPYfckq153DiVFyPuM dprg== X-Received: by 10.70.56.10 with SMTP id w10mr30677053pdp.135.1409153943067; Wed, 27 Aug 2014 08:39:03 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id y1sm1039285pdl.75.2014.08.27.08.39.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Aug 2014 08:39:02 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53FDFB8D.1060707@FreeBSD.org> Date: Thu, 28 Aug 2014 01:38:53 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Thunderbird/32.0 MIME-Version: 1.0 To: Geoffroy Desvernay <"\"dgeo"@centrale-marseille.fr>, "ports\""@FreeBSD.org, freebsd-ports@freebsd.org, ports@FreeBSD.org Subject: Re: New Netdisco2 port and multiple port submission question References: <53FDF6E5.2030001@centrale-marseille.fr> In-Reply-To: <53FDF6E5.2030001@centrale-marseille.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 15:39:07 -0000 On 28/08/2014 1:19 AM, geoffroy desvernay wrote: > Hi, > > I've packaged netdisco 2 (L2-3 network management tool) and some perl > modules to get it work. > > http://netdisco.org/ > https://metacpan.org/pod/App::Netdisco > > Please test this if interested, I'll make a PR after some feedback :) > > I have some questions for skilled porters: > * What about the naming of the netdisco2 port, I choose > 'p5-App-Netdisco' since this is a perl module, but I'm not sure > * How to submit some ports at once (just attach all to PR ?) > * Is a shar archive still needed, or a tarball ? > > Here are the ports, extract them in the root of a port tree. > > http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz > http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz > > Hope this can serve… > Hi Geoffroy, Either (shar/diff) is fine, but diffs can help with (inline) review, or in the event further changes are needed. With svn diffs, you can also include changes such as adding the ports to the relevant category/Makefile as well (which are needed for new ports), save committer time, and gets you familiar with our side of the process. The multiple ports question is less concrete, as its a balance between overhead per PR (with perhaps a single committer), and isolated changes. If it were me, I'd create a single issue report, with one patch per port, named perfectly (with descriptions) Mention in the submission which are dependencies of which and go from there. More important than submission formats however, are: - portlint output is clean (see ports-mgmt/portlint) - Build/Package QA and tested with poudriere or redports Jump on #freebsd-ports (freenode) or #bsdports (efnet) if you have any questions, and have fun! Hope that helps. koobs From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:26:41 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36467C9C for ; Wed, 27 Aug 2014 16:26:41 +0000 (UTC) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.37]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B113A07 for ; Wed, 27 Aug 2014 16:26:40 +0000 (UTC) Received: from amavis1.serv.int (amavis1.serv.int [10.3.0.45]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id B5005AC9DE; Wed, 27 Aug 2014 18:26:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis1.serv.int (amavis1.serv.int [10.3.0.45]) (amavisd-new, port 10026) with LMTP id UXJJ_jbM1zKT; Wed, 27 Aug 2014 18:26:36 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) (Authenticated sender: dgeo) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTPSA id 32492AC880; Wed, 27 Aug 2014 18:26:36 +0200 (CEST) Message-ID: <53FE06BB.7010605@centrale-marseille.fr> Date: Wed, 27 Aug 2014 18:26:35 +0200 From: geoffroy desvernay User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: New Netdisco2 port and multiple port submission question References: <53FDF6E5.2030001@centrale-marseille.fr> <20140827153429.GP9400@home.opsec.eu> In-Reply-To: <20140827153429.GP9400@home.opsec.eu> OpenPGP: url=http://dgeo.perso.ec-m.fr/0x7C253D52.pgp Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kt6Q0Mu7J0AIWVxVMf3fcRkBJpsGXpMt3" Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:26:41 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kt6Q0Mu7J0AIWVxVMf3fcRkBJpsGXpMt3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/27/2014 17:34, Kurt Jaeger wrote: > Hi! >=20 >> I've packaged netdisco 2 (L2-3 network management tool) and some perl >> modules to get it work. >> >> http://netdisco.org/ >> https://metacpan.org/pod/App::Netdisco >> >> Please test this if interested, I'll make a PR after some feedback :) >> >> I have some questions for skilled porters: >> * What about the naming of the netdisco2 port, I choose >> 'p5-App-Netdisco' since this is a perl module, but I'm not sure >=20 > Well, there already is a net-mgmt/netdisco/ port for 1.3.3 -- why > the change to p5-App-Netdisco ? Is netdisco2 an upgrade for netdisco ? >=20 > If yes, why not use the same port ? net-mgmt/netdisco ? >=20 This is a rewrite of the program, in the form of a perl module (it wasn't till there) The 1.3.3 release is not deprecated, and v2 is young: I didn't want to break things=85 >> * How to submit some ports at once (just attach all to PR ?) >=20 > Put the links to the download-URLs into the PR. >=20 >> * Is a shar archive still needed, or a tarball ? >=20 > I would not mind the format, as long as it's not exotic, > but there seems no real consensus on the format. >=20 >> Here are the ports, extract them in the root of a port tree. >> >> http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz >> http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz >=20 > Warning: prerequisite Time::timegm 0 not found. >=20 > Can you provide a build/run dependency ? >=20 Done :) >> http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz >> http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz >=20 > Warning: prerequisite local::lib 0 not found. >=20 > See above. Done too. All packages updated >=20 >> http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz >> http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz >> http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz >> http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz >=20 Thank you ! --=20 *geoffroy desvernay* C.R.I - Administration syst=E8mes et r=E9seaux Ecole Centrale de Marseille Tel: (+33|0)4 91 05 45 24 Fax: (+33|0)4 91 05 44 26 --kt6Q0Mu7J0AIWVxVMf3fcRkBJpsGXpMt3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT/ga8AAoJED/P9AlFh6DwYsoP/21oS7io22Kb2ENMzIFLb2+W xRBfB2Ld9H2LnWlsrBxGDqcw+e5WQormgZRuRtLf4pOvQ6lfnhfYmPEq133C2qk4 IC5nZsdABhDFyDWCq5T7AerYnyHQg5f0yTcWbjpcDwD4gdEXqEXGHnXypzbvCPiK tlAqocfHLnc/YLf63809iSHbD3u0FLPFw6Fl+ZcemxAn7s8eiluqenan7e/AE/+G YVXGnwE+CQjts+Vbnsbn/NzoytPdN7+6llAd2rHNoi57K9jqwi3sq3HOvJBMGE0K vCgQ1JYYIM2a627vWzaq++jUnQaKeKEihLs7TXdsdK2zlMVuD7LtyP5gxPRmJwb5 eE5VRltNqHJipjlgxypJ1dZWeNkw+k79FymiXYdDFqIqErjDBitRFVQ8lRTYtILT w0xivhhI7S/ydEJF9tKMlr6hdXSwlTckjKcH3dvPHu3Z8nLyPsxOZa+27ZjG6hUq w/sE5Cc2HRx4HVUMGf5TpMZvd0O/9cBpk0ZYuiwjC5X7O+04MLcINpLcHfgjJYHM mHSoS0xuTzMOH9A5O2cBZnv/eKeJvidJNr9ed389IvLO4HDT6u89ab7DgxQQknQh SNbGyuQ4hY62XkvMwkFjjcwCA+bG3eOGUQUXQaLmxaRkWFD1FQ8g68kl5u7tgBQM tMrKwG2MEUda4VneZzEB =CqZ2 -----END PGP SIGNATURE----- --kt6Q0Mu7J0AIWVxVMf3fcRkBJpsGXpMt3-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:29:50 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B91F9E8C; Wed, 27 Aug 2014 16:29:50 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 894C83A4C; Wed, 27 Aug 2014 16:29:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=CK/s/fykmeadl//V1nBB7ITk8bgd065mad0asGO2Pwo=; b=gYla/9H9riM0Mz53ZDgExbZpB9KeNBkbHI9E26wORRdCxCEw2WKuElIVm0f1lxAtegLk6E+eyASo9ljPD5smX3v/zKI0S8JEetobDOj+snT+CInnlFh56w3KHNyCpwgXpX3E98J4nQvnizzojYZpQFi3fuXFcQdyNRg4xODutuA=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMg6X-000CnK-FX; Wed, 27 Aug 2014 16:29:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:29:49 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366311: 2x fail, 2x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827115400-57464 X-Trac-Build-ID: 20140827115400-57464 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:29:50 -0000 - Drop .la files, no dependees require them Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827115400-57464 Job owner: amdmi3@FreeBSD.org Buildtime: 5 hours Enddate: Wed, 27 Aug 2014 16:29:47 GMT Revision: 366311 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366311 --------------------------------------------------------------------- Port: graphics/libcaca 0.99.b18_8 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827115400-57464-404308/libcaca-0.99.b18_8.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827115400-57464-404309/libcaca-0.99.b18_8.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:31:15 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7487F99; Wed, 27 Aug 2014 16:31:14 +0000 (UTC) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.37]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F2723AE0; Wed, 27 Aug 2014 16:31:14 +0000 (UTC) Received: from amavis2.serv.int (amavis2.serv.int [10.3.0.46]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id BD62AACA7F; Wed, 27 Aug 2014 18:31:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis2.serv.int (amavis2.serv.int [10.3.0.46]) (amavisd-new, port 10026) with LMTP id 69LRm-eS_Em1; Wed, 27 Aug 2014 18:31:10 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) (Authenticated sender: dgeo) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTPSA id 8763DAC9FE; Wed, 27 Aug 2014 18:31:10 +0200 (CEST) Message-ID: <53FE07CE.406@centrale-marseille.fr> Date: Wed, 27 Aug 2014 18:31:10 +0200 From: geoffroy desvernay User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: koobs@FreeBSD.org, freebsd-ports@freebsd.org, ports@FreeBSD.org Subject: Re: New Netdisco2 port and multiple port submission question References: <53FDF6E5.2030001@centrale-marseille.fr> <53FDFB8D.1060707@FreeBSD.org> In-Reply-To: <53FDFB8D.1060707@FreeBSD.org> OpenPGP: url=http://dgeo.perso.ec-m.fr/0x7C253D52.pgp Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rVjFGauCwEMHFNP8EgdPA1RDhkdCjEARv" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:31:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rVjFGauCwEMHFNP8EgdPA1RDhkdCjEARv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > Hi Geoffroy, >=20 > Either (shar/diff) is fine, but diffs can help with (inline) review, or= > in the event further changes are needed. >=20 > With svn diffs, you can also include changes such as adding the ports t= o > the relevant category/Makefile as well (which are needed for new ports)= , > save committer time, and gets you familiar with our side of the process= =2E >=20 Well, I'll try this way then :) > The multiple ports question is less concrete, as its a balance between > overhead per PR (with perhaps a single committer), and isolated changes= =2E >=20 > If it were me, I'd create a single issue report, with one patch per > port, named perfectly (with descriptions) >=20 > Mention in the submission which are dependencies of which and go from t= here. >=20 > More important than submission formats however, are: >=20 > - portlint output is clean (see ports-mgmt/portlint) Already portlint lover=E2=80=A6 > - Build/Package QA and tested with poudriere or redports >=20 =E2=80=A6and in process of configuring poudriere for QA :) > Jump on #freebsd-ports (freenode) or #bsdports (efnet) if you have any > questions, and have fun! >=20 Thank you ! --=20 *geoffroy desvernay* C.R.I - Administration syst=C3=A8mes et r=C3=A9seaux Ecole Centrale de Marseille --rVjFGauCwEMHFNP8EgdPA1RDhkdCjEARv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT/gfOAAoJED/P9AlFh6DwvIUP/0DtdG5Jg/osri3KvwzD/Tuv LZOr9dBwtkpSVD/2YhNUDKmV8p8ZOtoDYmyhbwyHuBboQbojoDxFFtyNNW8f3BcE 9ZM83D6S04rwI6U4pF9cnss9lRZkx8JjtY2F9u2uJsVqnvk68I186X/05C07x8p5 jD4P+n3g1s2F23hveWK9sND1N7aW1mbrXGkjW5C+/EvOqaxTmFmBFk8/5paHdk5Y 4q51s2cDy6ehk7iHOY/YYuVqYA2jSTzgKR5hh3iIIOWBoSsAOKjut3GHTbgorGF1 hMAbyMBKxE2Y/9eWhm1E0L2NLhEvwWHQW9ABe5t00blPdyNgUOeDvPEJFC8aHr4h Q6eJvNaUW0aIh/+2pIopB4nwbA4bWzZBtyPhZLSFegJMg/iJ/EoOZPno+twVgokz ItQJqAh+n+2vPA00OAhDu9ojr92Wqp4GLtgZO9FZ0+elOO8HbGdYNYH2DXC6bSNV nVBzLwIl/IkxmKCpPTKLKSFzByo0P421/svh7QtioDnfKcmq4B1HaINJwsxsgtY4 PnDovCioZUxgj4JUmW0UI21CFaFif/TFA340o4PUfkXMn/0OcAH0dvxJ5062GTJY lC4Rld+cuIOXliLQQ6HjogzIUXZwb/qT/oZKzNcsVD+uKYdqK4d9O5NRH6Ctg4rx A24qTv2/DezV7tSWiH+c =MHr7 -----END PGP SIGNATURE----- --rVjFGauCwEMHFNP8EgdPA1RDhkdCjEARv-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:31:55 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40061123; Wed, 27 Aug 2014 16:31:55 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12A0A3AF3; Wed, 27 Aug 2014 16:31:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=u+QMJtP0ghLgXu1SnAuqiLtDproHxqBwFeewWfRSmag=; b=i4UN/YYlDlBCvYD4tChEEFSt8rwqzZ3FOueETk7r1aF468MjhuTJ2SYLU6UW8tnAaml6hMO36r73W7UNoAWICanv3NNNDWJR1v/QS0CKBl9pClRdaVZ37mF9Y6HbjiKQmc47GEgywdcciiI+ecz4X4LzdHSv+tT4ezdxXzdB/Go=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMg8Y-000D4B-4k; Wed, 27 Aug 2014 16:31:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vsevolod@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:31:54 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366312: 4x fail, 4x success To: vsevolod@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827121000-7424 X-Trac-Build-ID: 20140827121000-7424 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:31:55 -0000 Fix build on 8 and 9 where there is no std::strtoull. Do not bump revision since package content is unchanged. --------------------------------------------------------------------- Build ID: 20140827121000-7424 Job owner: vsevolod@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:31:52 GMT Revision: 366312 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366312 --------------------------------------------------------------------- Port: math/clasp 3.1.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827121000-7424-404312/clasp-3.1.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827121000-7424-404313/clasp-3.1.0.log --------------------------------------------------------------------- Port: math/gringo 4.4.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827121000-7424-404316/gringo-4.4.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827121000-7424-404317/gringo-4.4.0_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:32:03 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 971E82A8; Wed, 27 Aug 2014 16:32:03 +0000 (UTC) Received: from mail.CSUA.Berkeley.EDU (mail.CSUA.Berkeley.EDU [128.32.112.223]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0CE3B06; Wed, 27 Aug 2014 16:32:03 +0000 (UTC) Received: by mail.CSUA.Berkeley.EDU (Postfix, from userid 500) id 526E6436E0; Wed, 27 Aug 2014 09:20:13 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) by mail.CSUA.Berkeley.EDU (Postfix) with ESMTP id 4E87C44A88 for ; Wed, 27 Aug 2014 09:20:06 -0700 (PDT) Received: from hub.freebsd.org (hub.freebsd.org [8.8.178.136]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx2.freebsd.org (Postfix) with ESMTPS id 82C1E37ED; Wed, 27 Aug 2014 16:31:55 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by hub.freebsd.org (Postfix) with ESMTP id 66ECA129; Wed, 27 Aug 2014 16:31:55 +0000 (UTC) Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 470E4C18 for ; Wed, 27 Aug 2014 15:28:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1026230F2 for ; Wed, 27 Aug 2014 15:28:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RFRxs8086134 for ; Wed, 27 Aug 2014 15:27:59 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7RFRxaY086128 for stable@FreeBSD.org; Wed, 27 Aug 2014 15:27:59 GMT (envelope-from bdrewery) Received: (qmail 62955 invoked from network); 27 Aug 2014 10:27:58 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 27 Aug 2014 10:27:58 -0500 Message-ID: <53FDF8F8.1070501@FreeBSD.org> Date: Wed, 27 Aug 2014 10:27:52 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: pkg@FreeBSD.org, ports@FreeBSD.org Subject: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> In-Reply-To: <53F6188D.7090505@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB" X-Mailman-Approved-At: Wed, 27 Aug 2014 16:31:53 +0000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list Reply-To: Ports FreeBSD Errors-To: owner-freebsd-stable@freebsd.org Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:32:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages are now published with fixed shared libraries. It was found that 'pkg update -f' may be required as well. Here are the updated instructions: - Binary package users should run 'pkg update -f' and 'pkg check -Ba' after upgrading to pkg-1.3.7 and before updating any other packages. This avoids needing to reinstall anything not needed due to changed shared libraries. For binary package users: # pkg install ports-mgmt/pkg # pkg update -f # pkg check -Ba # pkg upgrade For port users: # portsnap fetch update # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean # pkg check -Ba - People building packages for serving to other systems need to rebuild all packages with 1.3.7. The previous announcement explaining this in more detail is at http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000= 086.html --=20 Regards, Bryan Drewery --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/fj4AAoJEDXXcbtuRpfPFh8H/2LFypX/Q28Hsli0979ETTyL Rkq0qE8YCrqiL4hjB58oXARcJ8hTSFtSfa8anJwh1qnjYFLaR6Aoo8bqnxp/IQ4t rxAhtblFo9Z8FbY1axy152XIwV29NKokBl3uapQUXkfpxIKtxE5s7Qm2nsALJfFx s4TN7+6oZlPanbbkBJH5UCjDVpIbO7bGqjJ7P0pa0l6eiwvrji6g1Va65U2WBSHW CBsjVAoIms/BnBu2+ZgVqNZDL7ube58MwLE9wKiXM9A1cWxqpYAZ7KC/Xe/pnFRG wuD1VSXCExtYXQpnxt5E9eRdE3AHxviwmG8OorJbGX9oJdZQPwJQ3yix526x/OU= =W2U7 -----END PGP SIGNATURE----- --KOqqM1JrRieVlRvFfl3xxSXLoSU38kOHB-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:32:51 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19AC63A9; Wed, 27 Aug 2014 16:32:51 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E046F3B34; Wed, 27 Aug 2014 16:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=wRViaDt63VD+dUgiLKLfOdkKFq6z2jNFnebdhv0Dq34=; b=pa1npqPUWN5aOg6O2nKtOUlh+8IRdjS0dVrqDg/S4M8Ll3JrvG2aHkYswUOOamlQtq6AT/4gRAQ26Vg2HR1C9MDvtnVh7DFkFaNaT2kYxuGUzpfACW3BgcLXS+5qtVX9Q+G1DqVvF3wsvwPNwu2PZLN0IYKq8XIIdrs5PhwHJMM=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMg9R-000D89-Tk; Wed, 27 Aug 2014 16:32:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:32:49 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366313: 1x fail, 3x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827122200-42241 X-Trac-Build-ID: 20140827122200-42241 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:32:51 -0000 devel/concurrencykit: Update to 0.4.3 - Update to 0.4.3 - Add LICENSE_FILE --------------------------------------------------------------------- Build ID: 20140827122200-42241 Job owner: koobs@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:32:48 GMT Revision: 366313 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366313 --------------------------------------------------------------------- Port: devel/concurrencykit 0.4.3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140827122200-42241-404319/concurrencykit-0.4.3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140827122200-42241-404320/concurrencykit-0.4.3.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140827122200-42241-404321/concurrencykit-0.4.3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:33:55 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D8FD540; Wed, 27 Aug 2014 16:33:55 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F4703B4D; Wed, 27 Aug 2014 16:33:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=GWgvy4vGd75yNNNfiZC1bPhYrnGLo8rJbZFMGqR7USo=; b=W4R5+C0ONX47akgOt3f/ZUK9g8OKDw/7iMIEgnh55BFJ/RAO/YJoEC90jJFtUn7RjYYOHWAIF8YBK+sUKbyx5bh1iLkWmS9AljQPhjPrY0Nao3oTIXKMHiz8D4FrmducMUWblkoGMf/F9HzM5eFTiwiJqMANmyXlEl8CYOZBfps=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgAU-000DCy-9w; Wed, 27 Aug 2014 16:33:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: ale@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:33:54 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366314: 2x fail, 2x success To: ale@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827122200-10125 X-Trac-Build-ID: 20140827122200-10125 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:33:55 -0000 Update to 5.4.32 release. --------------------------------------------------------------------- Build ID: 20140827122200-10125 Job owner: ale@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:33:52 GMT Revision: 366314 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366314 --------------------------------------------------------------------- Port: lang/php5 5.4.32 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827122200-10125-404324/php5-5.4.32.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827122200-10125-404325/php5-5.4.32.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:35:21 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 302F15E3; Wed, 27 Aug 2014 16:35:21 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F5A3B5A; Wed, 27 Aug 2014 16:35:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=hJHJNyaOElPgfQxMIhajAwiBsCSTQ/7oKc9doSlOIAQ=; b=w4VIqDQaTPBHeHWC+7/WKPa6COvSfaRGJ29rW1nPuQOK+G0bVTNC5U5sk1T+IkfTY+I4diSNwiN3jVi7cLgmPUKfU0XxXUvMCXHicBnsBuy5klOYIZ3e9/jJhJlW3HfzlHejWbEFPeboWmb2JqcOBTmX9nSY6rUlxNt9zi3Hl9g=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgBr-000DJa-W6; Wed, 27 Aug 2014 16:35:20 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: ale@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:35:19 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366315: 1x fail, 3x success To: ale@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827122200-22283 X-Trac-Build-ID: 20140827122200-22283 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:35:21 -0000 Update to 5.5.16 release. --------------------------------------------------------------------- Build ID: 20140827122200-22283 Job owner: ale@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:35:18 GMT Revision: 366315 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366315 --------------------------------------------------------------------- Port: lang/php55 5.5.16 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827122200-22283-404327/php55-5.5.16.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827122200-22283-404328/php55-5.5.16.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827122200-22283-404329/php55-5.5.16.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:38:56 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4B9C6BE; Wed, 27 Aug 2014 16:38:56 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC243B7E; Wed, 27 Aug 2014 16:38:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=lEbxqXdxNSp2uvQ51zme25KJtDr6+CFx23zVqJzaY+c=; b=8jPflVfc0YtxtY1fa1XGpjLpAC3GE49jaB9CsGtbJuTYuQutFe8JRa64sW95fvk4jfoz+QZlDCo8G3/skBba4neMSCltXwyqxA5k3/kwAVPSeBuiDQIDSsb/1OqCYE0pD0oYIPrr6Qkqcr9SGWHFDVkszGZuVd9L4hxLx+FksyY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgFL-000DYF-Gd; Wed, 27 Aug 2014 16:38:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vsevolod@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:38:55 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366316: 6x fail, 5x leftovers, 1x ignored: is marked as broken on i386: '__stack_chk_fail_local' isn't defined To: vsevolod@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827123200-45701 X-Trac-Build-ID: 20140827123200-45701 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:38:56 -0000 - Update libsodium to 0.7.0 - Take maintainership - Update revisions of dependent ports --------------------------------------------------------------------- Build ID: 20140827123200-45701 Job owner: vsevolod@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:38:54 GMT Revision: 366316 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366316 --------------------------------------------------------------------- Port: dns/dnscrypt-proxy 1.4.0_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827123200-45701-404332/dnscrypt-proxy-1.4.0_3.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827123200-45701-404333/dnscrypt-proxy-1.4.0_3.log --------------------------------------------------------------------- Port: net-im/tox 0.140814_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827123200-45701-404336/toxcore-0.140814_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: IGNORED: IS MARKED AS BROKEN ON I386: '__STACK_CHK_FAIL_LOCAL' ISN'T DEFINED --------------------------------------------------------------------- Port: security/libsodium 0.7.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827123200-45701-404340/libsodium-0.7.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827123200-45701-404341/libsodium-0.7.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:39:53 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FE9B761 for ; Wed, 27 Aug 2014 16:39:53 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FA253B8C for ; Wed, 27 Aug 2014 16:39:53 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7RGVARd066688; Wed, 27 Aug 2014 09:31:14 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408271631.s7RGVARd066688@gw.catspoiler.org> Date: Wed, 27 Aug 2014 09:31:10 -0700 (PDT) From: Don Lewis Subject: Re: what's up with portsmon? To: linimon@lonesome.com In-Reply-To: <20140827065257.GA28839@lonesome.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:39:53 -0000 On 27 Aug, Mark Linimon wrote: > On Tue, Aug 26, 2014 at 04:34:01PM -0700, Don Lewis wrote: >> What's going on with portsmon.freebsd.org these days? A number of my >> ports have been updated quite a while ago, but there isn't any updated >> build status on portsmon. > > portsmon suffered some bitrot when a vuxml URL grew a "|" in it. This > caused index updates to not be updated. I fixed the bitrot last Sunday > but I should probably do a force-rebuild of the metadata. > >> I poked around on one of the pkg.freebsd.org, and stuff looks pretty >> old there as well. For instance, the timestamps of the files under >> freebsd:10:x86:32/latest/ are 13-Aug-2014. > > portsmon only knows about the packages provided by pkg.freebsd.org. > That's a question for the currently active portmgrs. That's sounds reasonable for a ports consumer who wants to know what packages are available. Where do the error logs come from? I didn't see them on the pkg.freebsd.org miror that I looked at (and it would be silly to mirror them). It might be nice to be able to get an earlier indication of breakage, before the update to pkg.freebsd.org. I've gotten a message from pkg-fallout@ as a ports maintainer, but when I broke openoffice-4, the only indication was its portsmon status page. >> But ... if I go to this page >> and select the >> 84amd64-default link, I end up at >> . If I then >> click on the "logs/" link, I find a bunch of build logs dated >> 24-Aug-2014. Looking at protobuf-c-1.0.1.log, it looks like the build >> was a success. > > IIUC, the build machines' outputs (e.g. *.isc.freebsd.org) are not automatically > uploaded to pkg.freebsd.org in order to provide a sanity check. That sounds like a reasonable precaution in case something goes off the rails. >> Other observations: >> >> It would probably be helpful if the individual port pages reported >> the status for the new_xorg versions. > > portsmon never had the idea of "multiple repositories" engineered into it. > This would take a bit of retrofitting. I'll put it on the todo list. > > A shortcut would be to build a "new-xorg only" version of portsmon. I > would need to get clusteradm to provision me a new, separate, jail to do > that. (I have an outstanding request for another one anyways that seems > to be stalled.) Looks like there's yet another for ssp ... >> It would be nice if there was a way to find out what the ports build >> cluster was currently working on. Things like the svn revision of the >> ports tree, what OS and ARCH versions were currently being built, and >> how far along the build was (basically what you see when you type ^T >> during a poudriere run), and what's next the the queue. > > portsmon is not really tightly coupled to the build machines. I suppose > I could teach it more about poudriere but that makes the code a lot more > specific than it is right now. It might make more sense for the build machines to have a cron job that periodically generates a status page and point to that. A list of the package sets that haven't yet been uploaded to the pkg mirrors would also be nice to have since that isn't done automagically. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:39:56 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED39B7A3; Wed, 27 Aug 2014 16:39:56 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7613B8D; Wed, 27 Aug 2014 16:39:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=EAPuqKezq2jVFgY8nCNKv6bSQN76X2N16G/mqQnIvBk=; b=RFJpQtZcDr2uizavPpqW9ENpp0UoMoh0hwfeyeTC+tFql3tSgHtpDxhsGnM2dO3nN1SuEYWHHFZgXUbLNVmnB2M34NJSo+rufU2IMXN56YqhIKFq7eSAP+cOln0s84bTkucbflhlxI69IvaOFa9OOavi9NsHu93xSoMTrNqs4J0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgGJ-000DcH-S7; Wed, 27 Aug 2014 16:39:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vsevolod@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:39:55 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366317: 2x fail, 1x leftovers, 1x linker_error To: vsevolod@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827124000-10410 X-Trac-Build-ID: 20140827124000-10410 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:39:57 -0000 Update to fit the recent libsodium. --------------------------------------------------------------------- Build ID: 20140827124000-10410 Job owner: vsevolod@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:39:54 GMT Revision: 366317 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366317 --------------------------------------------------------------------- Port: dns/curvedns 0.88.b_6 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827124000-10410-404344/curvedns-0.88.b_6.log Buildgroup: 9.2-QAT/i386 Buildstatus: LINKER_ERROR Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827124000-10410-404345/curvedns-0.88.b_6.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:41:00 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBDF48CA; Wed, 27 Aug 2014 16:41:00 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A74AB3C30; Wed, 27 Aug 2014 16:41:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=hTBByl5vtbMDCKDcmNI3ifUqcHOZReQAcAF27678Jg8=; b=k/qC7+YJjrfN8kCyfelrFYDTruVQrX3n5DMumWI7ixxD/Lj4WzNzg+nOaTDZRcrrW9rAGpRR8s+UFX+3ynRogWL514s7idvGiE8SOMJSESDwdYWF6Oq3dMmwTNIGMYNcIV0Za/YnN5jDFJ+JsBn5a5R22dhAyXbcB4hQj9tl2Tc=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgHL-000Dgx-NP; Wed, 27 Aug 2014 16:40:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:40:59 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366318: 2x fail, 2x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827125000-35138 X-Trac-Build-ID: 20140827125000-35138 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:41:01 -0000 devel/py-pbr: Update to 0.10.0 - Update to 0.10.0 - Add LICENSE_FILE - Modernise Python framework entries --------------------------------------------------------------------- Build ID: 20140827125000-35138 Job owner: koobs@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:40:58 GMT Revision: 366318 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366318 --------------------------------------------------------------------- Port: devel/py-pbr Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140827125000-35138-404348/py27-pbr-0.10.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140827125000-35138-404349/py27-pbr-0.10.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:42:01 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B33B98B; Wed, 27 Aug 2014 16:42:01 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1CD13C50; Wed, 27 Aug 2014 16:42:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=D9nA2Aj4CCwDwOKuxI2uUNwZDPbLp2b6UhaY1wvjRRk=; b=IbxVnrY2ZRt8X2qfbC0WIBU41Q+aA28cSyeA9OH6ic/XtwQncnZXk2iwX3YwR0Yo0yXsG6xiV/Vk8PqIRqEo6mfXIni9XCWb0VLnVSFVoAWeH6VaUYtJuDSIu8li5xb2lV+3/ccQK/wqus6zbqRLDhDn8+fYl3ulka5yFUY6V1E=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgIK-000Dt5-1o; Wed, 27 Aug 2014 16:42:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: ale@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:42:00 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366319: 2x fail, 2x success To: ale@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827125200-4026 X-Trac-Build-ID: 20140827125200-4026 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:42:01 -0000 Update to 5.0 release. --------------------------------------------------------------------- Build ID: 20140827125200-4026 Job owner: ale@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:41:58 GMT Revision: 366319 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366319 --------------------------------------------------------------------- Port: java/proguard 5.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827125200-4026-404352/proguard-5.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827125200-4026-404353/proguard-5.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:43:00 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF895A5A; Wed, 27 Aug 2014 16:43:00 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2F653C66; Wed, 27 Aug 2014 16:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=fUCVbIaSY7vwaKrksWsfdUO9dhtwhqcFe0ESv/bxejk=; b=qoNp5HHvqP3LLJnArf++SjdaF4yOGxkbCZNwgcyS1Ewz01HOfNITvuqPBG9askrT/zDc0yti3OMUW2LgT//gb+AtympuhpCep1ZQrKoatB8SqOv9rg6NMFB+2ZF07rtkTB1ZzYKTwX8B2ltYlLabRgSbbtcBWqmxn2p4C0QDF8I=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgJH-000DxJ-SW; Wed, 27 Aug 2014 16:42:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: wg@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:42:59 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366320: 2x fail, 2x patch To: wg@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827125400-55859 X-Trac-Build-ID: 20140827125400-55859 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:43:01 -0000 audio/gogglesmm: update to 0.13.2 PR: 193024 Submitted by: Ports Fury --------------------------------------------------------------------- Build ID: 20140827125400-55859 Job owner: wg@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:42:58 GMT Revision: 366320 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366320 --------------------------------------------------------------------- Port: audio/gogglesmm 0.13.2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: PATCH Log: https://qat.redports.org//~wg@FreeBSD.org/20140827125400-55859-404356/gogglesmm-0.13.2.log Buildgroup: 9.2-QAT/i386 Buildstatus: PATCH Log: https://qat.redports.org//~wg@FreeBSD.org/20140827125400-55859-404357/gogglesmm-0.13.2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:43:23 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5149DAFB for ; Wed, 27 Aug 2014 16:43:23 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19CFD3C71 for ; Wed, 27 Aug 2014 16:43:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RGhM2U011981 for ; Wed, 27 Aug 2014 16:43:22 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7RGhMUr011977 for ports@FreeBSD.org; Wed, 27 Aug 2014 16:43:22 GMT (envelope-from bdrewery) Received: (qmail 38172 invoked from network); 27 Aug 2014 11:43:18 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 27 Aug 2014 11:43:18 -0500 Message-ID: <53FE0AA1.9020003@FreeBSD.org> Date: Wed, 27 Aug 2014 11:43:13 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Don Lewis Subject: Re: what's up with portsmon? References: <201408262334.s7QNY12O064787@gw.catspoiler.org> In-Reply-To: <201408262334.s7QNY12O064787@gw.catspoiler.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hljaFRMRwlPIhAb1fVeI1OSQ2USg1I8b3" Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:43:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hljaFRMRwlPIhAb1fVeI1OSQ2USg1I8b3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 8/26/2014 6:34 PM, Don Lewis wrote: > I poked around on one of the pkg.freebsd.org, and stuff looks pretty ol= d > there as well. For instance, the timestamps of the files under > freebsd:10:x86:32/latest/ are 13-Aug-2014. Some of the other OS/ARCH > combinations are a little bit newer, but only a day or so. The > timestamps on the new_xorg directorys are 20-Aug, but the contents are > appear to be several days older than that. The package builds for last week were delayed waiting for Pkg 1.3.7 to release. They are all now published. This week's packages are being built/published on the normal schedule. --=20 Regards, Bryan Drewery --hljaFRMRwlPIhAb1fVeI1OSQ2USg1I8b3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/gqhAAoJEDXXcbtuRpfP1wcH/io+6hR2+C4+xZP1d316PaDZ gblQ5zRPcbUIP8d6Kr/24qBuIq7KDT/Uhkq2V8dOJjv4k19rTRtLb07MfMK3KYSl SnZ6QByIbGFH3NBD23/mojqOZnoue0VWixjORhfb3EOa9fvaJmaz7kg28U2vf3hA KNHNHKt4S0xWYs0LCZAyyMVZsOB2iPlinrtQ1+XGmy/UzR1phyruFGZ/Sts5RjDz dn6D6rjHmcckw4s/SMcluPwpdNmQNZ3sDJAgCoBKvNPG6By78pYIZTjNvEe1l6ec li00XaJtcO8mMsY1Iq0+L7q/c6j+34XWJu40mVMA/Z8IxgsEieNE+Civw9vG78E= =rwGo -----END PGP SIGNATURE----- --hljaFRMRwlPIhAb1fVeI1OSQ2USg1I8b3-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:44:01 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6376BB98; Wed, 27 Aug 2014 16:44:01 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 325F73C7A; Wed, 27 Aug 2014 16:44:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=KRTN8HEte6Yavk/uOiYlc24uNs8bjgm3dI41M/opzEM=; b=I4l2N+l15PQ3vRGhZUafgeoi1xoExl13RBIjaccUTI/aNcqALJYEU+9QoIHVALmuTGViW6vYlHy60InM9lh8EBI69R8q0T0rF/eWR6dO6S/WHoZUqwykvS9tIIpsAT17TT3BqSarldvXF8QtksS1H7D1Rmtv8YQ1eCpWyD+Wm2M=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgKG-000E1U-79; Wed, 27 Aug 2014 16:44:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: bdrewery@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:44:00 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366322: 2x fail, 2x success To: bdrewery@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827131000-28366 X-Trac-Build-ID: 20140827131000-28366 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:44:01 -0000 - Update to checkin 7c2b030b2b Changes: * testport: Detect invalid origin in -o * Still symlink logs to errors/ for 'stuck_in_queue' * Add a jail:start hook. Can be used to customize the jail for builds on startup. * jail -u: Stop trying to nullmount /usr/src on top of itself, and fix /compat warning. * bulk -t/testport: Only show NEEDED libraries using readelf(1) rather than ldd(1) which was showing indirect library dependencies. * bulk -R / NO_RESTRICTED: Show which files are being removed by clean_restricted * Fix showing missing MOVED as a warning * jail -i: Fix to not require a ports tree * bulk -i: Fix installation of ports-mgmt/pkg --------------------------------------------------------------------- Build ID: 20140827131000-28366 Job owner: bdrewery@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 16:43:59 GMT Revision: 366322 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366322 --------------------------------------------------------------------- Port: ports-mgmt/poudriere-devel 3.0.99.20140827 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827131000-28366-404360/poudriere-devel-3.0.99.20140827.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827131000-28366-404361/poudriere-devel-3.0.99.20140827.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:45:01 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28E49C3B; Wed, 27 Aug 2014 16:45:01 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFFA23C8A; Wed, 27 Aug 2014 16:45:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=aMIMi37tz1gou72oUNjhRLCMY59rC4uGF430U03NG18=; b=VS/QfgV58vvD9fLcZKVxowUznx2+hUvp2H/8UgovWzV9syRO+ZXg1fdDEV05zk7McuRICoxE/TrtLxhh7Sgm5YNOvcR3zR4/QIQ+tEbNi+dABBRQrOz2cTTiPEYeVHjYv7zdfwbiK6wD63dr8kvTArefRBYY12bfB4KstLMGpSk=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgLE-000E64-1P; Wed, 27 Aug 2014 16:45:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: ale@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:44:59 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366323: 2x fail, 1x ???, 1x success To: ale@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827133600-4320 X-Trac-Build-ID: 20140827133600-4320 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:45:01 -0000 Update to 2.6.4 release. --------------------------------------------------------------------- Build ID: 20140827133600-4320 Job owner: ale@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:44:58 GMT Revision: 366323 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366323 --------------------------------------------------------------------- Port: databases/mongodb Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: ??? Log: https://qat.redports.org//~ale@FreeBSD.org/20140827133600-4320-404364/mongodb-2.6.4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~ale@FreeBSD.org/20140827133600-4320-404365/mongodb-2.6.4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:46:01 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7311FD00; Wed, 27 Aug 2014 16:46:01 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 459533CA0; Wed, 27 Aug 2014 16:46:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=V73OkFlNcRBlVJ6pTDVC9DkIDM7T9f9fclP7nYamfsw=; b=KoNwObOKrguuhitusR27WPKfbpNO5V2XzqpHelQzwz5W5d+qk+0tp1hN8TLsGpkP8wG20R/49HnrNPv2vgyP7rRA78N68/5r0d6b0Cohp6wouB0TzWxy7ZN6KY10Tc3jINt/iOLvQ78GGELfXoZqnzJ6NVTIpV1vWYA55sTYw2Q=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgMC-000EAA-C8; Wed, 27 Aug 2014 16:46:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:46:00 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366324: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827135000-28271 X-Trac-Build-ID: 20140827135000-28271 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:46:01 -0000 Stagify. --------------------------------------------------------------------- Build ID: 20140827135000-28271 Job owner: vanilla@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:45:59 GMT Revision: 366324 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366324 --------------------------------------------------------------------- Port: net/sendsms 0.2.4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827135000-28271-404368/sendsms-0.2.4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827135000-28271-404369/sendsms-0.2.4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:49:54 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B30B8F1B; Wed, 27 Aug 2014 16:49:54 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 842CA3CE0; Wed, 27 Aug 2014 16:49:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=TyWYEus2+EWnmmz9tN/eZhDmudr1DjdQEe9sj0VxDUM=; b=rHtK95ihZnAkePEh969B/Pz01ppXJuMKKCrRAtlWRKDki7EiekwIZprh0YCdsuH/aDC3NavAvv7itYhOfpuNAe1xwMYgY7RGz7x91SG5iqY75bN74lAjKDnqz+53yx0MWmRHZU4DuIIhTLU9D8u1Z83/V7azP6xg2TG52YGxa8c=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgPx-000EPq-JH; Wed, 27 Aug 2014 16:49:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: ehaupt@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:49:53 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366325: 2x fail, 2x finished To: ehaupt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827135600-12336 X-Trac-Build-ID: 20140827135600-12336 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:49:54 -0000 Update to 1.30 --------------------------------------------------------------------- Build ID: 20140827135600-12336 Job owner: ehaupt@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:49:51 GMT Revision: 366325 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366325 --------------------------------------------------------------------- Port: lang/p5-Expect 1.30 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FINISHED Buildgroup: 9.2-QAT/i386 Buildstatus: FINISHED -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:50:46 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E149AFBA; Wed, 27 Aug 2014 16:50:46 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2AA73D5C; Wed, 27 Aug 2014 16:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=6qB2/+E/gFRJyMkxGsq0by+t5cpi3wMur+t+tumn6EE=; b=XtXj+KwJ/SG4Do/C8nXKlWupZcwTf7eJ5Aka6DCvpobuAd41vBKWTYgDdHstKfS/g1WIF1pqgpFYdLTUa5E3dj2UlIjnD7gWl1SpIVS4LP4jXXI7rio4WKdwSXmd4JbKcyVliQZgeGGPWFJ0mb9Lt+5zy2OTdV42y6io+JjRCX4=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgQn-000Eby-QR; Wed, 27 Aug 2014 16:50:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:50:45 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366326: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827140400-41253 X-Trac-Build-ID: 20140827140400-41253 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:50:47 -0000 1: Stagify. 2: add LICENSE & LICENSE_FILE --------------------------------------------------------------------- Build ID: 20140827140400-41253 Job owner: vanilla@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:50:44 GMT Revision: 366326 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366326 --------------------------------------------------------------------- Port: net/scr_ipfm 0.64 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827140400-41253-404376/scr_ipfm-0.64.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827140400-41253-404377/scr_ipfm-0.64.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:51:46 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1D1BEB; Wed, 27 Aug 2014 16:51:46 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92FAA3D7C; Wed, 27 Aug 2014 16:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=yEatjg1kC4QOM0zBoBBQfWP749UsEMVE9ru8t/gLI0o=; b=UezV2nv4nXi62WTmqF+TBSSSFPSQ8siih63vbyWceOJYJbRIoP6wnvO9WnN/KpBjECHOiC0xK7d85HzxrJ6CHzJqd+X9BzxWCDJd6LfwNoSAAzTeqLFLlKOTDDiDhuXe2ZCtb862kPS/h+uk92xd+UCGQChyA/rpfDYV3kdXr6E=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgRl-000Efx-Kk; Wed, 27 Aug 2014 16:51:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: gahr@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:51:45 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366327: 2x fail, 2x success To: gahr@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827140600-13431 X-Trac-Build-ID: 20140827140600-13431 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:51:46 -0000 - Update to 1.0.1 --------------------------------------------------------------------- Build ID: 20140827140600-13431 Job owner: gahr@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:51:43 GMT Revision: 366327 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366327 --------------------------------------------------------------------- Port: databases/tdbc 1.0.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~gahr@FreeBSD.org/20140827140600-13431-404380/tdbc-1.0.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~gahr@FreeBSD.org/20140827140600-13431-404381/tdbc-1.0.1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:52:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D320186; Wed, 27 Aug 2014 16:52:43 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D347B3D86; Wed, 27 Aug 2014 16:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=wGa/UvCRtvLoEsvDNBb4Ne1NhRKEAk4XnBBiQLKmMYE=; b=jnAsEgZwwJ3xLqbXSHcakvnav08p9Ux1QG7uppRFiNdFbLVaI1cS2lIW3n23ZUGeDwyKSHjsfGiggyJpO3HiZEihybrinzULhR4ZpFdlevVnMHZzcIb95hdGgozA8XgrlRjJvfGX8gdbjjC9x8EGTibxEQcXvAkdhYqzUwTVc0c=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgSf-000Ejw-Tg; Wed, 27 Aug 2014 16:52:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: gahr@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:52:41 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366328: 2x fail, 2x success To: gahr@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827141000-30379 X-Trac-Build-ID: 20140827141000-30379 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:52:43 -0000 - Update to 2.7.1 --------------------------------------------------------------------- Build ID: 20140827141000-30379 Job owner: gahr@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 16:52:39 GMT Revision: 366328 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366328 --------------------------------------------------------------------- Port: devel/tclthread 2.7.1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~gahr@FreeBSD.org/20140827141000-30379-404384/tclthread-2.7.1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~gahr@FreeBSD.org/20140827141000-30379-404385/tclthread-2.7.1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:54:51 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A1B038B; Wed, 27 Aug 2014 16:54:51 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C81F3DA4; Wed, 27 Aug 2014 16:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=XLyVcZvh18zbxCHL+8+grGzNUFDnwa21MTpgKpJxJ1M=; b=Y4hffA+h/yNwWAjrPFq/N237IGHscurlApD5x00C51rvJi8hyKfhZlIXFa3EUHqEQj+KUfgfZN7CxL3WLBCtTuq41ivnCDrpB3tLYEFybdHQHTtpPFfyDBZeYUp9N//11g0KqajnpjaGYFBYT5qx1fuVPyCBkhYDSVD6lcUCnuY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgUk-000Esc-68; Wed, 27 Aug 2014 16:54:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:54:50 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366330: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827143400-33868 X-Trac-Build-ID: 20140827143400-33868 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:54:51 -0000 1: Stagify. 2: Add LICENSE & LICENSE_FILE. --------------------------------------------------------------------- Build ID: 20140827143400-33868 Job owner: vanilla@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 16:54:48 GMT Revision: 366330 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366330 --------------------------------------------------------------------- Port: net/rude 0.70_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827143400-33868-404392/rude-0.70_4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140827143400-33868-404393/rude-0.70_4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:55:51 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2794E43A; Wed, 27 Aug 2014 16:55:51 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4ED3DB6; Wed, 27 Aug 2014 16:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=kIWg/hkssf/rGLLexw2oae5YabtOePF34vGJVoBtIhY=; b=9WH/2Drp8vfcNTyeK70HM83lSdsQxtc3m6z83+WNvKV3UP5xNcxSQBY51999lm7aAG4puW8yvs5oxGzC41/kuVNluymCZ1nhsv2JqrBxtvbaeOyVbCoYWijbH/OjYwBN+A2j9/grKciVzksG3vNuG3D7qRYokXZCie8QahecL3E=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgVi-000ExD-0T; Wed, 27 Aug 2014 16:55:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: wg@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:55:49 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366331: 2x fail, 1x depend (ignored: is only for i386, while you are running amd64 in databases/oracle7-client), 1x success To: wg@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827145600-7727 X-Trac-Build-ID: 20140827145600-7727 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:55:51 -0000 databases/yasql: support stage PR: 193028 Submitted by: Ports Fury --------------------------------------------------------------------- Build ID: 20140827145600-7727 Job owner: wg@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 16:55:48 GMT Revision: 366331 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366331 --------------------------------------------------------------------- Port: databases/yasql 1.83_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (IGNORED: IS ONLY FOR I386, WHILE YOU ARE RUNNING AMD64 IN DATABASES/ORACLE7-CLIENT) Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~wg@FreeBSD.org/20140827145600-7727-404397/yasql-1.83_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:57:54 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF543513; Wed, 27 Aug 2014 16:57:54 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D4B3DD0; Wed, 27 Aug 2014 16:57:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=GtlOfn+niPilSBjWrWpdrf/hULtcBw0xqV1daHTRzdQ=; b=Deh18m8czR9FfuVx6TFemk7cW7qfHdUNJxc4XZjctcTvSoX0mVwkRLSpW0+jScuSF/I6AHUUeZ1Bydoh+hn7lzHx0u15ch1y997e+DjP9c0JB2TxykOLgbawspdzYL4zfo/gklen4HwBR9877pzOvn44hCbdq6pRbs3g1n7g05Y=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgXh-000F5c-NO; Wed, 27 Aug 2014 16:57:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: adamw@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:57:53 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366333: 5x fail, 3x success To: adamw@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827155400-14822 X-Trac-Build-ID: 20140827155400-14822 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:57:54 -0000 - Update GeoIP to 1.6.2 and switch to its new github location. - Add net/geoipupdate, the formal tool to fetch updates. It is for paid subscribers. People using the free version should continue using the geoipupdate.sh script in net/GeoIP. This program is used to fetch the GeoIP2 and GeoIP databases. It requires an active GeoIP subscription. Please see https://www.maxmind.com/en/geolocation_landing for details about obtaining a subscription. If you wish to install the free versions of the GeoIP databases, please use the geoipudate.sh script provided in net/GeoIP. WWW: https://github.com/maxmind/geoipupdate --------------------------------------------------------------------- Build ID: 20140827155400-14822 Job owner: adamw@FreeBSD.org Buildtime: 64 minutes Enddate: Wed, 27 Aug 2014 16:57:51 GMT Revision: 366333 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366333 --------------------------------------------------------------------- Port: net/GeoIP 1.6.2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~adamw@FreeBSD.org/20140827155400-14822-404400/GeoIP-1.6.2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~adamw@FreeBSD.org/20140827155400-14822-404401/GeoIP-1.6.2.log --------------------------------------------------------------------- Port: net/geoipupdate 2.0.2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~adamw@FreeBSD.org/20140827155400-14822-404404/geoipupdate-2.0.2.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 16:59:02 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 483375FE; Wed, 27 Aug 2014 16:59:02 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 194EA3DE2; Wed, 27 Aug 2014 16:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=AvOhFpSmUqVmCaxR32hWxJZsuXGDgcoSaHdhcW7HS5U=; b=LzBFmq15mOeKq8H4JNIC+rJ3+bl57qwZfZXqIFuCYCUeem5c08BwZgXDFL+RFkKN+xN0SknU4T5U4EzqE0tLqhbCH9HjbPZHvMzSTUACdh1XIMeIEzQ9Cw+TM17unUV8XKpFsggXx8jN2brr64tFoDLTTekUHUIopWYfio5utfc=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgYn-000FAK-56; Wed, 27 Aug 2014 16:59:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: bdrewery@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 16:59:01 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366334: 2x fail, 2x success To: bdrewery@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827163400-23605 X-Trac-Build-ID: 20140827163400-23605 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 16:59:02 -0000 - Update to 3.17.7 Changes: * Use PM_SU_CMD for pkg set -o --------------------------------------------------------------------- Build ID: 20140827163400-23605 Job owner: bdrewery@FreeBSD.org Buildtime: 25 minutes Enddate: Wed, 27 Aug 2014 16:58:59 GMT Revision: 366334 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366334 --------------------------------------------------------------------- Port: ports-mgmt/portmaster 3.17.7 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827163400-23605-404407/portmaster-3.17.7.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827163400-23605-404408/portmaster-3.17.7.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 17:10:17 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B009F990; Wed, 27 Aug 2014 17:10:17 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83D2C3F54; Wed, 27 Aug 2014 17:10:17 +0000 (UTC) Received: from PAIMAIL.pai.local (paimail.pai.local [10.10.0.153]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id s7RHAFMd022225 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 27 Aug 2014 13:10:15 -0400 (EDT) (envelope-from mikej@paymentallianceintl.com) Received: from PAICAS.pai.local (10.10.0.154) by PAIMAIL.pai.local (10.10.0.153) with Microsoft SMTP Server (TLS) id 8.3.348.2; Wed, 27 Aug 2014 13:10:14 -0400 Received: from PAIMAIL.pai.local ([::1]) by PAICAS.pai.local ([::1]) with mapi; Wed, 27 Aug 2014 13:10:14 -0400 From: Michael Jung To: Ports FreeBSD , "pkg@freebsd.org" , "ports@freebsd.org" Date: Wed, 27 Aug 2014 13:09:43 -0400 Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Thread-Topic: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Thread-Index: Ac/CF4B1xBMqQaiLSiii2TTVEu9HbAAAZFMw Message-ID: References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> <53FDF8F8.1070501@FreeBSD.org> In-Reply-To: <53FDF8F8.1070501@FreeBSD.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 17:10:17 -0000 Rm9sbG93aW5nIHlvdXIgaW5zdHJ1Y3Rpb25zOg0KDQpyb290QGJzZDExOi91c3IvaG9tZS9taWtl aiAjIHBrZyAtdg0KMS4zLjYNCnJvb3RAYnNkMTE6L3Vzci9ob21lL21pa2VqICMgcGtnIHVwZGF0 ZSAtZg0KVXBkYXRpbmcgcmVwb3NpdG9yeSBjYXRhbG9ndWUNCkZldGNoaW5nIG1ldGEudHh6OiAx MDAlIG9mIDk0NCBCDQpGZXRjaGluZyBkaWdlc3RzLnR4ejogMTAwJSBvZiAyIE1CDQpGZXRjaGlu ZyBwYWNrYWdlc2l0ZS50eHo6IDEwMCUgb2YgNSBNQg0KDQpBZGRpbmcgbmV3IGVudHJpZXM6IDEw MCUNCkluY3JlbWVudGFsIHVwZGF0ZSBjb21wbGV0ZWQsIDIzMjQ2IHBhY2thZ2VzIHByb2Nlc3Nl ZDoNCjAgcGFja2FnZXMgdXBkYXRlZCwgMCByZW1vdmVkIGFuZCAyMzI0NiBhZGRlZC4NCnJvb3RA YnNkMTE6L3Vzci9ob21lL21pa2VqICMgcGtnIGluc3RhbGwgcG9ydHMtbWdtdC9wa2cNClVwZGF0 aW5nIHJlcG9zaXRvcnkgY2F0YWxvZ3VlDQpGcmVlQlNEX3NzcCByZXBvc2l0b3J5IGlzIHVwLXRv LWRhdGUNCkFsbCByZXBvc2l0b3JpZXMgYXJlIHVwLXRvLWRhdGUNCnBrZ35wb3J0cy1tZ210L3Br ZyBoYXMgbm8gZGlyZWN0IGluc3RhbGxhdGlvbiBjYW5kaWRhdGVzLCBjaGFuZ2UgaXQgdG8gcGtn fnBvcnRzLW1nbXQvcGtnLWRldmVsIFtZL25dOg0KDQpUaGlzIGlzIG5vdCB3aGF0IEkgZXhwZWN0 ZWQuDQoNCi0tbWlrZWoNCg0KLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IG93bmVy LWZyZWVic2Qtc3RhYmxlQGZyZWVic2Qub3JnIFttYWlsdG86b3duZXItZnJlZWJzZC1zdGFibGVA ZnJlZWJzZC5vcmddIE9uIEJlaGFsZiBPZiBCcnlhbiBEcmV3ZXJ5DQpTZW50OiBXZWRuZXNkYXks IEF1Z3VzdCAyNywgMjAxNCAxMToyOCBBTQ0KVG86IHBrZ0BmcmVlYnNkLm9yZzsgcG9ydHNAZnJl ZWJzZC5vcmcNClN1YmplY3Q6IFBrZyAxLjMuNyBvdXQuIFNwZWNpYWwgaGFuZGxpbmcgcmVjb21t ZW5kZWQgdG8gYXZvaWQgcmVpbnN0YWxscy4NCg0KUGtnIDEuMy43IGlzIG5vdyByZWxlYXNlZC4g VGhlIHBvcnQgaXMgdXBkYXRlZC4gcGtnLkZyZWVCU0Qub3JnIHBhY2thZ2VzDQphcmUgbm93IHB1 Ymxpc2hlZCB3aXRoIGZpeGVkIHNoYXJlZCBsaWJyYXJpZXMuDQoNCkl0IHdhcyBmb3VuZCB0aGF0 ICdwa2cgdXBkYXRlIC1mJyBtYXkgYmUgcmVxdWlyZWQgYXMgd2VsbC4NCg0KSGVyZSBhcmUgdGhl IHVwZGF0ZWQgaW5zdHJ1Y3Rpb25zOg0KDQotIEJpbmFyeSBwYWNrYWdlIHVzZXJzIHNob3VsZCBy dW4gJ3BrZyB1cGRhdGUgLWYnIGFuZCAncGtnIGNoZWNrIC1CYScNCmFmdGVyIHVwZ3JhZGluZyB0 byBwa2ctMS4zLjcgYW5kIGJlZm9yZSB1cGRhdGluZyBhbnkgb3RoZXIgcGFja2FnZXMuDQpUaGlz IGF2b2lkcyBuZWVkaW5nIHRvIHJlaW5zdGFsbCBhbnl0aGluZyBub3QgbmVlZGVkIGR1ZSB0byBj aGFuZ2VkDQpzaGFyZWQgbGlicmFyaWVzLg0KICAgRm9yIGJpbmFyeSBwYWNrYWdlIHVzZXJzOg0K ICAgICMgcGtnIGluc3RhbGwgcG9ydHMtbWdtdC9wa2cNCiAgICAjIHBrZyB1cGRhdGUgLWYNCiAg ICAjIHBrZyBjaGVjayAtQmENCiAgICAjIHBrZyB1cGdyYWRlDQogICBGb3IgcG9ydCB1c2VyczoN CiAgICAjIHBvcnRzbmFwIGZldGNoIHVwZGF0ZQ0KICAgICMgbWFrZSAtQyAvdXNyL3BvcnRzL3Bv cnRzLW1nbXQvcGtnIGJ1aWxkIGRlaW5zdGFsbCBpbnN0YWxsIGNsZWFuDQogICAgIyBwa2cgY2hl Y2sgLUJhDQotIFBlb3BsZSBidWlsZGluZyBwYWNrYWdlcyBmb3Igc2VydmluZyB0byBvdGhlciBz eXN0ZW1zIG5lZWQgdG8gcmVidWlsZA0KICBhbGwgcGFja2FnZXMgd2l0aCAxLjMuNy4NCg0KDQpU aGUgcHJldmlvdXMgYW5ub3VuY2VtZW50IGV4cGxhaW5pbmcgdGhpcyBpbiBtb3JlIGRldGFpbCBp cyBhdA0KaHR0cDovL2xpc3RzLmZyZWVic2Qub3JnL3BpcGVybWFpbC9mcmVlYnNkLXBvcnRzLWFu bm91bmNlLzIwMTQtQXVndXN0LzAwMDA4Ni5odG1sDQoNCg0KLS0gDQpSZWdhcmRzLA0KQnJ5YW4g RHJld2VyeQ0KDQoKDQpHb1BhaS5jb23CoHwgRmFjZWJvb2suY29tL1BheW1lbnRBbGxpYW5jZQ0K IA0KDQpDT05GSURFTlRJQUxJVFkgTk9URTogVGhpcyBtZXNzYWdlIGlzIGludGVuZGVkIG9ubHkg Zm9yIHRoZSB1c2UNCm9mIHRoZSBpbmRpdmlkdWFsIG9yIGVudGl0eSB0byB3aG9tIGl0IGlzIGFk ZHJlc3NlZCBhbmQgbWF5IA0KY29udGFpbiBpbmZvcm1hdGlvbiB0aGF0IGlzIHByaXZpbGVnZWQs IGNvbmZpZGVudGlhbCwgYW5kIA0KZXhlbXB0IGZyb20gZGlzY2xvc3VyZSB1bmRlciBhcHBsaWNh YmxlIGxhdy4gSWYgdGhlIHJlYWRlciANCm9mIHRoaXMgbWVzc2FnZSBpcyBub3QgdGhlIGludGVu ZGVkIHJlY2lwaWVudCwgeW91IGFyZSBoZXJlYnkgDQpub3RpZmllZCB0aGF0IGFueSBkaXNzZW1p bmF0aW9uLCBkaXN0cmlidXRpb24gb3IgY29weWluZyANCm9mIHRoaXMgY29tbXVuaWNhdGlvbiBp cyBzdHJpY3RseSBwcm9oaWJpdGVkLiBJZiB5b3UgaGF2ZSANCnJlY2VpdmVkIHRoaXMgdHJhbnNt aXNzaW9uIGluIGVycm9yLCBwbGVhc2Ugbm90aWZ5IHVzIGJ5IA0KdGVsZXBob25lIGF0ICg1MDIp IDIxMi00MDAxIG9yIG5vdGlmeSB1cyBhdCBQQUkgLCBEZXB0LiA5OSwgDQo2MDYwIER1dGNobWFu cyBMYW5lLCBTdWl0ZSAzMjAsIExvdWlzdmlsbGUsIEtZIDQwMjA1DQoNCg0KDQoNCg== From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 17:15:32 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05803AED; Wed, 27 Aug 2014 17:15:32 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAB1D3004; Wed, 27 Aug 2014 17:15:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=ZGdCQK4DEiCsLtrE4hvcqLzgQN6H2ROxFLnElU2JYFE=; b=HgSGPwcCuYfKM9VtItJbhmCDUhKa2i70rOt/WQYeqv9Eh1zMmsv8PHYgM6lr665IDMIfgqtQzSh5IglKLfzL8nZBI4NnFETmA5BdyP6e97fJ88wzaImih26ifer0DfpWXZZTQafL1HWydoTaRfmnWTU29Fuvfd+QCJYZx7COldg=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMgok-000GWl-QT; Wed, 27 Aug 2014 17:15:30 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vsevolod@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 17:15:30 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366335: 2x fail, 2x success To: vsevolod@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827170800-62417 X-Trac-Build-ID: 20140827170800-62417 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 17:15:32 -0000 - Fix plist issues - Bump revision --------------------------------------------------------------------- Build ID: 20140827170800-62417 Job owner: vsevolod@FreeBSD.org Buildtime: 7 minutes Enddate: Wed, 27 Aug 2014 17:15:26 GMT Revision: 366335 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366335 --------------------------------------------------------------------- Port: security/libsodium 0.7.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827170800-62417-404411/libsodium-0.7.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vsevolod@FreeBSD.org/20140827170800-62417-404412/libsodium-0.7.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 17:58:59 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85D319D7; Wed, 27 Aug 2014 17:58:59 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5709B34B0; Wed, 27 Aug 2014 17:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=rj/s/KKhiTMt/n80GIyXuWiWPG6SqcES74sVMhM4OxQ=; b=wppA0XlL3atCSlQnrl9Lo7qEtjx0Hg1urPuRAguzsesnkN8147kvVnShRiQS0QrBv5g3qhM9xoPEPCjzhDfUHanshUA2IKVilx7PmSedhb4Yztiz7I0/UmPzRwPsNDtZkmyNWCk6whg+eF+kQIRy8jqgCSEYiPr0i7GhiO5K6oc=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMhUo-000Jvs-AV; Wed, 27 Aug 2014 17:58:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: robak@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 17:58:58 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366329: 2x fail, 2x ??? To: robak@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827142400-52228 X-Trac-Build-ID: 20140827142400-52228 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 17:58:59 -0000 java/eclipse: Set a default theme and external browser PR: 192696 Submitted by: Jimmy Kelley Reviewed by: swills (mentor), marino (mentor) Approved by: mentors (implicit) --------------------------------------------------------------------- Build ID: 20140827142400-52228 Job owner: robak@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 17:58:56 GMT Revision: 366329 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366329 --------------------------------------------------------------------- Port: java/eclipse 4.3.2_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: ??? Log: https://qat.redports.org//~robak@FreeBSD.org/20140827142400-52228-404388/eclipse-4.3.2_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: ??? Log: https://qat.redports.org//~robak@FreeBSD.org/20140827142400-52228-404389/eclipse-4.3.2_2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 18:30:10 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43AB16B6; Wed, 27 Aug 2014 18:30:10 +0000 (UTC) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0354637CD; Wed, 27 Aug 2014 18:30:09 +0000 (UTC) Received: from PAIMAIL.pai.local (paimail.pai.local [10.10.0.153]) by mx2.paymentallianceintl.com (8.14.5/8.13.8) with ESMTP id s7RIU8ap037461 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 27 Aug 2014 14:30:08 -0400 (EDT) (envelope-from mikej@paymentallianceintl.com) Received: from PAIMAILDR.pai.local (10.10.0.152) by PAIMAIL.pai.local (10.10.0.153) with Microsoft SMTP Server (TLS) id 8.3.348.2; Wed, 27 Aug 2014 14:30:07 -0400 Received: from PAIMAIL.pai.local ([::1]) by PAIMAILDR.pai.local ([::1]) with mapi; Wed, 27 Aug 2014 14:30:07 -0400 From: Michael Jung To: Ports FreeBSD , "pkg@freebsd.org" , "ports@freebsd.org" Date: Wed, 27 Aug 2014 14:29:36 -0400 Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Thread-Topic: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Thread-Index: Ac/CF4B1xBMqQaiLSiii2TTVEu9HbAAAZFMwAALYruA= Message-ID: References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> <53FDF8F8.1070501@FreeBSD.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 18:30:10 -0000 TklYIFRISVMhDQoNCkRhbW4sIEkgcmFuIHRoaXMgb24gYSBib3ggd2l0aCB0aGUgU1NQIHJlcG9z aXRvcnkgY29uZmlndXJlZC4gIEhvcGUgbm8tb25lIHdhc3RlZCBhbnkgdGltZSBvbiB0aGlzLg0K DQpQa2cgaGFzIHVwZGF0ZWQgb24gbnVtZXJvdXMgb3RoZXIgbWFjaGluZXMgd2l0aG91dCBpbmNp ZGVudC4NCg0KOi0oDQoNCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQpGcm9tOiBNaWNoYWVs IEp1bmcgDQpTZW50OiBXZWRuZXNkYXksIEF1Z3VzdCAyNywgMjAxNCAxOjEwIFBNDQpUbzogJ1Bv cnRzIEZyZWVCU0QnOyBwa2dAZnJlZWJzZC5vcmc7IHBvcnRzQGZyZWVic2Qub3JnDQpTdWJqZWN0 OiBSRTogUGtnIDEuMy43IG91dC4gU3BlY2lhbCBoYW5kbGluZyByZWNvbW1lbmRlZCB0byBhdm9p ZCByZWluc3RhbGxzLg0KDQpGb2xsb3dpbmcgeW91ciBpbnN0cnVjdGlvbnM6DQoNCnJvb3RAYnNk MTE6L3Vzci9ob21lL21pa2VqICMgcGtnIC12DQoxLjMuNg0Kcm9vdEBic2QxMTovdXNyL2hvbWUv bWlrZWogIyBwa2cgdXBkYXRlIC1mIFVwZGF0aW5nIHJlcG9zaXRvcnkgY2F0YWxvZ3VlIEZldGNo aW5nIG1ldGEudHh6OiAxMDAlIG9mIDk0NCBCIEZldGNoaW5nIGRpZ2VzdHMudHh6OiAxMDAlIG9m IDIgTUIgRmV0Y2hpbmcgcGFja2FnZXNpdGUudHh6OiAxMDAlIG9mIDUgTUINCg0KQWRkaW5nIG5l dyBlbnRyaWVzOiAxMDAlDQpJbmNyZW1lbnRhbCB1cGRhdGUgY29tcGxldGVkLCAyMzI0NiBwYWNr YWdlcyBwcm9jZXNzZWQ6DQowIHBhY2thZ2VzIHVwZGF0ZWQsIDAgcmVtb3ZlZCBhbmQgMjMyNDYg YWRkZWQuDQpyb290QGJzZDExOi91c3IvaG9tZS9taWtlaiAjIHBrZyBpbnN0YWxsIHBvcnRzLW1n bXQvcGtnIFVwZGF0aW5nIHJlcG9zaXRvcnkgY2F0YWxvZ3VlIEZyZWVCU0Rfc3NwIHJlcG9zaXRv cnkgaXMgdXAtdG8tZGF0ZSBBbGwgcmVwb3NpdG9yaWVzIGFyZSB1cC10by1kYXRlIHBrZ35wb3J0 cy1tZ210L3BrZyBoYXMgbm8gZGlyZWN0IGluc3RhbGxhdGlvbiBjYW5kaWRhdGVzLCBjaGFuZ2Ug aXQgdG8gcGtnfnBvcnRzLW1nbXQvcGtnLWRldmVsIFtZL25dOg0KDQpUaGlzIGlzIG5vdCB3aGF0 IEkgZXhwZWN0ZWQuDQoNCi0tbWlrZWoNCg0KLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZy b206IG93bmVyLWZyZWVic2Qtc3RhYmxlQGZyZWVic2Qub3JnIFttYWlsdG86b3duZXItZnJlZWJz ZC1zdGFibGVAZnJlZWJzZC5vcmddIE9uIEJlaGFsZiBPZiBCcnlhbiBEcmV3ZXJ5DQpTZW50OiBX ZWRuZXNkYXksIEF1Z3VzdCAyNywgMjAxNCAxMToyOCBBTQ0KVG86IHBrZ0BmcmVlYnNkLm9yZzsg cG9ydHNAZnJlZWJzZC5vcmcNClN1YmplY3Q6IFBrZyAxLjMuNyBvdXQuIFNwZWNpYWwgaGFuZGxp bmcgcmVjb21tZW5kZWQgdG8gYXZvaWQgcmVpbnN0YWxscy4NCg0KUGtnIDEuMy43IGlzIG5vdyBy ZWxlYXNlZC4gVGhlIHBvcnQgaXMgdXBkYXRlZC4gcGtnLkZyZWVCU0Qub3JnIHBhY2thZ2VzIGFy ZSBub3cgcHVibGlzaGVkIHdpdGggZml4ZWQgc2hhcmVkIGxpYnJhcmllcy4NCg0KSXQgd2FzIGZv dW5kIHRoYXQgJ3BrZyB1cGRhdGUgLWYnIG1heSBiZSByZXF1aXJlZCBhcyB3ZWxsLg0KDQpIZXJl IGFyZSB0aGUgdXBkYXRlZCBpbnN0cnVjdGlvbnM6DQoNCi0gQmluYXJ5IHBhY2thZ2UgdXNlcnMg c2hvdWxkIHJ1biAncGtnIHVwZGF0ZSAtZicgYW5kICdwa2cgY2hlY2sgLUJhJw0KYWZ0ZXIgdXBn cmFkaW5nIHRvIHBrZy0xLjMuNyBhbmQgYmVmb3JlIHVwZGF0aW5nIGFueSBvdGhlciBwYWNrYWdl cy4NClRoaXMgYXZvaWRzIG5lZWRpbmcgdG8gcmVpbnN0YWxsIGFueXRoaW5nIG5vdCBuZWVkZWQg ZHVlIHRvIGNoYW5nZWQgc2hhcmVkIGxpYnJhcmllcy4NCiAgIEZvciBiaW5hcnkgcGFja2FnZSB1 c2VyczoNCiAgICAjIHBrZyBpbnN0YWxsIHBvcnRzLW1nbXQvcGtnDQogICAgIyBwa2cgdXBkYXRl IC1mDQogICAgIyBwa2cgY2hlY2sgLUJhDQogICAgIyBwa2cgdXBncmFkZQ0KICAgRm9yIHBvcnQg dXNlcnM6DQogICAgIyBwb3J0c25hcCBmZXRjaCB1cGRhdGUNCiAgICAjIG1ha2UgLUMgL3Vzci9w b3J0cy9wb3J0cy1tZ210L3BrZyBidWlsZCBkZWluc3RhbGwgaW5zdGFsbCBjbGVhbg0KICAgICMg cGtnIGNoZWNrIC1CYQ0KLSBQZW9wbGUgYnVpbGRpbmcgcGFja2FnZXMgZm9yIHNlcnZpbmcgdG8g b3RoZXIgc3lzdGVtcyBuZWVkIHRvIHJlYnVpbGQNCiAgYWxsIHBhY2thZ2VzIHdpdGggMS4zLjcu DQoNCg0KVGhlIHByZXZpb3VzIGFubm91bmNlbWVudCBleHBsYWluaW5nIHRoaXMgaW4gbW9yZSBk ZXRhaWwgaXMgYXQgaHR0cDovL2xpc3RzLmZyZWVic2Qub3JnL3BpcGVybWFpbC9mcmVlYnNkLXBv cnRzLWFubm91bmNlLzIwMTQtQXVndXN0LzAwMDA4Ni5odG1sDQoNCg0KLS0NClJlZ2FyZHMsDQpC cnlhbiBEcmV3ZXJ5DQoNCgoNCkdvUGFpLmNvbcKgfCBGYWNlYm9vay5jb20vUGF5bWVudEFsbGlh bmNlDQogDQoNCkNPTkZJREVOVElBTElUWSBOT1RFOiBUaGlzIG1lc3NhZ2UgaXMgaW50ZW5kZWQg b25seSBmb3IgdGhlIHVzZQ0Kb2YgdGhlIGluZGl2aWR1YWwgb3IgZW50aXR5IHRvIHdob20gaXQg aXMgYWRkcmVzc2VkIGFuZCBtYXkgDQpjb250YWluIGluZm9ybWF0aW9uIHRoYXQgaXMgcHJpdmls ZWdlZCwgY29uZmlkZW50aWFsLCBhbmQgDQpleGVtcHQgZnJvbSBkaXNjbG9zdXJlIHVuZGVyIGFw cGxpY2FibGUgbGF3LiBJZiB0aGUgcmVhZGVyIA0Kb2YgdGhpcyBtZXNzYWdlIGlzIG5vdCB0aGUg aW50ZW5kZWQgcmVjaXBpZW50LCB5b3UgYXJlIGhlcmVieSANCm5vdGlmaWVkIHRoYXQgYW55IGRp c3NlbWluYXRpb24sIGRpc3RyaWJ1dGlvbiBvciBjb3B5aW5nIA0Kb2YgdGhpcyBjb21tdW5pY2F0 aW9uIGlzIHN0cmljdGx5IHByb2hpYml0ZWQuIElmIHlvdSBoYXZlIA0KcmVjZWl2ZWQgdGhpcyB0 cmFuc21pc3Npb24gaW4gZXJyb3IsIHBsZWFzZSBub3RpZnkgdXMgYnkgDQp0ZWxlcGhvbmUgYXQg KDUwMikgMjEyLTQwMDEgb3Igbm90aWZ5IHVzIGF0IFBBSSAsIERlcHQuIDk5LCANCjYwNjAgRHV0 Y2htYW5zIExhbmUsIFN1aXRlIDMyMCwgTG91aXN2aWxsZSwgS1kgNDAyMDUNCg0KDQoNCg0K From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 18:40:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBEE1AF9 for ; Wed, 27 Aug 2014 18:40:01 +0000 (UTC) Received: from smtp22.services.sfr.fr (smtp22.services.sfr.fr [93.17.128.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED1A38E7 for ; Wed, 27 Aug 2014 18:40:00 +0000 (UTC) Received: from filter.sfr.fr (localhost [109.15.136.174]) by msfrf2202.sfr.fr (SMTP Server) with ESMTP id 58A5270000FF for ; Wed, 27 Aug 2014 20:32:42 +0200 (CEST) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=listjm@club-internet.fr Received: from [192.168.1.67] (174.136.15.109.rev.sfr.net [109.15.136.174]) by msfrf2202.sfr.fr (SMTP Server) with ESMTP id 0E1A070000FB for ; Wed, 27 Aug 2014 20:32:41 +0200 (CEST) X-SFR-UUID: 20140827183242578.0E1A070000FB@msfrf2202.sfr.fr Message-ID: <53FE2442.9090805@club-internet.fr> Date: Wed, 27 Aug 2014 20:32:34 +0200 From: Juanitou User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 18:40:01 -0000 > Following your instructions: > > root at bsd11 :/usr/home/mikej # pkg -v > 1.3.6 > root at bsd11 :/usr/home/mikej # pkg update -f > Updating repository catalogue Well, I don’t know if it matters in your case, but the instructions are to run 'pkg update -f' *after* upgrading to pkg-1.3.7. Hope it helps, Juan From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 19:21:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA243FFB for ; Wed, 27 Aug 2014 19:21:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 989A73ED0 for ; Wed, 27 Aug 2014 19:21:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RJLeAI064592 for ; Wed, 27 Aug 2014 19:21:40 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7RJLetj064589 for freebsd-ports@freebsd.org; Wed, 27 Aug 2014 19:21:40 GMT (envelope-from bdrewery) Received: (qmail 83497 invoked from network); 27 Aug 2014 14:21:38 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 27 Aug 2014 14:21:38 -0500 Message-ID: <53FE2FB8.5040405@FreeBSD.org> Date: Wed, 27 Aug 2014 14:21:28 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Michael Jung , Ports FreeBSD , "pkg@freebsd.org" , "ports@freebsd.org" Subject: Re: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> <53FDF8F8.1070501@FreeBSD.org> In-Reply-To: OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ouMIV168JQRd65xohJLq6i5ru1kqf21RW" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 19:21:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ouMIV168JQRd65xohJLq6i5ru1kqf21RW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/27/2014 1:29 PM, Michael Jung wrote: > NIX THIS! >=20 > Damn, I ran this on a box with the SSP repository configured. Hope no-= one wasted any time on this. >=20 > Pkg has updated on numerous other machines without incident. >=20 > :-( >=20 > -----Original Message----- > From: Michael Jung=20 > Sent: Wednesday, August 27, 2014 1:10 PM > To: 'Ports FreeBSD'; pkg@freebsd.org; ports@freebsd.org > Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reins= talls. >=20 > Following your instructions: >=20 > root@bsd11:/usr/home/mikej # pkg -v > 1.3.6 > root@bsd11:/usr/home/mikej # pkg update -f Updating repository catalogu= e Fetching meta.txz: 100% of 944 B Fetching digests.txz: 100% of 2 MB Fet= ching packagesite.txz: 100% of 5 MB >=20 > Adding new entries: 100% > Incremental update completed, 23246 packages processed: > 0 packages updated, 0 removed and 23246 added. > root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg Updating reposi= tory catalogue FreeBSD_ssp repository is up-to-date All repositories are = up-to-date pkg~ports-mgmt/pkg has no direct installation candidates, chan= ge it to pkg~ports-mgmt/pkg-devel [Y/n]: >=20 > This is not what I expected. >=20 > --mikej >=20 I forgot to mention that SSP packages are a bit behind in getting the proper pkg version out. But it's not a big deal, you can just switch to pkg-devel for now. After the full set it pushed out it will move back to pkg-1.3.7. pkg-devel is nearly the same as 1.3.7. --=20 Regards, Bryan Drewery --ouMIV168JQRd65xohJLq6i5ru1kqf21RW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/i+8AAoJEDXXcbtuRpfPQWQH/1Rywz5gWg0M6U4SyzNJfeCt sousvyshEUc/Wt9QxjZfZqlZg5KzCg06+Ha5lTiAVzUBEGkpV1zVSinDjmyZoe1U o3P6bFFLsj3aijEJ0LLHzJbfhT1NsmAhI6s4+y9IB5SbsW2RdRdT8ljMSMbkqzne JFBBxWvwiI7llyUGOcUsjgZO+RZ3eHOTKdyB/x07MFKtesvZhevj88VpQnyuB8/n yRrh9514v0ya5mZ3e2qaWnBEeSlzQWog29HRvUO/LZFw1G3eaT2rKs1/CsX1Uk8K PaQJyWdk9MqN1T5g6VSo5QMiOY7AVOHeWU4QnGej18CH2nD21tI+3E1y902T9kM= =3xtx -----END PGP SIGNATURE----- --ouMIV168JQRd65xohJLq6i5ru1kqf21RW-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 19:49:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47D4C9FC for ; Wed, 27 Aug 2014 19:49:39 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26AB43112 for ; Wed, 27 Aug 2014 19:49:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RJncnr071350 for ; Wed, 27 Aug 2014 19:49:38 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7RJncEf071345 for freebsd-ports@freebsd.org; Wed, 27 Aug 2014 19:49:38 GMT (envelope-from bdrewery) Received: (qmail 76404 invoked from network); 27 Aug 2014 14:49:37 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 27 Aug 2014 14:49:37 -0500 Message-ID: <53FE364B.6050402@FreeBSD.org> Date: Wed, 27 Aug 2014 14:49:31 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Michael Jung , Ports FreeBSD , "pkg@freebsd.org" , "ports@freebsd.org" Subject: Re: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> <53FDF8F8.1070501@FreeBSD.org> <53FE2FB8.5040405@FreeBSD.org> In-Reply-To: <53FE2FB8.5040405@FreeBSD.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Jx8vrgUfK9U1BFK1R8NpFjL7PJpgELPFr" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 19:49:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Jx8vrgUfK9U1BFK1R8NpFjL7PJpgELPFr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/27/2014 2:21 PM, Bryan Drewery wrote: > On 8/27/2014 1:29 PM, Michael Jung wrote: >> NIX THIS! >> >> Damn, I ran this on a box with the SSP repository configured. Hope no= -one wasted any time on this. >> >> Pkg has updated on numerous other machines without incident. >> >> :-( >> >> -----Original Message----- >> From: Michael Jung=20 >> Sent: Wednesday, August 27, 2014 1:10 PM >> To: 'Ports FreeBSD'; pkg@freebsd.org; ports@freebsd.org >> Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid rein= stalls. >> >> Following your instructions: >> >> root@bsd11:/usr/home/mikej # pkg -v >> 1.3.6 >> root@bsd11:/usr/home/mikej # pkg update -f Updating repository catalog= ue Fetching meta.txz: 100% of 944 B Fetching digests.txz: 100% of 2 MB Fe= tching packagesite.txz: 100% of 5 MB >> >> Adding new entries: 100% >> Incremental update completed, 23246 packages processed: >> 0 packages updated, 0 removed and 23246 added. >> root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg Updating repos= itory catalogue FreeBSD_ssp repository is up-to-date All repositories are= up-to-date pkg~ports-mgmt/pkg has no direct installation candidates, cha= nge it to pkg~ports-mgmt/pkg-devel [Y/n]: >> >> This is not what I expected. >> >> --mikej >> >=20 > I forgot to mention that SSP packages are a bit behind in getting the > proper pkg version out. But it's not a big deal, you can just switch to= > pkg-devel for now. After the full set it pushed out it will move back t= o > pkg-1.3.7. pkg-devel is nearly the same as 1.3.7. >=20 >=20 I should explain why it even proposes pkg-devel... Due to needing to rebuild the packages for the past week with 1.3.7 I was faced with a bit of a chicken-and-egg situation with publishing our packages. So I put the fix into pkg-devel and rebuilt the packages for the previous week using pkg-devel. Last night when 1.3.7 was released I updated pkg on the build systems and rebuilt only Pkg on them. This then published all of the packages for the past week, this morning. "Rebuilt only Pkg" also means churning through about 1000 other packages that tend to rebuild every time we do a build, regardless of them being updated. We're working towards resolving that. This adds delay to the final rebuild I had planned. For the normal repositories this was all completed before the publish this morning. The SSP builder though is building far more than the normal builders and was still building all of last week's packages as of this morning. So I was unable to get it to use 1.3.7 before publishing the staged packages for the past week. There is no real issue with this. pkg-devel has no major updates and has only been used for testing recent 1.3 fixes. Once the SSP repository is published with the 1.3.7 build then it will propose pkg-1.3.7 again as I no longer built the repository with pkg-devel. --=20 Regards, Bryan Drewery --Jx8vrgUfK9U1BFK1R8NpFjL7PJpgELPFr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT/jZLAAoJEDXXcbtuRpfPOJMIAL0w65WODb4qSeyI296pQkN0 Jzxabj0UtGtI9dh9QK5PLn6cwHTifZKiA67Kmpcny9rVhsAFzqLs9RAeFlQgEubT AIGvniYbXpfDIQ1yJa+gB9tMcLOJdi5FP3x4OTsUV7K4B/bZrfdnxviCDODWgmgT 28TECHpNzue3NaDe0hHpDY6Yoc9KxcQdflgnh4ayHI8+Xxk23iEIsWvrdto78Gs0 /6KU0sI1mly7WilNISXvR0Atxn6S80fgb617ftI2Y5ON/sxuWvj0o/SJZ2uIrraE 6XbHETB6HyTeS8vQCtuz7YvAsqlKKA4LCNTi04MKbrsSlLgePS003Zd/SMTa0UU= =sIY5 -----END PGP SIGNATURE----- --Jx8vrgUfK9U1BFK1R8NpFjL7PJpgELPFr-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 21:57:18 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCFB5D30; Wed, 27 Aug 2014 21:57:18 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9076031F5; Wed, 27 Aug 2014 21:57:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=7K5gGpUoSya1ftoSfwYEXIDKxQFn6Thfkjc3w97QpAk=; b=XkxRY9uAPrhqqIBFMMQvY8q8R3NXced3DcqWu9AJZI7TnHqUOItPAqgZ6Jduwfex3207F7MTy6jl3qnSXwG9YQw4mZvVCrYCg2mVY0Kco6Rmmmuve1bBeugbak/9gD0RNPpNd23D3m3Quaumh221MKN0W5wvlN5HAyDfXFEKywc=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlDR-000CzZ-Ap; Wed, 27 Aug 2014 21:57:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: grembo@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 21:57:17 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366337: 2x fail, 2x success To: grembo@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827182600-18098 X-Trac-Build-ID: 20140827182600-18098 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 21:57:18 -0000 Add debug output to staticFiltering unit test Reviewed by: bdrewery Approved by: bdrewery --------------------------------------------------------------------- Build ID: 20140827182600-18098 Job owner: grembo@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 21:57:15 GMT Revision: 366337 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366337 --------------------------------------------------------------------- Port: devel/ice 3.5.1_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~grembo@FreeBSD.org/20140827182600-18098-404420/Ice-3.5.1_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~grembo@FreeBSD.org/20140827182600-18098-404421/Ice-3.5.1_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 21:58:18 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF2ECDE9; Wed, 27 Aug 2014 21:58:18 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C903208; Wed, 27 Aug 2014 21:58:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2L5+GxF+l+mCxSMwdDKy8Zh+9mCZYfCr5JgboJ+DsK0=; b=2D0T8lRPiw9c4C5P76uk65RmBY17FO8kac40739HEhbaZ9UOj39ijhnSiHYqJ9maLuRpPDxr0XX71Z3kGkaMmCO/HmI5XI0OCwStoWES5CsYARVZS9brNzUKHokTxwyKenhNLXJl39iNnZ6pZzx0W78IzIC3ME3YdjrO0fvB6LQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlEP-000D3t-L8; Wed, 27 Aug 2014 21:58:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 21:58:17 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366341: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827191401-2116 X-Trac-Build-ID: 20140827191401-2116 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 21:58:18 -0000 Convert to USES=libtool. Because the bundled libtool is too old to work with devel/libltdl libtoolize and other autotools are needed. --------------------------------------------------------------------- Build ID: 20140827191401-2116 Job owner: tijl@FreeBSD.org Buildtime: 3 hours Enddate: Wed, 27 Aug 2014 21:58:16 GMT Revision: 366341 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366341 --------------------------------------------------------------------- Port: emulators/tme 0.8_5 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827191401-2116-404424/tme-0.8_5.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827191401-2116-404425/tme-0.8_5.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:02:53 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07995125; Wed, 27 Aug 2014 22:02:53 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF296331B; Wed, 27 Aug 2014 22:02:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=VNxsiDPIhRXgYZCNqSvWv5yeO82iHw3Io+/vcNop1W8=; b=cMJzxlRVKrM32a6y86JmuvZ4PEwPBYCMLsPL3pYlJuHhY9urHenQ9Ri9I90Cgrh4F8xvi7+x5x7f8MC5nGPrV5A51jYvubkjWeY7CU11Zzt5y8whvA2dAPxbRhaF5H330eHdtPPx0PN1m5c3BeQqYO04iaE6ouRBjggio1dKyJQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlIp-000DVl-Ti; Wed, 27 Aug 2014 22:02:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: swills@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:02:51 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366345: 2x fail, 2x success To: swills@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827200001-38227 X-Trac-Build-ID: 20140827200001-38227 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:02:53 -0000 sysutils/rubygem-hammer_cli_foreman: update to 0.1.3 PR: 193014 Submitted by: Michael Moll (maintainer) --------------------------------------------------------------------- Build ID: 20140827200001-38227 Job owner: swills@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 22:02:50 GMT Revision: 366345 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366345 --------------------------------------------------------------------- Port: sysutils/rubygem-hammer_cli_foreman 0.1.3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~swills@FreeBSD.org/20140827200001-38227-404440/rubygem-hammer_cli_foreman-0.1.3.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~swills@FreeBSD.org/20140827200001-38227-404441/rubygem-hammer_cli_foreman-0.1.3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:06:05 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A364035F; Wed, 27 Aug 2014 22:06:05 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76FCC3347; Wed, 27 Aug 2014 22:06:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=S0Jdh1t+ehAC3Mj1ERyEbWl5CuS+hPbxt2nGZiL8RQ8=; b=3XLbcdO54DnAVE0fhtLXQhFld+55Hv6GvP0fV72feGRQuTPCw/kbvgP/89TMY8GZ5YKUK9wqGWMsNctiH1RPWRo6R3xQ0+ExsVPIPooyXaB32wgzga11H1l5LPufwD/RhX81D899uu5YoNqSyxysAuJ9dRaphzUVgCnJt1D5oDM=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlLw-000DjG-Ic; Wed, 27 Aug 2014 22:06:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:06:04 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366348: 2x fail, 2x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827202600-46519 X-Trac-Build-ID: 20140827202600-46519 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:06:05 -0000 - Fix shebangs - Strip libraries --------------------------------------------------------------------- Build ID: 20140827202600-46519 Job owner: amdmi3@FreeBSD.org Buildtime: 100 minutes Enddate: Wed, 27 Aug 2014 22:06:02 GMT Revision: 366348 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366348 --------------------------------------------------------------------- Port: emulators/xsystem35 1.7.2_17 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827202600-46519-404452/xsystem35-1.7.2_17.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827202600-46519-404453/xsystem35-1.7.2_17.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 21:59:49 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01645EBB; Wed, 27 Aug 2014 21:59:48 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C850C3229; Wed, 27 Aug 2014 21:59:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=q4KppDfqmUxu2pQupUCZJ57o9dAJXDgcDb1Z7B1YSyg=; b=8huDpIaAOVIwRVoWkksuf1U5/8vq9NX2xbcH6aXWWr92KVq9d6c9JRxmIr7ZyxEhf4owq1dc73JHtolyK8+Bn/vV5d3d52rZ7IpiARqgl6Zc3yw1JYWoq87XwiOusOUZhjDoGUc4wb9XAg9IIyhUcjoJIj0+4mWFr+8pseh9rtg=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlFr-000D9t-SN; Wed, 27 Aug 2014 21:59:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 21:59:47 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366342: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827194600-65070 X-Trac-Build-ID: 20140827194600-65070 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 21:59:49 -0000 Add USES=libtool and INSTALL_TARGET=install-strip --------------------------------------------------------------------- Build ID: 20140827194600-65070 Job owner: tijl@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 21:59:45 GMT Revision: 366342 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366342 --------------------------------------------------------------------- Port: sysutils/fusefs-libs 2.9.3_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827194600-65070-404428/fusefs-libs-2.9.3_3.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827194600-65070-404429/fusefs-libs-2.9.3_3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:03:57 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D0F02BF; Wed, 27 Aug 2014 22:03:57 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E167332D; Wed, 27 Aug 2014 22:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=KQJp2taHBSS1kOGHxCLjSxcP4Ep0iWyEBRncrrqXnow=; b=s07I6vQNC+SyIF5ICJFJ86mD3ZIOb47mUcPDdI8yKDo4csgRp2kT8Uc50xEv5DvlTXYH5oPwQBIWyIbxTE4eLWmz1/FzIK4TwLBaygQo30WNheOnRz3Qb3xyjbSSEe/Kl0RG3tscqFgxvkRJ9MxgPiKbf5PB0lM2C74bEy+XHx0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlJs-000Da4-9w; Wed, 27 Aug 2014 22:03:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: cy@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:03:56 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366346: 3x fail, 1x success To: cy@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827200600-37594 X-Trac-Build-ID: 20140827200600-37594 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:03:57 -0000 Update ---> 4.2.7p465 ---> 4.2.7p466 --------------------------------------------------------------------- Build ID: 20140827200600-37594 Job owner: cy@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 22:03:54 GMT Revision: 366346 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366346 --------------------------------------------------------------------- Port: net/ntp-devel 4.2.7p466 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~cy@FreeBSD.org/20140827200600-37594-404444/ntp-devel-4.2.7p466.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:08:06 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EF35425; Wed, 27 Aug 2014 22:08:06 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 317FA335F; Wed, 27 Aug 2014 22:08:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=C+o+vKTZ2EbVuh70bykBCpzaLXSnfWz3Y/U6Tg0nwSc=; b=erMNLc/HBJ6Lw065J3tFabfhstLRP0NQiiB7eaOcGhraJlpu42LXtc9zqfZD0W9zgYPgT5C4oweCr2wC6An5aUGlFqs2eoaUc+EiOnsQQLfWIAd0z0oHJUb2xPfE2VTZt307zYr4oBA1uZbDY1uqt7W6lRle9BIFQkCKuuUSH8I=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlNt-000Drb-7x; Wed, 27 Aug 2014 22:08:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:08:05 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366350: 3x fail, 1x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827204401-33783 X-Trac-Build-ID: 20140827204401-33783 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:08:06 -0000 - Drop .la files, no dependees require them Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827204401-33783 Job owner: amdmi3@FreeBSD.org Buildtime: 84 minutes Enddate: Wed, 27 Aug 2014 22:08:03 GMT Revision: 366350 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366350 --------------------------------------------------------------------- Port: multimedia/libmpeg2 0.5.1_6 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827204401-33783-404460/libmpeg2-0.5.1_6.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:00:52 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBCE8F69; Wed, 27 Aug 2014 22:00:52 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE40532BF; Wed, 27 Aug 2014 22:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=CSke7q4sJer304zUs401yPfGcuRhvq6fzY7Un6/Lfqo=; b=nFlMOluZDPeSkgY8QPujds7Tz0LKmeGwmzAwAQlHlf+hiEbOT9PlrVeG0VGucp5HC2VcOk0s/cqdmTvjqB95gZbUfqjiEBY8aXrFEDaGLz4p+OilaPh8ETPnJB1Ie0vQZaU/ME5YVkWbxKqsJTK+vzAlq71bM2xjAtzwaWd7TjI=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlGt-000DFK-Ob; Wed, 27 Aug 2014 22:00:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:00:51 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366343: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827195600-52632 X-Trac-Build-ID: 20140827195600-52632 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:00:53 -0000 Convert to USES=libtool:keepla --------------------------------------------------------------------- Build ID: 20140827195600-52632 Job owner: tijl@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 22:00:50 GMT Revision: 366343 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366343 --------------------------------------------------------------------- Port: emulators/hercules 3.10_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827195600-52632-404432/hercules-3.10_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827195600-52632-404433/hercules-3.10_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:14:15 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DE47C72; Wed, 27 Aug 2014 22:14:15 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41A6C345C; Wed, 27 Aug 2014 22:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=spc3GBzkDyPp8cvediHeEYVz1v5EyE6TI3P4R1SZ5Tc=; b=UUIUNfWm9xaUUHae47I4UiGJAb/vWy4RpfHBvF91wuNagRIUKZmR+SIXbBNa933JF3MQ3Pc37f7gzreO1sX5eCk7bJWEMbeaOnvhDzfiOoubal7OmgLzcQNLSX4GLGm+qOsFLbhbz3iPCZUgyAMzy+ybuYp4gauG6M9HUnFRm9M=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlTq-000EQ0-Ax; Wed, 27 Aug 2014 22:14:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: edwin@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:14:14 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366356: 2x fail, 2x dud To: edwin@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827210601-47145 X-Trac-Build-ID: 20140827210601-47145 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:14:15 -0000 Parts of Russia will change times on 2014-10-26. Australia will now use Axxx. Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and America/Metlakatla. And lots of historical changes (See http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html for the full details.) --------------------------------------------------------------------- Build ID: 20140827210601-47145 Job owner: edwin@FreeBSD.org Buildtime: 68 minutes Enddate: Wed, 27 Aug 2014 22:14:12 GMT Revision: 366356 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366356 --------------------------------------------------------------------- Port: misc/zoneinfo 2014.f Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: DUD Buildgroup: 9.2-QAT/i386 Buildstatus: DUD -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:13:15 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22CB3BCB; Wed, 27 Aug 2014 22:13:15 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA27A344F; Wed, 27 Aug 2014 22:13:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=MG5HRCXvk215LYPxIgyiLJ+HxmWEtjyu+43b8oLdZNM=; b=OhYhOknINkzDV41xPU4ThKcKJUxkxe3mOyExglimIlojgViXj5pAELBeMyQmDEReFbkm+jKd/deM2K2JhrODmHdsMxurW0WhJjg1cK3jzGPNA5ew0OGtNjRs5leH64cce6n9VDAA66bSkdA/G7TThlk23XUbzqlx7HnVhL08i1I=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlSs-000ELh-0G; Wed, 27 Aug 2014 22:13:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: mandree@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:13:13 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366355: 2x fail, 2x success To: mandree@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827210400-47832 X-Trac-Build-ID: 20140827210400-47832 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:13:15 -0000 Bump PORTREVISION after pkg-plist fix. Submitted by: bapt Approved by: portmgr (bapt) --------------------------------------------------------------------- Build ID: 20140827210400-47832 Job owner: mandree@FreeBSD.org Buildtime: 69 minutes Enddate: Wed, 27 Aug 2014 22:13:12 GMT Revision: 366355 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366355 --------------------------------------------------------------------- Port: sysutils/3dm 2.11.00.021_1,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827210400-47832-404480/3dm-2.11.00.021_1,1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827210400-47832-404481/3dm-2.11.00.021_1,1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:01:49 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27205FA6; Wed, 27 Aug 2014 22:01:49 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9D632FB; Wed, 27 Aug 2014 22:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=I7V3gO/j/Gw85eLrV8d9E26yO76sXYQS9RpVfGDBdwA=; b=3oWU0DBqZnzLLz/w0bK4hn5uu6iESfBF4W5d8DuS70XgLNqL5KzJg/LzZc7nSPhJ+BOJ+8hoV3Z/N16FCKAv0XzjYgdzeDgYapVHD4171Dcax3r0KZHGix//RCwoXoe5QGYlwiDGktSZDhJTjTl3YtLgKhI2ZRaPAmZjGJroQsI=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlHo-000DRE-26; Wed, 27 Aug 2014 22:01:48 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: swills@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:01:48 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366344: 3x fail, 1x success To: swills@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827195600-46696 X-Trac-Build-ID: 20140827195600-46696 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:01:49 -0000 sysutils/rubygem-hammer_cli: update to 0.1.3 PR: 193013 Submitted by: Michael Moll --------------------------------------------------------------------- Build ID: 20140827195600-46696 Job owner: swills@FreeBSD.org Buildtime: 2 hours Enddate: Wed, 27 Aug 2014 22:01:45 GMT Revision: 366344 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366344 --------------------------------------------------------------------- Port: sysutils/rubygem-hammer_cli 0.1.3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~swills@FreeBSD.org/20140827195600-46696-404436/rubygem-hammer_cli-0.1.3.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:09:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7873752F for ; Wed, 27 Aug 2014 22:09:05 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2FD8336B for ; Wed, 27 Aug 2014 22:09:04 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id w7so78002lbi.11 for ; Wed, 27 Aug 2014 15:09:02 -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=8jzpPZ7z2A2D98Tz8MiqPxQQ0QlZZzsn8IhkhGJF6uA=; b=Q/zz8quOxK8yvBklIHQkAsiHjFRbh3QwLZsfJQ8C9QqRGAvBDS+PFLsozPnGbZFe+9 AZ+d+dzl2VYlM5yNKkLgGpJWr0Qq5fGeLOqMM7V75a3W2daNl/9Bq5YsyeaApYlyOulJ yu+213IqMoOZLUE3r9mqhCHXUDf3iJn1oO51uPZu8g9GdTCDD9pyxG/b8eEJkjR8Oc3X SJ7GxsERhxmO8GF2q+SsH4oeCQqk6Zw+DM+AsyZdv7zZlvkndiypscimOXXlVW1nKzF5 OIe2IgB3k9k2ldgSM7CEDwa+RRyzPHYWlrMYfbtkzYBKqnf270E1HziyPV3Hp82FFT4H BJKw== MIME-Version: 1.0 X-Received: by 10.112.210.138 with SMTP id mu10mr2254703lbc.81.1409177342733; Wed, 27 Aug 2014 15:09:02 -0700 (PDT) Received: by 10.25.24.196 with HTTP; Wed, 27 Aug 2014 15:09:02 -0700 (PDT) In-Reply-To: <20140827150741.GO9400@home.opsec.eu> References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> <20140827150741.GO9400@home.opsec.eu> Date: Thu, 28 Aug 2014 00:09:02 +0200 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:09:05 -0000 Hello, On Wed, Aug 27, 2014 at 5:07 PM, Kurt Jaeger wrote: > Hi! >> I didn't figure it out from the man page at least. >> Trying the simple solution doesn't work: >> root@kg-vm2# freebsd-update fetch > > Try > > freebsd-update -r 8.4-RELEASE upgrade this one appears to work (and yes, I should have figured it out from the man page): root@kg-vm2# freebsd-update -r 8.4-RELEASE upgrade Looking up update.FreeBSD.org mirrors... 5 mirrors found. Fetching metadata signature for 8.3-RC2 from update5.freebsd.org... done. Fetching metadata index... done. Fetching 1 metadata files... done. Inspecting system... done. The following components of FreeBSD seem to be installed: kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc src/games src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin src/usbin world/base world/doc world/games world/lib32 world/manpages The following components of FreeBSD do not seem to be installed: world/catpages world/dict world/info world/proflibs Does this look reasonable (y/n)? y Fetching metadata signature for 8.4-RELEASE from update5.freebsd.org... done. Fetching metadata index... done. Fetching 1 metadata patches. done. Applying metadata patches... done. Fetching 1 metadata files... done. Inspecting system... done. Fetching files from 8.3-RC2 for merging... done. Preparing to download files... done. Fetching 34433 patches.....10....20....30....40....50....60....70....80....90....100....110....120.... So perhaps the freebsd-update method should be documented as "the way out"? -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:05:05 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68E1E351; Wed, 27 Aug 2014 22:05:05 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9E7333F; Wed, 27 Aug 2014 22:05:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=VkSopFm+m35VtTDZV6zGtKt0Jctrs/CaBMlZWIjQKdE=; b=3KtyTYVyEmOfjMpXuxqO2gQBUkdZ3lW7k2lBLyaflRLiav0wQ96BXaSVr7hFDDruqOjg5Y+MDBUuPoKsDdTXufdn/TVmeLW6r4unOASd7XRC3K8sOxbghPOqkfF+NALQAM2X9amHLG/5W+LhT2o98vs2OePzVmGMJzhT7uHWMo0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlKy-000Dey-7z; Wed, 27 Aug 2014 22:05:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:05:04 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366347: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827201200-55510 X-Trac-Build-ID: 20140827201200-55510 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:05:05 -0000 Add missing libs --------------------------------------------------------------------- Build ID: 20140827201200-55510 Job owner: tijl@FreeBSD.org Buildtime: 113 minutes Enddate: Wed, 27 Aug 2014 22:05:02 GMT Revision: 366347 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366347 --------------------------------------------------------------------- Port: emulators/hercules 3.10_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827201200-55510-404448/hercules-3.10_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140827201200-55510-404449/hercules-3.10_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:11:10 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E315F949; Wed, 27 Aug 2014 22:11:10 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5F7E3414; Wed, 27 Aug 2014 22:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=PeP4Den9DiuHEp0C9o11vESObmX6EKBf+7kCnU5Ct44=; b=AdssZwIb9n+vZcPIQNwxgAFAS4SBW+zhvucPaYgYnIzlFPDxEK1SyWAp/49rQjo2mtY3wcAX8TNxIPWpmmvbGeAxjOTPYIRbJeMVoTsKtmqElp2yOZHQrHByAb2eY0QjajpnOjn6/F50fj5C8AG6tz2+xQV3nx47Ot6hiQ8hXYk=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlQr-000E50-Pa; Wed, 27 Aug 2014 22:11:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: mandree@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:11:09 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366353: 2x fail, 2x success To: mandree@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827205200-23870 X-Trac-Build-ID: 20140827205200-23870 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:11:11 -0000 Fix up @mode line to use 0400. PR: 191115 Approved by: portmgr (bapt) --------------------------------------------------------------------- Build ID: 20140827205200-23870 Job owner: mandree@FreeBSD.org Buildtime: 79 minutes Enddate: Wed, 27 Aug 2014 22:11:07 GMT Revision: 366353 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366353 --------------------------------------------------------------------- Port: sysutils/3dm 2.11.00.021,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827205200-23870-404472/3dm-2.11.00.021,1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827205200-23870-404473/3dm-2.11.00.021,1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:12:15 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50C01A37; Wed, 27 Aug 2014 22:12:15 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22FAF3436; Wed, 27 Aug 2014 22:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=toX6foFkex/qERt5zHRtyr6ndzk4X86oV0GrcnlekPY=; b=VUz0Er/ZOAqpgRkRnV0yLIXBHOM0ikZVUmlgL9fq/t4ckhf0Ia0jc8DgtbuBC9rtcA5hESItGeX0G8DTiH7JrIFPlZSNDG3PVQB7sZgiljPUyzBlBIJSWrPqBsh4Zei4oA+7PnOEmeC736IJ8HKBVn6P5UVnJ0/s0CGWh4TSX9c=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlRu-000EHg-5x; Wed, 27 Aug 2014 22:12:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: olivierd@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:12:14 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366354: 2x fail, 2x success To: olivierd@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827205600-25636 X-Trac-Build-ID: 20140827205600-25636 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:12:15 -0000 Siren is a text-based audio player for UNIX-like operating systems. It supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file formats. WWW: http://www.kariliq.nl/siren/ --------------------------------------------------------------------- Build ID: 20140827205600-25636 Job owner: olivierd@FreeBSD.org Buildtime: 76 minutes Enddate: Wed, 27 Aug 2014 22:12:12 GMT Revision: 366354 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366354 --------------------------------------------------------------------- Port: audio/siren 0.4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~olivierd@FreeBSD.org/20140827205600-25636-404476/siren-0.4.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~olivierd@FreeBSD.org/20140827205600-25636-404477/siren-0.4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:15:19 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62D78D1E; Wed, 27 Aug 2014 22:15:19 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35470346C; Wed, 27 Aug 2014 22:15:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=1hz6dyPj9vebcViR5alILl7R9H3lcrlcKfbwSLvT2Zw=; b=6OoIbyg3ycCWJQ9Tribg6mvu4Eis2HAW+R2/izE5ObvBusylhUcBcSUQuAKkAPKUsRQQCACXSXJL7XMiT2zHGm5tDWl0Shz5bptgYb3W4pCBufL4ScHkgdmbZBZ65h198LK9MAwojIo8NaS54BKbRwwFzfOV3kWdFZQUqR4ibf4=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlUs-000EUP-7J; Wed, 27 Aug 2014 22:15:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:15:18 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366357: 2x fail, 2x success To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827211000-49106 X-Trac-Build-ID: 20140827211000-49106 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:15:19 -0000 japanese/edict-utf-8: Update WWW This was originally a staging PR, but vanilla staged it before the PR was processed. He missed the WWW update though, so I'll do that now. PR: 193060 Submitted by: turutani --------------------------------------------------------------------- Build ID: 20140827211000-49106 Job owner: marino@FreeBSD.org Buildtime: 65 minutes Enddate: Wed, 27 Aug 2014 22:15:17 GMT Revision: 366357 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366357 --------------------------------------------------------------------- Port: japanese/edict-utf-8 20100420 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140827211000-49106-404488/ja-edict-utf-8-20100420.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140827211000-49106-404489/ja-edict-utf-8-20100420.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:10:06 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED2E6AD; Wed, 27 Aug 2014 22:10:06 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515533384; Wed, 27 Aug 2014 22:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Dfseqt5t1FhOD5V3EFalXBG18EdNOX5r4D9lvUbkSeM=; b=kO5sAzht1v4INOLr92MCrUbn75Kw+glUufYv2KhBCQ7r9ssiIQrA2KKKLq5f1rUqHDpuYevNH+nPNM5ZHg7Yfnwkt9bn04eKRNfohZtaLMevXPXhax/HvGXOrCaRNxVlWO/bVISPocR02K9ZSyfhjAc2sLkjxvZs4THpGSXM+aY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlPp-000E09-D0; Wed, 27 Aug 2014 22:10:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:10:05 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366352: 2x fail, 2x ignored: this port needs libdrm version that is available when with_new_xorg is set To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827204401-38904 X-Trac-Build-ID: 20140827204401-38904 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:10:06 -0000 - Drop .la files, no dependees require them Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827204401-38904 Job owner: amdmi3@FreeBSD.org Buildtime: 86 minutes Enddate: Wed, 27 Aug 2014 22:10:03 GMT Revision: 366352 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366352 --------------------------------------------------------------------- Port: multimedia/libva-intel-driver 1.3.1_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: IGNORED: THIS PORT NEEDS LIBDRM VERSION THAT IS AVAILABLE WHEN WITH_NEW_XORG IS SET Buildgroup: 9.2-QAT/i386 Buildstatus: IGNORED: THIS PORT NEEDS LIBDRM VERSION THAT IS AVAILABLE WHEN WITH_NEW_XORG IS SET -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:07:10 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CCD40C; Wed, 27 Aug 2014 22:07:10 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 697113359; Wed, 27 Aug 2014 22:07:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=u19LfL3ivloe0Cs8RnvY10PCd8BHitxBQEZa0BTeGWM=; b=sXSgHA8gCRx7vSl2GxKQiFAvbGaLmoJntAsBJnOpFcTEkDbfWNiTW3uT4ly36fSX4W4LpI2IFXyFYNoqPbmRJIgTyfiC3Je5XZQtcsPsgwKhE00hFfTEZfO0iCABdTHWg9HccFaK0171tMjLs2DP7B/5M6LTppSOrKX1+AU1w8U=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlMz-000Dna-FL; Wed, 27 Aug 2014 22:07:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:07:09 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366349: 2x fail, 2x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827204400-11712 X-Trac-Build-ID: 20140827204400-11712 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:07:10 -0000 - Fix build by providing LIBS - Fix plist Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827204400-11712 Job owner: amdmi3@FreeBSD.org Buildtime: 83 minutes Enddate: Wed, 27 Aug 2014 22:07:06 GMT Revision: 366349 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366349 --------------------------------------------------------------------- Port: archivers/rpm4 4.11.2_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827204400-11712-404456/rpm4-4.11.2_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827204400-11712-404457/rpm4-4.11.2_2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:09:06 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FAB853A; Wed, 27 Aug 2014 22:09:06 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02E9C336C; Wed, 27 Aug 2014 22:09:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=oK0bj/ddt5rnnTS3UHF6us0TO7D0xODTe0M13v0b2BE=; b=k1SkSk0fzwfbcBJoIsvdFRvrDjdlYFcQMbWF1yo3GoBPc0irwRC3KCScdxp8sz6Vdk3GjROdMbP+KzLAjAPSAxcUvf9kmW08+5fFGDeQkLtGkkoAS/mjMBxV6XAnJNZldMW/Yu1iJ2WNRxA7tVoNni67w84bxkKuYQFpHu2hqqo=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlOr-000Dvc-2E; Wed, 27 Aug 2014 22:09:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:09:05 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366351: 3x fail, 1x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827204401-41226 X-Trac-Build-ID: 20140827204401-41226 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:09:06 -0000 - Drop .la files, no dependees require them Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827204401-41226 Job owner: amdmi3@FreeBSD.org Buildtime: 85 minutes Enddate: Wed, 27 Aug 2014 22:09:03 GMT Revision: 366351 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366351 --------------------------------------------------------------------- Port: multimedia/libva-vdpau-driver 0.7.4_5 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827204401-41226-404464/libva-vdpau-driver-0.7.4_5.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:16:15 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A080BA; Wed, 27 Aug 2014 22:16:15 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1A0B348F; Wed, 27 Aug 2014 22:16:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Z59aL8IUlfMGjBaeRWtQQr5lg/nsJIWUwyPwrvwtQMU=; b=Dn8CTnVoHakINc+1U1CXLIm0cAA5+MeyffLQP2L+DQ9vlHIq9Y/JoLnQnWjv4I3PmG9c//TPuYDu3hCsORbYmF3o1/QL7o3Q2kQ0ryLH+NZytHs2OJrOUfMoXweDBrmOB4rnq/NYHPTSiaXqfPFL52Ypg3wpbN0vCe1MhmD/gI8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlVl-000EYQ-W1; Wed, 27 Aug 2014 22:16:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: mandree@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:16:13 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366358: 3x fail, 1x success To: mandree@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827211200-63493 X-Trac-Build-ID: 20140827211200-63493 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:16:15 -0000 Sanitize @mode u+s to @mode 04555 and bump PORTREVISION. PR: 185285 (regression) Approved by: portmgr (antoine) --------------------------------------------------------------------- Build ID: 20140827211200-63493 Job owner: mandree@FreeBSD.org Buildtime: 64 minutes Enddate: Wed, 27 Aug 2014 22:16:12 GMT Revision: 366358 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366358 --------------------------------------------------------------------- Port: mail/qpopper 4.1.0_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827211200-63493-404492/qpopper-4.1.0_3.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:17:15 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64B231AB; Wed, 27 Aug 2014 22:17:15 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38EA734B4; Wed, 27 Aug 2014 22:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=3qwn3Ehv4k9HG0tntR5cSBxnBH57DHXVFIkA6yqzXX4=; b=m84GOe1/lcv4onvcYgGNdyeIbM3oEWCOgwoObEUVA3ScEIlAjVoNf8h42FBUAcvcKoGPKKhaFSout21Y/dHUwf2zFSUL3WlepDS+dYTJlJ6/Xyup6SCMFoZ3wYvczMCm3G6DvVAGvA0b+NXqco/JCg2UGkQRUw9NDpifoCLihSU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlWk-000EcV-AP; Wed, 27 Aug 2014 22:17:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:17:14 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366359: 2x fail, 2x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827211600-459 X-Trac-Build-ID: 20140827211600-459 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:17:15 -0000 - Strip library - Shorten MASTER_SITES PR: 192110 Submitted by: amdmi3 Approved by: maintainer timeout --------------------------------------------------------------------- Build ID: 20140827211600-459 Job owner: amdmi3@FreeBSD.org Buildtime: 61 minutes Enddate: Wed, 27 Aug 2014 22:17:13 GMT Revision: 366359 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366359 --------------------------------------------------------------------- Port: devel/ossp-al 0.9.3_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827211600-459-404496/ossp-al-0.9.3_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827211600-459-404497/ossp-al-0.9.3_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:18:20 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 591AA24D; Wed, 27 Aug 2014 22:18:20 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B71C34C2; Wed, 27 Aug 2014 22:18:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=GcllY8rD/OujBWqJLeaNgtBYoiAbuBnWmyVZL0EZCco=; b=teaPD+nCQymFdSme5EgvZoXdcCigRa1B941PaPokAr8HzShbHRZakJybCmoUaWk0jHzeUmAEI63WezEF2965Wil45jycM71F/f8UVlW06Gua9g1AYLJ2ork8RW8pol2RTNsogXf+Njt5pFzyKEID6FNJd+6eSDHNQo74aR3e1QA=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlXn-000Eh6-7H; Wed, 27 Aug 2014 22:18:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:18:19 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366360: 2x fail, 2x success To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827212000-46712 X-Trac-Build-ID: 20140827212000-46712 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:18:20 -0000 Stage japanese/xyaku PR: 193058 Submitted by: turutani --------------------------------------------------------------------- Build ID: 20140827212000-46712 Job owner: marino@FreeBSD.org Buildtime: 58 minutes Enddate: Wed, 27 Aug 2014 22:18:18 GMT Revision: 366360 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366360 --------------------------------------------------------------------- Port: japanese/xyaku 1.4.0_5 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140827212000-46712-404500/ja-xyaku-1.4.0_5.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140827212000-46712-404501/ja-xyaku-1.4.0_5.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:19:32 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDBEE37D; Wed, 27 Aug 2014 22:19:32 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D5C34D9; Wed, 27 Aug 2014 22:19:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Y8ElzuNYwGxkfsI59PFnXGG+1CGy45FGMVmBUAKF+b4=; b=i6mKPqdMinWIQ6AVNGE1tx0M+8VC54RKy/qdfQPUOTgqF3cayDlPS2Yi2oig+jpCBAHo1wcF5OAUeI5w5U1SiiCG+Y4O349V2NsC3qnd07WrntMt1cg51YBiEFrXEYH0+XkAi/CmbXYcTBEhifSedv1YA2N/NRk4rMK9joiRozs=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlYx-000Elw-N9; Wed, 27 Aug 2014 22:19:31 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: mandree@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:19:31 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366361: 2x fail, 2x success To: mandree@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827215400-7565 X-Trac-Build-ID: 20140827215400-7565 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:19:32 -0000 Fix @dirrm auto-generation for PORTDOCS/PORTEXAMPLES/PORTDATA with globs. Fix up net-mgmt/netmond pkg-plist for @mode (regression with pkg from r347404 committed by rene@) and remove two @dirrm lines that are now excess. Exp-run completed. PR: 191746 Reviewed by: antoine Approved by: portmgr (antoine) --------------------------------------------------------------------- Build ID: 20140827215400-7565 Job owner: mandree@FreeBSD.org Buildtime: 25 minutes Enddate: Wed, 27 Aug 2014 22:19:27 GMT Revision: 366361 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366361 --------------------------------------------------------------------- Port: net-mgmt/netmond 2.2b6_7 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827215400-7565-404504/netmond-2.2b6_7.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~mandree@FreeBSD.org/20140827215400-7565-404505/netmond-2.2b6_7.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:20:20 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76211419; Wed, 27 Aug 2014 22:20:20 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4982E34E5; Wed, 27 Aug 2014 22:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=s7qAPgYK4SEpyUn7qatMSn4/TfxP02EBGSsjU/CdsXU=; b=Y5Y2FsLxv8Oe8dba0c+ZYkMwpmUjsWRbZ5RFZEAa67Xptz7gYOpSCl1/faw56TQQ9KpHWs0K6xQPg9saA+d+vJmxSRXWGzKgnzv2uTEkl2RPGv/5qc8fCVNomoto8jcRVh0Ce3d8qHWJkEFo0RvwmZK5lCaqMnQgPV65XgqoCIA=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlZj-000Epc-CJ; Wed, 27 Aug 2014 22:20:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:20:19 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366362: 3x fail, 1x success To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827215600-13108 X-Trac-Build-ID: 20140827215600-13108 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:20:20 -0000 www/squid33: Upgrade version 3.3.11 => 3.3.13 Refactored the makefile again, added urls for known bugs in the makefile, Removed FS_COSS from options (broken everywhere). The new versions bring in fixes from upstream too. PR: 192983 Collaboration: timp87 and ohauer@ --------------------------------------------------------------------- Build ID: 20140827215600-13108 Job owner: marino@FreeBSD.org Buildtime: 24 minutes Enddate: Wed, 27 Aug 2014 22:20:18 GMT Revision: 366362 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366362 --------------------------------------------------------------------- Port: www/squid33 3.3.13 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~marino@FreeBSD.org/20140827215600-13108-404508/squid33-3.3.13.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:24:46 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30FED674; Wed, 27 Aug 2014 22:24:46 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0304E358B; Wed, 27 Aug 2014 22:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=LVjqf+uRBgK4bqWoR/NbPwMhY/2W02Ltjo30GhORE+U=; b=WQ7TIXUgeV8q3+S79QSCDO3a7dLGBHy3cPYztzZp1Yy/S4MDCFxwJjXQ/FPZ2lvK3Nc7nUxenhXjlG+OvEbnRJms6Bnwn41EOixWUb8191+b+POG1h5AVFm5Uot1La24iK6FBKCtj6Y2eSp6mXIcv96vY3c8+Kspb0maoy65nlw=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMle1-000FGf-1a; Wed, 27 Aug 2014 22:24:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: wg@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:24:45 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366363: 2x fail, 2x success To: wg@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827222200-56629 X-Trac-Build-ID: 20140827222200-56629 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:24:46 -0000 devel/py-cffi: add run path to the built library - USES python --------------------------------------------------------------------- Build ID: 20140827222200-56629 Job owner: wg@FreeBSD.org Buildtime: 3 minutes Enddate: Wed, 27 Aug 2014 22:24:42 GMT Revision: 366363 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366363 --------------------------------------------------------------------- Port: devel/py-cffi Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~wg@FreeBSD.org/20140827222200-56629-404512/py27-cffi-0.8.6_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~wg@FreeBSD.org/20140827222200-56629-404513/py27-cffi-0.8.6_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:31:22 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 294207CB; Wed, 27 Aug 2014 22:31:22 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5E335CE; Wed, 27 Aug 2014 22:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=DohimruycWwpbW0dg4tLr2n4y96HyOhRMFJ9JnwXnqg=; b=KobElF1c0KKbAnFH0uzTQxvNq2wHiF+kF4mz4WHg3+t5QzAdYi4QawN78JpGF6p+hssrWDFlNreUoyGlf1wsoOmMe2mmiKOn5kw3pMPBqhRwp3TLaQDHdIov4pAFZDu7bJVseFMxhHS6HIdNoy40lZcMyui+iJpT+IMZpFO2/uw=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMlkP-000FpT-0W; Wed, 27 Aug 2014 22:31:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: bdrewery@FreeBSD.org X-Trac-Project: redports Date: Wed, 27 Aug 2014 22:31:20 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366336: 1x fail, 3x success To: bdrewery@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827180400-55829 X-Trac-Build-ID: 20140827180400-55829 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:31:22 -0000 - Fix build on head Approved by: portmgr (implicit) --------------------------------------------------------------------- Build ID: 20140827180400-55829 Job owner: bdrewery@FreeBSD.org Buildtime: 4 hours Enddate: Wed, 27 Aug 2014 22:31:17 GMT Revision: 366336 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366336 --------------------------------------------------------------------- Port: lang/sml-mode.el 3.9.5_5 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827180400-55829-404415/sml-mode-3.9.5_5.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827180400-55829-404416/sml-mode-3.9.5_5.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~bdrewery@FreeBSD.org/20140827180400-55829-404417/sml-mode-3.9.5_5.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 22:47:41 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 780B3B0B for ; Wed, 27 Aug 2014 22:47:41 +0000 (UTC) Received: from smtp4.cc.ksu.edu (smtp4.cc.ksu.edu [129.130.255.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4C53756 for ; Wed, 27 Aug 2014 22:47:40 +0000 (UTC) Received: from mew.cns.ksu.edu (mew.cns.ksu.edu [129.130.0.181]) by smtp4.cc.ksu.edu (8.14.3/8.14.3) with ESMTP id s7RMUNx7006846 for ; Wed, 27 Aug 2014 17:30:24 -0500 (CDT) Message-ID: <53FE5BFE.5050101@ksu.edu> Date: Wed, 27 Aug 2014 17:30:22 -0500 From: "Lawrence K. Chen, P.Eng." Organization: Kansas State University - ITS/Enterprise Server Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Building subversion-1.8.10 under poudriere References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> <53FDE021.5030108@egr.msu.edu> In-Reply-To: <53FDE021.5030108@egr.msu.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.4 at cts-virus3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.72 on 129.130.255.117 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 22:47:41 -0000 On 08/27/14 08:41, Adam McDougall wrote: > On 08/27/2014 09:09, Willem Jan Withagen wrote: >> On 2014-08-27 14:41, Dimitry Andric wrote: >>> >>> This is a problem in the devel/apr1 port. It checks for modf(), finds >>> it in libc, then assumes isnan() also comes from libc. However, that >>> does not work for static linking. >>> >>> Please apply the attached patch for apr1, which I have been using for >>> some time now. >> >> Hi Dimitry, >> >> So this is due to me wanting to link things static? >> Then I'll reconfig subversion to dynamic linking. >> Because I don't have a clue (yet) as to how to get (and keep) custom >> patches in a poudriere environment. >> >> Thanx for the reply, >> --WjW >> > > I keep custom patches this way: > > /usr/local/etc/poudriere.d/my-appropriate-make.conf: > > .if ${.CURDIR:M*/mail/mutt} > EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append > .endif > > You may also be interested in things like: > .if ${.CURDIR:M*/security/krb5} > CONFIGURE_ARGS+= --localstatedir=/var/db > WITH_OPENSSL_PORT=yes > .endif > > I suggest using this method in poudriere's make.conf for port building > options: > DEFAULT_VERSIONS= perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4 > # Global port options > OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO > # specific port options: > mail_dovecot_SET=GSSAPI > mail_dovecot_UNSET=MANAGESIEVE > > That way you only change the options you desire and aren't hardcoding > any of the other port options in case the default changes in the future, > possibly in a critical way (threading for example). > > The path to the patch must be a proper path within port building jails > and I believe poudriere mounts it's distfiles directory on /distfiles. > It has to be a path that is available within port building jails. I > picked distfiles because it is available. One thing I like about > EXTRA_PATCHES is it will cause a port build to fail if the file is not > found, so if that happens I will know to correct the problem rather than > produce unpatched packages. I add my "mypatches" directory to my > standard server backups so it is easy to restore if needed. Beware > running poudriere distclean since it will wipe out unreferenced files in > distfiles. > > Hmmm, wonder why I didn't think of that? I've been trying to get poudriere working....I did go through the ugly exercise of going through all my servers to attempt to unify port options. Currently trying to go with two sets....one for my headless servers and one for servers with heads :) Though there's still enough difference that it might not be possible. Though I've also thought of additional sets to generate packages for updates I haven't done yet (which is one of reasons driving trying to get things working, I haven't upgraded from apache 2.2 to 2.4 yet) What I settled on instead of to create a tree with my extra patches, and use portshaker to merge.... Other delays in getting this going, is that I've been trying to use CFEngine to handle the consolidation of options and pkglists and driving portshaker and poudriere.... I did a bulk run of everything from my headless servers this morning....of 622, only one failed, one skipped, and one ignored. The failed port was 'x11-toolkits/ocaml-lablgtk2', could probably get around it by changing port option for no-X11 for unison on these servers. The skipped port was unison, where the failed port is a dependency. Probably don't need X11 graphics support in unison on these servers.... (even though one of the servers starts Xvfb during boot....because it runs an application that needs X during startup, but never again once its running....Linux version probably has the same weird issue, except none of my Linux servers were headless...so it was never noticed. Killed off the last Linux server on August 10th...) Which is why I didn't do "OPTIONS_UNSET= X11" in make.conf for this set....but I almost did. The ignored port was because I had missed setting a required setting in make.conf (its missing on all my servers...but haven't had to update that port since it got installed, so didn't notice the settings had disappeared.) Now I'm having trouble because I have ports installed (namely gnome related) that had long ago disappeared.... Wonder if there's still time to now see what ports I have installed that haven't been staged yet? -- Who: Lawrence K. Chen, P.Eng. - W0LKC - Sr. Unix Systems Administrator For: Enterprise Server Technologies (EST) -- & SafeZone Ally From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 23:45:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30BF017B for ; Wed, 27 Aug 2014 23:45:13 +0000 (UTC) Received: from smtp5.cc.ksu.edu (smtp-feca09d8910ed08e5e479c79aac3e744.cc.ksu.edu [129.130.255.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05DA83BF9 for ; Wed, 27 Aug 2014 23:45:12 +0000 (UTC) Received: from mew.cns.ksu.edu (mew.cns.ksu.edu [129.130.0.181]) by smtp5.cc.ksu.edu (8.14.3/8.14.3) with ESMTP id s7RNdbHE004882 for ; Wed, 27 Aug 2014 18:39:38 -0500 (CDT) Message-ID: <53FE6C38.5070508@ksu.edu> Date: Wed, 27 Aug 2014 18:39:36 -0500 From: "Lawrence K. Chen, P.Eng." Organization: Kansas State University - ITS/Enterprise Server Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <53FCF9D5.6030904@sorbs.net> <53FD3ED7.9030506@freebsd.org> <53FD87CD.7040006@dan.me.uk> <53FD9642.3020807@sorbs.net> <20140827163817.4645e67d@bsd64.grem.de> <20140827150741.GO9400@home.opsec.eu> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.4 at cts-virus1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.72 on 129.130.255.119 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 23:45:13 -0000 On 08/27/14 17:09, Torfinn Ingolfsen wrote: > Hello, > > On Wed, Aug 27, 2014 at 5:07 PM, Kurt Jaeger wrote: >> Hi! >>> I didn't figure it out from the man page at least. >>> Trying the simple solution doesn't work: >>> root@kg-vm2# freebsd-update fetch >> >> Try >> >> freebsd-update -r 8.4-RELEASE upgrade > > this one appears to work (and yes, I should have figured it out from > the man page): > root@kg-vm2# freebsd-update -r 8.4-RELEASE upgrade > Looking up update.FreeBSD.org mirrors... 5 mirrors found. > Fetching metadata signature for 8.3-RC2 from update5.freebsd.org... done. > Fetching metadata index... done. > Fetching 1 metadata files... done. > Inspecting system... done. > > The following components of FreeBSD seem to be installed: > kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc > src/games src/gnu src/include src/krb5 src/lib src/libexec src/release > src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin > src/usbin world/base world/doc world/games world/lib32 world/manpages > > The following components of FreeBSD do not seem to be installed: > world/catpages world/dict world/info world/proflibs > > Does this look reasonable (y/n)? y > > Fetching metadata signature for 8.4-RELEASE from update5.freebsd.org... done. > Fetching metadata index... done. > Fetching 1 metadata patches. done. > Applying metadata patches... done. > Fetching 1 metadata files... done. > Inspecting system... done. > Fetching files from 8.3-RC2 for merging... done. > Preparing to download files... done. > Fetching 34433 patches.....10....20....30....40....50....60....70....80....90....100....110....120.... > > > So perhaps the freebsd-update method should be documented as "the way out"? > I missed the start of this thread....but two months ago, had a customer with a FreeBSD 9.0 system (with jails) that had wanted to upgrade Jenkins ... where after doing an 'ezjail-admin update -P' ran into similar issues from bsd.port.mk. Using freebse-update to upgrade to 9.1-RELEASE went a lot better than I expected, including upgrading the jails...something its previous admin had said wasn't possible, hence the lack of updates/upgrades. At the time, I was partly hoping that 9.3 would make an early appearance, even though it would be difficult to know if there would be any surprises....beyond the ones I had prepared for, having run into such issues when I updated some servers from 9.1 to 9.2. But, I opted to only take them to 9.1, since at the time...9.2 was going to EOL at the end of September, while 9.1 wouldn't EOL until the end of the year. And, I had been told that they're moving sometime next quarter, so it'll be somebody else's problem when they need to upgrade again. Not sure about the fate of the other two production 9.1 servers. -- Who: Lawrence K. Chen, P.Eng. - W0LKC - Sr. Unix Systems Administrator For: Enterprise Server Technologies (EST) -- & SafeZone Ally From owner-freebsd-ports@FreeBSD.ORG Wed Aug 27 23:53:50 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6BFA36F for ; Wed, 27 Aug 2014 23:53:50 +0000 (UTC) Received: from smtp5.cc.ksu.edu (smtp-feca09d8910ed08e5e479c79aac3e744.cc.ksu.edu [129.130.255.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AE0E3CB8 for ; Wed, 27 Aug 2014 23:53:50 +0000 (UTC) Received: from mew.cns.ksu.edu (mew.cns.ksu.edu [129.130.0.181]) by smtp5.cc.ksu.edu (8.14.3/8.14.3) with ESMTP id s7RNrmgA007792 for ; Wed, 27 Aug 2014 18:53:48 -0500 (CDT) Message-ID: <53FE6F8B.7010507@ksu.edu> Date: Wed, 27 Aug 2014 18:53:47 -0500 From: "Lawrence K. Chen, P.Eng." Organization: Kansas State University - ITS/Enterprise Server Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Building subversion-1.8.10 under poudriere References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> <53FDE021.5030108@egr.msu.edu> <53FE5BFE.5050101@ksu.edu> In-Reply-To: <53FE5BFE.5050101@ksu.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.4 at cts-virus3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.72 on 129.130.255.119 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 23:53:50 -0000 On 08/27/14 17:30, Lawrence K. Chen, P.Eng. wrote: > > > On 08/27/14 08:41, Adam McDougall wrote: >> On 08/27/2014 09:09, Willem Jan Withagen wrote: >>> On 2014-08-27 14:41, Dimitry Andric wrote: >>>> >>>> This is a problem in the devel/apr1 port. It checks for modf(), finds >>>> it in libc, then assumes isnan() also comes from libc. However, that >>>> does not work for static linking. >>>> >>>> Please apply the attached patch for apr1, which I have been using for >>>> some time now. >>> >>> Hi Dimitry, >>> >>> So this is due to me wanting to link things static? >>> Then I'll reconfig subversion to dynamic linking. >>> Because I don't have a clue (yet) as to how to get (and keep) custom >>> patches in a poudriere environment. >>> >>> Thanx for the reply, >>> --WjW >>> >> >> I keep custom patches this way: >> >> /usr/local/etc/poudriere.d/my-appropriate-make.conf: >> >> .if ${.CURDIR:M*/mail/mutt} >> EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append >> .endif >> >> You may also be interested in things like: >> .if ${.CURDIR:M*/security/krb5} >> CONFIGURE_ARGS+= --localstatedir=/var/db >> WITH_OPENSSL_PORT=yes >> .endif >> >> I suggest using this method in poudriere's make.conf for port building >> options: >> DEFAULT_VERSIONS= perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4 >> # Global port options >> OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO >> # specific port options: >> mail_dovecot_SET=GSSAPI >> mail_dovecot_UNSET=MANAGESIEVE >> >> That way you only change the options you desire and aren't hardcoding >> any of the other port options in case the default changes in the future, >> possibly in a critical way (threading for example). >> >> The path to the patch must be a proper path within port building jails >> and I believe poudriere mounts it's distfiles directory on /distfiles. >> It has to be a path that is available within port building jails. I >> picked distfiles because it is available. One thing I like about >> EXTRA_PATCHES is it will cause a port build to fail if the file is not >> found, so if that happens I will know to correct the problem rather than >> produce unpatched packages. I add my "mypatches" directory to my >> standard server backups so it is easy to restore if needed. Beware >> running poudriere distclean since it will wipe out unreferenced files in >> distfiles. >> >> > > Hmmm, wonder why I didn't think of that? > > I've been trying to get poudriere working....I did go through the ugly > exercise of going through all my servers to attempt to unify port options. > Currently trying to go with two sets....one for my headless servers and one > for servers with heads :) Though there's still enough difference that it > might not be possible. Though I've also thought of additional sets to > generate packages for updates I haven't done yet (which is one of reasons > driving trying to get things working, I haven't upgraded from apache 2.2 to > 2.4 yet) > > What I settled on instead of to create a tree with my extra patches, and use > portshaker to merge.... > > Other delays in getting this going, is that I've been trying to use CFEngine > to handle the consolidation of options and pkglists and driving portshaker and > poudriere.... > > I did a bulk run of everything from my headless servers this morning....of > 622, only one failed, one skipped, and one ignored. > > The failed port was 'x11-toolkits/ocaml-lablgtk2', could probably get around > it by changing port option for no-X11 for unison on these servers. The > skipped port was unison, where the failed port is a dependency. Probably > don't need X11 graphics support in unison on these servers.... (even though > one of the servers starts Xvfb during boot....because it runs an application > that needs X during startup, but never again once its running....Linux version > probably has the same weird issue, except none of my Linux servers were > headless...so it was never noticed. Killed off the last Linux server on > August 10th...) Which is why I didn't do "OPTIONS_UNSET= X11" in make.conf > for this set....but I almost did. > > The ignored port was because I had missed setting a required setting in > make.conf (its missing on all my servers...but haven't had to update that port > since it got installed, so didn't notice the settings had disappeared.) > > Now I'm having trouble because I have ports installed (namely gnome related) > that had long ago disappeared.... > > Wonder if there's still time to now see what ports I have installed that > haven't been staged yet? > And, now another poudriere bulk run is in progress....the final obstacle was that I some how had a dependency loop... pulseaudio-0.9.23_2 -> jackit-0.121.3_5 -> doxygen-1.8.7_1,1 -> tex-web2c-20140525 -> zziplib-0.13.62_1 -> sdl-1.2.15_4,2 -> pulseaudio-0.9.23_2 Wonder how that came to be....forget why I had turned on JACK in pulseaudio on one system, its not set on the others....so changing that broke the loop ;) -- Who: Lawrence K. Chen, P.Eng. - W0LKC - Sr. Unix Systems Administrator For: Enterprise Server Technologies (EST) -- & SafeZone Ally From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 01:12:09 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D13AE270 for ; Thu, 28 Aug 2014 01:12:09 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61C333399 for ; Thu, 28 Aug 2014 01:12:09 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7S1C0w7067397 for ; Wed, 27 Aug 2014 18:12:04 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408280112.s7S1C0w7067397@gw.catspoiler.org> Date: Wed, 27 Aug 2014 18:12:00 -0700 (PDT) From: Don Lewis Subject: auditing port options and following default option value changes To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 01:12:09 -0000 I'm pretty much ready to throw in the towel on upgrading ports in place with portupgrade and I'm planning on switching to poudriere. As part of this conversion, I'd like to figure out what ports have non-default options and which options are set to non-default values. Then I can figure out whether I want to set each option back to default or propagate the non-default value to poudriere. Also, since the option files for each port contain the values for all the options, if I have a port with one non-default option value set, how can I follow updates to the default values of the other options? From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 01:57:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9419BC7E for ; Thu, 28 Aug 2014 01:57:05 +0000 (UTC) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7473436CB for ; Thu, 28 Aug 2014 01:57:04 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 4A69556169; Wed, 27 Aug 2014 20:57:04 -0500 (CDT) Date: Wed, 27 Aug 2014 20:57:04 -0500 From: Mark Linimon To: "Lawrence K. Chen, P.Eng." Subject: Re: Building subversion-1.8.10 under poudriere Message-ID: <20140828015704.GA579@lonesome.com> References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> <53FDE021.5030108@egr.msu.edu> <53FE5BFE.5050101@ksu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53FE5BFE.5050101@ksu.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 01:57:05 -0000 On Wed, Aug 27, 2014 at 05:30:22PM -0500, Lawrence K. Chen, P.Eng. wrote: > Wonder if there's still time to now see what ports I have installed that > haven't been staged yet? This doesn't quite answer your question, but there's a portsmon page listing all nonstaged ports: http://portsmon.freebsd.org/portsconcordancefornostage.py?sortby=portname The current count shown is 637. mcl From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 02:23:29 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD1EB1EC; Thu, 28 Aug 2014 02:23:29 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC5E392A; Thu, 28 Aug 2014 02:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=1VX35/+nSLfwtQqxJO2dC3j5E+BVsfAzdElrS71aZ48=; b=728HtSLoPzioeTXClmLiDvLMPKxinqdHQlrc4c0ZCMELPH6CI3AR2nUueTGEX+SN9YROFRZ/GSb9XcKaAGPTn21Z7BPqI+n+9UpypXAaG11/Wh7VPfCWV3tqMNi25vII6rxFWEDa+7SzSB+RUXVEQ4/m0zKN1veJxsbgRpcH48A=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMpN2-000CAR-Es; Thu, 28 Aug 2014 02:23:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 02:23:28 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366364: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828022000-42561 X-Trac-Build-ID: 20140828022000-42561 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 02:23:29 -0000 Upgrade to 0.14, remove BROKEN, fix pkg-plist. PR: ports/193068 Submitted by: maintainer --------------------------------------------------------------------- Build ID: 20140828022000-42561 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 02:23:24 GMT Revision: 366364 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366364 --------------------------------------------------------------------- Port: net-p2p/p5-Net-DirectConnect 0.14 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828022000-42561-404515/p5-Net-DirectConnect-0.14.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828022000-42561-404517/p5-Net-DirectConnect-0.14.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 02:28:47 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6322F62C; Thu, 28 Aug 2014 02:28:47 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 377D03970; Thu, 28 Aug 2014 02:28:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=YD1MM0OomT2PAG8PurtsF+RB6uhbudLuXO2tgeAhnWU=; b=RkWicffmncM2cndT5x2upaFwaarU8izisj7iU0HQa4MTKpTiZCWe7dZvl8dVwdNAPbrkzA13suKlkp9eBGKxpZzfwYH/61LVavaU6g6cbN9yvlFnOh7lr9uxYvrFmK65DPefP9XjkjWbjfHvLqIYIwpwh/zuDjw6fGtU8DL+ci0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMpSA-000CWb-AG; Thu, 28 Aug 2014 02:28:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: adamw@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 02:28:46 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366365: 2x fail, 2x success To: adamw@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828022601-19255 X-Trac-Build-ID: 20140828022601-19255 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 02:28:47 -0000 Fix build on 10+ --------------------------------------------------------------------- Build ID: 20140828022601-19255 Job owner: adamw@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 02:28:45 GMT Revision: 366365 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366365 --------------------------------------------------------------------- Port: sysutils/bsdmoted 0.4.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~adamw@FreeBSD.org/20140828022601-19255-404519/bsdmoted-0.4.0.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~adamw@FreeBSD.org/20140828022601-19255-404521/bsdmoted-0.4.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 02:51:16 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C019CAE1; Thu, 28 Aug 2014 02:51:16 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9143D3DDA; Thu, 28 Aug 2014 02:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2ABSPrIQfZY8tf7oQgkkL3DoKtbtV/QezPfgDDL5SXo=; b=7LZOFqR/0dwaL0egNWPP5J4h4RvsA0OwBU1Sd6zqyXVCIsuNoynIov77EWTd+Dm3/0zDCN8/g5WEDKZYxp9GZgN4b2aFErbhp3H65cA661JTszwbRggkxlphkgD4PTTR2KTCMJn6c0LVeNZcRMPJZwbEtI9tvMFkvq1TCAEzyd4=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMpnv-000EPq-Jf; Thu, 28 Aug 2014 02:51:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 02:51:15 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366366: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828023800-37300 X-Trac-Build-ID: 20140828023800-37300 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 02:51:16 -0000 1: Upgrade to 0.19.4. 2: Stagify. PR: ports/193071 Submitted by: --------------------------------------------------------------------- Build ID: 20140828023800-37300 Job owner: vanilla@FreeBSD.org Buildtime: 13 minutes Enddate: Thu, 28 Aug 2014 02:51:12 GMT Revision: 366366 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366366 --------------------------------------------------------------------- Port: net/prosearch 0.19.4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828023800-37300-404523/prosearch-0.19.4.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828023800-37300-404525/prosearch-0.19.4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 02:53:34 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 119AFB94; Thu, 28 Aug 2014 02:53:34 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D94B73E68; Thu, 28 Aug 2014 02:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=H48mIE+cUrNUs1ta1UpKCyVoXJXmr84xTfgcU6y6uQc=; b=uI08niaJ8M1sics4yqdDsPVMC7BC4d2FRbIJF9FdFZCAFgs/6dMST5m3t77+7aUSzvuiBnSnyBV7rDB6wPS1JUIU1+Hde8kIYhOYWqYFVRLXBqyTx6WLKYcscAQZYCSLDFgDkTUJOuRAsIhFLH7561+KXvxUX3nsdaC2nYWNTKY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMpq9-000EZ4-05; Thu, 28 Aug 2014 02:53:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 02:53:32 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366367: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828025000-19804 X-Trac-Build-ID: 20140828025000-19804 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 02:53:34 -0000 Support STAGEDIR PR: ports/193029 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828025000-19804 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 02:53:28 GMT Revision: 366367 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366367 --------------------------------------------------------------------- Port: deskutils/tel Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828025000-19804-404527/tel-0.1.7.1_3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828025000-19804-404529/tel-0.1.7.1_3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:09:16 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2563A35E; Thu, 28 Aug 2014 03:09:16 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E965110A0; Thu, 28 Aug 2014 03:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=a8Yw3ySme1bwpo9UR2qmcUsRQFN/5tq/fOOmbqX8j4I=; b=zOgyKsiEnL1wRBJLZYrrlxO7yFuz0s8ZXQWQplTJ1GU1EbvxwGYb6wNLStSUHbWL+PVsq5eiASehfvBNpeWY9KDLl03nPtAAxY4lrYujeRveXkSE93EEJVDaD7+61tzJb4Rfr6BOuKCEfsLQJ61P4Bug6bLAUCmxRfjJtSpI5oM=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMq5K-000FzQ-R3; Thu, 28 Aug 2014 03:09:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:09:14 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366369: 4x fail To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828030600-21170 X-Trac-Build-ID: 20140828030600-21170 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:09:16 -0000 Update to version 2.3.67. PR: ports/193035 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828030600-21170 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 03:09:10 GMT Revision: 366369 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366369 --------------------------------------------------------------------- Port: games/vultures-eye 2.3.67 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:10:29 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39A90414; Thu, 28 Aug 2014 03:10:29 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D68E10C4; Thu, 28 Aug 2014 03:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=u6fOf47HbyvSs8fGrwu/LVEL3Zb+OhXfoKiszsN6Ibk=; b=NkxW87yG6JMVGR/89mKpUSFm1Y4jG7Ou1974qSKUeaVCXOABPKuJlmJtnTV6HI6oKQycDgP3b9l5dekUz5X3JuJx1KBBkBOz6MwFetb7XTraOxDPwM3BeY34CqHVe5tiDOb+1wFooHjPVz0F3fN6sbHRSLTLZobmOm6Dwi3bSew=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMq6W-000GCw-3Z; Thu, 28 Aug 2014 03:10:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:10:28 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366368: 2x fail, 2x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828025800-30437 X-Trac-Build-ID: 20140828025800-30437 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:10:29 -0000 Support STAGEDIR PR: ports/193034 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828025800-30437 Job owner: vanilla@FreeBSD.org Buildtime: 12 minutes Enddate: Thu, 28 Aug 2014 03:10:27 GMT Revision: 366368 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366368 --------------------------------------------------------------------- Port: games/slune Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828025800-30437-404531/slune-1.0.15_5.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828025800-30437-404533/slune-1.0.15_5.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:11:20 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2A554C0; Thu, 28 Aug 2014 03:11:19 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C582010F4; Thu, 28 Aug 2014 03:11:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=D/ucIjRgAiX8KFP1D1C7hlxt8KOu7G0KvHD12waavXA=; b=XTJCguTt9/hGm0S4SMxYgbrU62eeSsKcEyz2boQaOZhsDTLywvZHcHw1Km7A84PFGAa+EVXDwsFwD9o9q7fhXxoCVaUJgZo97hOCQK69fzkGY7xgMtmJtvAK+kg6p2n1l4G4QHfA8tgBu+26jkIDT9w7Jy+LARy3ept8cFoPMow=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMq7K-000GGp-Pd; Thu, 28 Aug 2014 03:11:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:11:18 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366370: 3x fail, 1x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828030601-32742 X-Trac-Build-ID: 20140828030601-32742 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:11:20 -0000 [NEW] devel/py-riak_pb: Riak Protocol Buffers Messages Message definitions for the Protocol Buffers-based interface to Riak and various Erlang-specific utility modules for the message types. WWW: https://github.com/basho/riak_pb --------------------------------------------------------------------- Build ID: 20140828030601-32742 Job owner: koobs@FreeBSD.org Buildtime: 5 minutes Enddate: Thu, 28 Aug 2014 03:11:18 GMT Revision: 366370 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366370 --------------------------------------------------------------------- Port: devel/py-riak_pb Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140828030601-32742-404541/py27-riak_pb-2.0.0.16.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:18:38 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3970393E; Thu, 28 Aug 2014 03:18:38 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B77B121E; Thu, 28 Aug 2014 03:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=enISg/l9xvC9wwBBF3BEqFVzFD019xPK7eSymtiwEYM=; b=vm28kekoKhR6X4T84kwjeXHEPrPSrcZboXwTU5uVsw045l6372hgbtBCr+6YHr7SVe4ypN7cdXdxng3kzP6Zru6CDbuPQWL+VAmS45bWhel/R0vKD0PCS4IJ7wh65IE91pvUvZ3hNNEc69N3cLecB0sFu9GJQTs9X+TCCz8kKIM=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqEP-000Go4-1D; Thu, 28 Aug 2014 03:18:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:18:36 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366371: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828031601-43237 X-Trac-Build-ID: 20140828031601-43237 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:18:38 -0000 Support STAGEDIR PR: ports/193033 Submitted by: Ports Fury --------------------------------------------------------------------- Build ID: 20140828031601-43237 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 03:18:36 GMT Revision: 366371 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366371 --------------------------------------------------------------------- Port: games/balazarbrothers Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828031601-43237-404545/balazarbrothers-0.3.1_6.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:22:38 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64479BC2; Thu, 28 Aug 2014 03:22:38 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3732F12FC; Thu, 28 Aug 2014 03:22:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=M1GbPtorr29t4TvgMV8vEOH8wzfyD76EC0Gz3TO4ptw=; b=Z5LjwY0YSBpkKswHshJySGECDYBPk6WXwQ4WNNs7hkqr+D4RTcjQeTQgt37/lD+zW9RrDKmEdoagKgIPpar1rKVwvboMN7LejP26hi8LQ25QwuST7CKL7JBkkX/81dpgvUs5Rd3Owt4lyonvo1JWnV31LI+k2mdwmzGBoEaty0g=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqIH-000HGg-9M; Thu, 28 Aug 2014 03:22:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:22:37 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366372: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828032000-26370 X-Trac-Build-ID: 20140828032000-26370 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:22:38 -0000 Support STAGEDIR. PR: ports/193036 Submitted by: Ports Fury --------------------------------------------------------------------- Build ID: 20140828032000-26370 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 03:22:35 GMT Revision: 366372 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366372 --------------------------------------------------------------------- Port: games/xjewel 1.6_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828032000-26370-404549/xjewel-1.6_4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:26:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F677E2B; Thu, 28 Aug 2014 03:26:43 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 116731338; Thu, 28 Aug 2014 03:26:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=3l5XZZQNqul3ak8gooOMr5vUMG1AUSju/aB5qqksLfI=; b=JdYJwWVsjLkgfSoL/TyENc0T1xtOZVebRGxSTuQvzbTPi2o1LcfC9ImkVRmq2pHr3E/ZxMPpUcf1K0wWUFrrQvnMnJ1iC+mDyZNQxS7gl4PqnKhJ6ZcexWAucfw0oHMPhxlkp7EV7j0J2B7XjHoSr5RbujN4Ctet5sa3j16UWOo=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqME-000HXw-3c; Thu, 28 Aug 2014 03:26:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:26:42 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366373: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828032400-29758 X-Trac-Build-ID: 20140828032400-29758 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:26:43 -0000 Upgrade to 3.0.7. PR: ports/193025 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828032400-29758 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 03:26:41 GMT Revision: 366373 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366373 --------------------------------------------------------------------- Port: benchmarks/siege 3.0.7 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828032400-29758-404553/siege-3.0.7.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:33:53 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3AAC2BE; Thu, 28 Aug 2014 03:33:53 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 767A71446; Thu, 28 Aug 2014 03:33:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=5eek0oMGYQJ+ioO9rM693Ug5azgq+93j8oYuR0YFuIY=; b=S4cZp0U9GBK0pWc2FijMr4vyUgbzJLTLZ8j1UTu2E3B2wXnCy34+9uRf529ALGh9aLoVh9qGIu7nyuarCseIUPKbSnAtI9UZgI8sKjbjYP2R7/lPgWoIFhYOpiZE+iNuCqs7Y3R9J3UJFl+CPiwk2vPyWptZrqbXioIXm1sCAv8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqTA-000IAA-Hx; Thu, 28 Aug 2014 03:33:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:33:52 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366374: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828033000-56049 X-Trac-Build-ID: 20140828033000-56049 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:33:53 -0000 Support STAGEDIR PR: ports/193037 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828033000-56049 Job owner: vanilla@FreeBSD.org Buildtime: 4 minutes Enddate: Thu, 28 Aug 2014 03:33:51 GMT Revision: 366374 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366374 --------------------------------------------------------------------- Port: games/xmris 4.04_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828033000-56049-404557/xmris-4.04_4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:38:19 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5A85500; Thu, 28 Aug 2014 03:38:19 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7E371486; Thu, 28 Aug 2014 03:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=csFAQ9NqHuxWzvaIyyUMV+MmBMys3nhUnzmhyMkXaJw=; b=QRGJboDvUOt3h/fGXR1MvBUm8Ja2OCTK0jhj5RdBSI3heCjW0s+mtXUs/tJmfQ2SSiN9seiJSQ8LFhzcDZYZUaD52lVFYtsSL87yG5dnTFKINz3pw42EaShBY6Z8C2ZhP+66oU19U97sOcaaQuNZCoPBqn1ytK2xteV1jHhOuu8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqXS-000IT0-Ne; Thu, 28 Aug 2014 03:38:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:38:18 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366375: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828033600-21428 X-Trac-Build-ID: 20140828033600-21428 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:38:19 -0000 1: Fix build on -current 2: Stagify. PR: ports/193030 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828033600-21428 Job owner: vanilla@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 03:38:17 GMT Revision: 366375 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366375 --------------------------------------------------------------------- Port: devel/asmutils 0.18_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828033600-21428-404561/asmutils-0.18_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:44:24 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6150486C; Thu, 28 Aug 2014 03:44:24 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33D0E1577; Thu, 28 Aug 2014 03:44:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=oQghC14ULBprhxn6kOs/tlirnJCRclMWkvbOBxbEwKY=; b=JKgJNNekVX3KEaD5TMB9B6/ojiudMLXGtB4Se4OMpESfJSLJCrcaSBgmSrrFMv70w0OfS2jtO3NqugFitlxlt8S3cbOncsQZBGackB3LELW/gjn9DOgJwlpCnIauOJNsAQa7bckUOTocDKYhFFloejCKY4h9E6kEN0vlSmNDA/s=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqdL-000J1W-8c; Thu, 28 Aug 2014 03:44:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:44:23 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366376: 3x fail, 1x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828034200-30163 X-Trac-Build-ID: 20140828034200-30163 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:44:24 -0000 Support STAGEDIR. PR: ports/193038 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828034200-30163 Job owner: vanilla@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 03:44:22 GMT Revision: 366376 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366376 --------------------------------------------------------------------- Port: games/xpat2 1.07_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828034200-30163-404565/xpat2-1.07_4.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:46:28 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86DD8915; Thu, 28 Aug 2014 03:46:28 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5781593; Thu, 28 Aug 2014 03:46:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=DvVx2lduy9BjTIZ5dO2DKFm+YEMojmWjt1PAnKbPzAA=; b=DSYYgYzPLWIM4Ipb7cDcbHbDXscYx3CMmB41lIjxlAaKsn7BC4n2UNlywTUe4r8IIBpoHMLbGiHeS43UHZLZnYbAW1bE1LqlR0ZgRLaw3vpwo/FZtUXvXrYXN51YpnKA4EEqP8X6sntlHvEjkUh+yJn2u/IWi4uKbLbK0yWcxJ8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMqfL-000JA6-FU; Thu, 28 Aug 2014 03:46:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 03:46:27 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366377: 3x fail, 1x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828034200-5062 X-Trac-Build-ID: 20140828034200-5062 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:46:28 -0000 devel/py-protobuf: Modernize - Add LICENSE and LICENSE_FILE - Modernize Python framework entries - Add regression-test target QA: Ran 216 tests in 0.298s - OK Approved by: maintainer --------------------------------------------------------------------- Build ID: 20140828034200-5062 Job owner: koobs@FreeBSD.org Buildtime: 4 minutes Enddate: Thu, 28 Aug 2014 03:46:27 GMT Revision: 366377 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366377 --------------------------------------------------------------------- Port: devel/py-protobuf Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140828034200-5062-404569/py27-protobuf-2.5.0_2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 03:56:32 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A4B7A7E for ; Thu, 28 Aug 2014 03:56:32 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id 2180A178A for ; Thu, 28 Aug 2014 03:56:31 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id F20532005B for ; Wed, 27 Aug 2014 23:56:29 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rg7B27qu5USL for ; Wed, 27 Aug 2014 23:56:29 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53FEA86D.607@egr.msu.edu> Date: Wed, 27 Aug 2014 23:56:29 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: auditing port options and following default option value changes References: <201408280112.s7S1C0w7067397@gw.catspoiler.org> In-Reply-To: <201408280112.s7S1C0w7067397@gw.catspoiler.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:56:32 -0000 On 08/27/2014 21:12, Don Lewis wrote: > I'm pretty much ready to throw in the towel on upgrading ports in place > with portupgrade and I'm planning on switching to poudriere. As part of > this conversion, I'd like to figure out what ports have non-default > options and which options are set to non-default values. Then I can > figure out whether I want to set each option back to default or > propagate the non-default value to poudriere. > > Also, since the option files for each port contain the values for all > the options, if I have a port with one non-default option value set, how > can I follow updates to the default values of the other options? This may help: http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108 I have not abandoned all my options files yet, I've eliminated some over time as I switch to defining options in make.conf. I'll probably get burned some day and finish it off. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 06:24:27 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F5E9367; Thu, 28 Aug 2014 06:24:27 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 021A5151C; Thu, 28 Aug 2014 06:24:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=yYgPOelGhL4/fo6p6o7Xx8Vd1Jd9+XhSaicyCSF16o0=; b=avs3UloHyUHw8y1GA4dKOzNWR0WQlw5VnXw5DUkNoDiRGfKSLFJTl1i1UcbelCaSsaNoaEKvjhj+R1IiovoCGRtQllnKoRcGqj5vCFp4icK6DW2rzZqEnJVVsnMWjPpWH7zSzBzofkKC90QEDHaRB+0+5NEarfMIn49I0H/LNO0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMt8D-0005fs-Um; Thu, 28 Aug 2014 06:24:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 06:24:25 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366379: 4x fail To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828062200-22784 X-Trac-Build-ID: 20140828062200-22784 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:24:27 -0000 Update to version 0.99.9. PR: ports/193041 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828062200-22784 Job owner: vanilla@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 06:24:24 GMT Revision: 366379 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366379 --------------------------------------------------------------------- Port: multimedia/xine Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 06:26:23 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 227F940C; Thu, 28 Aug 2014 06:26:23 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9DC21535; Thu, 28 Aug 2014 06:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=hXRKRMaeX7KoKN0Nkb8TAo5ZPeywgCzNUusikPofLRA=; b=0kOLRA5xhk1RSDdkZ6rlnXPgTw1O6JzGET1lp+A58JAnqPtmwe3QXN6TNsXd0uRDh8F/RFLCqCviTxF0jjlPEhAtjRZsH5qOESd3xWqmhLbu0NAwJa5JE1sHXuZ9DGIW+bafXH3cI8TA+Uo4ADptB6p3UFLTga+aOFLMM/IZIq0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMtA6-0005nw-0w; Thu, 28 Aug 2014 06:26:22 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: danfe@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 06:26:21 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366380: 4x fail To: danfe@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828062400-60381 X-Trac-Build-ID: 20140828062400-60381 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:26:23 -0000 Back out parts of the r366375 that had nothing to do with staging or fixing the build on -CURRENT. This restores Makefile sanity and diff clarity with r357486. (Fixing the build without GCC would be attempted separately.) --------------------------------------------------------------------- Build ID: 20140828062400-60381 Job owner: danfe@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 06:26:19 GMT Revision: 366380 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366380 --------------------------------------------------------------------- Port: devel/asmutils 0.18_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 06:26:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 139D240E for ; Thu, 28 Aug 2014 06:26:24 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBC081538 for ; Thu, 28 Aug 2014 06:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=oP15SOyFiOy9o1K54PRI2udJ7wqo3YvTe34GdX2H/xQ=; b=EG9HJLIKbwmTWYk9jVzMiVnGCTNyurtEbJgSNGWRSSmDNQ0dTia7VdxmDSXOys75r+q4uVeIEvDISDjWRJcrLUCblSXrph8og0MTkpbty9J2AtnNC4ZzqFv+RuaQrjtlW7EWRA7b10QUDovRPXmBUdeMeTB2Vw8btCuY+iI6xX4=; Received: from [39.253.197.226] (port=48288 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XMtA0-003Spl-2H; Thu, 28 Aug 2014 00:26:16 -0600 Date: Thu, 28 Aug 2014 14:26:10 +0800 From: Erich Dollansky To: Torfinn Ingolfsen Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion Message-ID: <20140828142610.6dc3b78d@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:26:24 -0000 Hi, I did not got through the full thread to see if you found a solution. Allow me to tell you how I generally update multiple machines no matter in what state they are in. If they are all on the same source version, I compile on one machine the new kernel for the target machine. I will install it them either via NFS on other machines or via bootable media on which I copy the newly compiled source tree and the new binaries. When the other machine is up, I go through the normal installation procedure for kernel and world. Be careful with mergemaster and do not overwrite some configuration files. It might seems awkward but I did not run into any problems since I moved to this procedure. You might get first a generic kernel onto an external media and upgrade to generic if you want before compiling the 'real thing' on the target machine. Erich On Tue, 26 Aug 2014 22:11:25 +0200 Torfinn Ingolfsen wrote: > I have a machine which has an old installation of FreeBSD 8.3 on it: > root@kg-vm2# uname -a > FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC > 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > amd64 > > and I want to update it. Since FreeBSD this old doesn't have svnlite > installed, I fetch a ports tree (no, this machine didn't have one > already) and try to install the subversion port: > root@kg-vm2# cd /usr/ports/devel/subversion > root@kg-vm2# make install > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional > (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES") > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for > loop. > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for > loop. > > make: fatal errors encountered -- cannot continue > > So I google a bit and find this[1] thread. > Hmm, ok let's try to install bmake then: > root@kg-vm2# cd /usr/ports/devel/bmake > root@kg-vm2# make install > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > Unknown modifier 't' > > Unknown modifier 't' > > "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for > loop. > > "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for > loop. > > 1 open conditional: > at line 1167 (evaluated to true) > make: fatal errors encountered -- cannot continue > > Now, can anyone explain to me how I am going to get an updated source > (/usr/src) onto this machine, without resorting to (to me, totally > unnecessary) unconventional steps? > > AFAICT, there is nothing in /usr/ports/UPDATING about this. > So much for POLA. > Bah. > > References: > 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 06:40:39 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEDFCA29; Thu, 28 Aug 2014 06:40:39 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C094A182A; Thu, 28 Aug 2014 06:40:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=p8bc9TU2ySHdW245wiGmJ9X4kBe4Q7dKRGH48RG07Ww=; b=i3hJ2SGRZJtylbXL0jujSX/FagD5cVViH2b8SI6B1qvR3n5xDeYFKhoTitYA4iTlUtCI9gV9swZ/6hVL0k4GB4D/jRp1SMTVpmDyLGV3Gybs8RgylveB13Qo+sFqLyYTWH3MwJxQjLnVH2iEgLlEOaSXCNKawCsTL1AV0NnjYwY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMtNu-0006ss-My; Thu, 28 Aug 2014 06:40:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 06:40:38 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366381: 4x fail To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828063800-14888 X-Trac-Build-ID: 20140828063800-14888 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:40:40 -0000 Update to version 4.7.3. PR: ports/193039 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828063800-14888 Job owner: vanilla@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 06:40:36 GMT Revision: 366381 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366381 --------------------------------------------------------------------- Port: lang/gambit-c v4.7.3,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 06:44:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3D75BFD for ; Thu, 28 Aug 2014 06:44:21 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 59E8A1854 for ; Thu, 28 Aug 2014 06:44:21 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.9/8.14.9) with ESMTP id s7S6iAB4092794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 28 Aug 2014 07:44:12 +0100 (BST) (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk s7S6iAB4092794 Authentication-Results: smtp.infracaninophile.co.uk/s7S6iAB4092794; dkim=none reason="no signature"; dkim-adsp=none; dkim-atps=neutral Message-ID: <53FECFAF.9040408@FreeBSD.org> Date: Thu, 28 Aug 2014 07:43:59 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: auditing port options and following default option value changes References: <201408280112.s7S1C0w7067397@gw.catspoiler.org> <53FEA86D.607@egr.msu.edu> In-Reply-To: <53FEA86D.607@egr.msu.edu> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="EliEcrdWIaGab8sX6PDBKwno62sIad3f0" X-Virus-Scanned: clamav-milter 0.98.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:44:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EliEcrdWIaGab8sX6PDBKwno62sIad3f0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 28/08/2014 04:56, Adam McDougall wrote: > On 08/27/2014 21:12, Don Lewis wrote: >> I'm pretty much ready to throw in the towel on upgrading ports in plac= e >> with portupgrade and I'm planning on switching to poudriere. As part = of >> this conversion, I'd like to figure out what ports have non-default >> options and which options are set to non-default values. Then I can >> figure out whether I want to set each option back to default or >> propagate the non-default value to poudriere. >> >> Also, since the option files for each port contain the values for all >> the options, if I have a port with one non-default option value set, h= ow >> can I follow updates to the default values of the other options? >=20 > This may help: > http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108 >=20 > I have not abandoned all my options files yet, I've eliminated some ove= r > time as I switch to defining options in make.conf. I'll probably get > burned some day and finish it off. poudriere options creates a directory structure under /usr/local/etc/poudriere.d/options [*] identical to what's under /var/db/ports so you can just make a link... # cd /usr/local/etc/poudriere.d # ls -la options lrwxr-xr-x 1 root wheel 13 Dec 24 2012 options@ -> /var/db/ports If you also set up /usr/ports as your default ports tree: # poudriere ports -l PORTSTREE METHOD TIMESTAMP PATH default svn 2014-08-27 07:55:55 /usr/ports then you end up being able to ad-hoc compile anything from ports on demand, and you can just add it to your poudriere builds after the fact. Obviously, this is only of much use directly on your poudriere build box, so limited to small-scale setups. Cheers, Matthew [*] Possibly modified to include jail or ports tree names in case you want different options for different package sets. --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --EliEcrdWIaGab8sX6PDBKwno62sIad3f0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iQJ8BAEBCgBmBQJT/s+5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATBRAQAINano2EhIPsIpnGIb1Zkull 8PrH2H+WclochKR8RDyVw5fRhtO8nxRuxEvT7NmtfsjF5RPIWPK60PJsaieJjk/U eCzt7ZBCMxxbWxuoS5c/avNQwmfBM+AIq0ZPzKi2Gt5twk3p5MBHLp5EgeWQDztj I58CCPMzFV9F6q8gr+JkWs3x2nNnAcLFEjLCXcfstWOXuEcWrQ0BOtGrV2VXXNNB TefSv/VEy3hNSSWuOyTQJEpP/9GMK4OM9mzW4b8dQBin1CCXeI8tn5/MEeR6fKxf tT/JSFt7fxbiAkjVYapbLWPu2mYN+fVCpYBgWpKygFjs1Y5h3ZTHxH1Bi4CMI5Dh LuUxxPPW0P/ncHVyuWSkThX5OxfdI+f6rS8aEwBfR8cmYyDbQufNp60b3SVucwic HIu/ZKy/6K0oGtxJ+dXYFmF3RE57/I3OiNM3z6XT/Bip3od3S6s+yS6zdXkBLM1o CRzZJWwYD9V2bi/4Us968YEcpvPtpD3SctdrnvsEv2AwzkB/X+PnqdqqejH9QW9p 4i0jgmGvmZ/zAlRbsh6MCAE20V7icHzRwzw271G0GIyNbrymLgpfg8j6TO+wjpPt MazxMHeKUjCXWesC26+yhefdsZDCbkkK8xFw/cDz4+409EUHv5/a/+MDFj/eGR0F aBoV1tf77lrF1JZLne2Y =XGG3 -----END PGP SIGNATURE----- --EliEcrdWIaGab8sX6PDBKwno62sIad3f0-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 07:00:27 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B17CA508 for ; Thu, 28 Aug 2014 07:00:27 +0000 (UTC) Received: from berula.man.poznan.pl (berula.man.poznan.pl [IPv6:2001:808::173:11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CA1E1963 for ; Thu, 28 Aug 2014 07:00:26 +0000 (UTC) X-Virus-Scanned: by PSNC antivirus scanner at man.poznan.pl Received: from [150.254.170.93] (potato.man.poznan.pl [150.254.170.93]) (authenticated bits=0) by berula.man.poznan.pl (8.14.5/8.14.5/MSA) with ESMTP id s7S70F5W010494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 28 Aug 2014 09:00:16 +0200 (CEST) Message-ID: <53FED375.8010800@man.poznan.pl> Date: Thu, 28 Aug 2014 09:00:05 +0200 From: Tomasz Szewczyk User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: tony@lava.net Subject: FreeBSD Port: dbeacon-0.3.9.1 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms080708030109040203000906" Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 07:00:27 -0000 This is a cryptographically signed message in MIME format. --------------ms080708030109040203000906 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Hello, I'm trying to use dbeacon with SSM. Unfortunately I'm getting following e= rror(s): Aug 28 08:32:01.657728 Failed to join SSM (S,G) where S =3D 194.80.134.18= /32860, reason: Invalid argument Such error is generated for every SSM source. Do you have any idea why is= that? I'm using FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014 = root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 best regards Tomasz --------------ms080708030109040203000906 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: Kryptograficzna sygnatura S/MIME MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJ8DCC BMMwggOroAMCAQICEHP+V/rfuMUIgXtmuWvwLe8wDQYJKoZIhvcNAQEFBQAwga4xCzAJBgNV BAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoT FVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3Qu Y29tMTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQg RW1haWwwHhcNMDkwNTE4MDAwMDAwWhcNMjgxMjMxMjM1OTU5WjA7MQswCQYDVQQGEwJOTDEP MA0GA1UEChMGVEVSRU5BMRswGQYDVQQDExJURVJFTkEgUGVyc29uYWwgQ0EwggEiMA0GCSqG SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIFdn1M2ojoZANz7sFRMOrH0o1hRohhaBP+PBA4kpD m/5bsbC/tFfcdYBBS2Qa9ttPb4/QJUU1+erLSvr72tPtRYgRlDbkzKgN78U9N+0We+PClZ5Y M38i+/j/7Oa+264KZSUih9pvhItG6ECGKD+/VgjiSumDouki+y36tigfkcHDcftTwCtOpAyh bp1V7ezhJIc6COINHOTETdDLJ/qEZObRl51WJFuTuykuQ+JBaj3iSmX8ml9ahoe8h8d5gJaZ UcaQD2SRmX0Q3awsAyrheGT+zj1O9CtQEUvRWNSbA/B/9TtTsFND+8UvxAQpGjqs11Xp0Q6V 0Tsxf3hPriktAgMBAAGjggFNMIIBSTAfBgNVHSMEGDAWgBSJgmd9xJ0mcABLtFBIfN49rgRu fTAdBgNVHQ4EFgQUY01DWhlIP8RGwQK6v+4O5YK3ZqYwDgYDVR0PAQH/BAQDAgEGMBIGA1Ud EwEB/wQIMAYBAf8CAQAwGAYDVR0gBBEwDzANBgsrBgEEAbIxAQICHTBYBgNVHR8EUTBPME2g S6BJhkdodHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVROLVVTRVJGaXJzdC1DbGllbnRBdXRo ZW50aWNhdGlvbmFuZEVtYWlsLmNybDBvBggrBgEFBQcBAQRjMGEwOAYIKwYBBQUHMAKGLGh0 dHA6Ly9jcnQudXNlcnRydXN0LmNvbS9VVE5BQUFDbGllbnRfQ0EuY3J0MCUGCCsGAQUFBzAB hhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQAGK6lTLxPc XDkWzIafXkx7cvvsjVWKXpoK/1NMdvQGPVDPV/Ciz6+ZjKr+oBl2PpkDMvp1gziKu2uapQwT stQbduaULmeYWeORbAKQmpzIYEtVq8qIWo0r5WmVAwfR1A78JCIuWbFjpF/t2SNy5JzOOlxs H0+pAMkd/vp/RS22LoTdDyegWRhO1XYlRfSZJnnbb58j90O7Kw8Eo4EmLLd7Nfk9d19AIeZ/ HaWWWr3QyxY6bLthi4r9BDlECsss4cvOLhCYGtvgk+1JZGQIIJ+3o1Dwot3KtMZ8DD3nXhXc J4bkOjtSWherqQZTK50Jc2QcAcP9MNKHA2/kFQN6OV9oMIIFJTCCBA2gAwIBAgIQfxS/92FB RMx4sr1JsGrzLTANBgkqhkiG9w0BAQUFADA7MQswCQYDVQQGEwJOTDEPMA0GA1UEChMGVEVS RU5BMRswGQYDVQQDExJURVJFTkEgUGVyc29uYWwgQ0EwHhcNMTQwNDA3MDAwMDAwWhcNMTcw NDA2MjM1OTU5WjCCAQwxCzAJBgNVBAYTAlBMMRUwEwYDVQQIEwxXaWVsa29wb2xza2ExEDAO BgNVBAcMB1Bvem5hxYQxDzANBgNVBBETBjYxLTcwNDEfMB0GA1UECRMWdWwuIE5vc2tvd3Nr aWVnbyAxMi8xNDETMBEGA1UECxMKUGlvbiBTaWVjaTE1MDMGA1UEChMsUG96bmFuc2tpZSBD ZW50cnVtIFN1cGVya29tcHV0ZXJvd28tU2llY2lvd2UxFzAVBgkqhkiG9w0BCQIWCDczMEBQ Q1NTMRgwFgYDVQQDEw9Ub21hc3ogU3pld2N6eWsxIzAhBgkqhkiG9w0BCQEWFHRvbWVrc0Bt YW4ucG96bmFuLnBsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAurcB2BdMDSl6 t8W1uLT7nJs6BEJaBnccTKnOEeY9odhyz9BUvFgZNoPLiLd4ZodfDXJqIKJHiYb84+1uD9km vTXbkAAltR/mpK81HgWkmg4NuKTKll9rnkwQVtNyxP6gjnlN+SuSFFOGzANr88TrC2aQlEyf c1xduYMT9EOpv7ofUkEnChkQNv+yriBORCo6OsY5/NB5C2TkQJQ4lIvs0vsRfNQnHv/WE30/ 2J4ujb8SSg8zxA6PAgrIn5P0177kCEDByc/6gsfUc+Gk0hWm6ECSbqOnpsbEOHA+0m4+H8mb 7UHdy2xGfUkfqrazs0WMlGK4HnxdJYkROw84fGNHJwIDAQABo4IBUDCCAUwwHwYDVR0jBBgw FoAUY01DWhlIP8RGwQK6v+4O5YK3ZqYwHQYDVR0OBBYEFBXAFN0/PIdtIJwm0rESnp63R0Lr MA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMEBggr BgEFBQcDAjAYBgNVHSAEETAPMA0GCysGAQQBsjEBAgIdMD8GA1UdHwQ4MDYwNKAyoDCGLmh0 dHA6Ly9jcmwudGNzLnRlcmVuYS5vcmcvVEVSRU5BUGVyc29uYWxDQS5jcmwwcgYIKwYBBQUH AQEEZjBkMDoGCCsGAQUFBzAChi5odHRwOi8vY3J0LnRjcy50ZXJlbmEub3JnL1RFUkVOQVBl cnNvbmFsQ0EuY3J0MCYGCCsGAQUFBzABhhpodHRwOi8vb2NzcC50Y3MudGVyZW5hLm9yZzAN BgkqhkiG9w0BAQUFAAOCAQEAkOVJF04KQEtpT8rRNJ8CjLgvZs3MA3tKU2CMku7BFUs5fS0Q 3VFzGQxLdHwhh2XKiWOQJedYggHOGPVppIxHt3goCjYrFbCKRqcCvSk123NZiKmafh3kFkRd poxAW02vNeW17NL87egyQ9EdlQy7vdc+U22J9RzDAAF7p+GErn5lcS8Gf/lZZXaUKgMZLJao gagl/eg2BcEoJzktEtjZsURacW6AYP5CmUx2Zceiv3wElvxasTUC+kFw7Nq2iyXwEO9Myfak v7aN5o2ZhJOwSvmAKIEGv3zL/KtxVxLh9RZko5L8uIu0odtgBZcTxPoB7kIDg8yv1iHakB10 fSlhXDGCAwcwggMDAgEBME8wOzELMAkGA1UEBhMCTkwxDzANBgNVBAoTBlRFUkVOQTEbMBkG A1UEAxMSVEVSRU5BIFBlcnNvbmFsIENBAhB/FL/3YUFEzHiyvUmwavMtMAkGBSsOAwIaBQCg ggGNMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE0MDgyODA3 MDAwNVowIwYJKoZIhvcNAQkEMRYEFDmY6Hh1btYv8W7dgoa0JBLdZk21MF4GCSsGAQQBgjcQ BDFRME8wOzELMAkGA1UEBhMCTkwxDzANBgNVBAoTBlRFUkVOQTEbMBkGA1UEAxMSVEVSRU5B IFBlcnNvbmFsIENBAhB/FL/3YUFEzHiyvUmwavMtMGAGCyqGSIb3DQEJEAILMVGgTzA7MQsw CQYDVQQGEwJOTDEPMA0GA1UEChMGVEVSRU5BMRswGQYDVQQDExJURVJFTkEgUGVyc29uYWwg Q0ECEH8Uv/dhQUTMeLK9SbBq8y0wbAYJKoZIhvcNAQkPMV8wXTALBglghkgBZQMEASowCwYJ YIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAH BgUrDgMCBzANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASCAQACA03+DQJWiM7ATLYz LDcPaSAHcOwRDxiWcHtzHDRYfAYH6YM3hcofPF+KHf11kyKdjse8A7njEGFlDDwJCxDxGUcH l5E2bUmYqd+xQbWlU//yIZQ54WQhTT1JhJcDAHCb3QZ97fRF2bsYQ9BK087jlMkBDGtdO+11 eiyX9oxopZGWAajLyOtpTTugWV3cMV7P50voYKlPEV6TNryNlgkk7/4HswUzJ335l5rr+S+h lLGraI17vPxxPiFUg799nBoa+dD1Z1gLz7yBBUEE48W8G592boeXQHfpHgypB1z1+qoQwIa9 ARi5YKY7AvRj+r5gxdJVBrG0Aam7gQAV6SsHAAAAAAAA --------------ms080708030109040203000906-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 08:10:52 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C60964C9; Thu, 28 Aug 2014 08:10:52 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 992821FE4; Thu, 28 Aug 2014 08:10:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=cc6eK90FedgrQuliQ1AXiziHPEcPz9R0HsMLDdyVlss=; b=V6/o+dchJTwh638eeg09dF8YQvcaWrVRIRk9W7I0FuXj1Xvm3QqdzM3xJoQDRdk17yEPbr9S7uE4aWTEuYJAAnmsz7h9nhAcqs4TFkVW+yRGIo7kTEjMMp8VeLvvVVDo0RME0FOKmoCg8dfdQ3HYMQ5tCE1+jDSlMsmk4nSj3qw=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMunD-000E6Y-MZ; Thu, 28 Aug 2014 08:10:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 08:10:51 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366383: 4x fail To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828080800-56797 X-Trac-Build-ID: 20140828080800-56797 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 08:10:52 -0000 - Update to 7347 --------------------------------------------------------------------- Build ID: 20140828080800-56797 Job owner: amdmi3@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 08:10:49 GMT Revision: 366383 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366383 --------------------------------------------------------------------- Port: astro/josm 7347 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 08:48:28 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13C6C43B; Thu, 28 Aug 2014 08:48:28 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA34513AE; Thu, 28 Aug 2014 08:48:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=IpF3TnSmlZqCrVAwwCll3cmqpDvuK1KK2Z7SHLyLNag=; b=4oZuHXJUv/EobOI5QCWx7udPQkO+UZJvHU0KXxPIXEFMpn7sFqlvLVu4Ah2LG+Mv4ebZe0niAcTQXkhbQbMBq0B9ZewqXpSuq/CwznrJ2/EQlmy+EvlFuakuGd1gcbaTRf7MammRZzGk6V4aC/DynQSD3soULVXXn1wgnxhYcIU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMvNa-000H6Z-Tq; Thu, 28 Aug 2014 08:48:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: cperciva@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 08:48:26 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366384: 4x fail To: cperciva@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828084600-47402 X-Trac-Build-ID: 20140828084600-47402 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 08:48:28 -0000 Update to spiped 1.4.0. Ask for a C11 compiler, despite only needing a C99 compiler, in an attempt to make sure that on x86 systems we have a compiler with support for AESNI. --------------------------------------------------------------------- Build ID: 20140828084600-47402 Job owner: cperciva@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 08:48:24 GMT Revision: 366384 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366384 --------------------------------------------------------------------- Port: sysutils/spiped 1.4.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 09:03:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34B0B8DE for ; Thu, 28 Aug 2014 09:03:45 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E717515BB for ; Thu, 28 Aug 2014 09:03:44 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMvcN-0006FJ-6L for freebsd-ports@freebsd.org; Thu, 28 Aug 2014 11:03:43 +0200 Date: Thu, 28 Aug 2014 11:03:43 +0200 From: Kurt Jaeger To: freebsd-ports@freebsd.org Subject: Re: Building subversion-1.8.10 under poudriere Message-ID: <20140828090343.GQ9400@home.opsec.eu> References: <53FDCBD8.4060306@digiware.nl> <7C47458A-8B41-47FB-8091-00CA301DDA5B@FreeBSD.org> <53FDD88A.9030001@digiware.nl> <53FDE021.5030108@egr.msu.edu> <53FE5BFE.5050101@ksu.edu> <20140828015704.GA579@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140828015704.GA579@lonesome.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 09:03:45 -0000 Hi! > On Wed, Aug 27, 2014 at 05:30:22PM -0500, Lawrence K. Chen, P.Eng. wrote: > > Wonder if there's still time to now see what ports I have installed that > > haven't been staged yet? > > This doesn't quite answer your question, but there's a portsmon page > listing all nonstaged ports: > > http://portsmon.freebsd.org/portsconcordancefornostage.py?sortby=portname bapt has this list, I don't know the update frequency etc. http://people.freebsd.org/~bapt/notstaged.txt -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 09:04:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BDDD97D; Thu, 28 Aug 2014 09:04:43 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EFF715C6; Thu, 28 Aug 2014 09:04:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=w2OkvAA8M0r5w8EaNgX6KeEd+ioe9T9oFvR9ZqBE+ew=; b=EFQCFYnbdyq6DIW3XRACjEERsMZsgrAXB1UhKZ928+1JBFsuO5C3ClU3FBt6y/b9EzT8PfvPluwK3jhTFczhNPCcZnuTyDpn5yit4tA2y76IbbIK57bHzIs9Xswnx+ZcZu9vLl0zq4hLcK/0zorZsC/k1gVQisxDxpRhLg6QMqE=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMvdK-000ISv-Cu; Thu, 28 Aug 2014 09:04:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: gahr@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 09:04:42 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366385: 4x fail To: gahr@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828090200-16160 X-Trac-Build-ID: 20140828090200-16160 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 09:04:43 -0000 - Update to 10.2.6 Release notes: http://www.mesa3d.org/relnotes/10.2.6.html --------------------------------------------------------------------- Build ID: 20140828090200-16160 Job owner: gahr@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 09:04:40 GMT Revision: 366385 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366385 --------------------------------------------------------------------- Port: graphics/libosmesa Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 09:18:31 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DCBAC74; Thu, 28 Aug 2014 09:18:31 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50C4F1868; Thu, 28 Aug 2014 09:18:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=z2QwigEW/dqJqUu9yXx3OP/JGoNX4rbdLw5YU6fSnzc=; b=0T10CS29+dcgTCo98WNRv68wMzwpO8DEfy3o8AM/B3u40mfNtNL1lkvsRbGCH0wooKErMYsU0ptvXQ13ln87k7BvK3HdyEk59gzm1+QQhAZjfH0SX4UryXZbwlPsbMsekH7vSzjh5BmzyHSsPy3YIOlnwVYsCqr2X3xM1NEsdYY=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMvqg-000JVj-Ae; Thu, 28 Aug 2014 09:18:30 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 09:18:30 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366386: 4x fail To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828091600-64516 X-Trac-Build-ID: 20140828091600-64516 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 09:18:31 -0000 - Convert to USES=libtool - Use @sample --------------------------------------------------------------------- Build ID: 20140828091600-64516 Job owner: tijl@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 09:18:28 GMT Revision: 366386 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366386 --------------------------------------------------------------------- Port: dns/yadifa 1.0.3_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 09:37:21 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11CD9EAF; Thu, 28 Aug 2014 09:37:21 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D80B419DB; Thu, 28 Aug 2014 09:37:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=cikDG/Pedwo5POFkGAnW/DqItrfp3fKFn3zUDkoIG3c=; b=XAQzl9oNHAwxZ+d1KQXpa3gHJ8Ghz3hX8gf3YeHy+vHohJUFp1PhAp8a63zFA9E7ONKcwNd3HljC+BBSSAlXQceQFWTPFncl5GcqWtuxyoYoZIHJJYbTqqb35vKA0Q1LSX5nlO1D0Ea4xmLKd6/+F6zrVLhPpDho+823ce0ZiE8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMw8t-000L1S-Tx; Thu, 28 Aug 2014 09:37:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: koobs@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 09:37:19 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366387: 3x fail, 1x success To: koobs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828093400-42543 X-Trac-Build-ID: 20140828093400-42543 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 09:37:21 -0000 devel/py-dateutil: Update to 2.2, Modernise - Update to 2.2 - Add LICENSE_FILE - Update COMMENT (Via setup.py) - Fix RUN_DEPENDS assignment - Modernise Python framework entries - Canonicalise regression-test - Patch setup.py to support `test` command - Remove unecessary patch to dateutil/__init__.py (unicode -> plain) Changes: 2.2 * Updated zoneinfo to 2013h * fuzzy_with_tokens parse addon * Bug with LANG=C fixed QA: Ran 492 tests in 0.688s - OK (Python 2.7 / 3.4) --------------------------------------------------------------------- Build ID: 20140828093400-42543 Job owner: koobs@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 09:37:19 GMT Revision: 366387 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366387 --------------------------------------------------------------------- Port: devel/py-dateutil Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~koobs@FreeBSD.org/20140828093400-42543-404604/py27-dateutil-2.2.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 09:49:22 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 823FB1B6; Thu, 28 Aug 2014 09:49:22 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549CD1AB8; Thu, 28 Aug 2014 09:49:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=E1UmEH61IgYFjR3RkvhwtZyW5XA3wXMCIf8j6KIyhco=; b=80gqMFt+OhCtnVIUNDkR6KjkYd09FbkJGhHZrlj4naCSM8GgefFGFa3L59hOiE7SiSVfEqsCX+MOyeyY7RrSHicDNfyAgTLRqsxrpMQC+quqByYmEzJ+zd5zSajmjh6nsCgo+j+ixlsk3ZM6lon4uEhSJM0ILFunzL9uqI7dJSQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMwKX-000LwJ-Ca; Thu, 28 Aug 2014 09:49:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: vanilla@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 09:49:21 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366378: 1x fail, 3x success To: vanilla@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828055000-63222 X-Trac-Build-ID: 20140828055000-63222 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 09:49:22 -0000 Upgrade to 1.3. PR: ports/193032 Submitted by: Ports Fury. --------------------------------------------------------------------- Build ID: 20140828055000-63222 Job owner: vanilla@FreeBSD.org Buildtime: 4 hours Enddate: Thu, 28 Aug 2014 09:49:20 GMT Revision: 366378 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366378 --------------------------------------------------------------------- Port: emulators/wine-doors Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828055000-63222-404571/wine-doors-0.1.3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828055000-63222-404572/wine-doors-0.1.3.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~vanilla@FreeBSD.org/20140828055000-63222-404573/wine-doors-0.1.3.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 10:22:43 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EEE592D; Thu, 28 Aug 2014 10:22:43 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01CE51E35; Thu, 28 Aug 2014 10:22:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=ADGoGuC5kdmIgnV7WZUJF6anOntci9sy4cwtLLZhA1s=; b=JpUB7tqjF2ZzBSo5Ut8fAXlJefWR1Ay8ZRBvXevPcAAYJ9MNkB7MZw8wWQ9S6aUV2CQQQs/MRf3Ysss4SIme6YUiDlIfuontzYLk8zniaoRoqfnXzraN+8MIRd0SUUG8LcOzP/S+GQmQXJ00ODQcC4z3NhUoqTFwBbrTlsPPREE=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMwqo-000OiS-0K; Thu, 28 Aug 2014 10:22:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: sunpoet@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 10:22:41 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366388: 2x fail, 2x success To: sunpoet@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828101600-30757 X-Trac-Build-ID: 20140828101600-30757 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 10:22:43 -0000 - Update to 1.24.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md --------------------------------------------------------------------- Build ID: 20140828101600-30757 Job owner: sunpoet@FreeBSD.org Buildtime: 7 minutes Enddate: Thu, 28 Aug 2014 10:22:41 GMT Revision: 366388 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366388 --------------------------------------------------------------------- Port: devel/rubygem-fog-core 1.24.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~sunpoet@FreeBSD.org/20140828101600-30757-404607/rubygem-fog-core-1.24.0.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~sunpoet@FreeBSD.org/20140828101600-30757-404608/rubygem-fog-core-1.24.0.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 10:51:00 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2266C2BC; Thu, 28 Aug 2014 10:51:00 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E910A119C; Thu, 28 Aug 2014 10:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=M/ftgUkmINpp8e3OeA3wCHgJ/7KSx7xddrkFHk6kMXc=; b=uiQDzqWXXWIKXY9aAW2pLKzzQfwRRxkCsNrhcn8cQ2Rr0WGAI85UQeWxzbvA8mGm9F80O/eVVVGhL8qJd0OieyBvycMr3kEKlV1UzKvuNl+nallcXCzCCDh6iecaihRGaC95l6wbF6aeBR4qouJC4oVrccfGlZ/dcWcjfV/NkGU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxIB-0000ti-0s; Thu, 28 Aug 2014 10:50:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: gahr@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 10:50:58 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366390: 3x fail, 1x success To: gahr@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828103800-58454 X-Trac-Build-ID: 20140828103800-58454 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 10:51:00 -0000 - Update to 05_20140817 Changelog: * The chapter about files in the manual has been improved. * Variants of the for-each-loop with an until condition have been added to array.s7i. * The parse operator for characters has been improved to accept only strings with a length of 1. * The function trimValue has been introduced. This function trims a string such that it can be converted to a specified type. * The exception handlers for RANGE_ERROR have been removed from the functions read and readln in enable_input.s7i. The functions read and readln now raise range RANGE_ERROR when the conversion to the target type fails. * Occurances of io_ok, io_error, io_empty and io_filled have been removed from the libraries. This undocumented feature was not used for years. The function succeeds and the functions read and readln with default value are better suited for error checking, when data is read. * The exception handlers in interpreter and compiler have been improved to allow an otherwise part. * The function succeeds has been introduced. This function executes a statement and returns TRUE when no exception occurs. * The example programs nicoma.sd7 and savehd7.sd7 have been improved to use the new function succeeds. * The parse operator for float has been changed to raise RANGE_ERROR when leading whitespace is found. * The library make.s7i has been improved to accept the commands erase, xcopy, mv, move and rem. * The library makedata.s7i has been improved to accept the macro functions subst and patsubst. * The reading of rules in makedata.s7i has been improved to read commands without macro substitution. The macros in commands are substituted just before the commands are executed. * The make functions in make.s7i have been changed to raise FILE_ERROR when a command fails. * The function applyMacros in makedata.s7i has been improved to accept macro functions and the shorthands of patsubst. * The function replaceSuffixes in makedata.s7i has been improved to accept pattern substitution with the % character. * In the library make.s7i the logging has been removed from the functions doRm, doCp, doPwd, doEcho, doCd, doMake, doOneCommand, doCommands and processCommand. * The program chkflt.sd7 has been adjusted to work with the strict parse operator for float. * Interpreter and compiler have been improved to support the actions PRC_BLOCK_CATCH_ALL and PRC_BLOCK_OTHERWISE. * The program sudo.c has been improved to work without upper limit for the parameter length. * The functions checkIfOutsideRange and negate have been added to int_act.s7i. --------------------------------------------------------------------- Build ID: 20140828103800-58454 Job owner: gahr@FreeBSD.org Buildtime: 13 minutes Enddate: Thu, 28 Aug 2014 10:50:56 GMT Revision: 366390 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366390 --------------------------------------------------------------------- Port: lang/seed7 05.20140817 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~gahr@FreeBSD.org/20140828103800-58454-404655/seed7-05.20140817.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 10:51:30 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E78A355; Thu, 28 Aug 2014 10:51:30 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0141111A9; Thu, 28 Aug 2014 10:51:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=46ArcuD4HkXpcPAzashJHLIKCq6zsjJCkw4qCbUf0oc=; b=FR+RGQ3wNv4ovQdiJW8VqYnEZTv98ov9xh1RLEWv0yS8eXJG1zWpF0bdAwrOsVxPFirK2vME8X6mwiH43CfYixee88IIv46SFWjDT1/TsSmQSjne9LOoN67CrpdSypQd5sJsIaD+RfPThkKfEi5C3U9nwqJrFq5aOfrtJV3yhB4=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxIe-00013r-TL; Thu, 28 Aug 2014 10:51:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: danfe@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 10:51:28 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366391: 3x fail, 1x success To: danfe@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828104200-57393 X-Trac-Build-ID: 20140828104200-57393 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 10:51:30 -0000 Add quick and dirty port of scanmem, a simple interactive debugging utility for Linux, used to locate the address of a variable in an executing process. WWW: http://code.google.com/p/scanmem/ --------------------------------------------------------------------- Build ID: 20140828104200-57393 Job owner: danfe@FreeBSD.org Buildtime: 9 minutes Enddate: Thu, 28 Aug 2014 10:51:27 GMT Revision: 366391 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366391 --------------------------------------------------------------------- Port: sysutils/scanmem 0.13 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~danfe@FreeBSD.org/20140828104200-57393-404661/scanmem-0.13.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 10:54:47 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D22B444; Thu, 28 Aug 2014 10:54:47 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0C711EC; Thu, 28 Aug 2014 10:54:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=fM+F1A/COdNwG0lfY4yPGELfC0DMcOALDdmxJFpTDt4=; b=dChole1W7W/V57gTSCKpFIEUjwZuKIFmBOu5leSG3+ah+4T8a1k5ykyyKnMGcL4xNLdNEX6hRyWvakJrUeSIJCrJ1aLzLiFQQBJ+2DsnaI17F7XidurvSq+KZZg7sv6c3vJEmWyp1EUd9E3+eq5CgNVQcAa2yWhck1wXY9T5LK0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxLq-0001H8-4c; Thu, 28 Aug 2014 10:54:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 10:54:46 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366389: 28x fail, 16x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828102200-4097 X-Trac-Build-ID: 20140828102200-4097 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 10:54:47 -0000 dns/c-ares: - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) --------------------------------------------------------------------- Build ID: 20140828102200-4097 Job owner: tijl@FreeBSD.org Buildtime: 33 minutes Enddate: Thu, 28 Aug 2014 10:54:45 GMT Revision: 366389 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366389 --------------------------------------------------------------------- Port: dns/c-ares 1.10.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404611/c-ares-config-1.10.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404612/c-ares-config-1.10.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: ftp/curl 7.37.1_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404615/curl-7.37.1_3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: irc/ircproxy 1.3.6_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404619/ircproxy-1.3.6_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404620/ircproxy-1.3.6_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404621/ircproxy-1.3.6_2.log --------------------------------------------------------------------- Port: irc/unreal 3.2.10.4_2 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404623/Unreal-3.2.10.4_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404624/Unreal-3.2.10.4_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: mail/greylite 2.3_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404628/greylite-2.3_4.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: net-mgmt/xymon-server 4.3.17_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404631/xymon-server-4.3.17_3.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404632/xymon-server-4.3.17_3.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: net/ecore-con 1.7.9_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: net/mosquitto 1.3.2_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404639/mosquitto-1.3.2_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404640/mosquitto-1.3.2_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: net/tshark Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404643/tshark-1.12.0_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404645/tshark-1.12.0_2.log --------------------------------------------------------------------- Port: net/wireshark Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828102200-4097-404648/wireshark-1.12.0_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: security/sssd 1.9.6_7 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 11:07:06 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7985788B; Thu, 28 Aug 2014 11:07:06 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B28A130B; Thu, 28 Aug 2014 11:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=JxR5pOFAQzeGzEXeUb53fHk/fZGU13asLheIpoaYtGc=; b=jx38Rv0EDIGnuVClyi9Xe+B2XJdKz24G2z0YQ+RQu4OQm8PdejwtgShDZLVbtB8lu9cg/A4WVBTiti4xHdQMyj3IhPF4Gy51HnWrT22r8DE5pILnjrjf7BGsH7AHUlwlSDe8ACDmsQm5KAZQY9WwhiSnYPZFevusSP+0qLPjwSA=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxXl-0002Fu-Ap; Thu, 28 Aug 2014 11:07:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 11:07:05 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366393: 8x fail To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828110000-8225 X-Trac-Build-ID: 20140828110000-8225 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:07:06 -0000 Remove CONFIGURE_ARGS=--enable-explicit-deps. This option adds dependencies to the Requires field in pkgconfig files that should only be needed with static linking and cause a lot of overlinking with shared linking. They should be added to the Requires.private field instead, but since this port doesn't install any static libraries they can just be removed. The flag was added because several ports that depend on this port failed to link because of missing libraries when the linker enforced explicit linking. The pkgconfig files in this port then provided the links. These ports have all been fixed now. PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) --------------------------------------------------------------------- Build ID: 20140828110000-8225 Job owner: tijl@FreeBSD.org Buildtime: 7 minutes Enddate: Thu, 28 Aug 2014 11:07:04 GMT Revision: 366393 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366393 --------------------------------------------------------------------- Port: x11-toolkits/gtk20 2.24.22_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: x11-toolkits/pango 1.34.1_7 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 11:12:44 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91222B49; Thu, 28 Aug 2014 11:12:44 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6480A13C9; Thu, 28 Aug 2014 11:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=dO2cokALmDFKuL3LHIQ8dvt8YHjYe5wHjNuOgaTqgG4=; b=iM3TYMxy/USRJscrnjFX6iCdHz0ny4BMLSGbRqbgim/NyTqnT0hNcfDIqezaTlj6e31IlrQ60qBfQXOKyFRyJqtK0SuAPzb2V0sL8vzxSY1hgRCgheqRRZtfKwDMWrVMxwAcB7BQWFne/2IQ+eNv66GQKZQISp7Qy6rMdu8ruN0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxdD-0002mv-GI; Thu, 28 Aug 2014 11:12:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 11:12:43 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366394: 4x fail To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828111001-41639 X-Trac-Build-ID: 20140828111001-41639 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:12:44 -0000 Add USES=libtool and INSTALL_TARGET=install-strip --------------------------------------------------------------------- Build ID: 20140828111001-41639 Job owner: tijl@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 11:12:40 GMT Revision: 366394 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366394 --------------------------------------------------------------------- Port: devel/ultragetopt 0.6.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 11:17:32 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2314DDE4; Thu, 28 Aug 2014 11:17:32 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E21631477; Thu, 28 Aug 2014 11:17:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=fLhWLd815D+1RaoKmWD981LMWD4i04rwfKu8FYr6DXg=; b=iN38DKEBG375tporrTl1xjJ2OR8AUAQigRyKYWdV5rWiYpaTf9x9hXgYkLwOJ7c1OweF2rSq2wiVz6mzDLCLwhRFQmoBfbKGw6jjZ3rbXHgsVmSGi2GPSQTOuZWr7DFom+2eKe1iazuFALoW+R58kRAkshTF28/7zRDwckt2BbU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxhq-00036Q-W5; Thu, 28 Aug 2014 11:17:31 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 11:17:30 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366395: 8x fail To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828111200-45853 X-Trac-Build-ID: 20140828111200-45853 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:17:32 -0000 Add USES=libtool --------------------------------------------------------------------- Build ID: 20140828111200-45853 Job owner: tijl@FreeBSD.org Buildtime: 5 minutes Enddate: Thu, 28 Aug 2014 11:17:29 GMT Revision: 366395 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366395 --------------------------------------------------------------------- Port: lang/gcc-aux 20140422_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL --------------------------------------------------------------------- Port: lang/gnatdroid-armv7 20140422_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 11:28:49 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F313E422; Thu, 28 Aug 2014 11:28:48 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C61781743; Thu, 28 Aug 2014 11:28:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=f/EdCJnI8IWlc5Zd69JxkzGVOvXK5EGXgHr46qYJr0g=; b=4FMK3iGnqBs1wVaZB37/Oe10JSS9NjF5zMtX2wy5KCHOLppUA8JLblCPhyZoLLnur10M3j5wde/ajHp1Xm4lErM4WowezJy4QZYyEbvrXMDUJQ9F5vT6J8WUrY0dy2Cx56wJPPzo5zW57F6VH8dHh/jMDhOx2XyWH77+8+Qt/aA=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxsl-0003zJ-QN; Thu, 28 Aug 2014 11:28:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: culot@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 11:28:47 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366396: 3x fail, 1x success To: culot@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828112600-45855 X-Trac-Build-ID: 20140828112600-45855 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:28:49 -0000 - Update to 2.0.14 PR: ports/192938 Submitted by: mohawk@bsdsx.fr (maintainer) --------------------------------------------------------------------- Build ID: 20140828112600-45855 Job owner: culot@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 11:28:47 GMT Revision: 366396 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366396 --------------------------------------------------------------------- Port: www/mohawk 2.0.14 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~culot@FreeBSD.org/20140828112600-45855-404688/mohawk-2.0.14.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 11:30:32 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8A604D3; Thu, 28 Aug 2014 11:30:32 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAE3D1753; Thu, 28 Aug 2014 11:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=gjUOrXD7GRkseGzkgVNnM7ibi/amQIEhZx6q96JNrWk=; b=ZqbMrVTxhQ+DaVMvoY1T7Y58Eryj47/69Yh1RqW5NijqWQAOjpGFazuOWEvlSVIYiuiYxS/mZ/nBJZdeFywJ6tTaF/GqEtLe0zdqeZXy3R6ArA8B6YB0s/R4XX3JfGI97oAlRdrH6/k7BzK7jEfJWZPM3m/11cBj9CqjGoR8aT0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMxuR-00046a-OO; Thu, 28 Aug 2014 11:30:31 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: marino@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 11:30:31 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366392: 1x fail, 3x depend (mtree in print/texlive-texmf) To: marino@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828110000-10834 X-Trac-Build-ID: 20140828110000-10834 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:30:32 -0000 dns/powerdns-devel: Fix stage-qa / plist-issues PR: 192401 Fix by: maintainer (Ralf van der Enden) --------------------------------------------------------------------- Build ID: 20140828110000-10834 Job owner: marino@FreeBSD.org Buildtime: 30 minutes Enddate: Thu, 28 Aug 2014 11:30:27 GMT Revision: 366392 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366392 --------------------------------------------------------------------- Port: dns/powerdns-devel 3.3.1_5,1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~marino@FreeBSD.org/20140828110000-10834-404663/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~marino@FreeBSD.org/20140828110000-10834-404664/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~marino@FreeBSD.org/20140828110000-10834-404665/texlive-texmf-20140525_2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:04:27 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAEB1F67; Thu, 28 Aug 2014 12:04:27 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD7121B15; Thu, 28 Aug 2014 12:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Hk1FuYEf0cQ5veofVcHSKjOAsA3flDvSdoLbujx6Lgw=; b=TMfMWv4HCdAR+hyFFdIW523JbLN3/J9g7sy7wM4OwYst0pv2fYWKyLdp6t8NI3DIpoxYAvk1n1m3wWur0o74CDF/YudBxSg/HvRWAvFFy5xJJSLlmy4n/E6MO9//8teaGALbDyUyNtlsSCCsZQiSQ5iWlQKYxp02SbchhqjVUH0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMyRG-0006sA-RS; Thu, 28 Aug 2014 12:04:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: demon@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:04:26 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366397: 2x fail, 2x ignored: no devel version available at this time To: demon@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828120200-16654 X-Trac-Build-ID: 20140828120200-16654 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:04:28 -0000 Correct OPTIONS usage (similar to rev. 359349 for net/haproxy). --------------------------------------------------------------------- Build ID: 20140828120200-16654 Job owner: demon@FreeBSD.org Buildtime: 2 minutes Enddate: Thu, 28 Aug 2014 12:04:25 GMT Revision: 366397 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366397 --------------------------------------------------------------------- Port: net/haproxy-devel 1.5.0 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: IGNORED: NO DEVEL VERSION AVAILABLE AT THIS TIME Buildgroup: 9.2-QAT/amd64 Buildstatus: IGNORED: NO DEVEL VERSION AVAILABLE AT THIS TIME Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:15:37 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3191E258; Thu, 28 Aug 2014 12:15:37 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0246F1C20; Thu, 28 Aug 2014 12:15:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=JMfUMHmWQvs+JOzjVq+8O5xapEudaRz8dVEIu+rTQu4=; b=8C+qALxlp7d7iQMELV9oUJV2D5JEM8zYfs7t/h0Y87Pa8m+XT63m8+fKbFBMqNpikeTzEnDRMieCB5wHvQWEmJjL8voA5DnmcKR7KpesI/FQXcT/EeaVfUruMg+tSODi35nyU0CWspIksElmPqNxRvUhmFKhS2UgrCgbbDxzvcI=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMyc4-0007kS-30; Thu, 28 Aug 2014 12:15:36 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: pi@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:15:36 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366398: 2x fail, 2x success To: pi@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828121201-20641 X-Trac-Build-ID: 20140828121201-20641 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:15:37 -0000 New port: databases/p5-Protocol-CassandraCQL This module provides the basic constants and other support functions required to communicate with a Cassandra database using CQL3. It is not in itself a CQL client; it simply provides the necessary support functions to allow one to be written. For a complete client, see instead Net::Async::CassandraCQL. WWW: http://search.cpan.org/dist/Protocol-CassandraCQL/ PR: 186055 Submitted by: admins@perceptyx.com --------------------------------------------------------------------- Build ID: 20140828121201-20641 Job owner: pi@FreeBSD.org Buildtime: 4 minutes Enddate: Thu, 28 Aug 2014 12:15:32 GMT Revision: 366398 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366398 --------------------------------------------------------------------- Port: databases/p5-Protocol-CassandraCQL 0.11 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~pi@FreeBSD.org/20140828121201-20641-404695/p5-Protocol-CassandraCQL-0.11.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~pi@FreeBSD.org/20140828121201-20641-404696/p5-Protocol-CassandraCQL-0.11.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:37:50 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 471859CD; Thu, 28 Aug 2014 12:37:50 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1685C1E33; Thu, 28 Aug 2014 12:37:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=I2H4WHfwFR9JIHWRR44mUt5IiL7DoQqOs7wu+VFn4Eo=; b=0W4qFWezW9z7TOtjEYmnsC7FrQJ0iFmrG4kmNZNIv3FEwP5ohQg9ZpfhL/0No/SrEPhNnQRqUL1beOo75lfQ/TfW7fj8tLwN60RtNXnSyib9BkkJ3dE8RRGjmHCa7VFElyDXCVOrR/BLnQnRqmncKSYCFViIpYQ2csB6lSAva7M=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMyxZ-0009Tm-0k; Thu, 28 Aug 2014 12:37:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:37:48 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366399: 2x fail, 1x ???, 1x depend (ignored: is marked as broken on i386: '__stack_chk_fail_local' isn't defined in net-im/tox) To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828122000-35541 X-Trac-Build-ID: 20140828122000-35541 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:37:50 -0000 uTox is lightweight Tox (https://github.com/irungentoo/ProjectTox-Core) client written in C. Simple and convenient program for confidential communication. Still early in development, though it already supports some of the most important features, like file transfers, A/V, group chats, and DNS Discovery. There are also binaries for other OS: Linux, Android, OS X and Windows, which makes it possible to communicate between users of different OS. WWW: http://utox.org/ PR: 192954 Submitted by: fidaj@ukr.net --------------------------------------------------------------------- Build ID: 20140828122000-35541 Job owner: amdmi3@FreeBSD.org Buildtime: 18 minutes Enddate: Thu, 28 Aug 2014 12:37:44 GMT Revision: 366399 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366399 --------------------------------------------------------------------- Port: net-im/uTox 0.1.3.git20140827 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: DEPEND (IGNORED: IS MARKED AS BROKEN ON I386: '__STACK_CHK_FAIL_LOCAL' ISN'T DEFINED IN NET-IM/TOX) Buildgroup: 9.2-QAT/amd64 Buildstatus: ??? Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140828122000-35541-404700/uTox-0.1.3.git20140827.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:40:42 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04C91C2C; Thu, 28 Aug 2014 12:40:42 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB00C1E5A; Thu, 28 Aug 2014 12:40:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=p4N5wUj7saZCwELXY2q3GyYYLhD7NMXLJqBNXBfgGxA=; b=N2ZsiFwOFhVb32sPYLaMAAqye9yJmXnUXpsi8xkWB+t5ovMfINtAqBlCHHD4KNVDFzm8MnkiAqL8dwgi9WHV5fa7HMVr31MXBmapwdn9gvJhTC5au8TiNJyC9ZBEKpwbORP0zCYMi1Tnpsqp1wpMLtD3882EPIqgPCPRBhSj7MU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMz0K-0009gW-So; Thu, 28 Aug 2014 12:40:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: pi@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:40:40 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366400: 2x fail, 2x success To: pi@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828123800-18995 X-Trac-Build-ID: 20140828123800-18995 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:40:42 -0000 New port: archivers/p5-Compress-LZ4 The Compress::LZ4 module provides an interface to the LZ4 (de)compressor. WWW: http://search.cpan.org/dist/Compress-LZ4/ --------------------------------------------------------------------- Build ID: 20140828123800-18995 Job owner: pi@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 12:40:39 GMT Revision: 366400 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366400 --------------------------------------------------------------------- Port: archivers/p5-Compress-LZ4 0.20 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~pi@FreeBSD.org/20140828123800-18995-404703/p5-Compress-LZ4-0.20.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~pi@FreeBSD.org/20140828123800-18995-404704/p5-Compress-LZ4-0.20.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:41:11 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from ptrcrt.ch (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 ESMTPS id 8706FCC7; Thu, 28 Aug 2014 12:41:10 +0000 (UTC) Date: Thu, 28 Aug 2014 12:40:02 +0000 From: Pietro Cerutti To: Ports-QAT Subject: Re: [QAT] 366390: 3x fail, 1x success Message-ID: <20140828124001.GG81694@ptrcrt.ch> Reply-To: gahr@FreeBSD.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uc35eWnScqDcQrv5" Content-Disposition: inline In-Reply-To: X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.23 (2014-03-12) Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:41:11 -0000 --uc35eWnScqDcQrv5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2014-Aug-28, 10:50, Ports-QAT wrote: > Build ID: 20140828103800-58454 > Job owner: gahr@FreeBSD.org > Buildtime: 13 minutes > Enddate: Thu, 28 Aug 2014 10:50:56 GMT >=20 > Revision: 366390 > Repository: https://svnweb.freebsd.org/ports?view=3Drevision&rev= ision=3D366390 >=20 > --------------------------------------------------------------------- >=20 > Port: lang/seed7 05.20140817 >=20 > Buildgroup: 8.4-QAT/amd64 > Buildstatus: FAIL >=20 > Buildgroup: 8.4-QAT/i386 > Buildstatus: SUCCESS > Log: https://qat.redports.org//~gahr@FreeBSD.org/20140828103800-584= 54-404655/seed7-05.20140817.log >=20 > Buildgroup: 9.2-QAT/amd64 > Buildstatus: FAIL >=20 > Buildgroup: 9.2-QAT/i386 > Buildstatus: FAIL It would really be useful to have the logs for the failed builds, instead of the successful ones.. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --uc35eWnScqDcQrv5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJT/yMhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgie+HIQAJhKCrrHcVfEdkZf8r9lr7vN 20y0o7xZVxVOKGv9ir6ysIINPfhQZ1wpAG147WalTSX4D1zV48PAyaPKGgSu/FEa q0Eoy6DhbF6r96Gq9nenFuZe4kPJankYHEvibZnq4AOsbBfRAPFpXFAEJTNhZz96 GHs+LTO4GM4ykgfahYK/k+0LpaxirowUM1oRti4a370sZU9p3rb4EjtRaW7eknAp 5RcwYjLlZI5lYbtTxKv+VJpNBcjM+HDOQ1r8CTOmB4FQ8cK4zXMAHz0HwiGYLhix 0D0SvXpt/DPOEMw65Uz4RIL2DGBJiLq5z3t432HPZcnMdEw7jS0aVCBkgxEqsa62 MB5Odrx77iD9Gq4dLsfiyOWPWC4sMXKwE9KlnLjbRZW0hcnohmi348ikl/B2hgTx fv91lkcCumwicaWGyW7UAUS5vkx2dmYrZxRXMZeC0yNAQdW+Le5jQrTfQVkLUkUQ ffBe3EMqndVJ6GGo9gz6XkrS7u1W+Hg+6+jE+pttT8ZthrI/w7zlSvs+KKtQzJzz 36hmZ0ZUZXY7kMKCPQuF7gmq2mPVV1VFt+r7rykm+tYK3gDEF9Kp/8VgS84+vj/r rfJWpsZc3VIxHjBrhQsRETQw2mZicPMmgwki8mBPZ0PqerWa3NFs3IhFtBp4357e 0VwLFav7o9FbHeuVW4kB =uS0/ -----END PGP SIGNATURE----- --uc35eWnScqDcQrv5-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:53:04 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6AF7111; Thu, 28 Aug 2014 12:53:04 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2951FF4; Thu, 28 Aug 2014 12:53:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=nBPsM7gUQM+fcw6qWDo4X5HQNdN+z7hjawemydLqL3s=; b=MMngaeM2cSwJcQgiCiLgCkpv9RvwGc53ZNsh98i98hxfl8Jb01kSvhyaajel73jfTCvAewk9fgbb0K+Ryu7Lvd9v9DvXpWPaBvrFwo/Kp6kGwsCLVe/IMmh5YblnrDwobyY9bNQ++oXc2psEpxkXQIpWABiFmPSKAa24+zM9ZE0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMzCJ-000Ale-Ls; Thu, 28 Aug 2014 12:53:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:53:03 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366401: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828125000-1434 X-Trac-Build-ID: 20140828125000-1434 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:53:04 -0000 Convert to USES=libtool --------------------------------------------------------------------- Build ID: 20140828125000-1434 Job owner: tijl@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 12:53:02 GMT Revision: 366401 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366401 --------------------------------------------------------------------- Port: devel/subversion16 1.6.23_8 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125000-1434-404707/subversion16-1.6.23_8.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125000-1434-404708/subversion16-1.6.23_8.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 12:57:05 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 167432DF; Thu, 28 Aug 2014 12:57:05 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD53F105D; Thu, 28 Aug 2014 12:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=z8ApR4EAsunpZmmpsNbhTCYxnm8QDvChsIkS2jRx0L0=; b=D5LWQtHABEhlp4KQM5izv6hh4sdGR75m3qLzezt3PDNETJ1n/nZ3BXfL2RQabevIvvX5eRhWnvdsXvpQ0hBluvz76c+8XosvoOjmT3cUhpVCeMRQxUrgfNPAt7bVN3AqmgnDwOFhiP8gFKu3Hzyx+9T8GASW9NWZJdy7qFMQMO0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMzGB-000B3j-WA; Thu, 28 Aug 2014 12:57:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 12:57:03 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366402: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828125400-43579 X-Trac-Build-ID: 20140828125400-43579 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 12:57:05 -0000 Add USES=libtool and INSTALL_TARGET=install-strip --------------------------------------------------------------------- Build ID: 20140828125400-43579 Job owner: tijl@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 12:56:58 GMT Revision: 366402 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366402 --------------------------------------------------------------------- Port: textproc/libyaml 0.1.6_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125400-43579-404711/libyaml-0.1.6_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125400-43579-404712/libyaml-0.1.6_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 13:23:38 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B4B5994; Thu, 28 Aug 2014 13:23:38 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF61E1454; Thu, 28 Aug 2014 13:23:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Ml05xhzmdsK3dGiH/jP7KLk4nH69+/F25FLiUPZhWNw=; b=b/VWkulF8J0JN33MBwVaJ3xyPe5szc0Wtarx6zrMb4vRiXR7NpyKXZVZBhtiXWD3liqBOS5UeuLFnrBQO5bJv9j6hJA2mjbsl30zX/D0oPe1dD2mUxnl5sA7ORnLhP8WJgVKPbXaMH+WZk5XZkexqOBDUeUPkCE9lOhrml/EQxc=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XMzfs-000DCM-Uy; Thu, 28 Aug 2014 13:23:36 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: tijl@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 13:23:36 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366403: 2x fail, 2x success To: tijl@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828125601-29923 X-Trac-Build-ID: 20140828125601-29923 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 13:23:38 -0000 - Add USES=libtool and INSTALL_TARGET=install-strip - Use standard do-install --------------------------------------------------------------------- Build ID: 20140828125601-29923 Job owner: tijl@FreeBSD.org Buildtime: 28 minutes Enddate: Thu, 28 Aug 2014 13:23:32 GMT Revision: 366403 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366403 --------------------------------------------------------------------- Port: devel/tijmp 0.7_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125601-29923-404715/tijmp-0.7_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~tijl@FreeBSD.org/20140828125601-29923-404716/tijmp-0.7_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 14:19:18 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8F5DDAB; Thu, 28 Aug 2014 14:19:18 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB2721BC5; Thu, 28 Aug 2014 14:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=wRUloJdjRZ8qgNceLfjqJjSJ02WkCrnIFKVppcODO0A=; b=bxRaCdTSNrn5Eqgbf4NxogXpv/GiUITfhMzE1RhV/XQ/rpPJfpQWiX0IyQKWowvvKq6wyMHpnwYVqyRcnrZswngrNvceyuHOU3NV+S1tb3gWAVINdFXv8IG3JR6cq6bda/jkP7/5RQSlmbnj0jmm3LHBElCIyavrmGYsvX/Rwu8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN0Xl-000HWb-KC; Thu, 28 Aug 2014 14:19:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: wg@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 14:19:17 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366404: 4x fail To: wg@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828140000-63732 X-Trac-Build-ID: 20140828140000-63732 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:19:19 -0000 math/asir2000: update to 20140819 - Pass maintainership to submitter PR: 192873 Submitted by: Saito Tomokatsu Approved by: maintainer --------------------------------------------------------------------- Build ID: 20140828140000-63732 Job owner: wg@FreeBSD.org Buildtime: 19 minutes Enddate: Thu, 28 Aug 2014 14:19:15 GMT Revision: 366404 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366404 --------------------------------------------------------------------- Port: math/asir2000 20140819 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 14:19:48 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5B24E4E; Thu, 28 Aug 2014 14:19:48 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 771DA1BD1; Thu, 28 Aug 2014 14:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=ThupwPZ1mk5iDv9l2cag9nOU8aGaFOeH0zsd7lbQ64M=; b=y1+D29PBmNPqRKgeq6G72zvXjGaYmBuuUCQG6hShS8zX0XlTYhRsRN4iiKse/9HsN1FbcmWsI8Bbd8yjAtXXIDoqUG0mPqfaIKXsR6r+XcbhnPB0m+ggVo6pn2EDQBPzTjOoB3DdPq7aOF2yc8fQuyd9aXqKj36Rv+q6PNWLzDU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN0YF-000HYd-H7; Thu, 28 Aug 2014 14:19:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: pi@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 14:19:47 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366405: 4x fail To: pi@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828140800-47470 X-Trac-Build-ID: 20140828140800-47470 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:19:48 -0000 New port: databases/p5-Net-Async-CassandraCQL This module allows use of the CQL3 interface of a Cassandra database. It fully supports asynchronous operation via IO::Async, allowing both direct queries and prepared statements to be managed concurrently, if required. Alternatively, as the interface is entirely based on Future objects, it can be operated synchronously in a blocking fashion by simply awaiting each individual operation by calling the get method. WWW: http://search.cpan.org/dist/Net-Async-CassandraCQL/ PR: 186057 Submitted by: admins@perceptyx.com --------------------------------------------------------------------- Build ID: 20140828140800-47470 Job owner: pi@FreeBSD.org Buildtime: 12 minutes Enddate: Thu, 28 Aug 2014 14:19:46 GMT Revision: 366405 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366405 --------------------------------------------------------------------- Port: databases/p5-Net-Async-CassandraCQL 0.11 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 14:24:35 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BBD41E9; Thu, 28 Aug 2014 14:24:35 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D67F1CC1; Thu, 28 Aug 2014 14:24:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=QB/pept5MBH0M85UkVRSCCzz1LLqZrXHVJfGtbVjEQg=; b=tcwG8SQSmV7xuaIzOLxC0yPQ4kw4HI2xPalmrdy4P70FSyCIWdJv16cjyibjfVnSuGawjRQDXGUKCsKDdvH/iaigp8CFv5gOJ8R+5gju5d3UUiL3WujJciL8i8w/QWLZ8OzTvuVz8rSCmrpBFAPCdRkUs5QW6iBBRRAOvpbHfj8=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN0cs-000I1X-Fz; Thu, 28 Aug 2014 14:24:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: adamw@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 14:24:34 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366406: 4x fail To: adamw@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828142201-24337 X-Trac-Build-ID: 20140828142201-24337 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:24:35 -0000 Fix staging errors that broke all plugins in ports, but worked in pkg. --------------------------------------------------------------------- Build ID: 20140828142201-24337 Job owner: adamw@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 14:24:33 GMT Revision: 366406 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366406 --------------------------------------------------------------------- Port: mail/squirrelmail 20140717 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 14:28:52 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5EC65ED; Thu, 28 Aug 2014 14:28:52 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 792801D00; Thu, 28 Aug 2014 14:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=9La3d0KWow83ZHv4yWfUnpCezTmMebQG36CdbmbtJP0=; b=10MY0ZdrZDjJsYmMVcsI6J8S8eWZiHB5k0pOMhslwNm6Skley3spTZNnx4phri8tpyvdOLa+VtxOA462IdWg7QZogyTIGuZUEEIZ2VNYa0A3zEx1Cz+C7SHI/CCaCu3yyPC+aUPvLi2sNO5iBXSYtUiVluX/+DIIWeM71Kf1zoU=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN0h1-000IJa-IQ; Thu, 28 Aug 2014 14:28:51 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: adamw@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 14:28:51 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366407: 4x fail To: adamw@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828142600-40889 X-Trac-Build-ID: 20140828142600-40889 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:28:52 -0000 Fix up permissions on the script necessary to activate plugins. PORTREVISION bump for changed plist. --------------------------------------------------------------------- Build ID: 20140828142600-40889 Job owner: adamw@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 14:28:51 GMT Revision: 366407 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366407 --------------------------------------------------------------------- Port: mail/squirrelmail 20140717_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 14:54:44 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 978CAC7; Thu, 28 Aug 2014 14:54:44 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ADD91027; Thu, 28 Aug 2014 14:54:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=PhZw9FVM24BwVof+Lww3Yg/pJlQn8VVrThAq+M6bFHc=; b=Uq2BgHeqcpnSMOeHCIDyqzw54Zhwze3YWgMx3ubQBvHVzleEjtFoE/wDjOcz7zaAb1QkHNQxvjBJqDn2Mzt6rcPRgnLkwhorM0rxBmhGdAu/n7JXl3Nmvv5dkHE9HJwND628Kci4e24l16vgagsxR6iQmpD+VwaQvlwvajc2qoQ=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN163-000KPh-Gs; Thu, 28 Aug 2014 14:54:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: danilo@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 14:54:43 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366408: 4x fail To: danilo@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140828145201-33074 X-Trac-Build-ID: 20140828145201-33074 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:54:44 -0000 - Ignore an error caused by a warning --------------------------------------------------------------------- Build ID: 20140828145201-33074 Job owner: danilo@FreeBSD.org Buildtime: 3 minutes Enddate: Thu, 28 Aug 2014 14:54:42 GMT Revision: 366408 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366408 --------------------------------------------------------------------- Port: lang/nwcc 0.8.3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: FAIL Buildgroup: 9.2-QAT/i386 Buildstatus: FAIL -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 15:01:26 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40C487C5; Thu, 28 Aug 2014 15:01:26 +0000 (UTC) Received: from qat.redports.org (qat.redports.org [IPv6:2610:1c1:1:6420::233:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1130611DC; Thu, 28 Aug 2014 15:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=Vt6AdEZymBADymo2xDBr8GK+EOfah7AJbBX4aJxRzkc=; b=aPAA50FDAuhfkTBSp5BbDzTgTvRHLsiG+vQR91WGlfOgLM1ScBeD7nwXy7dSv9Hvj8t4wKLRGNh52BGM6Umj71J+a82TE3OciiUsAA8oL4mN6MG8my6S+91JfA+hs2nw4NE1Hq0RAPrVxUjdascr2xfA7bs8QP8jYgYZnYc5rP0=; Received: from www by qat.redports.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XN1CX-000L1U-2f; Thu, 28 Aug 2014 15:01:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 1.0.1 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 1.0.1, by Edgewall Software To: amdmi3@FreeBSD.org X-Trac-Project: redports Date: Thu, 28 Aug 2014 15:01:25 -0000 Reply-To: qat@redports.org X-URL: https://qat.redports.org/ Subject: [QAT] 366310: 9x fail, 1x finished, 11x depend (mtree in print/texlive-texmf), 7x success To: amdmi3@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20140827114400-37716 X-Trac-Build-ID: 20140827114400-37716 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 15:01:26 -0000 - Switch comms/spandsp-devel to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - Use install-strip target instead of STRIP_CMD - Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel Approved by: portmgr blanket --------------------------------------------------------------------- Build ID: 20140827114400-37716 Job owner: amdmi3@FreeBSD.org Buildtime: 27 hours Enddate: Thu, 28 Aug 2014 15:01:21 GMT Revision: 366310 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366310 --------------------------------------------------------------------- Port: comms/spandsp-devel 0.0.6.p21_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404278/texlive-texmf-20140525_2.log Buildgroup: 8.4-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404279/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404280/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404281/texlive-texmf-20140525_2.log --------------------------------------------------------------------- Port: misc/libsupertone 0.0.2_4 Buildgroup: 8.4-QAT/amd64 Buildstatus: FINISHED Buildgroup: 8.4-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404283/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404284/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404285/texlive-texmf-20140525_2.log --------------------------------------------------------------------- Port: net/asterisk 1.8.30.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404287/asterisk18-1.8.30.0_1.log Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404288/asterisk18-1.8.30.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404289/asterisk18-1.8.30.0_1.log --------------------------------------------------------------------- Port: net/asterisk11 11.12.0_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404292/asterisk11-11.12.0_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404293/asterisk11-11.12.0_1.log --------------------------------------------------------------------- Port: net/mediastreamer 2.10.0_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404296/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404297/texlive-texmf-20140525_2.log --------------------------------------------------------------------- Port: net/opal 3.10.10_3 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404300/texlive-texmf-20140525_2.log Buildgroup: 9.2-QAT/i386 Buildstatus: DEPEND (MTREE IN PRINT/TEXLIVE-TEXMF) Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404301/texlive-texmf-20140525_2.log --------------------------------------------------------------------- Port: net/yate 5.4.0.p1_1 Buildgroup: 8.4-QAT/amd64 Buildstatus: FAIL Buildgroup: 8.4-QAT/i386 Buildstatus: FAIL Buildgroup: 9.2-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404304/yate-5.4.0.p1_1.log Buildgroup: 9.2-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~amdmi3@FreeBSD.org/20140827114400-37716-404305/yate-5.4.0.p1_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 16:23:54 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B057ECD1; Thu, 28 Aug 2014 16:23:54 +0000 (UTC) Received: from smtprelay-h22.telenor.se (smtprelay-h22.telenor.se [195.54.99.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3691A1D45; Thu, 28 Aug 2014 16:23:53 +0000 (UTC) Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 414D5CEB5; Thu, 28 Aug 2014 17:55:27 +0200 (CEST) X-SENDER-IP: [83.227.225.121] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am4HAGhQ/1NT4+F5PGdsb2JhbABbgw1TV8wDAh0Mh00BgRkXBQEBAQE4NoQEAQEBAgEBAlMjBQsLISUPBRQFDAoaE4g6DAEIv10XjwpCB4MvgR0FjxuGQoN6gwIBgVuJUo1QOy8BgQeBRwEBAQ X-IPAS-Result: Am4HAGhQ/1NT4+F5PGdsb2JhbABbgw1TV8wDAh0Mh00BgRkXBQEBAQE4NoQEAQEBAgEBAlMjBQsLISUPBRQFDAoaE4g6DAEIv10XjwpCB4MvgR0FjxuGQoN6gwIBgVuJUo1QOy8BgQeBRwEBAQ X-IronPort-AV: E=Sophos;i="5.04,418,1406584800"; d="scan'208";a="635775252" Received: from ua-83-227-225-121.cust.bredbandsbolaget.se (HELO ymer.thorshammare.org) ([83.227.225.121]) by ipb4.telenor.se with ESMTP; 28 Aug 2014 17:55:16 +0200 Received: from ymer.thorshammare.org (localhost [127.0.0.1]) by ymer.thorshammare.org (8.14.9/8.14.9) with ESMTP id s7SAOW2X046790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 28 Aug 2014 12:24:36 +0200 (CEST) (envelope-from hasse@ymer.thorshammare.org) Received: (from hasse@localhost) by ymer.thorshammare.org (8.14.9/8.14.9/Submit) id s7SAOWWg046789; Thu, 28 Aug 2014 12:24:32 +0200 (CEST) (envelope-from hasse) Date: Thu, 28 Aug 2014 12:24:32 +0200 From: Hasse Hansson To: Ports FreeBSD Subject: Re: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls. Message-ID: <20140828102432.GA43673@ymer.thorshammare.org> References: <53F4CC79.5000607@FreeBSD.org> <53F6188D.7090505@FreeBSD.org> <53FDF8F8.1070501@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <53FDF8F8.1070501@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: pkg@FreeBSD.org, ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 16:23:54 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 27, 2014 at 10:27:52AM -0500, Bryan Drewery wrote: > Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages > are now published with fixed shared libraries. >=20 > It was found that 'pkg update -f' may be required as well. >=20 > Here are the updated instructions: >=20 > - Binary package users should run 'pkg update -f' and 'pkg check -Ba' > after upgrading to pkg-1.3.7 and before updating any other packages. > This avoids needing to reinstall anything not needed due to changed > shared libraries. > For binary package users: > # pkg install ports-mgmt/pkg > # pkg update -f > # pkg check -Ba > # pkg upgrade > For port users: > # portsnap fetch update > # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean > # pkg check -Ba > - People building packages for serving to other systems need to rebuild > all packages with 1.3.7. >=20 >=20 > The previous announcement explaining this in more detail is at > http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000= 086.html >=20 >=20 > --=20 > Regards, > Bryan Drewery >=20 Hello. root@ymer:/usr/ports # uname -a FreeBSD ymer.thorshammare.org 10.0-STABLE FreeBSD 10.0-STABLE #0 r270322: F= ri Aug 22 22:54:03 CEST 2014 hasse@ymer.thorshammare.org:/usr/obj/usr/s= rc/sys/YMER i386 Mixed environment ports and packages. Mission completed without a hitch. Regards Hasse --jI8keyz6grp/JLjh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJT/wNgAAoJEOmXrgbZ1M7slnQH/1HDYoq4qlUapjHY77vl4Kvk GRLeQDH2SchEKipL9PfOtTSPeBbhvx+fOsN98+fo9QZkyBT7LzgKBaxMF3sf7QUf gPVmXmVscJ5kkxgLTC0xKKXG9IWbdIhU8CsNrm6etWobWGKVjGIuxrK+Uwhwmi7J abiMniClN/5GM7RMHk4moJvqIVUXn+Ip7avGqtSH9em523TN1ZjOvIs2tzoxW2HO o+AlS0jIuzlU4Zep9Z0YmaE+p6uHg0dpivGLmP9rogQ2WMWNqose3w5CnGtipJLX ApbkgLEUB+L4ABu0S/5N1IIfU9hQOGLA8hrVwlaaV1sdqiKtOLfljXykidTQhWg= =sbv8 -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 16:44:30 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9436E392; Thu, 28 Aug 2014 16:44:30 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26DC31F80; Thu, 28 Aug 2014 16:44:29 +0000 (UTC) Received: from mandree.no-ip.org ([78.48.241.40]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MTO3f-1WugYA2GTn-00SN5K; Thu, 28 Aug 2014 18:44:25 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 8715023CEB4; Thu, 28 Aug 2014 18:44:22 +0200 (CEST) Message-ID: <53FF5C66.10502@gmx.de> Date: Thu, 28 Aug 2014 18:44:22 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: gahr@FreeBSD.org, Ports-QAT Subject: Re: [QAT] QAT malfunctioning? References: <20140828124001.GG81694@ptrcrt.ch> In-Reply-To: <20140828124001.GG81694@ptrcrt.ch> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:3SYR8v9g99D0gNKhoarTE8lExS0gAVhI8p7HzK5XeLYfsUZsXn8 nsI4VgZ8Pxj3Wm2hSlhdR3wyM+cdFY22lH+J2590Q6ap4+Js9JqKRyUt0iDgFTmk/vO4rDl 0tR74SnmVRvbkpSGaZJv31R7D0inQtJ2S8rwbmi24P6dKAPUv6Vnmzb29x8rNfeVxdPCFZV h3NnH35v+/Q/Zy6xSxx7Q== X-UI-Out-Filterresults: notjunk:1; Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 16:44:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 28.08.2014 um 14:40 schrieb Pietro Cerutti: > On 2014-Aug-28, 10:50, Ports-QAT wrote: >> Build ID: 20140828103800-58454 >> Job owner: gahr@FreeBSD.org >> Buildtime: 13 minutes >> Enddate: Thu, 28 Aug 2014 10:50:56 GMT >> >> Revision: 366390 >> Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366390 >> >> --------------------------------------------------------------------- >> >> Port: lang/seed7 05.20140817 >> >> Buildgroup: 8.4-QAT/amd64 >> Buildstatus: FAIL >> >> Buildgroup: 8.4-QAT/i386 >> Buildstatus: SUCCESS >> Log: https://qat.redports.org//~gahr@FreeBSD.org/20140828103800-58454-404655/seed7-05.20140817.log >> >> Buildgroup: 9.2-QAT/amd64 >> Buildstatus: FAIL >> >> Buildgroup: 9.2-QAT/i386 >> Buildstatus: FAIL > > It would really be useful to have the logs for the failed builds, > instead of the successful ones.. > It appears that it needs some love in general... it's failing for many of the commits without logs, so this looks more like a system issue. It would be good if someone could tame this. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlP/XGUACgkQvmGDOQUufZVowwCgjNIQ8MbTg7dnVBViNK2W/n6c jE4An2+7heioD7GNeXyZIuPbXYaRc67f =w9A0 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 16:53:41 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62F81749 for ; Thu, 28 Aug 2014 16:53:41 +0000 (UTC) Received: from erelay4.ox.registrar-servers.com (erelay4.ox.registrar-servers.com [192.64.117.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD1010CB for ; Thu, 28 Aug 2014 16:53:40 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id E097222052A8 for ; Thu, 28 Aug 2014 16:53:33 +0000 (UTC) Received: from erelay1.ox.registrar-servers.com ([127.0.0.1]) by localhost (erelay.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eu_C4XuheFNi for ; Thu, 28 Aug 2014 12:53:32 -0400 (EDT) Received: from imap2.ox.privateemail.com (imap2.ox.privateemail.com [198.187.29.234]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id CD16222052A2 for ; Thu, 28 Aug 2014 12:53:32 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 4A9998C007B for ; Thu, 28 Aug 2014 12:53:32 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7e54t22CRLfY for ; Thu, 28 Aug 2014 12:53:32 -0400 (EDT) Received: from localhost (140.Red-83-57-187.dynamicIP.rima-tde.net [83.57.187.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 99E5E8C0075 for ; Thu, 28 Aug 2014 12:53:31 -0400 (EDT) Date: Thu, 28 Aug 2014 18:52:10 +0200 From: Carlos Jacobo Puga Medina To: freebsd-ports@freebsd.org Subject: Re: Building subversion-1.8.10 under poudriere Message-Id: <20140828185210.9a48e2ff5c85cfbb2fa961b6@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 16:53:41 -0000 > Hi! > > > On Wed, Aug 27, 2014 at 05:30:22PM -0500, Lawrence K. Chen, P.Eng. wrote: > > > Wonder if there's still time to now see what ports I have installed that > > > haven't been staged yet? > > > > This doesn't quite answer your question, but there's a portsmon page > > listing all nonstaged ports: > > > > http://portsmon.freebsd.org/portsconcordancefornostage.py?sortby=portname > > bapt has this list, I don't know the update frequency etc. > > http://people.freebsd.org/~bapt/notstaged.txt To have it updated whenever you want #!/bin/sh echo " ========== Checking ports not staged. ======================= " /usr/local/bin/curl -s 'http://portsmon.freebsd.org/portsconcordancefornostage.py?sortby=portname' | /usr/bin/grep 'portname' | /usr/bin/cut -d'>' -f3 | /usr/bin/cut -d'<' -f1 | /usr/bin/sed '1,2d;$d' > notstaged.txt || exit 1 /usr/bin/wc -l notstaged.txt || exit 1 echo " ========== Portnotstaged done. ======================= " Cheers, -- Carlos Jacobo Puga Medina From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 17:30:56 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 005808D1 for ; Thu, 28 Aug 2014 17:30:55 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0EC315E1 for ; Thu, 28 Aug 2014 17:30:55 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id n16so872105oag.4 for ; Thu, 28 Aug 2014 10:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Hzc8roBS9Jexi2tzddy8eRB9MLwbtYguucSB+PhdogM=; b=Mig12u+4zxGZ+k73kVJ/G53TFOIckI9Mz3PSKpa6Re2uPS9jxgBZ5tX1UapM9+Snk6 tODRhz12fOWBaGj3K0z/A7Uz0qeQCzuwu8CKeoabfzUpSzoxgABYTQguZtc9Vl4I9RLP GWTW1cEpgMdm3WTDeFEnBSZPqwRDiCIW+B25w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Hzc8roBS9Jexi2tzddy8eRB9MLwbtYguucSB+PhdogM=; b=FZUjpnBZaIgE20C5QxvTr/MM3e5iXaN/cTR4Op7UL/CjZgUJatzX+l55e23JNmk55W usNGf0IdC/qxJjxt1RqqoB+yE9EmzZmnITqD86sde4BWYYmQz4BPRegRHwzfnFhm79Sq jpLFoTDaC2C/DUVgT1VlxAIAdGhHOSglX/mfvjd6LmDOuLObwlmWjB2VwJC/PXIDUOp2 FXH6EGwjx+iaEpwsr2QM+ZkE719ERMd93x4HRE+QWprSaMRpzgq3WLGQoZozKX7qxih3 juJ+f1MwyweNVkAKv/d2NzRs7RKwprcixLHK4gGVCEFFYcm4UlJhPtDfoWLH1v7UflzW b3Ww== X-Gm-Message-State: ALoCoQl2KiktqBxFXxUlEzND7dUR/lqkp/4PHQCn5Qo5YKedaseInb45AUig7bHInIUnB7OUqdE3 MIME-Version: 1.0 X-Received: by 10.182.79.65 with SMTP id h1mr5063286obx.53.1409247054744; Thu, 28 Aug 2014 10:30:54 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.76.141.136 with HTTP; Thu, 28 Aug 2014 10:30:54 -0700 (PDT) X-Originating-IP: [213.162.68.208] Received: by 10.76.141.136 with HTTP; Thu, 28 Aug 2014 10:30:54 -0700 (PDT) In-Reply-To: <53FF5C66.10502@gmx.de> References: <20140828124001.GG81694@ptrcrt.ch> <53FF5C66.10502@gmx.de> Date: Thu, 28 Aug 2014 19:30:54 +0200 X-Google-Sender-Auth: FDemYw1XdjQdkD8gYtp4iYNOIxI Message-ID: Subject: Re: [QAT] QAT malfunctioning? From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= To: Matthias Andree Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org Ports" , Ports-QAT , Sean Bruno , Mathieu Arnold , gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 17:30:56 -0000 Am 28.08.2014 18:44 schrieb "Matthias Andree" : > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 28.08.2014 um 14:40 schrieb Pietro Cerutti: > > On 2014-Aug-28, 10:50, Ports-QAT wrote: > >> Build ID: 20140828103800-58454 > >> Job owner: gahr@FreeBSD.org > >> Buildtime: 13 minutes > >> Enddate: Thu, 28 Aug 2014 10:50:56 GMT > >> > >> Revision: 366390 > >> Repository: https://svnweb.freebsd.org/ports?view=revision&revision=366390 > >> > >> --------------------------------------------------------------------- > >> > >> Port: lang/seed7 05.20140817 > >> > >> Buildgroup: 8.4-QAT/amd64 > >> Buildstatus: FAIL > >> > >> Buildgroup: 8.4-QAT/i386 > >> Buildstatus: SUCCESS > >> Log: https://qat.redports.org//~gahr@FreeBSD.org/20140828103800-58454-404655/seed7-05.20140817.log > >> > >> Buildgroup: 9.2-QAT/amd64 > >> Buildstatus: FAIL > >> > >> Buildgroup: 9.2-QAT/i386 > >> Buildstatus: FAIL > > > > It would really be useful to have the logs for the failed builds, > > instead of the successful ones.. > > > > It appears that it needs some love in general... it's failing for many > of the commits without logs, so this looks more like a system issue. > It would be good if someone could tame this. I'm sorry but it seems that something went badly wrong yesterday after some maintenance on the builders. I have disabled them yesterday but someone obviously did reenable them today which caused another flood of wrong QAT mails. Sorry for all that spam! I will have a look at what is failing as soon as possible. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 22:33:36 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E69FB43 for ; Thu, 28 Aug 2014 22:33:36 +0000 (UTC) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E567D1B4F for ; Thu, 28 Aug 2014 22:33:35 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7SMW7He069463 for ; Thu, 28 Aug 2014 15:32:11 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408282232.s7SMW7He069463@gw.catspoiler.org> Date: Thu, 28 Aug 2014 15:32:07 -0700 (PDT) From: Don Lewis Subject: Re: auditing port options and following default option value changes To: freebsd-ports@FreeBSD.org In-Reply-To: <53FECFAF.9040408@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 22:33:36 -0000 On 28 Aug, Matthew Seaman wrote: > On 28/08/2014 04:56, Adam McDougall wrote: >> On 08/27/2014 21:12, Don Lewis wrote: >>> I'm pretty much ready to throw in the towel on upgrading ports in place >>> with portupgrade and I'm planning on switching to poudriere. As part of >>> this conversion, I'd like to figure out what ports have non-default >>> options and which options are set to non-default values. Then I can >>> figure out whether I want to set each option back to default or >>> propagate the non-default value to poudriere. >>> >>> Also, since the option files for each port contain the values for all >>> the options, if I have a port with one non-default option value set, how >>> can I follow updates to the default values of the other options? >> >> This may help: >> http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108 That's an interesting way of handling local patches that I hadn't thought of. I just have mine scattered around the ports tree under files/ like the official patches. I can take inventory by running svn status and looking for '?'. I definitely want to switch to from individual option files to make.conf, but issue for me is trying to figure out what all should go in there from my current option files. >> I have not abandoned all my options files yet, I've eliminated some over >> time as I switch to defining options in make.conf. I'll probably get >> burned some day and finish it off. > > poudriere options creates a directory structure under > /usr/local/etc/poudriere.d/options [*] identical to what's under > /var/db/ports > so you can just make a link... > > # cd /usr/local/etc/poudriere.d > # ls -la options > lrwxr-xr-x 1 root wheel 13 Dec 24 2012 options@ -> /var/db/ports I noticed that, but I figure this is a good opportunity to clean out all the cruft that accumulated. Off the top of my head, I can think of only a small handful of things that I don't want at their default settings, and I suspect that can mostly be handled by setting them in make.conf. I just want to make sure that I'm not overlooking something in those 509 option files ... > If you also set up /usr/ports as your default ports tree: > > # poudriere ports -l > PORTSTREE METHOD TIMESTAMP PATH > default svn 2014-08-27 07:55:55 /usr/ports > > then you end up being able to ad-hoc compile anything from ports on > demand, and you can just add it to your poudriere builds after the fact. > Obviously, this is only of much use directly on your poudriere build > box, so limited to small-scale setups. I'm already doing that to handle various local patches as well as allow me to use poudriere to test build the ports that I maintain. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 22:36:31 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6084BCF4 for ; Thu, 28 Aug 2014 22:36:31 +0000 (UTC) Received: from erelay4.ox.registrar-servers.com (erelay4.ox.registrar-servers.com [192.64.117.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB621B94 for ; Thu, 28 Aug 2014 22:36:30 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 06DAA2204977; Thu, 28 Aug 2014 22:36:30 +0000 (UTC) Received: from erelay1.ox.registrar-servers.com ([127.0.0.1]) by localhost (erelay.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5l1KHe9ZyDoH; Thu, 28 Aug 2014 18:36:29 -0400 (EDT) Received: from imap1.ox.privateemail.com (imap1.ox.privateemail.com [198.187.29.233]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 243032204B04; Thu, 28 Aug 2014 18:36:29 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id BE81FB00085; Thu, 28 Aug 2014 18:36:28 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qrMpoMEMY4uL; Thu, 28 Aug 2014 18:36:28 -0400 (EDT) Received: from localhost (140.Red-83-57-187.dynamicIP.rima-tde.net [83.57.187.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 9359CB0007B; Thu, 28 Aug 2014 18:36:27 -0400 (EDT) Date: Fri, 29 Aug 2014 00:35:03 +0200 From: Carlos Jacobo Puga Medina To: jmc-freebsd2@milibyte.co.uk, freebsd-ports@freebsd.org Subject: Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE Message-Id: <20140829003503.e80360fcb177de07e585336c@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 22:36:31 -0000 Hi, I installed graphics/gimp-app including the xsane plugin on 11-CURRENT/i386 and it works fine. Current versions installed: % pkg info gimp-app xsane gimp-app-2.8.10_5,1 xsane-0.999_2 Port configure options chosen: % make -C /usr/ports/graphics/gimp-app/ pretty-print-config +AA +DBUS -GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG +LIBRSVG2 +POPPLER -SIMD +WMF Regards, -- Carlos Jacobo Puga Medina From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 01:10:13 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72983E5B for ; Fri, 29 Aug 2014 01:10:13 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F27051C02 for ; Fri, 29 Aug 2014 01:10:12 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s7T1A51a069681 for ; Thu, 28 Aug 2014 18:10:09 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201408290110.s7T1A51a069681@gw.catspoiler.org> Date: Thu, 28 Aug 2014 18:10:05 -0700 (PDT) From: Don Lewis Subject: Re: auditing port options and following default option value changes To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 01:10:13 -0000 On 28 Aug, Don Lewis wrote: > On 28 Aug, Matthew Seaman wrote: >> poudriere options creates a directory structure under >> /usr/local/etc/poudriere.d/options [*] identical to what's under >> /var/db/ports >> so you can just make a link... >> >> # cd /usr/local/etc/poudriere.d >> # ls -la options >> lrwxr-xr-x 1 root wheel 13 Dec 24 2012 options@ -> /var/db/ports > > I noticed that, but I figure this is a good opportunity to clean out all > the cruft that accumulated. Off the top of my head, I can think of only > a small handful of things that I don't want at their default settings, > and I suspect that can mostly be handled by setting them in make.conf. > I just want to make sure that I'm not overlooking something in those 509 > option files ... I discovered "make showconfig" and used it to hack together this script that prints out port options that are set to non-default values: #!/bin/sh PORTSDIR=/usr/ports EMPTYPORTDBDIR=`mktemp -d /tmp/emptyXXXXXXX` OPTIONDEFAULTS=`mktemp /tmp/optiondefaultsXXXXXX` OPTIONSETTINGS=`mktemp /tmp/optionsettingsXXXXXX` DEFAULTS=`mktemp /tmp/defaultsXXXXXX` SETTINGS=`mktemp /tmp/settingsXXXXXX` DESCR=`mktemp /tmp/descrXXXXXX` FILTEREXP="/^===> Use 'make config'/d;s/The following configuration options are available for//;s/^ *//" for port in `pkg info -ao | awk '{print $2;}' | sort`; do if [ -d ${PORTSDIR}/${port} ]; then (cd ${PORTSDIR}/${port} && \ make PORT_DBDIR=${EMPTYPORTDIR} showconfig | \ sed -e "${FILTEREXP}" >> ${OPTIONDEFAULTS}) (cd ${PORTSDIR}/${port} && \ make showconfig | \ sed -e "${FILTEREXP}" >> ${OPTIONSETTINGS}) fi done FILTEREXP2='s/^===.*/ /;s/^([^[:space:]]+=[^[:space:]]*):[[:space:]].*/\1 /;s/(................).*/\1/' sed -E -e "${FILTEREXP2}" < ${OPTIONDEFAULTS} > ${DEFAULTS} sed -E -e "${FILTEREXP2}" < ${OPTIONSETTINGS} > ${SETTINGS} sed -E -e 's/^[^[:space:]]+=[^[:space:]]+:[[:space:]]*//' < ${OPTIONDEFAULTS} > ${DESCR} echo "Default Current Setting" paste ${DEFAULTS} ${SETTINGS} ${DESCR} | awk '{if ($1 != $2) print $0;}' rmdir ${EMPTYPORTDBDIR} rm ${OPTIONDEFAULTS} rm ${OPTIONSETTINGS} rm ${DEFAULTS} rm ${SETTINGS} rm ${DESCR} From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 03:13:49 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B500AE for ; Fri, 29 Aug 2014 03:13:49 +0000 (UTC) Received: from s17-dallas.accountservergroup.com (s17-dallas.accountservergroup.com [50.23.201.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC41E18F9 for ; Fri, 29 Aug 2014 03:13:48 +0000 (UTC) Received: from 96-42-18-151.dhcp.mdsn.wi.charter.com ([96.42.18.151]:56902 helo=[192.168.231.234]) by s17-dallas.accountservergroup.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1XNBzA-0001h6-W4 for ports@freebsd.org; Thu, 28 Aug 2014 21:32:21 -0500 MIME-Version: 1.0 Message-ID: <53FFE64D.5086111@goldencharter.org> Date: Fri, 29 Aug 2014 05:32:45 +0300 From: "GreenWinick Lawyers" Subject: Notice to appear in court No#4374 To: ports@freebsd.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - s17-dallas.accountservergroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - goldencharter.org X-Get-Message-Sender-Via: s17-dallas.accountservergroup.com: authenticated_id: ksykes@goldencharter.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 03:13:49 -0000 Green Winick ATTORNEYS AT LAW Notice to Appear, To view copy of the court notice click [here](http://mrsips.com/wp- content/plugins/custom-contact- forms/en.php?notice=pc3NnZxRXT31CXIDTrHH19/5BnwGdKNByiUkxxdMOTU=). Please, read it thoroughly. Note: If you do not attend the hearing the judge may hear the case in your absence. 2014 Green Winick, P.L.C. All Rights Reserved. From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 07:21:13 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97AE06A3 for ; Fri, 29 Aug 2014 07:21:13 +0000 (UTC) Received: from a27-38.smtp-out.us-west-2.amazonses.com (a27-38.smtp-out.us-west-2.amazonses.com [54.240.27.38]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9C3103F for ; Fri, 29 Aug 2014 07:21:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1409296038; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Subject:Message-ID:Feedback-ID; bh=Lnd7/8cD+hX4O2vr9BbRVZWpr9zshS1jh5qZ+SnhYMo=; b=LiU9jCG/p2oYmPKzD6B/ljeZjsq5jerfb/YhcAzBsY1oE/LBcA5MEG0RZ8gEecaT iHVIIUBqw3//qj8g88gL/wg4jqQlo5lT+InSgna2UdLbnbeQdaoI70uQeSuCyrtLyNK jqBfPpiAzJsEIf+ZouOxIMRdnxKecVdYlbI5FWYg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7iuvfuckmdjngkit3px46zmjutqvp75o; d=vmeta.jp; t=1409296038; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Subject:Message-ID; bh=Lnd7/8cD+hX4O2vr9BbRVZWpr9zshS1jh5qZ+SnhYMo=; b=SH4TWbsnokhhQEUVEH3H44M3VNuCyOTJDc2DjFNPH79rixk/0VmLrnWNOY3Wl9IU oSE6PGTR7c0eDXqSoVi52IhXPDh3mrLuUG2Zbt4Lswi+zQax82O1vleexQzr3Y3GD3P 7H0XMY+qUAz0078GKb7w5qfJU39B6Txl/HMYsenc= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on glory.vmeta.jp X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 29 Aug 2014 07:07:18 +0000 From: Koichiro IWAO To: ports@freebsd.org Subject: pkg-fallout =?UTF-8?Q?USE=5FPACKAGE=5FDEPENDS=5FONLY=20and=20SIGE?= =?UTF-8?Q?RR=3F?= Message-ID: <000001482096f9ef-dacf0525-2100-4a1d-a666-39af5177e083-000000@us-west-2.amazonses.com> X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/1.0.2 X-SES-Outgoing: 2014.08.29-54.240.27.38 Feedback-ID: us-west-2.bWV0YUB2bWV0YS5qcA==:AmazonSES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 07:21:13 -0000 Hello, How can I fix following two pkg-fallout notifications? The one of them is about dependency, another one is SIGERR. I have no idea how to fix it. Please help. > ===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency > from source > *** Error code 1 > > Stop. > make: stopped in /usr/ports/japanese/font-ricty > ==> Building for ja-font-ricty-discord-3.2.3 > cd > /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047 > && > /bin/sh > /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047/ricty_generator.sh > /usr/local/lib/X11/fonts/OTF/Inconsolata.otf > /usr/local/lib/X11/fonts/TTF/migu-1m-regular.ttf > /usr/local/lib/X11/fonts/TTF/migu-1m-bold.ttf > Ricty Generator 3.2.3b > > Author: Yasunori Yusa > > This script is to generate ``Ricty'' font from Inconsolata and Migu 1M. > It requires 2-5 minutes to generate Ricty. Owing to SIL Open Font > License > Version 1.1 section 5, it is PROHIBITED to distribute the generated > font. > > trap: bad signal ERR > *** Error code 2 > > Stop in /usr/ports/japanese/font-ricty-discord. > *** Error code 1 http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2014-08-27_15h21m01s/logs/ja-font-ricty-3.2.3.log http://beefy1.isc.freebsd.org/data/84i386-default/2014-08-15_14h18m35s/logs/ja-font-ricty-discord-3.2.3.log -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 10:13:54 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33E47416 for ; Fri, 29 Aug 2014 10:13:54 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F86914CC for ; Fri, 29 Aug 2014 10:13:54 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7TADrCb035859 for ; Fri, 29 Aug 2014 10:13:54 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7TADrpN035858; Fri, 29 Aug 2014 10:13:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408291013.s7TADrpN035858@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 29 Aug 2014 10:13:53 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 10:13:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/hgview | 1.6.2 | 1.8.2 ------------------------------------------------+-----------------+------------ devel/libbobcat | 3.18.01 | 3.23.01 ------------------------------------------------+-----------------+------------ math/giacxcas | 1.1.0 | 1.1.2 ------------------------------------------------+-----------------+------------ textproc/groonga | 4.0.4 | 4.0.5 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 16:14:55 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD3A969D for ; Fri, 29 Aug 2014 16:14:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE83D1169 for ; Fri, 29 Aug 2014 16:14:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7TGEsFD061450 for ; Fri, 29 Aug 2014 16:14:54 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7TGEslo061449 for ports@freebsd.org; Fri, 29 Aug 2014 16:14:54 GMT (envelope-from bdrewery) Received: (qmail 10970 invoked from network); 29 Aug 2014 11:14:50 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 29 Aug 2014 11:14:50 -0500 Message-ID: <5400A6F0.60807@FreeBSD.org> Date: Fri, 29 Aug 2014 11:14:40 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Koichiro IWAO , ports@freebsd.org Subject: Re: pkg-fallout USE_PACKAGE_DEPENDS_ONLY and SIGERR? References: <000001482096f9ef-dacf0525-2100-4a1d-a666-39af5177e083-000000@us-west-2.amazonses.com> In-Reply-To: <000001482096f9ef-dacf0525-2100-4a1d-a666-39af5177e083-000000@us-west-2.amazonses.com> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mxrO36OGX4S3iG7aQw9UqCtg89MU9iQkR" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 16:14:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mxrO36OGX4S3iG7aQw9UqCtg89MU9iQkR Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 8/29/2014 2:07 AM, Koichiro IWAO wrote: > Hello, >=20 > How can I fix following two pkg-fallout notifications? The one of them= > is about > dependency, another one is SIGERR. I have no idea how to fix it.=20 > Please help. >=20 >> =3D=3D=3D> USE_PACKAGE_DEPENDS_ONLY set - not building missing depen= dency >> from source >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/japanese/font-ricty >=20 >> =3D=3D> Building for ja-font-ricty-discord-3.2.3 >> cd >> /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0f= d7047 >> && >> /bin/sh >> /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0f= d7047/ricty_generator.sh >> >> /usr/local/lib/X11/fonts/OTF/Inconsolata.otf=20 >> /usr/local/lib/X11/fonts/TTF/migu-1m-regular.ttf >> /usr/local/lib/X11/fonts/TTF/migu-1m-bold.ttf >> Ricty Generator 3.2.3b >> >> Author: Yasunori Yusa >> >> This script is to generate ``Ricty'' font from Inconsolata and Migu 1M= =2E >> It requires 2-5 minutes to generate Ricty. Owing to SIL Open Font Lice= nse >> Version 1.1 section 5, it is PROHIBITED to distribute the generated fo= nt. >> >> trap: bad signal ERR >> *** Error code 2 >> For ricty-discord: The ricty_generator.sh script is using a bashism and expects to use bash as noted in at the top of the script. font-ricty/Makefile is running with /bin/sh though: 56 do-build: 57 cd ${WRKSRC} &&\ 58 ${SH} ${WRKSRC}/ricty_generator.sh \ You'll need a BUILD_DEPENDS on bash and use ${LOCALBASE}/bin/bash rather than ${SH} there. Or patch out whatever the trap is doing in the script. I'm not sure how japanese/font-ricty has ever worked. For font-ricty: It is likely a false positive failure in a way. Because font-ricty-discord did not build it cannot build font-ricty either. It should have *skipped* trying, but it managed to try and found that its dependency was not built. Fix font-ricty-discord and it should fix font-ricty. >> Stop in /usr/ports/japanese/font-ricty-discord. >> *** Error code 1 >=20 > http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2014-08-27_15h21m0= 1s/logs/ja-font-ricty-3.2.3.log >=20 > http://beefy1.isc.freebsd.org/data/84i386-default/2014-08-15_14h18m35s/= logs/ja-font-ricty-discord-3.2.3.log >=20 >=20 --=20 Regards, Bryan Drewery --mxrO36OGX4S3iG7aQw9UqCtg89MU9iQkR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJUAKbwAAoJEDXXcbtuRpfPXSkH/1+ATu53ww5SjrcFvhpvTqjl Uj6c3ZFK3oXZkXkfSeSUHMORRud44qPjuKMUOT2O8oeXYXkBmEJUsL/Mw8s+Cno2 rD4Yau1qZIGy0WtdnRNtgomt/1OaWJSCZwxkDgsPOhiRuB7wvvQIS8kBnmlJm02m kQ6vXtYUt69i1OGX27wkErE16flTLUYZeTMaz5YJW3DzACGQHV4OYX5Y4pwNNaFV IjZQhQAgR87CnIxMLc+zbjjdEHuLFLhW7KgjW7tAPZyYOD33BeUcrkEP8rh3Y31p TEvHU9Z9pda5jJ8LtY7z9OaxlE/entra+54+Z0AcY11mWAPJqhPqOMCywah0gfI= =DKnE -----END PGP SIGNATURE----- --mxrO36OGX4S3iG7aQw9UqCtg89MU9iQkR-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 16:52:21 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85BA459C for ; Fri, 29 Aug 2014 16:52:21 +0000 (UTC) Received: from slave3.cbt-l.de (slave3.cbt-l.de [91.205.172.72]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9E217D3 for ; Fri, 29 Aug 2014 16:52:20 +0000 (UTC) Received: from localhost (slave3.cbt-l.de [127.0.0.1]) by slave3.cbt-l.de (Postfix) with ESMTP id 3AC423819CE for ; Fri, 29 Aug 2014 18:42:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at slave3.cbt-l.de Received: from slave3.cbt-l.de ([127.0.0.1]) by localhost (slave3.cbt-l.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8q47nGPo4nRi for ; Fri, 29 Aug 2014 18:42:17 +0200 (CEST) Received: from mail.cbt-l.de (mail.cbt-l.de [212.185.49.146]) by slave3.cbt-l.de (Postfix) with ESMTP id 99D423819CD for ; Fri, 29 Aug 2014 18:42:17 +0200 (CEST) Received: (qmail 69675 invoked by uid 1009); 29 Aug 2014 16:42:17 -0000 Received: from 192.168.40.46 by mail.cbt-l.de (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: ClamAV 0.98.1/19300. spamassassin: 3.3.0. perlscan: 1.25-st-qms. Clear:RC:1(192.168.40.46):. Processed in 0.063385 secs); 29 Aug 2014 16:42:17 -0000 X-Antivirus-CBTL-Mail-From: wolfgang.riegler@gmx.de via mail.cbt-l.de X-Antivirus-CBTL: 1.25-st-qms (Clear:RC:1(192.168.40.46):. Processed in 0.063385 secs Process 69663) Received: from unknown (HELO wolfgang.localnet) (w.riegler@cbt-l.de@192.168.40.46) by mail.cbt-l.de with SMTP; 29 Aug 2014 16:42:17 -0000 From: Wolfgang Riegler To: ports@freebsd.org Subject: Cannot build www/mod_dnssd with poudriere Date: Fri, 29 Aug 2014 18:42:17 +0200 Message-ID: <1444610.F0MNW7bqZY@wolfgang> User-Agent: KMail/4.13.1 (Linux/3.15.0-pf4-sepp1; KDE/4.13.1; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 16:52:21 -0000 Hi, I cannot build www/mod_dnssd with poudriere. It stops with the following error: =================================================== httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot load /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so into server: /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so: Undefined symbol "unixd_setup_child" make: "/usr/ports/Mk/bsd.apache.mk" line 281: warning: Couldn't read shell's output for "/usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'" apxs:Error: Invalid query string `MPM_NAME'. make: "/usr/ports/Mk/bsd.apache.mk" line 287: warning: "/usr/local/sbin/apxs -q MPM_NAME" returned non-zero status ===> ap-mod_dnssd-0.6_9 is marked as broken: : Error from bsd.apache.mk. apache is installed (or APACHE_PORT is defined) and port requires apache22 at least. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_dnssd httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot load /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so into server: /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so: Undefined symbol "unixd_setup_child" make: "/usr/ports/Mk/bsd.apache.mk" line 281: warning: Couldn't read shell's output for "/usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'" apxs:Error: Invalid query string `MPM_NAME'. make: "/usr/ports/Mk/bsd.apache.mk" line 287: warning: "/usr/local/sbin/apxs -q MPM_NAME" returned non-zero status httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot load /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so into server: /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so: Undefined symbol "unixd_setup_child" make[1]: "/usr/ports/Mk/bsd.apache.mk" line 281: warning: Couldn't read shell's output for "/usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'" apxs:Error: Invalid query string `MPM_NAME'. make[1]: "/usr/ports/Mk/bsd.apache.mk" line 287: warning: "/usr/local/sbin/apxs -q MPM_NAME" returned non-zero status ap-mod_dnssd-0.6_9: "/usr/ports/www/apache" non-existent -- dependency list incomplete ===> Cleaning for ap-mod_dnssd-0.6_9 httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot load /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so into server: /wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so: Undefined symbol "unixd_setup_child" make[1]: "/usr/ports/Mk/bsd.apache.mk" line 281: warning: Couldn't read shell's output for "/usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'" apxs:Error: Invalid query string `MPM_NAME'. make[1]: "/usr/ports/Mk/bsd.apache.mk" line 287: warning: "/usr/local/sbin/apxs -q MPM_NAME" returned non-zero status build of /usr/ports/www/mod_dnssd ended at Fri Aug 29 06:04:29 CEST 2014 build time: 00:00:12 Can someone help me? kind regards Wolfgang From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 17:30:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 450A87A5 for ; Fri, 29 Aug 2014 17:30:20 +0000 (UTC) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id D0E791B63 for ; Fri, 29 Aug 2014 17:30:19 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id khWG1o004516WCc01hWHtC; Fri, 29 Aug 2014 18:30:18 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=fsVSZTIf c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=OOzCJWdBeL0A:10 a=fHqs3S773SkA:10 a=6OaeqebLtf8A:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=jz_WR4JC6kCW_IbXHqwA:9 a=wPNLvfGTeEIA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.83) (envelope-from ) id 1XNQ08-0000cU-Dn for freebsd-ports@freebsd.org; Fri, 29 Aug 2014 18:30:16 +0100 From: Mike Clarke To: freebsd-ports@freebsd.org Date: Fri, 29 Aug 2014 18:30:15 +0100 Message-ID: <1731546.2O1Z46t463@curlew.lan> User-Agent: KMail/4.12.5 (FreeBSD/9.3-RELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: <20140829003503.e80360fcb177de07e585336c@fbsd.es> References: <20140829003503.e80360fcb177de07e585336c@fbsd.es> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="iso-8859-1" X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 17:30:20 -0000 On Friday 29 August 2014 00:35:03 Carlos Jacobo Puga Medina wrote: > I installed graphics/gimp-app including the xsane plugin on > 11-CURRENT/i386 and it works fine. > > Current versions installed: > % pkg info gimp-app xsane > gimp-app-2.8.10_5,1 > xsane-0.999_2 > > Port configure options chosen: > % make -C /usr/ports/graphics/gimp-app/ pretty-print-config > +AA +DBUS -GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG > +LIBRSVG2 +POPPLER -SIMD +WMF I've rebuilt gimp-app with exactly the same options as you and still have the problem, even after upgrading from 2.8.10_4 to 2.8.10_5. As it turns out I'm having a number of other inexplicable problems with 10.0-RELEASE and I'm reverting to 9.3-RELEASE. I don't have any problems with gimp and xsane on 9.3 but I'm still running gimp- app-2.8.10_3,1 there so this might be a problem with versions later than 2.8.10_3 - I'll need to run some tests before the next time I upgrade my ports. -- Mike Clarke From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 21:35:47 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B4A8286 for ; Fri, 29 Aug 2014 21:35:47 +0000 (UTC) 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)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23BA11BC0 for ; Fri, 29 Aug 2014 21:35:46 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id e4so3231091wiv.14 for ; Fri, 29 Aug 2014 14:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=2va9eMajWM9XoRfjJqBQ8lG+S5+6F0uC/xdrx5Y4xAc=; b=qiKFJuQIcmmo94mvmhYmSUpJtxdkrSr7eDaGvaqp9LwH5rxCMwOFlRL/o1itHsoR4D B+IhFS0MYAeX+xNGyU1no5dYXUQvdJgGfMYsyyrParhaGkhURTNbfnb1XnudhXsZiEsS 7AEqlXmVIYFfdqpkbsSLIwmovsRVbGcSQkfFrmv7dVc3vPWrk3F8EQeEjtM5GkW9mqJS 5QboN6a/lbuALIKCusTk2sIPqs4T/HS9bmvBJq8z/WPYs2o/tiW1lNzE+mtHjn2EPcm6 Z/G7bKL2mRfpER0HODs/b77hSDfVeABiVcXTIK1X9CN6GE4aZXTgSF5hFMnW9Ba2vAvR UFZg== X-Received: by 10.180.73.6 with SMTP id h6mr6472171wiv.65.1409348145371; Fri, 29 Aug 2014 14:35:45 -0700 (PDT) Received: from gumby.homeunix.com (5ec2dc90.skybroadband.com. [94.194.220.144]) by mx.google.com with ESMTPSA id kw2sm2713581wjb.30.2014.08.29.14.35.43 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Aug 2014 14:35:44 -0700 (PDT) Date: Fri, 29 Aug 2014 22:35:40 +0100 From: RW To: ports@freebsd.org Subject: Re: Berkeley DB 4 and portupgrade Message-ID: <20140829223540.1c68c5d9@gumby.homeunix.com> In-Reply-To: <53FB50BB.8020903@gmx.de> References: <20140823151047.300a8cea@gumby.homeunix.com> <53FB50BB.8020903@gmx.de> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 21:35:47 -0000 On Mon, 25 Aug 2014 17:05:31 +0200 Matthias Andree wrote: > You're looking in the wrong places, you should have: > /usr/ports/INDEX-10.db and /var/db/pkg/pkgdb.db As Chris Rees pointed out pkgdb.db isn't created anymore. From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 22:22:11 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7F71C0D for ; Fri, 29 Aug 2014 22:22:11 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B17011EF for ; Fri, 29 Aug 2014 22:22:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s7TMM3m2081739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Aug 2014 16:22:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s7TMM24o081736; Fri, 29 Aug 2014 16:22:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 29 Aug 2014 16:22:02 -0600 (MDT) From: Warren Block To: Mike Clarke Subject: Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE In-Reply-To: <1731546.2O1Z46t463@curlew.lan> Message-ID: References: <20140829003503.e80360fcb177de07e585336c@fbsd.es> <1731546.2O1Z46t463@curlew.lan> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 29 Aug 2014 16:22:03 -0600 (MDT) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 22:22:11 -0000 On Fri, 29 Aug 2014, Mike Clarke wrote: > On Friday 29 August 2014 00:35:03 Carlos Jacobo Puga Medina wrote: >> I installed graphics/gimp-app including the xsane plugin on >> 11-CURRENT/i386 and it works fine. >> >> Current versions installed: >> % pkg info gimp-app xsane >> gimp-app-2.8.10_5,1 >> xsane-0.999_2 >> >> Port configure options chosen: >> % make -C /usr/ports/graphics/gimp-app/ pretty-print-config >> +AA +DBUS -GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG >> +LIBRSVG2 +POPPLER -SIMD +WMF > > I've rebuilt gimp-app with exactly the same options as you and still > have the problem, even after upgrading from 2.8.10_4 to 2.8.10_5. > > As it turns out I'm having a number of other inexplicable problems > with 10.0-RELEASE and I'm reverting to 9.3-RELEASE. I don't have any > problems with gimp and xsane on 9.3 but I'm still running gimp- > app-2.8.10_3,1 there so this might be a problem with versions later > than 2.8.10_3 - I'll need to run some tests before the next time I > upgrade my ports. graphics/gimp-app works on 10-stable for me, including the SANE plugin. -AA +DBUS +GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG +LIBRSVG2 +POPPLER +SIMD +WMF From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 10:20:28 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC523690 for ; Sat, 30 Aug 2014 10:20:28 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B83A019D0 for ; Sat, 30 Aug 2014 10:20:28 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UAKSoD079130 for ; Sat, 30 Aug 2014 10:20:28 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s7UAKSLh079129; Sat, 30 Aug 2014 10:20:28 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201408301020.s7UAKSLh079129@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 30 Aug 2014 10:20:28 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 10:20:28 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/groupoffice | 3.7.24 | 6.0.19 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 15:08:59 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72AD3333 for ; Sat, 30 Aug 2014 15:08:59 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4677613D6 for ; Sat, 30 Aug 2014 15:08:59 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UF8xRT013300 for ; Sat, 30 Aug 2014 15:08:59 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.14.9/8.14.9/Submit) id s7UF8xSX013299 for ports@FreeBSD.org; Sat, 30 Aug 2014 15:08:59 GMT (envelope-from indexbuild) Date: Sat, 30 Aug 2014 15:08:59 GMT From: Ports Index build Message-Id: <201408301508.s7UF8xSX013299@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 8.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 15:08:59 -0000 INDEX build failed with errors: Generating INDEX-8 - please wait.. Done. make_index: /home/indexbuild/tindex/ports/www/plugger-plugins-hubbe: no entry for /home/indexbuild/tindex/ports/print/acroread8 Committers on the hook: adamw antoine demon ehaupt hrs kwm marino sunpoet Most recent SVN update was: Updating '.': D portuguese/acroread8 U portuguese/Makefile D security/heimdal/pkg-plist.x11 D security/heimdal/pkg-plist.com_err U security/heimdal/pkg-plist U security/heimdal/Makefile D security/heimdal/files/kdc.sh D security/heimdal/files/kpasswdd-cracklib.c.in A security/heimdal/files/kpasswdd-cracklib.c A security/heimdal/files/kpasswdd-Makefile A security/heimdal/files/patch-configure D chinese/acroread8-zh_CN D chinese/acroread8-zh_TW U chinese/py-cconv/Makefile U chinese/Makefile U cad/klayout/Makefile U cad/klayout/distinfo U audio/libmodplug/Makefile U net-im/uTox/Makefile D french/acroread8 D french/acroread9 U french/Makefile U editors/tamago/Makefile U editors/tamago/pkg-descr U science/vmd/files/patch-configure U science/vmd/Makefile D german/acroread8 D german/acroread9 U german/Makefile U MOVED D korean/acroread8 U korean/Makefile A textproc/randlm A textproc/randlm/pkg-plist A textproc/randlm/Makefile A textproc/randlm/distinfo A textproc/randlm/pkg-descr A textproc/randlm/files A textproc/randlm/files/patch-src-LDHT-Util.h A textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp U textproc/Makefile D japanese/acroread8 D japanese/acroread9 U japanese/eijiro-fpw/Makefile U japanese/Makefile D japanese/waeijiro-fpw/pkg-plist U japanese/waeijiro-fpw/Makefile D print/no-acroread8 D print/nl-acroread8 D print/acroread8 D print/acroread9 D print/es-acroread8 D print/dk-acroread8 D print/acroreadwrapper D print/it-acroread8 D print/fi-acroread8 D print/sv-acroread8 U print/libpaper/Makefile U print/libpaper/distinfo U print/libpaper/files/patch-lib-Makefile.in U print/Makefile U graphics/jpeg-turbo/Makefile U graphics/libjpeg-turbo/Makefile U graphics/poppler-data/pkg-plist U graphics/poppler-data/Makefile U graphics/poppler-data/distinfo Updated to revision 366626. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 16:05:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C17089E for ; Sat, 30 Aug 2014 16:05:40 +0000 (UTC) Received: from mail.lunabase.org (unknown [IPv6:2600:3c01::f03c:91ff:fedb:b463]) by mx1.freebsd.org (Postfix) with ESMTP id 337BC1A6B for ; Sat, 30 Aug 2014 16:05:40 +0000 (UTC) Received: from praxis.lunabase.org (cpe-172-249-196-215.socal.res.rr.com [172.249.196.215]) by mail.lunabase.org (Postfix) with ESMTPSA id 17690422A4; Sat, 30 Aug 2014 09:05:39 -0700 (PDT) Message-ID: <5401F646.6030304@lunabase.org> Date: Sat, 30 Aug 2014 09:05:26 -0700 From: Ted Faber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: How to submit a port update? Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IOF2HWk9mwrb16vxag2lWVuqwvRv4EtlO" Cc: faber@lunabase.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 16:05:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IOF2HWk9mwrb16vxag2lWVuqwvRv4EtlO Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi. I maintain the textproc/grap port and I'm trying to bump the version. In the past this has involved a send-pr (and the Porter's Handbook indicates that's still what to do) but now (FreeBSD-10) I get the following error when I run send-pr: --- FreeBSD has migrated away from GNATS for tracking bugs, and so send-pr is no longer used for submitting bug reports. Please see https://www.freebsd.org/support.html for more information --- That link has links to bugzilla, but nothing in particular about ports. Bugzilla wants me to create an account before I can do much of anything so I figured I'd check in here first. Do I need to get a bugzilla account and proceed through there? Is there a different procedure I missed? Can we get the docs in line with that? Thanks. --=20 http://www.lunabase.org/~faber Unexpected attachment? http://www.lunabase.org/~faber/FAQ.html#SIG --IOF2HWk9mwrb16vxag2lWVuqwvRv4EtlO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlQB9kwACgkQaUz3f+Zf+Xv8pACcDHYcXpvUPZYGuCf5qoETXVJF mlwAniAWT46a6MkcSy1R6P8LJq05Yo4c =Izyd -----END PGP SIGNATURE----- --IOF2HWk9mwrb16vxag2lWVuqwvRv4EtlO-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 17:19:14 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B524CED for ; Sat, 30 Aug 2014 17:19:14 +0000 (UTC) Received: from nm45.bullet.mail.ne1.yahoo.com (nm45.bullet.mail.ne1.yahoo.com [98.138.120.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BE6D10AA for ; Sat, 30 Aug 2014 17:19:14 +0000 (UTC) Received: from [127.0.0.1] by nm45.bullet.mail.ne1.yahoo.com with NNFMP; 30 Aug 2014 17:17:04 -0000 Received: from [98.138.100.102] by nm45.bullet.mail.ne1.yahoo.com with NNFMP; 30 Aug 2014 17:14:03 -0000 Received: from [98.138.89.198] by tm101.bullet.mail.ne1.yahoo.com with NNFMP; 30 Aug 2014 17:14:03 -0000 Received: from [127.0.0.1] by omp1056.mail.ne1.yahoo.com with NNFMP; 30 Aug 2014 17:14:03 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 891884.75777.bm@omp1056.mail.ne1.yahoo.com Received: (qmail 94531 invoked by uid 60001); 30 Aug 2014 17:14:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1409418843; bh=Ya5m8h9J67FhynzYJJ6YX8CnGP84wTy9cp2Z24LqutA=; h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=U49zjsjFnxuwsjW4OMXtP/XE5vmmzaRvr9L/XSBWclQ64WNSVr1N4gI0INC3ChNhUcLOEnKpC2zxRKJ48ztdaTp/drHXicUumeIgG1W/JolrnTNu0O8zyqNavt13nFfqLiK7Ff60XVu2+nDQD4joCUQ9/ECtmULwnPLqzLGXECc= X-YMail-OSG: E9vXH0AVM1n1MwebAxANLRRSyYbPWX9plLRu.xdJo_G2dYJ OQlMMgaXyVQTYO6XnVf.KFTxodeteAcdmfZpI7Dathp4oVchfxGlfV8wvnDy gRGITyHKMd3aB_TIWD28Ajl65HL0z1xsY4PwwjTX3MD.OiTY7BH9VwmWz5AZ cPz2H0w05DS_Ovn6UL4LzAnmtHWo9pGBsXV1xV9DqAbM27uG80V2a2729dQ1 1AsN6Q.OQh7e23QJdZCpkNAwTkEaeP0rOD.ts91m4.1ktllyrntRCkvlM.od zw5JLMF8HlAjUoZ1jh7JUpeX2i9FdRl8LAU_EgkXNJMaSMi0txaBLmgK5IdD qI_kyCNfByOSgmts3zhbYx_cgfTKhhjAKGTwOlYuIbryB_RHS2ovWTEf1gRS SMOSffjQWYHTFaUafadw1XUi9QHnt84UTLhcV8.ipiIg4py4GwND17.LtsP7 wkN4dH5FDzMZU794W96k9XbutPUI00FUvPRQc1QCOJtg_WRqYOqk2JQmtfpp HrgC_NCZQecLv8YLbEjvE.jK_I35DayZhIvw7gK4gGhcZ_QR3hveF47daHg1 NOytJmbH6XnZLWFcZedA35GYjfe5HgrpW7XEYXBcsSPC5yb2x6g4GYurYVqr vbYGTyWpXUgSKQIhqjZYCKtWFJdhW1b.BR0qYita4uQWP98jNdSx3a3PZe8. Imb4g1dmQFbMYgid2WmLXjK2hjNl1q2ryehm4g8lnp6z6NITk8BUFzlUZOAU H5ALBCFO3ZEs5DFnSSt3cTDVPoOIOOyvqkVoRksTjWRm1cnDK3qw2YWHjTqS YrrUBil5RzXQHLCcLJNTICUFpsjn3I32O2VRPOTHP6ZVo2hCMswqTPJjS Received: from [200.113.228.246] by web121206.mail.ne1.yahoo.com via HTTP; Sat, 30 Aug 2014 10:14:03 PDT X-Rocket-MIMEInfo: 002.001, Q29uY2VybmluZzoKaHR0cDovL3d3dy5mcmVzaHBvcnRzLm9yZy9kYXRhYmFzZXMvZmlyZWJpcmQyNS1zZXJ2ZXIKClBsZWFzZSB0ZWxsIG1lIHdoZW4gdmVyc2lvbiAyLjUuMyB3aWxsIGJlIGF2YWlsYWJsZT8KCgotU3RldmUgRmFsZWlybwoKCiAKOjo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6OiAKCiBTdGV2ZSBGYWxlaXJvIAoKIFNreXBlOiBzdGV2ZWYxOTkgCiAgRW1haWw6IHN0ZXZlZjE5OUB5YWhvby5jb20gCiBQaG9uZTogKzUwOSABMAEBAQE- X-Mailer: YahooMailWebService/0.8.203.696 Message-ID: <1409418843.93634.YahooMailNeo@web121206.mail.ne1.yahoo.com> Date: Sat, 30 Aug 2014 10:14:03 -0700 From: Steve Faleiro Reply-To: Steve Faleiro Subject: Firebird 2.5.3 To: "ports@FreeBSD.org" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 17:19:14 -0000 Concerning:=0Ahttp://www.freshports.org/databases/firebird25-server=0A=0APl= ease tell me when version 2.5.3 will be available?=0A=0A=0A-Steve Faleiro= =0A=0A=0A =0A::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::= ::::: =0A=0A Steve Faleiro =0A=0A Skype: stevef199 =0A Email: stevef199@ya= hoo.com =0A Phone: +509 47489085 =0A.......................................= ............................ =0A=0A Xing: http://www.xing.com/go/inv= ite/5763095.2dbc47 =0A Linkedin: https://www.linkedin.com/pub/steve-v-falei= ro/8/5ab/11a =0A=0A::::::::::::::::::::::::::::::::::::::::::::::::::::::::= ::::::::::: =0A From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 17:50:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAF04CDB for ; Sat, 30 Aug 2014 17:50:02 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AFFF141A for ; Sat, 30 Aug 2014 17:50:02 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XNmmn-000Bsd-O3; Sat, 30 Aug 2014 19:50:01 +0200 Date: Sat, 30 Aug 2014 19:50:01 +0200 From: Kurt Jaeger To: Ted Faber Subject: Re: How to submit a port update? Message-ID: <20140830175001.GS9400@home.opsec.eu> References: <5401F646.6030304@lunabase.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5401F646.6030304@lunabase.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 17:50:02 -0000 Hi! > Do I need to get a bugzilla account and proceed through there? Yes. > Is there a different procedure I missed? FreeBSD migrated from GNATS to bugzilla end of May. There's an option to file problem reports (or updates) to individual ports in bugzilla and a way to upload attachments to the report. > Can we get the docs in line with that? Hopfully 8-} -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 18:09:09 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A752CB9C for ; Sat, 30 Aug 2014 18:09:09 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 786551776 for ; Sat, 30 Aug 2014 18:09:09 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UI99Vj026832 for ; Sat, 30 Aug 2014 18:09:09 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.14.9/8.14.9/Submit) id s7UI99Nb026830 for ports@FreeBSD.org; Sat, 30 Aug 2014 18:09:09 GMT (envelope-from indexbuild) Date: Sat, 30 Aug 2014 18:09:09 GMT From: Ports Index build Message-Id: <201408301809.s7UI99Nb026830@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX now builds successfully on 8.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 18:09:09 -0000 From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 19:00:02 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94DB7404 for ; Sat, 30 Aug 2014 19:00:02 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5742F1CA8 for ; Sat, 30 Aug 2014 19:00:02 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XNnsY-000Byh-83; Sat, 30 Aug 2014 21:00:02 +0200 Date: Sat, 30 Aug 2014 21:00:02 +0200 From: Kurt Jaeger To: Steve Faleiro Subject: Re: Firebird 2.5.3 Message-ID: <20140830190002.GT9400@home.opsec.eu> References: <1409418843.93634.YahooMailNeo@web121206.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409418843.93634.YahooMailNeo@web121206.mail.ne1.yahoo.com> Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 19:00:02 -0000 Hi! > Concerning: > http://www.freshports.org/databases/firebird25-server > > Please tell me when version 2.5.3 will be available? Can you test whether the patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193174 works for you ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 21:07:22 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0DF3A45 for ; Sat, 30 Aug 2014 21:07:22 +0000 (UTC) Received: from mail.lunabase.org (unknown [IPv6:2600:3c01::f03c:91ff:fedb:b463]) by mx1.freebsd.org (Postfix) with ESMTP id A665C19FB for ; Sat, 30 Aug 2014 21:07:22 +0000 (UTC) Received: from ylum.lunabase.org (cpe-172-249-196-215.socal.res.rr.com [172.249.196.215]) by mail.lunabase.org (Postfix) with ESMTPSA id 9B287422A8; Sat, 30 Aug 2014 14:07:16 -0700 (PDT) Message-ID: <54023CF9.1040002@lunabase.org> Date: Sat, 30 Aug 2014 14:07:05 -0700 From: Ted Faber User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: How to submit a port update? References: <5401F646.6030304@lunabase.org> <20140830175001.GS9400@home.opsec.eu> In-Reply-To: <20140830175001.GS9400@home.opsec.eu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UqV5o4JJ7KEv84s0dGgG6VPrVA6ifs3QS" Cc: faber@lunabase.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 21:07:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UqV5o4JJ7KEv84s0dGgG6VPrVA6ifs3QS Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/30/2014 10:50, Kurt Jaeger wrote: > Hi! >=20 >> Do I need to get a bugzilla account and proceed through there? >=20 > Yes. >=20 >> Is there a different procedure I missed? >=20 > FreeBSD migrated from GNATS to bugzilla end of May. There's an > option to file problem reports (or updates) to individual ports in > bugzilla and a way to upload attachments to the report. Sounds good. It's on its way. --=20 http://www.lunabase.org/~faber Unexpected attachment? http://www.lunabase.org/~faber/FAQ.html#SIG --UqV5o4JJ7KEv84s0dGgG6VPrVA6ifs3QS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQCPP4ACgkQaUz3f+Zf+Xvw+gCg2JxdyKKHTw8rY+e5Py/v3iD9 na0AoMozTiaxo/AvrjIRJe7RJZU/aK1F =yxy5 -----END PGP SIGNATURE----- --UqV5o4JJ7KEv84s0dGgG6VPrVA6ifs3QS-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 21:23:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9814F3A for ; Sat, 30 Aug 2014 21:23:20 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB5C81BB5 for ; Sat, 30 Aug 2014 21:23:20 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XNq7F-000CBV-Pc; Sat, 30 Aug 2014 23:23:21 +0200 Date: Sat, 30 Aug 2014 23:23:21 +0200 From: Kurt Jaeger To: Ted Faber Subject: Re: How to submit a port update? Message-ID: <20140830212321.GV9400@home.opsec.eu> References: <5401F646.6030304@lunabase.org> <20140830175001.GS9400@home.opsec.eu> <54023CF9.1040002@lunabase.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54023CF9.1040002@lunabase.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 21:23:21 -0000 Hi! > Sounds good. It's on its way. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193178 The change between 1.44 and 1.45 is according to the changelog: Eric Raymond caught a typo in the grap man page. Is this really the only change ? http://www.lunabase.org/~faber/Vault/software/grap/CHANGES still points to the 1.44 CHANGES file ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 22:31:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20EDA19A for ; Sat, 30 Aug 2014 22:31:51 +0000 (UTC) Received: from mail.lunabase.org (unknown [IPv6:2600:3c01::f03c:91ff:fedb:b463]) by mx1.freebsd.org (Postfix) with ESMTP id 0374B124B for ; Sat, 30 Aug 2014 22:31:50 +0000 (UTC) Received: from praxis.lunabase.org (cpe-172-249-196-215.socal.res.rr.com [172.249.196.215]) by mail.lunabase.org (Postfix) with ESMTPSA id 612DD422A8; Sat, 30 Aug 2014 15:31:50 -0700 (PDT) Message-ID: <540250CF.5010803@lunabase.org> Date: Sat, 30 Aug 2014 15:31:43 -0700 From: Ted Faber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: How to submit a port update? References: <5401F646.6030304@lunabase.org> <20140830175001.GS9400@home.opsec.eu> <54023CF9.1040002@lunabase.org> <20140830212321.GV9400@home.opsec.eu> In-Reply-To: <20140830212321.GV9400@home.opsec.eu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM" Cc: faber@lunabase.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 22:31:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM Content-Type: multipart/mixed; boundary="------------090204010205040208050102" This is a multi-part message in MIME format. --------------090204010205040208050102 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/30/2014 02:23 PM, Kurt Jaeger wrote: > Hi! >=20 >> Sounds good. It's on its way. >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193178 >=20 > The change between 1.44 and 1.45 is according to the changelog: >=20 > Eric Raymond caught a typo in the grap man page. >=20 > Is this really the only change ? >=20 > http://www.lunabase.org/~faber/Vault/software/grap/CHANGES > still points to the 1.44 CHANGES file ? >=20 The update is mostly some small changes to the code to eliminate clang++ and recent g++ warnings along with Eric's typo, which has been languishing for a while. I know it's a small thing, but seeing those warnings when I compile the port makes me sad. Obviously you guys can reject if you don't feel it's worth it. http://www.lunabase.org/~faber/Vault/software/grap/CHANGES is updated and the CHANGES file in the distribution tarfile is also updated. (I did forget to change it both places.) That changes the port diff, of course. The new one is attached, or I can update bugzilla. Sorry to bug you if it's too trivial a change. --=20 http://www.lunabase.org/~faber Unexpected attachment? http://www.lunabase.org/~faber/FAQ.html#SIG --------------090204010205040208050102 Content-Type: text/x-patch; name="grap.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="grap.diff" Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 366687) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ =20 PORTNAME=3D grap -PORTVERSION=3D 1.44 +PORTVERSION=3D 1.45 CATEGORIES=3D textproc graphics MASTER_SITES=3D http://www.lunabase.org/~faber/Vault/software/grap/ =20 Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 366687) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (grap-1.44.tar.gz) =3D 81bb99f0a4e8abedecaa47885066848eda355b3a3c= 7ca984ae4e8f0b22e4b7d6 -SIZE (grap-1.44.tar.gz) =3D 184876 +SHA256 (grap-1.45.tar.gz) =3D 906743cdccd029eee88a4a81718f9d0777149a3dc5= 48672b3ef0ceaaf36a4ae0 +SIZE (grap-1.45.tar.gz) =3D 189829 --------------090204010205040208050102-- --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlQCUM8ACgkQaUz3f+Zf+XujogCgssAUTgAFJYpKnMUdnZJ5c0Nc oykAn3YeqodNuHG+BD4JBVhp+EZhP/qq =a4uH -----END PGP SIGNATURE----- --N0Vb7aDQfkVj0koVP2vvhifxUbbIIKbQM--