From owner-freebsd-ports@freebsd.org Sun Mar 6 03:03:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48A50A92F13 for ; Sun, 6 Mar 2016 03:03:44 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.163]) by mx1.freebsd.org (Postfix) with ESMTP id 0F507B26 for ; Sun, 6 Mar 2016 03:03:43 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 6B75656163; Sat, 5 Mar 2016 22:03:41 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KObOEChl7pqA; Sat, 5 Mar 2016 22:03:41 -0500 (EST) Received: from EGR authenticated sender mcdouga9 To: freebsd-ports@freebsd.org From: Adam McDougall Subject: pkg lock doesn't work if a dependency wants an upgrade Message-ID: <56DB9E0B.6070709@egr.msu.edu> Date: Sat, 5 Mar 2016 22:03:39 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 03:03:44 -0000 What can I do to help diagnose this? I have setup an isolated test system where I can easily return it to a pre-upgraded state. I don't remember pkg printing a list of locked packages in the past so my faith in proper operation was increased but I was tricked. It looks like pkg upgraded postfix anyway because mailman depends on postfix. If I lock both postfix and mailman, pkg leaves postfix alone. Why can't the action of upgrading a package make a last minute check to make sure a package is not locked? Additionally why would upgrading a package cause it to become unlocked? Thanks. Note: I am not interested in formally modifying things so they avoid upgrading to postfix 3. I plan to upgrade soon but not tonight. # pkg lock postfix postfix-2.11.7_1,1: lock this package? [y/N]: y Locking postfix-2.11.7_1,1 # pkg lock -l Currently locked packages: postfix-2.11.7_1,1 # pkg query %ro postfix mail/mailman # pkg upgrade Updating pkg-2015 repository catalogue... pkg-2015 repository is up-to-date. All repositories are up-to-date. New version of pkg detected; it needs to be installed first. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: pkg: 1.6.4 -> 1.6.4_1 The operation will free 64 B. 2 MiB to be downloaded. Proceed with this action? [y/N]: y Fetching pkg-1.6.4_1.txz: 100% 2 MiB 2.5MB/s 00:01 Checking integrity... done (0 conflicting) [1/1] Upgrading pkg from 1.6.4 to 1.6.4_1... [1/1] Extracting pkg-1.6.4_1: 100% Updating pkg-2015 repository catalogue... pkg-2015 repository is up-to-date. All repositories are up-to-date. Checking for upgrades (6 candidates): 100% Processing candidates (6 candidates): 16% postfix-2.11.7_1,1 is locked and may not be modified Processing candidates (6 candidates): 100% The following 8 package(s) will be affected (of 0 checked): Installed packages LOCKED: Package postfix-2.11.7_1,1 is locked and may not be upgraded to version 3.1.0,1 New packages to be INSTALLED: (don't worry about this part, it is from a package I left off) icu: 55.1 python: 2.7_2,2 Installed packages to be UPGRADED: openssh-portable: 7.1.p2,1 -> 7.2.p1,1 mailman: 2.1.20_2 -> 2.1.21_3 krb5: 1.14 -> 1.14.1 ca_root_nss: 3.22 -> 3.22.2 The process will require 68 MiB more space. 20 MiB to be downloaded. Proceed with this action? [y/N]: y Fetching openssh-portable-7.2.p1,1.txz: 100% 699 KiB 715.6kB/s 00:01 Fetching mailman-2.1.21_3.txz: 100% 3 MiB 3.6MB/s 00:01 Fetching krb5-1.14.1.txz: 100% 1 MiB 1.1MB/s 00:01 Fetching ca_root_nss-3.22.2.txz: 100% 322 KiB 330.2kB/s 00:01 Fetching postfix-3.1.0,1.txz: 100% 1 MiB 1.6MB/s 00:01 Fetching icu-55.1.txz: 100% 14 MiB 15.1MB/s 00:01 Fetching python-2.7_2,2.txz: 100% 996 B 1.0kB/s 00:01 Checking integrity... done (0 conflicting) [1/8] Upgrading krb5 from 1.14 to 1.14.1... [1/8] Extracting krb5-1.14.1: 100% [2/8] Installing icu-55.1... [2/8] Extracting icu-55.1: 100% [3/8] Upgrading ca_root_nss from 3.22 to 3.22.2... [3/8] Extracting ca_root_nss-3.22.2: 100% [4/8] Upgrading postfix from 2.11.7_1,1 to 3.1.0,1... You may need to manually remove /usr/local/etc/postfix/main.cf if it is no longer needed. ==> You should manually remove the "postfix" user. ===> Creating users and/or groups. Using existing group 'mail'. Using existing group 'maildrop'. Using existing group 'postfix'. Using existing user 'postfix'. [4/8] Extracting postfix-3.1.0,1: 100% =============================================================== Postfix already activated in /etc/mail/mailer.conf =============================================================== postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: refreshing the Postfix mail system <...> # pkg lock -l Currently locked packages: # From owner-freebsd-ports@freebsd.org Sun Mar 6 09:24:35 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3953CA93DF4 for ; Sun, 6 Mar 2016 09:24:35 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 251AB39F for ; Sun, 6 Mar 2016 09:24:35 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 241A2A93DEE; Sun, 6 Mar 2016 09:24:35 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C24A93DEB for ; Sun, 6 Mar 2016 09:24:35 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1896739E for ; Sun, 6 Mar 2016 09:24:35 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u269OYRN066327 for ; Sun, 6 Mar 2016 09:24:34 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u269OYxe066326; Sun, 6 Mar 2016 09:24:34 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603060924.u269OYxe066326@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, 6 Mar 2016 09:24:34 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 09:24:35 -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 ------------------------------------------------+-----------------+------------ net-mgmt/weathermap | 1.1.1 | 29.1.0 ------------------------------------------------+-----------------+------------ 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 Mar 6 10:15:51 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E69EA0922A for ; Sun, 6 Mar 2016 10:15:51 +0000 (UTC) (envelope-from shoesoft@gmx.net) 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 D1CB5D87 for ; Sun, 6 Mar 2016 10:15:50 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from walrus.pepperland ([81.217.70.96]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MbrR4-1aKQsF1x9q-00JKyd; Sun, 06 Mar 2016 11:15:41 +0100 Subject: Re: graphics/giflib: Update to 5.1.2_1 breaks GIF rendering in Konqueror To: Patrick Hess , freebsd-ports@freebsd.org References: <1610225.7uGmmVoNJZ@desk8.phess.net> From: Stefan Ehmann Message-ID: <56DC034C.6090205@gmx.net> Date: Sun, 6 Mar 2016 11:15:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1610225.7uGmmVoNJZ@desk8.phess.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:dXTifZi39NNyerk9CMYAe3D4LfEAMIlalBy9J42UHCX5IzzVuly EDizPNcl1TG3Mc7HIcvtLJ4FLx8gfl7gzdH7q5lx16rRtQjN7/+mN/ekqnNU/v0VcmzANSS O8cKTMMxEUUadwg4EvPRkIaz4ZNuxG/juRNLG6al92M69NSbU7iSIDinEz0zxNl/JE1KkcA jbAQj5w3+AfQ8AHUOhD+w== X-UI-Out-Filterresults: notjunk:1;V01:K0:ZCsqP3/zwpA=:LLpasQ+r+llb+IOXSRiAhB wcJ+2PlTYJFjI17xTPxx1QhUP1mEathxI6CALqEeyAgoOzXUmqP5Ctwjh6LzVFvBIyEPYekNf cBLnygqV9ruhTVlwX6mHXsavWUsmTmaNMjiev/uOqbNCHDLKxgPtjerg9MBznzsUMMJOlMqR+ NBWLtChGGb71zbFuCklo2dgxsjkdpMsWhv+1mwxbYyZxT2mVdkgLjiktvv1yXZn1bFtwwlhZT HJ2bjXM3Yh7ZF26JUT0GcwiGWaLA5QknbMiqa4qVZs5qcBGtHy/VYOs+q7ebMpC4mpdsDPeKe imPtdlZ0279E8n2whjVmF/M14bu40+FMVYwh5R5mOVHEm4EaP9jXH6lmWkna0axeIXPb8GwhG +59ejMYBSSLuD7yW2jaIhaFfVFYPxp1NVyjvwJ8bGXoqguAYK+7eYeRI/DT5zMMg0DpAAkZH3 haFhLOiOLrhXArfh1DkZBUdaOtu2CInnGCguajXY82/2PpI9tSA2a6oqSq0IHmh0ANBsg3FRi o3ACK7l8J5vDTLcoVozu9G/ZA6lYWXq1ymULIeoB/gCOnrMFe3bKiuiExccTfXxK6gkTSnyyx k9tzkCLzo/KKtco4aUOcg5fXQDkm8ldcGZAvkigrzB5hZT1b3IvGlEow5r1OtU0dP8KExPCjn SF1/iUx+h0wB/qTko+3c4c+raKtW2hAjXyj+s749zA+0z38fHCUUpxIbwtSpZCFFMJkL0xzsy 5za0Vit/rTn3TtAkhXiuvQMekqlExuKDkT3xQj+89J3IoeA5sqDZ4iaW0XVMRhQqdT/Wkz5Ex yuZwv4d X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 10:15:51 -0000 On 29.02.2016 18:25, Patrick Hess wrote: > Hi, > > After upgrading graphics/giflib from 5.1.1 to 5.1.2_1, Konqueror won't > display GIF images in web pages: > > http://www.phess.net/images/giflib-bug.png > > On the left hand side, with giflib 5.1.1, everything looks as expected. > On the right hand side, after upgrading giflib to 5.1.2_1, none of the > GIF icons are rendered correctly. Only the Fresh Ports logo and the two > magnifying glass icons are still there (as they're JPEGs, not GIFs). I located the problem. konqueror isn't the only program affected. See https://sourceforge.net/p/giflib/bugs/84/ You can put my patch in the SF ticket in /usr/ports/graphics/giflib/files/ to test it. I'll wait some days to see if there's an upstream fix before submitting a FreeBSD bugzilla ticket. The gvpart workaround I mentioned previously doesn't really work BTW. Some GIFs just worked by chance after konqueror restart. From owner-freebsd-ports@freebsd.org Sun Mar 6 18:13:47 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39E02AB67F5 for ; Sun, 6 Mar 2016 18:13:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14C558E8 for ; Sun, 6 Mar 2016 18:13:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5CEFE200E1 for ; Sun, 6 Mar 2016 13:13:45 -0500 (EST) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Sun, 06 Mar 2016 13:13:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=5eE3vTD6YMTzcDa waLjBBlD0n6Q=; b=Trp37UBu8HhseLlFPplxTKiDS28dD/FZkYs2BcOBGU16kWj MmgbzJDKCRtc73xGOpWDwwXAJkhOS8tQ9JXToGDeXDrMZiNkLbCY75BRyp0/R4nt 9lW4Q/glN0/6zfo9L1zYSpXFMLDUgOeMMrhfZ8zgPcdk+ypMLXQByD2mXPFQ= Received: by web1.nyi.internal (Postfix, from userid 99) id 2B25BAEEF8E; Sun, 6 Mar 2016 13:13:45 -0500 (EST) Message-Id: <1457288025.3614623.541107290.5E498365@webmail.messagingengine.com> X-Sasl-Enc: Ut4D21SxuaJceg3GAT7CcELXxnVCrXCSEHY7dgR0QF/p 1457288025 From: Mark Felder To: Stefan Ehmann , Patrick Hess , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-8b860007 Subject: Re: graphics/giflib: Update to 5.1.2_1 breaks GIF rendering in Konqueror Date: Sun, 06 Mar 2016 12:13:45 -0600 In-Reply-To: <56DC034C.6090205@gmx.net> References: <1610225.7uGmmVoNJZ@desk8.phess.net> <56DC034C.6090205@gmx.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 18:13:47 -0000 On Sun, Mar 6, 2016, at 04:15, Stefan Ehmann wrote: > On 29.02.2016 18:25, Patrick Hess wrote: > > Hi, > > > > After upgrading graphics/giflib from 5.1.1 to 5.1.2_1, Konqueror won't > > display GIF images in web pages: > > > > http://www.phess.net/images/giflib-bug.png > > > > On the left hand side, with giflib 5.1.1, everything looks as expected. > > On the right hand side, after upgrading giflib to 5.1.2_1, none of the > > GIF icons are rendered correctly. Only the Fresh Ports logo and the two > > magnifying glass icons are still there (as they're JPEGs, not GIFs). > > I located the problem. konqueror isn't the only program affected. > > See https://sourceforge.net/p/giflib/bugs/84/ > > You can put my patch in the SF ticket in > /usr/ports/graphics/giflib/files/ to test it. > > I'll wait some days to see if there's an upstream fix before submitting > a FreeBSD bugzilla ticket. > > The gvpart workaround I mentioned previously doesn't really work BTW. > Some GIFs just worked by chance after konqueror restart. > Hi, The giflib update was security related so this is a regression due to the update I pushed. I am very pleased you were able to identify the issue at hand. Please keep me / ports-secteam in the loop. Thank you! -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-freebsd-ports@freebsd.org Sun Mar 6 20:18:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D3D7AC1933 for ; Sun, 6 Mar 2016 20:18:36 +0000 (UTC) (envelope-from patrickhess@gmx.net) 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 8B0C1DC3 for ; Sun, 6 Mar 2016 20:18:34 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from desk8.phess.net ([95.89.24.241]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MCxfb-1amKBM0op1-009few; Sun, 06 Mar 2016 21:18:27 +0100 From: Patrick Hess To: freebsd-ports@freebsd.org Cc: Stefan Ehmann Subject: Re: graphics/giflib: Update to 5.1.2_1 breaks GIF rendering in Konqueror Date: Sun, 06 Mar 2016 21:18:25 +0100 Message-ID: <1656094.qTCizN1Avj@desk8.phess.net> User-Agent: KMail/4.14.3 (FreeBSD/10.1-RELEASE-p26; KDE/4.14.3; amd64; ; ) In-Reply-To: <56DC034C.6090205@gmx.net> References: <1610225.7uGmmVoNJZ@desk8.phess.net> <56DC034C.6090205@gmx.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:3ZpX+3/VI1Rtrl7qeYlC06xZiIB9YO4EpW5HltESj4gHai7tuMx W5Tbz7UqhbwuEOITvW4vTM7tRVi8U4g/r8EHq6hAHmoOSL64MvsFDkpL/Vrio/5Q4J6bkHx Aioti0WsN8hlqBGYZxXgJemiDIZ96BY/g/FX0HrcPQnXZ9ghXCQivyt6je4KHCrvZneGBtj gmMxffBKtWXZ0f0Lp133w== X-UI-Out-Filterresults: notjunk:1;V01:K0:xHtcW4aPOyw=:VwaQdJ3bsc/1h/xYKrlKUa m88RBPNXWG7IzXaRQjoSGpk0gXd9th7ermdRprRieb66OKWMh6ESg3H4lfHYRnRiPcWelfC1j CwOHAQOi2gPvGrEW0MMGqEw+F55k6M6p28+bqzRZAG1fPhCCWS5txynsLDxbq9jdx0fuTK6v1 GEe1fSSTsnHUyzT/RFPms8AoYUO4jvezBX/n1yiSCi63huOMdgvRrVcEHRL3mIzW1j/CVq6al qf4hqwfJgBa1AkyG/2PJBA/qlSFPX+HajTwPx05M7aQijcKqAQI9SMpaNPNQknQJ8mENuyYnA edZxWfwGlGKWqsZq9hexXYgrfFJD8F+hr9VC5YCUVpg0fH9SJT5wCDh0gPYcZB2iEFg8KPnPe a1ha3jVnGzhKDTYov7v67aEgp6ia38z47LlaSeTf1VK88xLpJR5w/WcY4sEM2hRN3GkcjsYlt rCnVArNhpCNjBA7DhwjBsxQtpi+wwd8kQ+kfcOkGUKlJsqG1swA1f+06M/Ae6xLdHnAcvlqnu hmRoXpvCPCxB0vwFIvAgeSZ+fltLHuUGSVWL7kW5I9EiWbX/zM2JG6ylb74nG5mO4te/+MsbW E3wWL2LT+aDR/K1hnpQ+LdJdXvi63VjHxWlBxuxSMvLIoH5YakrPsbay2MhzUuaM3m6ycT0lt RI7LvXlb/tQa0cdJlQXXxjL82pFFD+muuqh9wX5TkTw00LMveH1RXkAD/CwBek1FFLb9nChK1 68IX5UhGa2Er+JhAw5G+ciP58RTckIi4vW6fXZpjCQpHzD+T78KRTmbnb46HbHU5inxnV/0Qu Uo/oOF3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 20:18:36 -0000 Stefan Ehmann wrote: > I located the problem. konqueror isn't the only program affected. > > See https://sourceforge.net/p/giflib/bugs/84/ > > You can put my patch in the SF ticket in > /usr/ports/graphics/giflib/files/ to test it. Thanks a lot for the patch, that did indeed solve the issue. > The gvpart workaround I mentioned previously doesn't really work BTW. > Some GIFs just worked by chance after konqueror restart. Just for good measure, checked my file association settings anyway, and surprisingly enough, I had actually been using gvpart this entire time. Not sure when and why I changed that. Yet, I couldn't get *any* GIFs to render, no matter how many times I restarted Konqueror or reloaded the page. Strange. Patrick From owner-freebsd-ports@freebsd.org Sun Mar 6 21:09:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ACECA95026 for ; Sun, 6 Mar 2016 21:09:22 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 B16C6AD; Sun, 6 Mar 2016 21:09:21 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from desk8.phess.net ([95.89.24.241]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LvEZe-1ZvBsS2SAM-010PGB; Sun, 06 Mar 2016 22:04:06 +0100 From: Patrick Hess To: freebsd-ports@freebsd.org Cc: Raphael Kubo da Costa Subject: Re: graphics/giflib: Update to 5.1.2_1 breaks GIF rendering in Konqueror Date: Sun, 06 Mar 2016 22:04:05 +0100 Message-ID: <1527923.EgEvTu0JBs@desk8.phess.net> User-Agent: KMail/4.14.3 (FreeBSD/10.1-RELEASE-p26; KDE/4.14.3; amd64; ; ) In-Reply-To: <86h9gk7men.fsf@FreeBSD.org> References: <1610225.7uGmmVoNJZ@desk8.phess.net> <86h9gk7men.fsf@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:0HBEP3zxznBM5CrrPegYvAz4aTqes2uD8V6Li1r1hbZSElhCP6n A5wo0BWZc7ko4dle5rJyKPBPNflNAGiKLNJVGurCDpRu6XmqdaNaiTswbi9nNyGYFvNXoZK Iv2MVHrzO5FDnR1NPgEIO8g4ze6FjoKRm1ySs3LMxDma2RXSPALksIIrgi/E7B8bTnrY21d AMF81/+VUzvyOifywnSbg== X-UI-Out-Filterresults: notjunk:1;V01:K0:alVy7L0gaI0=:PyXx7c5pprX3XFRY7w/poX 8zDSJ8FI7T/NoL72FGAeF9VeOORra/IBgPJjEExgk/HeXSoOp7GUOiq/2nB7ogAh8VmsJw01D cD7D66vXedWQqNGV0vE4ezTfvlKS6k82XO7IsWZAPFmDlZ075NU8p8+rrxfXEyuoUhA0kbY2i nRAyS+7yBoDxfHaUhVrsCmMWzQ4F1qbcBOe8htoVtvjli6BymgOHDk7hYRUtWeMdhYu9rJg0m 2Speqynk5XXR3seH5bf1ZoVhPb3L1hx8pWloaXfurqrKa7zjgoJhqftpyVUduY6jkg/3nJcku 9OfaTSRUrqHwnjHGEhMs4GaschpMEnavx7pyWUxTncn1oQKn6jobJsnI7UzB6wW9vZsYvn+IM LzSYhgGuDUC2S0zlzRXlQEoG0k/pWGoIoEel3+KU8GGAT56DbsC9RsXro5u40+kGLu7kKX//d fuPxI5Xhfn3Tr18cttcTp1RtEkyDcTO+UD1cn4bqwltxG9qTVhA4uriRql3NyULmBc7Gvp8iM zcOf+bmGgifJRliQ69ZE0qfGTTSo1H5f1F75e8G0TFkJnimPUG9ZxhwF3UpxfzBiLMo8ll+qM mil87y4ex/ZugseEoG0Kt3WZXieVb7zlviOSaPnLWrvwEB5zju/tkwZtZrY5SM5TER9Bxiag9 bQtseriP914usmSYThgCh4oHQ+9VN4AHmkkPMIjYfAw+WXjV8unRC5DxNMN2cYu0G2F911Jsz tZmm5N3R8XXipPMvcfdDzKp+uch8rP1Pk417gn3jL4927cPmvVkLAAdjTbGUhnbH2gkEMvuON OlEhKKm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 21:09:22 -0000 Raphael Kubo da Costa wrote: > Patrick Hess writes: > > After upgrading graphics/giflib from 5.1.1 to 5.1.2_1, Konqueror won't > > display GIF images in web pages: > I see a new kdelibs4 package was generated in the cluster a couple of > days ago, can you try reinstalling to see if it was a matter of somehow > giflib being originally updated without triggering a rebuild of the > kdelibs4 port [...] Thanks for the suggestion, but forcing a reinstall of kdelibs with "pkg upgrade -f kdelibs" didn't help, unfortunately. > Otherwise, do you get any useful messages on the terminal when you > open FreshPorts with khtml? No, nothing. Patrick From owner-freebsd-ports@freebsd.org Mon Mar 7 06:57:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE2B5AC3684 for ; Mon, 7 Mar 2016 06:57:18 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B2F62635; Mon, 7 Mar 2016 06:57:18 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 63B4F1A3E; Mon, 7 Mar 2016 06:57:14 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id 2b5cd930; Mon, 7 Mar 2016 12:27:12 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Matthieu Volat Cc: ashish@FreeBSD.org (Ashish SHUKLA), ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.01 Organization: The FreeBSD Project References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 8:51PM up 27 mins, 3 users, load averages: 0.04, 0.10, 0.08 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160306:mazhe@alkumuna.eu::7eOFC4nwA8U8M2sw:000000000000000000000000000000000000000000000LyI X-Hashcash: 1:20:160306:freebsd-ports@freebsd.org::9HfpGVBLEU92jKdk:0000000000000000000000000000000000002Uzn X-Hashcash: 1:20:160306:ashish@freebsd.org::sE/QKwj7vE4gw/NK:00000000000000000000000000000000000000000007Cra Date: Mon, 07 Mar 2016 12:27:11 +0530 Message-ID: <86io0yzsfs.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 06:57:18 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sat, 5 Mar 2016 18:09:35 +0100, Matthieu Volat said: [...] Hi, | Ok, back on business! | My issue with the non-applied patchs is that those were not creates in th= e files subdir in ejabberd, but in a ejabberd/files subdir. That is likely due to the missing/incorrect, use of 'patch -pN'. I remember testing successful diff application before posting on the list, except for a 404-ing URL in one of my diffs. | Regarding the pam module installation, it seems to be installed in : | /usr/local/lib/erlang/lib/ejabberd-16.01/lib/p1_pam-1.0.0/priv/bin/epam | But ejabberd at start will fail with : | 2016-03-05 17:52:49.297 [error] <0.394.0> Can't open file | "/usr/local/lib/erlang/lib/ejabberd-16.01/lib/erlang/lib/ejabberd-16.01/p= riv/bin/epam": enoent | So I guess it's not installed in the right place? I guess, although I don't see in the sources, where exactly it refer to this path, or even install the module. I'll check and get back to you. | Then, regarding the bash issue, I made some progress, but I still need | to test it a bit more to be sure it do not introduce new bugs (it's | not much, but I have to see if the kinda simple shell escaping | function equivalent I put is enough). These bash script changes could you contribute to upstream instead. I don't really wish to keep maintaining them downstream. ejabberd team has released 16.02 in the meantime, I'll work on updating to = it instead. It works fine in my testing so far except for the PAM issue you've mentioned. I'll post updated patch here for testing. Thanks! =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 =E2=80=9CIf I were to compare a human's heart with the ocean, the ocean wou= ld be stagnant.=E2=80=9D (Recruit, Arakawa Under the Br= idge) Sent from my Emacs --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW3SZIAAoJEMdGz6nnT6SwsxwP/ihP2MqSMNK8ABkbDYVMzPyS ed7fSNDXr3B6EoZhjjpGyIi2tsET2lBACDBethmznLBGahP7HKAd8+nyD7cUzOvv 8D7rls+3I7APYXMxY3PO9kIBaCvAAaj6FF+2iDoK272MthIATHqRdHyPYF0k4LJ4 2+sc3N6CnfGCt6EXfQrdIcs52LDHmOhDmgpEHYm7ik2dbW7RJAs7IqVrh0qUQ9Jb F4JKbojSs36lNGHZay2eqAyjaK1colWEnTsIxaklTFvSjUjjrRX5Reu8urhF2r98 mcTi8XC3o5fmvjncYALE+Z5C+lfis4DXpY0oG2KvPy/NEbgdV3xfvLRIJylKKSO2 MPxNPdcKjgGHTNRwcCMGUcY5NRfR93NihH2McoJxSgwtAc7eu9b988h4s+FYARM6 Rmc7stGxsS+xIXJqgNyiaHn4lGOCqhDi4qJTRslIPqYi+MylahyXYbCNya7b0xH8 nq6LEbOynmg/vT06yXeUcOc9qp5/MFHNgW002uX95vYo2RDJmOJdxU4CRm1XTEvE b0uVEdwS8lvskcA+CRutDhvXZOobUyF3hyOD01wWT7t6+23YD/wuif1lPzZQgwWA HHAOiA52yZSMMcNModRVfH9tmxbwoAPCQxIt+7yuJridd9dbfXrteRElobAMjFvy jfMk0Iw+R41idNWr9BLA =Nlni -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Mon Mar 7 13:13:12 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E7B9A0968F for ; Mon, 7 Mar 2016 13:13:12 +0000 (UTC) (envelope-from stb@lassitu.de) 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 "Let's Encrypt Authority X1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2F48ADF for ; Mon, 7 Mar 2016 13:13:11 +0000 (UTC) (envelope-from stb@lassitu.de) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 9FF14216FE6 for ; Mon, 7 Mar 2016 13:13:08 +0000 (UTC) From: Stefan Bethke Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Setting PERL_VERSION in make.conf Message-Id: Date: Mon, 7 Mar 2016 14:13:07 +0100 To: FreeBSD Ports Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 13:13:12 -0000 I=E2=80=99m a bit confused about setting PERL_VERSION in make.conf. It = seems that setting it to 5.20.3 will result in Perl-related ports to be = built differently than not setting it. Is this expected? How can I make sure I continue to use the version of = perl I=E2=80=99ve got currently installed when the default version = changes? Stefan --=20 Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports@freebsd.org Mon Mar 7 15:26:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C228AC209A for ; Mon, 7 Mar 2016 15:26:41 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 596737DC for ; Mon, 7 Mar 2016 15:26:40 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u27FQjQZ022824 for ; Mon, 7 Mar 2016 07:26:52 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: From: "Chris H" Subject: Re: Setting PERL_VERSION in make.conf Date: Mon, 07 Mar 2016 07:26:52 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <5544dde1a8f31eadeb67445330ced084@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 15:26:41 -0000 On Mon, 7 Mar 2016 14:13:07 +0100 Stefan Bethke wrote > I’m a bit confused about setting PERL_VERSION in make.conf. It seems that > setting it to 5.20.3 will result in Perl-related ports to be built > differently than not setting it. > > Is this expected? How can I make sure I continue to use the version of perl > I’ve got currently installed when the default version changes? As memory serves the *default* minimum version, if none is chosen, is 5.20. I believe the "correct" way to manipulate this choice is by way of: DEFAULT_VERSIONS+=perl5=5.20 changing 5.20 to whichever your desired "default" version is. The same goes for your lang/python(2|3) as well as your pgsql, mysql, apache, etc... does make.conf(5) not already indicate this? HTH --Chris > > > > Stefan > From owner-freebsd-ports@freebsd.org Mon Mar 7 19:20:07 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 662C1AC2620 for ; Mon, 7 Mar 2016 19:20:07 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.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 2CE46921; Mon, 7 Mar 2016 19:20:06 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id A0EEB9401D2; Mon, 7 Mar 2016 20:16:49 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id u27JJoVA036222 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 7 Mar 2016 20:19:56 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Mon, 7 Mar 2016 20:19:46 +0100 From: Matthieu Volat To: ashish@FreeBSD.org (Ashish SHUKLA) Cc: ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.01 Message-ID: <20160307201946.0964505f@freedom.alkumuna.eu> In-Reply-To: <86io0yzsfs.fsf@chateau.d.if> References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/JuBp3Zb=oK70xiDJD16pU1X"; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 19:20:07 -0000 --Sig_/JuBp3Zb=oK70xiDJD16pU1X Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 07 Mar 2016 12:27:11 +0530 ashish@FreeBSD.org (Ashish SHUKLA) wrote: > On Sat, 5 Mar 2016 18:09:35 +0100, Matthieu Volat sai= d: >=20 > [...] >=20 > Hi, >=20 > | Ok, back on business! >=20 > | My issue with the non-applied patchs is that those were not creates in = the files subdir in ejabberd, but in a ejabberd/files subdir. >=20 > That is likely due to the missing/incorrect, use of 'patch -pN'. I rememb= er > testing successful diff application before posting on the list, except fo= r a > 404-ing URL in one of my diffs. Yeah, it was a simple patch -p0 call... But anyway, that won't matter for f= inal distribution... >=20 > | Regarding the pam module installation, it seems to be installed in : > | /usr/local/lib/erlang/lib/ejabberd-16.01/lib/p1_pam-1.0.0/priv/bin/epam >=20 > | But ejabberd at start will fail with : > | 2016-03-05 17:52:49.297 [error] <0.394.0> Can't open file > | "/usr/local/lib/erlang/lib/ejabberd-16.01/lib/erlang/lib/ejabberd-16.01= /priv/bin/epam": enoent >=20 > | So I guess it's not installed in the right place? >=20 > I guess, although I don't see in the sources, where exactly it refer to t= his > path, or even install the module. I'll check and get back to you. I forgot to tell that I did not see it either, but I tried to put it manual= ly and pam support was working. >=20 > | Then, regarding the bash issue, I made some progress, but I still need > | to test it a bit more to be sure it do not introduce new bugs (it's > | not much, but I have to see if the kinda simple shell escaping > | function equivalent I put is enough). >=20 > These bash script changes could you contribute to upstream instead. I don= 't > really wish to keep maintaining them downstream. I agree. >=20 > ejabberd team has released 16.02 in the meantime, I'll work on updating t= o it > instead. It works fine in my testing so far except for the PAM issue you'= ve > mentioned. >=20 > I'll post updated patch here for testing. >=20 > Thanks! > --=20 > Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A= 4B0 >=20 > =E2=80=9CIf I were to compare a human's heart with the ocean, the ocean w= ould be > stagnant.=E2=80=9D (Recruit, Arakawa Under the = Bridge) >=20 > Sent from my Emacs --=20 Matthieu Volat tel: 06 84 54 39 43 www: --Sig_/JuBp3Zb=oK70xiDJD16pU1X Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlbd1FIACgkQ+ENDeYKZi34h9wCgyBh3bRxzo0U9WBLlwZXJrfkx H0kAn2ELIxfy4Ts0F46AqWXkngoNkNQR =lWrM -----END PGP SIGNATURE----- --Sig_/JuBp3Zb=oK70xiDJD16pU1X-- From owner-freebsd-ports@freebsd.org Mon Mar 7 23:21:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D8F9AC17C2 for ; Mon, 7 Mar 2016 23:21:41 +0000 (UTC) (envelope-from feh@fehcom.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 67638E8D for ; Mon, 7 Mar 2016 23:21:41 +0000 (UTC) (envelope-from feh@fehcom.de) Received: by mailman.ysv.freebsd.org (Postfix) id 66654AC17C1; Mon, 7 Mar 2016 23:21:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65F32AC17C0 for ; Mon, 7 Mar 2016 23:21:41 +0000 (UTC) (envelope-from feh@fehcom.de) Received: from mail.fehcom.net (cl-981.cgn-01.de.sixxs.net [IPv6:2001:4dd0:ff00:3d4::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 B0608E8A for ; Mon, 7 Mar 2016 23:21:39 +0000 (UTC) (envelope-from feh@fehcom.de) Received: (qmail 2821 invoked from network); 7 Mar 2016 23:21:34 -0000 Received: from p5b30653a.dip0.t-ipconnect.de (Dr. Erwin Hoffmann@91.48.101.58) de/crypted with TLSv1.2: DHE-RSA-CAMELLIA256-SHA [256/256] DN=/C=DE/ST=Rheinland-Pfalz/L=Hoehn/O=Fehcom/CN=Dr. Erwin Hoffmann/emailAddress=hoffmann@fehcom.de by india167 with QMTPSA; 7 Mar 2016 23:21:34 -0000 Received: (qmail 46199 invoked from network); 7 Mar 2016 23:14:52 -0000 Received: from unknown (HELO erwinhomannsmbp.fritz.box) (erwin@192.168.192.158) de/crypted with TLSv1: DHE-RSA-AES256-SHA [256/256] DN=none by bigchief.fehnet.de with ESMTPSA; 7 Mar 2016 23:14:52 -0000 From: Erwin Hoffmann X-Pgp-Agent: GPGMail 2.6b2 Content-Type: multipart/signed; boundary="Apple-Mail=_AA14ABA7-B4C9-417B-B8F8-E337CEF4338E"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: FreeBSD Port: qmail-spamcontrol-1.03.2731_2 Date: Tue, 8 Mar 2016 00:14:38 +0100 Message-Id: <981B52AE-C5BD-4E7C-8090-4FD9FF8549C3@fehcom.de> Cc: ports@FreeBSD.org To: erdgeist@erdgeist.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 23:21:41 -0000 --Apple-Mail=_AA14ABA7-B4C9-417B-B8F8-E337CEF4338E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hallo Erdgeist (uhuuu), hast Du Interesse, mein s/qmail nach FreeBSD zu porten (+ ucspi-ssl, = ucspi-tcp6) ?? http://fehcom.de/sqmail/sqmail.html mfg. --eh. Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de | PGP Key-Id: = EE00CF65 --Apple-Mail=_AA14ABA7-B4C9-417B-B8F8-E337CEF4338E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJW3gtfAAoJEIP8+SDuAM9lUsoQAIytMSFVnztsiTUURooGc3tA SiQIc9uWHkDPuS17JhVxBZqsmZ5+NoZHwwk0S2xgZuaYbNL8Z4+knDbRWDtsgXzi NSoeJtv5veugPymJ6/h3kLayTpp0jRqM2KNQwJws35Q9bKc1rLZAfnGZ/nPfe6oo EPGFru/QOIPxdjpS5P74FNWH2NRzelxJ5Oa8GEOQ9iZb0YKZlSbq3zCowsx9wgNw 3fjHbCJsN+Oh2uRRtaSMSA0YAb1/6g/czZwco4o2MxaTd8lf9nXF/Z62SInA+i0U 0lfk8Acxn88WpBq4ZXq5e2/Adyi74RGwgbi8jp08UQz3NdEOQG/3IB97vz7r3n+T OmzVYxiaaN/IlKCo0ZXfFU3fsn7+bpJwK2CWNfod6y+HElPhPDjakOvYh9YVLZWH Zs5bTpSHjtClUlLQHtsdKPGWIZUMOTFF0aKR3YPsvEVmNV5vfDI7KJsv7bTVdG3l 274yGXXZwR2xmNJbTFB9kretIhsBGHM2qBW0u59VyG+8xpfSH36OtW9iMHLKjoUf dbxkk/m63K7VA/EcS0vGoXp4mF3KK3pl972qxqJ6uUoDKmJBpJrGKrGufhBWkoJ+ PjLWydXQj8dc0wA82Rlbkna05N2nInIT6KxA/uxYU2glWHQKOjCX0eI+J/vxIgi7 ag+vy4Hm3d5VxHr4l/sW =Pi66 -----END PGP SIGNATURE----- --Apple-Mail=_AA14ABA7-B4C9-417B-B8F8-E337CEF4338E-- From owner-freebsd-ports@freebsd.org Tue Mar 8 03:02:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77F6BAC33EC for ; Tue, 8 Mar 2016 03:02:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0FD104D for ; Tue, 8 Mar 2016 03:02:44 +0000 (UTC) (envelope-from randy@psg.com) Received: by mailman.ysv.freebsd.org (Postfix) id 65A2EAC33EA; Tue, 8 Mar 2016 03:02:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65338AC33E8; Tue, 8 Mar 2016 03:02:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4594A104B; Tue, 8 Mar 2016 03:02:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.82) (envelope-from ) id 1ad7v0-0004bM-K4; Tue, 08 Mar 2016 03:02:42 +0000 Date: Mon, 07 Mar 2016 19:02:40 -0800 Message-ID: From: Randy Bush To: gnome@FreeBSD.org Cc: FreeBSD Ports Subject: cairo w/ x11 User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 03:02:44 -0000 FreeBSD dfw0.psg.com 10.2-RELEASE-p9 FreeBSD 10.2-RELEASE-p9 #0: Thu Jan 14 01:32:46 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 there are ports that need cairo to be compiled with x11 support go to /usr/ports/graphics/cairo make config turn on x11 OK make config x11 is off how special even setting manually (editing /var/db/ports/graphics_cairo/options) does not work, make config whacks it back this is not new randy From owner-freebsd-ports@freebsd.org Tue Mar 8 03:03:53 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4A55AC34D6 for ; Tue, 8 Mar 2016 03:03:53 +0000 (UTC) (envelope-from randy@psg.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A7C6D1136 for ; Tue, 8 Mar 2016 03:03:53 +0000 (UTC) (envelope-from randy@psg.com) Received: by mailman.ysv.freebsd.org (Postfix) id A610FAC34D5; Tue, 8 Mar 2016 03:03:53 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A592EAC34D3; Tue, 8 Mar 2016 03:03:53 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CDE11135; Tue, 8 Mar 2016 03:03:53 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.82) (envelope-from ) id 1ad7w8-0004bz-FF; Tue, 08 Mar 2016 03:03:52 +0000 Date: Mon, 07 Mar 2016 19:03:51 -0800 Message-ID: From: Randy Bush To: gnome@FreeBSD.org Cc: FreeBSD Ports Subject: cairo w/ x11 User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 03:03:53 -0000 FreeBSD dfw0.psg.com 10.2-RELEASE-p9 FreeBSD 10.2-RELEASE-p9 #0: Thu Jan 14 01:32:46 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 there are ports that need cairo to be compiled with x11 support go to /usr/ports/graphics/cairo make config turn on x11 OK make config x11 is off how special even setting manually (editing /var/db/ports/graphics_cairo/options) does not work, make config whacks it back this is not new randy From owner-freebsd-ports@freebsd.org Tue Mar 8 03:26:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A069AC3C82 for ; Tue, 8 Mar 2016 03:26:29 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5847B1A04 for ; Tue, 8 Mar 2016 03:26:29 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5326BAC3C81; Tue, 8 Mar 2016 03:26:29 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E65AC3C80 for ; Tue, 8 Mar 2016 03:26:29 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from SNT004-OMC3S32.hotmail.com (snt004-omc3s32.hotmail.com [65.55.90.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC511A03 for ; Tue, 8 Mar 2016 03:26:28 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from na01-bl2-obe.outbound.protection.outlook.com ([65.55.90.135]) by SNT004-OMC3S32.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 7 Mar 2016 19:25:22 -0800 Received: from BY1PR03MB1385.namprd03.prod.outlook.com (10.162.127.139) by BY1PR03MB1387.namprd03.prod.outlook.com (10.162.127.141) with Microsoft SMTP Server (TLS) id 15.1.415.20; Tue, 8 Mar 2016 03:25:21 +0000 Received: from BY1PR03MB1385.namprd03.prod.outlook.com ([10.162.127.139]) by BY1PR03MB1385.namprd03.prod.outlook.com ([10.162.127.139]) with mapi id 15.01.0415.024; Tue, 8 Mar 2016 03:25:21 +0000 From: Ricky G To: Randy Bush CC: "ports@freebsd.org" Subject: RE: cairo w/ x11 Thread-Topic: cairo w/ x11 Thread-Index: AQHReOcDFgYvzOSx7kyV8+GaJSoNDZ9O3+Pk Date: Tue, 8 Mar 2016 03:25:20 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: iij.ad.jp; dkim=none (message not signed) header.d=none;iij.ad.jp; dmarc=none action=none header.from=hotmail.com; x-tmn: [VKNwRXvpM871mTgH3BXKJuSPQDuLPfzL] x-ms-office365-filtering-correlation-id: 2e90f746-2c99-4d38-0c9c-08d34701479f x-microsoft-exchange-diagnostics: 1; BY1PR03MB1387; 23:29ZOtoKDwqEZOykOSLCdPwcLRFbGXHu53SyEy3rszfbB4MS/sNcRtpfcWFTlwvkyaOGaYNrzWIcUFGn9SnQRXZjNo4VJqceZf9ZuOIndKov6DalwYpoz3KSEczhdq5fvl/BG9RCdPTH0PZd7g/8PVfpRihRX6ohmxyLkLL3J+PsguGCa+hSnEq1/B5JJD5+bjv2hAGRXEfmDLaVtbx6B2g==; 5:EN0GNz9FuwICZCaaO9YYWQg8SFtrhSZ88A+5Q5Z+hAw32HvY6L2PIRdASsbxHgXrkFJ68KrIBz++TaawZSbclw9yXLd4/1xvl1RZJ0ebwARY8HGHGOYNANisch72+EBIXkUv6PfBNPIOiH8AOj8o7w==; 24:1lVmSJwesNYumHmQVfXD5R30jNxN78PVtdajRhvcLOeqiYOArqffBocxcthAg78SCHXHlt0gMykdDGKSA+7K+Gcf71EmRZEvUYDsuXv+EFA= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1387; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(432015012)(82015046); SRVR:BY1PR03MB1387; BCL:0; PCL:0; RULEID:; SRVR:BY1PR03MB1387; x-forefront-prvs: 08756AC3C8 x-forefront-antispam-report: SFV:NSPM; SFS:(7070004)(98900003); DIR:OUT; SFP:1901; SCL:1; SRVR:BY1PR03MB1387; H:BY1PR03MB1385.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:ovrnspm; LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: sct-15-1-409-1-msonline-outlook-b5363.templateTenant X-MS-Exchange-CrossTenant-originalarrivaltime: 08 Mar 2016 03:25:20.9954 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR03MB1387 X-OriginalArrivalTime: 08 Mar 2016 03:25:22.0771 (UTC) FILETIME=[261F2230:01D178EA] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 03:26:29 -0000 ________________________________________ From: owner-freebsd-ports@freebsd.org [owner-freebsd-ports@freebsd.org] on = behalf of Randy Bush [randy@iij.ad.jp] Sent: Monday, March 7, 2016 10:02 PM To: gnome@FreeBSD.org Cc: FreeBSD Ports Subject: cairo w/ x11 FreeBSD dfw0.psg.com 10.2-RELEASE-p9 FreeBSD 10.2-RELEASE-p9 #0: Thu Jan 14= 01:32:46 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/= sys/GENERIC amd64 there are ports that need cairo to be compiled with x11 support go to /usr/ports/graphics/cairo make config turn on x11 OK make config x11 is off how special even setting manually (editing /var/db/ports/graphics_cairo/options) does not work, make config whacks it back this is not new randy Hello, I'm not sure why you're having this issue. Try deleting /var/db/ports/grap= hics_cairo and run make config again? Is your port tree updated? I actually= just did this last night and it is working fine... cairo-1.14.6,2 Name : cairo Version : 1.14.6,2 Installed on : Mon Mar 7 22:18:45 2016 EST Origin : graphics/cairo Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : graphics Licenses : MPL and LGPL21 Maintainer : gnome@FreeBSD.org WWW : http://www.cairographics.org Comment : Vector graphics library with cross-device output support Options : GLIB : on OPENGL : on X11 : on XCB : on Ultima From owner-freebsd-ports@freebsd.org Tue Mar 8 04:03:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05033AC76F5 for ; Tue, 8 Mar 2016 04:03:58 +0000 (UTC) (envelope-from randy@psg.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E8FDDA1D for ; Tue, 8 Mar 2016 04:03:57 +0000 (UTC) (envelope-from randy@psg.com) Received: by mailman.ysv.freebsd.org (Postfix) id E7F36AC76F4; Tue, 8 Mar 2016 04:03:57 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7927AC76F3 for ; Tue, 8 Mar 2016 04:03:57 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBBC3A1C for ; Tue, 8 Mar 2016 04:03:57 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.82) (envelope-from ) id 1ad8sG-0004l6-3O; Tue, 08 Mar 2016 04:03:56 +0000 Date: Mon, 07 Mar 2016 20:03:54 -0800 Message-ID: From: Randy Bush To: Ricky G Cc: FreeBSD Ports Subject: Re: cairo w/ x11 In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 04:03:58 -0000 > there are ports that need cairo to be compiled with x11 support > > go to /usr/ports/graphics/cairo > make config > turn on x11 > OK > make config > x11 is off > > I'm not sure why you're having this issue. neither am i :) > Try deleting /var/db/ports/graphics_cairo and run make config again? no love PORTNAME= cairo PORTVERSION= 1.14.6 PORTEPOCH= 2 even if i turn them all on as you did, run make config again and x11 is off, though the others are on. > Is your port tree updated? very randy From owner-freebsd-ports@freebsd.org Tue Mar 8 06:52:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55ACFAC3EA7 for ; Tue, 8 Mar 2016 06:52:48 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3FAEF1CBF for ; Tue, 8 Mar 2016 06:52:48 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: by mailman.ysv.freebsd.org (Postfix) id 3FA95AC3EA6; Tue, 8 Mar 2016 06:52:48 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CFFCAC3EA5 for ; Tue, 8 Mar 2016 06:52:48 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F066D1CBE for ; Tue, 8 Mar 2016 06:52:47 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=IxzpEw3JNfYFi8OY8bDwZB7jeKcfmJnB8mqYDD4EYr0=; b=jQST9AsoPg/7 HNUgaTjU6XQnyd2Fp/ecNJYxo25mOSxIv3uvANdQUgZf4xfb7XRHqGiclUEsN77DSEhBxv3OXshj2 JzptvrtVIkCdG8Bi6WvqmL1v6AYcA9iK1WMk/Nn3NCHBJE+lbsB7XZDyxDbJXY7kD4vISpsqALp3B PozoE=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1adBVZ-000GdP-8G; Tue, 08 Mar 2016 06:52:41 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: cairo w/ x11 From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: Date: Tue, 8 Mar 2016 07:52:40 +0100 Cc: Ricky G , Randy Bush Content-Transfer-Encoding: 7bit Message-Id: References: To: FreeBSD Ports X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 06:52:48 -0000 > Am 08.03.2016 um 05:03 schrieb Randy Bush : > > even if i turn them all on as you did, run make config again and x11 is > off, though the others are on. > >> Is your port tree updated? > > very Maybe you have WITHOUT_X11=yes in /etc/make.conf ? Martin From owner-freebsd-ports@freebsd.org Tue Mar 8 07:30:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09BDBAC79B7 for ; Tue, 8 Mar 2016 07:30:11 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail.mimar.rs (mail1.mimar.rs [193.53.106.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B628DBAC for ; Tue, 8 Mar 2016 07:30:10 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail1.mimar.rs (localhost [127.0.1.128]) by mail.mimar.rs (Postfix) with ESMTP id 50B3945CE406 for ; Tue, 8 Mar 2016 08:30:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1457422199; x=1459236600; bh=9+FNs9MJkS9eGe8CtLX7T6BgiIvkvs6jK4S +JhBSHhs=; b=As/4229hSqtf6WKIHTsM5DW4RqwUnJBucW59HrVg4Dqny85cCER KUCu0KhbIHIUnSDXTr2l/AAqUDMlcKIM8aGJrxkuJm4JdbKM0ad9mKFc8OcXwfFA QG77rM4rTdnPRMEAzw4FJ4FnbFjJlOW3uKnwiSEx6CpVwm/QDmJbCmiM= X-Virus-Scanned: amavisd-new at mimar.rs Received: from mail.mimar.rs ([127.0.1.128]) by mail1.mimar.rs (amavis.mimar.rs [127.0.1.128]) (amavisd-new, port 10026) with LMTP id mNAmMuD6CqWw for ; Tue, 8 Mar 2016 08:29:59 +0100 (CET) Received: from efreet (91-150-113-145.dynamic.isp.telekom.rs [91.150.113.145]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by mail.mimar.rs (Postfix) with ESMTPSA id 8126D45CE3E7 for ; Tue, 8 Mar 2016 08:29:59 +0100 (CET) Date: Tue, 8 Mar 2016 08:29:57 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: Re: Setting PERL_VERSION in make.conf Message-ID: <20160308082957.0eeba242@efreet> In-Reply-To: References: Organization: Mimar X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 07:30:11 -0000 On Mon, 7 Mar 2016 14:13:07 +0100 Stefan Bethke wrote: > I=E2=80=99m a bit confused about setting PERL_VERSION in make.conf. It se= ems > that setting it to 5.20.3 will result in Perl-related ports to be > built differently than not setting it. >=20 > Is this expected? How can I make sure I continue to use the version > of perl I=E2=80=99ve got currently installed when the default version cha= nges? Default versions of ports are defined in: /usr/ports/Mk/bsd.default-versions.mk http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?revision=3D= 403082&view=3Dco There is an explanation in the comments part how to make changes to make.conf. --=20 Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupa=C4=87 https://www.mimar.rs/ From owner-freebsd-ports@freebsd.org Tue Mar 8 08:57:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BE4EAC232B for ; Tue, 8 Mar 2016 08:57:34 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB97F7A for ; Tue, 8 Mar 2016 08:57:34 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 09EAFAC2329; Tue, 8 Mar 2016 08:57:34 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0998AAC2326 for ; Tue, 8 Mar 2016 08:57:34 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F23F0F77 for ; Tue, 8 Mar 2016 08:57:33 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u288vXIG065085 for ; Tue, 8 Mar 2016 08:57:33 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u288vXsU065084; Tue, 8 Mar 2016 08:57:33 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603080857.u288vXsU065084@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, 8 Mar 2016 08:57:33 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 08:57:34 -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 ------------------------------------------------+-----------------+------------ databases/py-apsw | 3.9.2 | 3.11.1-r1 ------------------------------------------------+-----------------+------------ net-mgmt/weathermap | 1.1.1 | 29.2.0 ------------------------------------------------+-----------------+------------ 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 Mar 8 12:49:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F593AC725B for ; Tue, 8 Mar 2016 12:49:34 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF2BF1D4 for ; Tue, 8 Mar 2016 12:49:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id C9E6F1B2209E for ; Tue, 8 Mar 2016 13:49:23 +0100 (CET) Subject: Re: [Call for testers] GitLab To: freebsd-ports@freebsd.org References: <56CC5C8D.9080707@toco-domains.de> <56D847EE.4090907@toco-domains.de> From: Torsten Zuehlsdorff Message-ID: <56DECA53.30109@toco-domains.de> Date: Tue, 8 Mar 2016 13:49:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56D847EE.4090907@toco-domains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 12:49:34 -0000 Hello, > today i updated the patch to bring GitLab to its newest version. Also > i've added an update guide. If the feedback is still as positive as now > i will write the outstanding PRs for the dependencies next week, so the > committers can take care of the port. It is finally done. All PRs are written and there is a working shar for GitLab: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202468 Greetings, Torsten From owner-freebsd-ports@freebsd.org Tue Mar 8 14:08:37 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22170AC36AB for ; Tue, 8 Mar 2016 14:08:37 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0695AF56 for ; Tue, 8 Mar 2016 14:08:37 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id 06186AC36A4; Tue, 8 Mar 2016 14:08:37 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05B4AAC36A2 for ; Tue, 8 Mar 2016 14:08:37 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1529F55 for ; Tue, 8 Mar 2016 14:08:36 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-wm0-x22b.google.com with SMTP id l68so29175079wml.1 for ; Tue, 08 Mar 2016 06:08:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:date:message-id:subject:from:to:cc; bh=Gzbqt5QJ7Suei10fpmvSZpRyhuU28LuJA5LmD+zrvXs=; b=T57ZzL/PFjdNyJrScoH3KJp+R8XnzXo+6TXDwU6wurNOYeMc6zViLSPDqFpdevStUe 58r1HCGw8b+p6umbKQgdNGBVku0LiyJNTa7ctN3NcY4z6g/QwepFb9y0nyiJ1ltSJhXJ Uj00/2XS1Xny6xmEeubugSzZi3nJDaCpR43Sc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc; bh=Gzbqt5QJ7Suei10fpmvSZpRyhuU28LuJA5LmD+zrvXs=; b=Te415Blqc1opleEaFC97h+kYv47jVKFXw6n38qR4TMzIrb1tt87YI62XuT+9BHzVYi daVZXqJYOkeDcsU14bEGH0zs2xVS1irrk6aiPikTUQfxFvnMKS9sNd5BoZfwNKb4xe/R /jy9rABW56qiQKN4CKAY/C/IO0TzpUqm9SS0fhcRwUGFuCLXNXnggwfyuY9uKC/ofagg JsSYTouWfhd7ytL+a81MknaUvSSMa606vhdPWmpF3ivK9d32kxIOGKfdoLBqGPXcnk3R hoEgOgiXEiMlpuTvBmDBNYThS+7VXZhLT+/DDmJprbstAk/OkxhWwA/pu6HPKsdb89kR K8nw== X-Gm-Message-State: AD7BkJI41deNmwwRR53s7gFcjF8H1U5qO29ziBKhGrRoXdDNejqVBz7rmzDfGNr8Po8CdyCQwkpPFCOUutoCvw== MIME-Version: 1.0 X-Received: by 10.28.47.210 with SMTP id v201mr15756511wmv.17.1457446114930; Tue, 08 Mar 2016 06:08:34 -0800 (PST) Received: by 10.28.33.5 with HTTP; Tue, 8 Mar 2016 06:08:34 -0800 (PST) Date: Tue, 8 Mar 2016 09:08:34 -0500 Message-ID: Subject: google authenticator From: Vick Khera To: FreeBSD Ports List Cc: jnlin@freebsd.cs.nctu.edu.tw Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 14:08:37 -0000 Today I upgraded pam_google_authenticator from 20140826_1 to 1.01.20160208,1 and discovered that it no longer worked. Remote login just closed connection. It turns out that the necessary shared PAM library moved from /usr/local/lib/pam_google_authenticator.so to /usr/local/lib/security/pam_google_authenticator.so There is no note in UPDATING file about this at all. This should be very loudly noted in the package upgrade and in the UPDATING file that the pam configurations need to be modified. Thanks. From owner-freebsd-ports@freebsd.org Tue Mar 8 14:49:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F04EAC798E for ; Tue, 8 Mar 2016 14:49:54 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF64B94 for ; Tue, 8 Mar 2016 14:49:54 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 1750FAC798D; Tue, 8 Mar 2016 14:49:54 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16E63AC798C for ; Tue, 8 Mar 2016 14:49:54 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D216BB93 for ; Tue, 8 Mar 2016 14:49:53 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 91E252842F; Tue, 8 Mar 2016 15:49:50 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id CE71D2842B; Tue, 8 Mar 2016 15:49:48 +0100 (CET) Message-ID: <56DEE68B.5070007@quip.cz> Date: Tue, 08 Mar 2016 15:49:47 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Vick Khera , FreeBSD Ports List CC: jnlin@freebsd.cs.nctu.edu.tw Subject: Re: google authenticator / missing UPDATING entries References: In-Reply-To: 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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 14:49:54 -0000 Vick Khera wrote on 03/08/2016 15:08: > Today I upgraded pam_google_authenticator from 20140826_1 to > 1.01.20160208,1 and discovered that it no longer worked. Remote login just > closed connection. > > It turns out that the necessary shared PAM library moved > from /usr/local/lib/pam_google_authenticator.so > to /usr/local/lib/security/pam_google_authenticator.so > > There is no note in UPDATING file about this at all. This should be very > loudly noted in the package upgrade and in the UPDATING file that the pam > configurations need to be modified. It seems UPDATING is overlooked by maintainers. It is not the first time this year where pkg upgrade is causing breakage without prior notice of users through UPDATING. I have UPDATING in RSS, have my own scripted notifications (by diffing UPDATING file) and I use 'pkg updating' before each 'pkg upgrade'... still beaten by upgrades with not compatible changes. :( For example Postfix with missing VDA. (I already submitted PR 207684) Miroslav Lachman From owner-freebsd-ports@freebsd.org Tue Mar 8 15:29:57 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 862E2AC3106 for ; Tue, 8 Mar 2016 15:29:57 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6931B634; Tue, 8 Mar 2016 15:29:57 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B15C01F7B; Tue, 8 Mar 2016 15:29:55 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id 4c912dba; Tue, 8 Mar 2016 20:59:52 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Matthieu Volat Cc: ashish@FreeBSD.org (Ashish SHUKLA), ports-list freebsd Subject: [CFT] net-im/ejabberd to 16.02 (was: Re: [CFT] net-im/ejabberd to 16.01) Organization: The FreeBSD Project References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 8:51PM up 48 mins, 5 users, load averages: 0.18, 0.27, 0.24 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160308:ashish@freebsd.org::NaAPEZQFq3/WZdx0:00000000000000000000000000000000000000000005e6x X-Hashcash: 1:20:160308:freebsd-ports@freebsd.org::lQEWaDulhLouUUBm:0000000000000000000000000000000000001XME X-Hashcash: 1:20:160308:mazhe@alkumuna.eu::cjLQ0YYtVPIdY2cX:00000000000000000000000000000000000000000000BZOz Date: Tue, 08 Mar 2016 20:59:47 +0530 In-Reply-To: <20160307201946.0964505f@freedom.alkumuna.eu> (Matthieu Volat's message of "Mon, 7 Mar 2016 20:19:46 +0100") Message-ID: <86twkhkmxg.fsf_-_@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 15:29:57 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, 7 Mar 2016 20:19:46 +0100, Matthieu Volat said: | On Mon, 07 Mar 2016 12:27:11 +0530 | ashish@FreeBSD.org (Ashish SHUKLA) wrote: || On Sat, 5 Mar 2016 18:09:35 +0100, Matthieu Volat sa= id: ||=20 || [...] ||=20 || Hi, ||=20 || | Ok, back on business! ||=20 || | My issue with the non-applied patchs is that those were not creates in= the files subdir in ejabberd, but in a ejabberd/files subdir. ||=20 || That is likely due to the missing/incorrect, use of 'patch -pN'. I remem= ber || testing successful diff application before posting on the list, except f= or a || 404-ing URL in one of my diffs. | Yeah, it was a simple patch -p0 call... But anyway, that won't matter for= final distribution... ||=20 || | Regarding the pam module installation, it seems to be installed in : || | /usr/local/lib/erlang/lib/ejabberd-16.01/lib/p1_pam-1.0.0/priv/bin/epam ||=20 || | But ejabberd at start will fail with : || | 2016-03-05 17:52:49.297 [error] <0.394.0> Can't open file || | "/usr/local/lib/erlang/lib/ejabberd-16.01/lib/erlang/lib/ejabberd-16.0= 1/priv/bin/epam": enoent ||=20 || | So I guess it's not installed in the right place? ||=20 || I guess, although I don't see in the sources, where exactly it refer to = this || path, or even install the module. I'll check and get back to you. | I forgot to tell that I did not see it either, but I tried to put it manu= ally and pam support was working. It seems this is mentioned here p1_pam/src/epam.erl at: 142 get_bin_path() -> 143 case os:getenv("EJABBERD_BIN_PATH") of 144 false -> 145 case code:priv_dir(p1_pam) of 146 {error, _} -> 147 filename:join(["priv", "bin"]); 148 Path -> 149 filename:join([Path, "bin"]) 150 end; 151 Path -> 152 Path 153 end. I have updated my diff to install the file at the expected location. Other changes in this update is cleanup, and updation of dependencies tarball. Could you (and anyone else) please try the diff and see if it works for you, and let me know before this March 04, 2016, hopefully no more releases this time :) ? https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-0.diff sha256: 4992e303b2dc7e3ee814d032991cdea7cec8e373f23d94d2e4c9e633b6a245a1 Thanks for your efforts, and time testing this, and providing the feedback. It's really appreciated. =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 =E2=80=9CYeah, sure. Babies learn their mother tongue by reading the great philosophers=E2=80=A6=E2=80=9C (Pascal Bourguignon, comp.lang.lisp) Sent from my Emacs --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW3u/sAAoJEMdGz6nnT6Sw0L8QALGF0mNJf9PvOKlXAdQR/U0T 6zmr2J+rYRYd1Y/bKazc/e93tATZzJY14cv9fW0qIF32vGi4Dbd/lYP2D8pXiPDN WZ4Fvl6YV+977KILL2DmlaRLxs3ZCv0MpdEF0okd9X2JMXDV0SVXRawwg6YTDJU0 9p8jUUnZ8D1Io9PTf+mzvs1ok7vwIs2ekGcm71leBcWNDH7g58H6rBbTpWicMn4b BVp1bsApT5m7E6QwgAugPX5a5/zX3EranWBsn04ynv3mbpsR+h/Qj1wsqpTZuE8P DkBJDTgHO5PFxlnZz148OmuSWj/I8DjHB1/tq7JuKOQHWA4LFVGeecQv4CZGvAeM +2PwKV+bn4oivmrrUFYR10wXjFfiPxNHGI8cOQg2i78jHii/zFFfuTNtnJtN81FU ZExE4CGtbC6BvLbKgAUvmHpIl2mYkiLf/mMiyeRYV0bJ3qFLSbHN4Y44cVs9A9LO VhFdwb0UEWhXlRUnEmMjJBGJgOJX+sqCW3ZoXGMsKDgOb1nV2wuk1+ckdgOEgLxJ dDTz2IIT5tAak6w2rf3seHAm/QEWZfmBV5FMCIyEmCSOi3Cl3hQChbiRpYoKJccZ EgOE2WJ0czvx4to44SgnROere/P4oFy976NzYvmLsyP/iw3wVPF1p14F++8hdhXK rHK4PlitcSqdP1OcC7mk =VPWx -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Tue Mar 8 15:41:10 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14B53AC3803 for ; Tue, 8 Mar 2016 15:41:10 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1B03E90 for ; Tue, 8 Mar 2016 15:41:09 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1adJkx-003qjv-Ly>; Tue, 08 Mar 2016 16:41:07 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1adJkx-000ohW-DA>; Tue, 08 Mar 2016 16:41:07 +0100 Date: Tue, 8 Mar 2016 16:41:06 +0100 From: "O. Hartmann" To: freebsd-ports Subject: poudriere: can not set MAKEOBJDIRPREFIX Message-ID: <20160308164106.6c1a0807@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 15:41:10 -0000 I have already built 10-STABLE and try now to use this built as base for a jail in poudriere, using MAKEOBJDIRPREFIX; the already built system is ready and fine residing under MAKEOBJDIRPREFIX=/empty/10-STABLE/obj Using export MAKEOBJDIRPREFIX=$MAKEOBJDIRPREFIX in poudriere.conf and env MAKEOBJDIRPREFIX=/empty/10-STABLE/obj poudriere jail -c -j 10-stable-amd64 \ -a amd64 -v stable/10 -m src=/empty/10-STABLE/src results in an immediate error: [...] export PATH=/empty/10-STABLE/src/tmp/legacy/usr/sbin:/empty/10-STABLE/src/tmp/legacy/usr/bin:/empty/10-STABLE/src/tmp/legacy/usr/games:/empty/10-STABLE/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin ; progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep id install install-info ln lockf make mkdir mtree nmtree mv pwd_mkdb rm sed sh strip sysctl test true uname wc zic tzsetup makewhatis; do if progpath=`which $prog`; then echo $progpath; else echo "Required tool $prog not found in PATH." >&2; exit 1; fi; done); libs=$(ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u | while read line; do set -- $line; if [ "$2 $3" != "not found" ]; then echo $2; else echo "Required library $1 not found." >&2; exit 1; fi; done); cp $libs $progs /tmp/install.RF32dD2c Required tool install-info not found in PATH. *** Error code 1 [...] This is really funny: ommitting the MAKEOBJDIRPREFIX=/empty/10-STABLE/obj part results in a prepended "/usr/obj" as expected to the path portion given by src=. With setting the environment it seems that the prepended string is ZERO! How to tell this piece of software to use MAKEOBJDIRPREFIX? regards, Oliver From owner-freebsd-ports@freebsd.org Tue Mar 8 17:19:13 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1656AC7864 for ; Tue, 8 Mar 2016 17:19:13 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E2AA6A98 for ; Tue, 8 Mar 2016 17:19:13 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id E138DAC7863; Tue, 8 Mar 2016 17:19:13 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D27AC7861 for ; Tue, 8 Mar 2016 17:19:13 +0000 (UTC) (envelope-from lists@opsec.eu) 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 9CE4CA97 for ; Tue, 8 Mar 2016 17:19:13 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adLHo-0001kn-8A; Tue, 08 Mar 2016 18:19:08 +0100 Date: Tue, 8 Mar 2016 18:19:08 +0100 From: Kurt Jaeger To: Vick Khera Cc: FreeBSD Ports List , jnlin@freebsd.cs.nctu.edu.tw Subject: Re: google authenticator Message-ID: <20160308171908.GH35640@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 17:19:14 -0000 Hi! > Today I upgraded pam_google_authenticator from 20140826_1 to > 1.01.20160208,1 and discovered that it no longer worked. Remote login just > closed connection. > > It turns out that the necessary shared PAM library moved > from /usr/local/lib/pam_google_authenticator.so > to /usr/local/lib/security/pam_google_authenticator.so > > There is no note in UPDATING file about this at all. This should be very > loudly noted in the package upgrade and in the UPDATING file that the pam > configurations need to be modified. It was an oversight of the submitter, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207229 and is being worked on. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Tue Mar 8 17:40:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2E21AC83C7 for ; Tue, 8 Mar 2016 17:40:50 +0000 (UTC) (envelope-from lists@opsec.eu) 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 67859DE; Tue, 8 Mar 2016 17:40:50 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adLcq-0001nb-4H; Tue, 08 Mar 2016 18:40:52 +0100 Date: Tue, 8 Mar 2016 18:40:52 +0100 From: Kurt Jaeger To: Ashish SHUKLA Cc: Matthieu Volat , ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.02 (was: Re: [CFT] net-im/ejabberd to 16.01) Message-ID: <20160308174052.GI35640@home.opsec.eu> References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86twkhkmxg.fsf_-_@chateau.d.if> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 17:40:50 -0000 Hi! > I have updated my diff to install the file at the expected location. Other > changes in this update is cleanup, and updation of dependencies tarball. Please, may I suggest you test the resulting port with portlint -AC ? There are a few issues, among them the exec/unexec in the pkg-plist, which nowadays can be cleaned up with @sample. See: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#plist-keywords-sample For the really tricky patch-.. file, what about using the EXTRA_PATCHES contruct instead ? -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Tue Mar 8 20:46:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF96AC8CF4 for ; Tue, 8 Mar 2016 20:46:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AEFECBC for ; Tue, 8 Mar 2016 20:46:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id AB065AC8CF3; Tue, 8 Mar 2016 20:46:43 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9B4AC8CF2 for ; Tue, 8 Mar 2016 20:46:43 +0000 (UTC) (envelope-from lists@opsec.eu) 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 71999BB for ; Tue, 8 Mar 2016 20:46:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adOWf-0002C5-8r; Tue, 08 Mar 2016 21:46:41 +0100 Date: Tue, 8 Mar 2016 21:46:41 +0100 From: Kurt Jaeger To: Vick Khera , FreeBSD Ports List , jnlin@freebsd.cs.nctu.edu.tw Subject: Re: google authenticator Message-ID: <20160308204641.GL35640@home.opsec.eu> References: <20160308171908.GH35640@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308171908.GH35640@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 20:46:43 -0000 Hi! > It was an oversight of the submitter, see > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207229 > > and is being worked on. Fix committed. Please note that the .so moves back to the old place so you again have to edit your PAM config. Sorry for that. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Tue Mar 8 22:29:40 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 754A4AC8241 for ; Tue, 8 Mar 2016 22:29:40 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (kingslanding.unix-experience.fr [62.4.22.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F460AC8; Tue, 8 Mar 2016 22:29:39 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (unknown [192.168.200.21]) by smtp.unix-experience.fr (Postfix) with ESMTP id 1932A4851F; Tue, 8 Mar 2016 23:23:46 +0100 (CET) X-Virus-Scanned: scanned by unix-experience.fr Received: from smtp.unix-experience.fr ([192.168.200.21]) by smtp.unix-experience.fr (smtp.unix-experience.fr [192.168.200.21]) (amavisd-new, port 10024) with ESMTP id J9SqnysDjJRD; Tue, 8 Mar 2016 23:23:44 +0100 (CET) Received: from Nerz-PC (LFbn-1-710-40.w86-246.abo.wanadoo.fr [86.246.185.40]) by smtp.unix-experience.fr (Postfix) with ESMTPSA id 50AF248514; Tue, 8 Mar 2016 23:23:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unix-experience.fr; s=uxselect; t=1457475824; bh=G203e6mjO8uXbrqDuwLyIvOc7kF6Czlr+m5d3r+9VZc=; h=Subject:From:To:Cc:Date; b=XPt8s4nNxdYJVYJCaERRYXQUp68h+TY9JXeClMRFxC097j1RXLBPvO1i8MRGBufxV 0LJP45zuL8YqWM2plAQr2M7TmJKvxAVofo4Hgger0fJ9fy+ygOzOTkMgtR/UTmb8P+ 20Jo4+h0yRJA7AsG0iaOuHKsLJdgF2PKHkjkdnBQ= Message-ID: <1457475822.2895.1.camel@unix-experience.fr> Subject: Port PR CFT www/owncloud 9.0.0 From: =?ISO-8859-1?Q?Lo=EFc?= BLOT To: freebsd-ports Cc: kevlo Date: Tue, 08 Mar 2016 23:23:42 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 22:29:40 -0000 Hi @ports i sent a PR to upgrade owncloud to v9.0.0. Upgrade works nicely and i didn't notice any problem with it as i use many features.  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207823 You will find patch + testport Thanks -- Best regards, Loïc BLOT, UNIX systems, security and network engineer http://www.unix-experience.fr From owner-freebsd-ports@freebsd.org Wed Mar 9 00:20:27 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C526EAC8C4A for ; Wed, 9 Mar 2016 00:20:27 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A74701FB for ; Wed, 9 Mar 2016 00:20:27 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id A23BAAC8C46; Wed, 9 Mar 2016 00:20:27 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D42AC8C44 for ; Wed, 9 Mar 2016 00:20:27 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6958D1FA for ; Wed, 9 Mar 2016 00:20:26 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-qk0-x233.google.com with SMTP id x1so13712159qkc.1 for ; Tue, 08 Mar 2016 16:20:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=J2ZB4dk3eRjplKTl95PxBk+KbJerYDDni9OtCBQOuHg=; b=Dipgtdo0CBPkrp/5ifmoHr6B64MOxGm4FJT5ll9VkGbIPiLRLaZZSdExQc2NUqK8wD 7iYmGn/IpvBcrG2qGkBVH4jLoG3+i1cO0Xejoj46zb/IzEIqhHmyEaEXCbkaoWeenCgp +Q7ylCkUZhdhaCbKNH6aXzuieXiBBeR0XIYec= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=J2ZB4dk3eRjplKTl95PxBk+KbJerYDDni9OtCBQOuHg=; b=LK2keHGtTYMQKeJ5GIT+EbIBmE48bTQ2PwMz71j0Cp+UTByqx6/ctO++kqsEqGu6AF 7mP0ThY+8d/PU9ou6gxzpC/Wz8CAfYJhb5sTAyQNDwXFeqPlrjoaQArA1jpEY+Wo6e4i vWEQ7lVq2ahVGuKFzj7BYQnGXOrSHooeySXp1Ud9AgyClZutdjJcViquhUId7TYWDlEP mJx+oZQbTUZdFgbPTRpGPcWNn2Tsa/GfZEHoAFxvA1vkQc2sBjr2Jp0/vSSG4HMOKo5u W3PRBwaqAkt59m+WP46I8b8C9Mwwmghj9uzkKOF/eo5pyWR7EwGPly/vvnIIoqmRqpYe 1pBQ== X-Gm-Message-State: AD7BkJICl2wsPVlcsVhKKN+Tgmn6pPxHtk6C+owfgScOZM9Y1PW93BLTZDX8M+b6lwBCFQ== X-Received: by 10.55.71.146 with SMTP id u140mr38808339qka.14.1457482825986; Tue, 08 Mar 2016 16:20:25 -0800 (PST) Received: from [192.168.135.253] (pool-108-51-187-229.washdc.fios.verizon.net. [108.51.187.229]) by smtp.gmail.com with ESMTPSA id h11sm2422565qhd.31.2016.03.08.16.20.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2016 16:20:24 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: google authenticator From: Vick Khera X-Mailer: iPad Mail (13D15) In-Reply-To: <20160308204641.GL35640@home.opsec.eu> Date: Tue, 8 Mar 2016 19:20:23 -0500 Cc: FreeBSD Ports List , jnlin@freebsd.cs.nctu.edu.tw Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160308171908.GH35640@home.opsec.eu> <20160308204641.GL35640@home.opsec.eu> To: Kurt Jaeger X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 00:20:27 -0000 > On Mar 8, 2016, at 15:46, Kurt Jaeger wrote: >=20 > Hi! >=20 >> It was an oversight of the submitter, see >>=20 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207229 >>=20 >> and is being worked on. >=20 > Fix committed. Please note that the .so moves back to the > old place so you again have to edit your PAM config. Sorry for that. Thanks! I wasn't sure if it was intentional or not. >=20 > --=20 > pi@opsec.eu +49 171 3101372 4 years to g= o ! From owner-freebsd-ports@freebsd.org Wed Mar 9 08:33:00 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBDD49DBFA2 for ; Wed, 9 Mar 2016 08:33:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AB2C1DC2 for ; Wed, 9 Mar 2016 08:33:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id AA0779DBF9F; Wed, 9 Mar 2016 08:33:00 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9AEC9DBF9E for ; Wed, 9 Mar 2016 08:33:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB0BDC1 for ; Wed, 9 Mar 2016 08:33:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u298X0cm053376 for ; Wed, 9 Mar 2016 08:33:00 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u298X0li053372; Wed, 9 Mar 2016 08:33:00 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603090833.u298X0li053372@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, 9 Mar 2016 08:33:00 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 08:33:00 -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 ------------------------------------------------+-----------------+------------ net-mgmt/weathermap | 1.1.1 | 29.3.0 ------------------------------------------------+-----------------+------------ 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 Mar 9 12:11:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43AC9AC718D for ; Wed, 9 Mar 2016 12:11:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 289ACEAD for ; Wed, 9 Mar 2016 12:11:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1B7B9AC718C; Wed, 9 Mar 2016 12:11:34 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B22EAC718A for ; Wed, 9 Mar 2016 12:11:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D7651DE4; Wed, 9 Mar 2016 12:11:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8AADCBDD04; Wed, 9 Mar 2016 13:11:28 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5FAFEBDCF3; Wed, 9 Mar 2016 13:11:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 38090558FDBB; Wed, 9 Mar 2016 13:11:28 +0100 (CET) Date: Wed, 09 Mar 2016 13:11:27 +0100 From: Mathieu Arnold To: portscout@FreeBSD.org, ports@freebsd.org Subject: Re: FreeBSD ports you maintain which are out of date Message-ID: <66302EC60289E24E15A64493@atuin.in.mat.cc> In-Reply-To: <201603090833.u298X0li053372@portscout.freebsd.org> References: <201603090833.u298X0li053372@portscout.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========77C54999A99B29735AC8==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 12:11:34 -0000 --==========77C54999A99B29735AC8========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, +--On 9 mars 2016 08:33:00 +0000 portscout@FreeBSD.org wrote: | 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 | ------------------------------------------------+-----------------+------ | ------ net-mgmt/weathermap | 1.1.1 | | 29.3.0 | ------------------------------------------------+-----------------+------ | ------ This really is getting annoying. -- Mathieu Arnold --==========77C54999A99B29735AC8========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW4BLwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IDKQQAJTCgkDpWT3344d18QmGFMCB HxDZeA41fKbPdJSV4AllGplfD+7/qSvgm80nH/+grCDpdaAPork1oNW/JTL+8kvF 9KgwWstItU00WFNk3SBdW5b56opYtprFJy4Yb4X5LcTfYSuvy986wkcaXxpgWnJx VTc7VIHdDy2I9RJgYIllTVkQkjAu1zwOUqXM9rO6TZfHBJ36sQ48o/Aact5XaRvi LfwCkZ1JEuLtj2xXD1LROG3/hSpl0reUvE2p9m3+GmZho0D0Wuvb9DnnpW1k1OHd aFAljH4q2B42u4FkbbxqYzJ6GCB+tPJ2J/ea8EePrh7enPFhQKd58rCNo33A/76f cxAfx1vrwrHSteeXy3xMcW8EzUWPeo/XixF6DBNYVOBYpKWkUTWRDDb3dmnnhA18 0cQvrw1I05x6iSIxq74im74QkVNgX/plG44odBRTNT0rRjhTv2qZMqbaCwSVHV3f 0PUqOFBRGEoS4oQkfpMJ0+5Ovaj99Ux9qGfGEt5xoU9MUW2bFnV0191gu7oZ/rLU pIu+b6nmEQwHBu/SUS3DoV1FQitXnDkGRN5fgbcTBZWc9bFdSaSaddhRMDKktBrO n6O7TJS2ksHEIwPDqHKHqtTspuANndeKplOWXlZDkU3ydkEXtORfDF+SXN/ZY++s FeehW4b+YBZVO5ZAs6ql =xjx/ -----END PGP SIGNATURE----- --==========77C54999A99B29735AC8==========-- From owner-freebsd-ports@freebsd.org Wed Mar 9 12:16:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65F8DAC745B for ; Wed, 9 Mar 2016 12:16:21 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 519D7118 for ; Wed, 9 Mar 2016 12:16:21 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4D865AC745A; Wed, 9 Mar 2016 12:16:21 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D1AFAC7459 for ; Wed, 9 Mar 2016 12:16:21 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C655117; Wed, 9 Mar 2016 12:16:20 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 045F3BA0DE; Wed, 9 Mar 2016 07:16:19 -0500 (EST) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id u8sf1vOQY4nN; Wed, 9 Mar 2016 07:16:18 -0500 (EST) Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 31C0BBA0D6; Wed, 9 Mar 2016 07:16:18 -0500 (EST) Date: Wed, 9 Mar 2016 07:16:14 -0500 From: Ryan Steinmetz To: Mathieu Arnold Cc: portscout@FreeBSD.org, ports@freebsd.org Subject: Re: FreeBSD ports you maintain which are out of date Message-ID: <20160309121614.GH4396@exodus.zi0r.com> References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <66302EC60289E24E15A64493@atuin.in.mat.cc> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 12:16:21 -0000 On (03/09/16 13:11), Mathieu Arnold wrote: >Hi, > >This really is getting annoying. > You can control the behavior by setting portscout flags on the port: http://portscout.freebsd.org/info/portscout-portconfig.txt -r >-- >Mathieu Arnold -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-freebsd-ports@freebsd.org Wed Mar 9 12:18:51 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E83AC7517 for ; Wed, 9 Mar 2016 12:18:51 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D8804237 for ; Wed, 9 Mar 2016 12:18:50 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D47BCAC7516; Wed, 9 Mar 2016 12:18:50 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2BAAC7515 for ; Wed, 9 Mar 2016 12:18:50 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from SNT004-OMC4S33.hotmail.com (snt004-omc4s33.hotmail.com [65.55.90.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B76B236 for ; Wed, 9 Mar 2016 12:18:50 +0000 (UTC) (envelope-from Ricky1252@hotmail.com) Received: from na01-by2-obe.outbound.protection.outlook.com ([65.55.90.200]) by SNT004-OMC4S33.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Wed, 9 Mar 2016 04:17:44 -0800 Received: from BY1PR03MB1385.namprd03.prod.outlook.com (10.162.127.139) by BY1PR03MB1385.namprd03.prod.outlook.com (10.162.127.139) with Microsoft SMTP Server (TLS) id 15.1.434.16; Wed, 9 Mar 2016 12:17:43 +0000 Received: from BY1PR03MB1385.namprd03.prod.outlook.com ([10.162.127.139]) by BY1PR03MB1385.namprd03.prod.outlook.com ([10.162.127.139]) with mapi id 15.01.0434.016; Wed, 9 Mar 2016 12:17:43 +0000 From: Ricky G CC: "ports@freebsd.org" Subject: RE: FreeBSD ports you maintain which are out of date Thread-Topic: FreeBSD ports you maintain which are out of date Thread-Index: AQHRed5U3xE8cJ/L4EWTkN0ZQfzDkZ9RBd+AgAAA+34= Date: Wed, 9 Mar 2016 12:17:43 +0000 Message-ID: References: <201603090833.u298X0li053372@portscout.freebsd.org>, <66302EC60289E24E15A64493@atuin.in.mat.cc> In-Reply-To: <66302EC60289E24E15A64493@atuin.in.mat.cc> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=hotmail.com; x-tmn: [QXIdNFYpvXw8HlQeIICMxJNAmMJ0qrfG] x-ms-office365-filtering-correlation-id: 4b1d6aed-edb9-4ae2-eb9b-08d34814d0ea x-microsoft-exchange-diagnostics: 1; BY1PR03MB1385; 23:zKWKyXcSCc0Y82cVqumTnYPiwCZAzY/24IjoVFgwYWuuJpvpphoWJzumG8PUl7RS0ktOcS5GQtpqKXkt/WGOnW+TtjmbgMWqtc9qRr80YQTkIIr7uGYwtGheyJ6J79/zBDkoPxMHwnFKi5wW8aZ3EdwQNgINrdZQPP7VV1JPUP9MfgXUjvEtTTaMEIzsWhcJmiSw/osCsIjzqdSS9jL9Kw==; 5:qeO8YgUUmxEgM7gHKMQJJDVTh5byI71nXyoEO5bgQ5ggRTj5dOTSuqL3LJsis3OyjY+vX/d5jEjgIJ8BG4e6PiZ1ZgrFJNcBWvzXsJorZeKEzB98LssK0K19ixGSxiEMCDCmeFGACA2FlP5sYjp1Jg==; 24:FrgIKv8F8T3bK8/mNE5WSlGwpDcK4Vn3pCDw0gcLpka5vaewS8HPec+6CoEBPIBTm4iwQ2vcTKhAyXVuYt+/aNOBEz5/HP7t0yFn2+gcP1g= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1385; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(432015012)(82015046); SRVR:BY1PR03MB1385; BCL:0; PCL:0; RULEID:; SRVR:BY1PR03MB1385; x-forefront-prvs: 0876988AF0 x-forefront-antispam-report: SFV:NSPM; SFS:(7070004)(98900003); DIR:OUT; SFP:1901; SCL:1; SRVR:BY1PR03MB1385; H:BY1PR03MB1385.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:ovr; LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: sct-15-1-409-1-msonline-outlook-b5363.templateTenant X-MS-Exchange-CrossTenant-originalarrivaltime: 09 Mar 2016 12:17:43.0193 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR03MB1385 X-OriginalArrivalTime: 09 Mar 2016 12:17:44.0297 (UTC) FILETIME=[AF2AF590:01D179FD] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 12:18:51 -0000 ________________________________________ From: owner-freebsd-ports@freebsd.org [owner-freebsd-ports@freebsd.org] on = behalf of Mathieu Arnold [mat@FreeBSD.org] Sent: Wednesday, March 9, 2016 7:11 AM To: portscout@FreeBSD.org; ports@freebsd.org Subject: Re: FreeBSD ports you maintain which are out of date Hi, +--On 9 mars 2016 08:33:00 +0000 portscout@FreeBSD.org wrote: | 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 | ------------------------------------------------+-----------------+------ | ------ net-mgmt/weathermap | 1.1.1 | | 29.3.0 | ------------------------------------------------+-----------------+------ | ------ > This really is getting annoying. Agreed, It is working tho. Getting more and more motivated to update it to = stop the message. XD Ultima= From owner-freebsd-ports@freebsd.org Wed Mar 9 12:50:13 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E43D5AC962A for ; Wed, 9 Mar 2016 12:50:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CECB9980 for ; Wed, 9 Mar 2016 12:50:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CE79EAC9629; Wed, 9 Mar 2016 12:50:13 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE0FEAC9628 for ; Wed, 9 Mar 2016 12:50:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC5397F; Wed, 9 Mar 2016 12:50:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1FB55BDC9E; Wed, 9 Mar 2016 13:50:12 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 09E2BBDC7C; Wed, 9 Mar 2016 13:50:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id CE6FB5590EF8; Wed, 9 Mar 2016 13:50:11 +0100 (CET) Date: Wed, 09 Mar 2016 13:50:11 +0100 From: Mathieu Arnold To: Ryan Steinmetz cc: portscout@FreeBSD.org, ports@freebsd.org Subject: Re: FreeBSD ports you maintain which are out of date Message-ID: In-Reply-To: <20160309121614.GH4396@exodus.zi0r.com> References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========FA422DD32EC3F51FCD90==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 12:50:14 -0000 --==========FA422DD32EC3F51FCD90========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 9 mars 2016 07:16:14 -0500 Ryan Steinmetz wrote: | | On (03/09/16 13:11), Mathieu Arnold wrote: |> Hi, |> |> This really is getting annoying. |> | | You can control the behavior by setting portscout flags on the port: | | http://portscout.freebsd.org/info/portscout-portconfig.txt Someone already put: PORTSCOUT= ignore -- Mathieu Arnold --==========FA422DD32EC3F51FCD90========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW4BwDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85ISnwQAJ7FwEVsbfzMV0vQHNqgbFDq fVSxQAxjZuHsz8IIv/zNFkUqEah9XdLeWUeGtfLt+P9GFtfmrSIjydEtSTf3z6m8 HiO3BsJW5vNLewtDjRKrG2VFKYM4QJGBh4psHIBVPnwYb9K3vfJ8OjWWgnWam4za K4H2lD5jtKfDVlhaWXbPQT/XRPKfzn6yxq5/VGnho4Ex1ZSKPWXhkwyho9TZfNRt EjLSNEaDjD9juuFj4XAt2TbsZdAI/pw6Zepklqrvhs6kU5gBIxF7Ey9CVdWmHxkz eCAOT8Tm7GjShwoiSw78JWCLvskKDWLMSIWdKUz1u/9jhUuehJLF9YkO40bylYwW E6pyuSuzcoXGFfYTwGHvOzspBR2RrM/MjyDCOV/OUCFGY3cap1nO9hpPaoYIYaS0 GioQ+0VO1vXM844TA/vfUI23uXkOUVlEyCrKrfZniSm2BbJy0NkJ9SPGn0c+S/nf 09q81YzQISjdDYvTtbo92g3g7FPB8q0tT5BFRyEd1kSzItrj4ssw1f01VirTqf+Y SKku67Bfxud0E48ONpo8LA+bfg50B3TWqfXlioktnkQKDDuJQRpmqmmZjTKwUa7Q 5nlYtKRjXBt/nwxkSBWKWLnGycR+arqJAqiIvZjir6v23jmwE1Iei8KEetFVPCab rbtJwveBwdTx8859gQNA =MjIP -----END PGP SIGNATURE----- --==========FA422DD32EC3F51FCD90==========-- From owner-freebsd-ports@freebsd.org Wed Mar 9 13:51:32 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EABBDAC95F5 for ; Wed, 9 Mar 2016 13:51:32 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C853C3D4; Wed, 9 Mar 2016 13:51:32 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B054D152D; Wed, 9 Mar 2016 13:51:30 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id 66f06298; Wed, 9 Mar 2016 19:21:27 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Kurt Jaeger Cc: Ashish SHUKLA , ports-list freebsd , Matthieu Volat Subject: Re: [CFT] net-im/ejabberd to 16.02 Organization: The FreeBSD Project References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 7:18PM up 25 mins, 6 users, load averages: 0.27, 0.18, 0.16 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160309:lists@opsec.eu::kLpctPcvM96DKzgY:0000uUm X-Hashcash: 1:20:160309:freebsd-ports@freebsd.org::fwoggA29Dv6JgVzk:0000000000000000000000000000000000006oa7 X-Hashcash: 1:20:160309:ashish@freebsd.org::sNR9PgEL+Epp8Ew1:0000000000000000000000000000000000000000000C5wY X-Hashcash: 1:20:160309:mazhe@alkumuna.eu::joBzfQaVuUIB0bpq:00000000000000000000000000000000000000000000IABd Date: Wed, 09 Mar 2016 19:21:26 +0530 In-Reply-To: <20160308174052.GI35640@home.opsec.eu> (Kurt Jaeger's message of "Tue, 8 Mar 2016 18:40:52 +0100") Message-ID: <86vb4v7o9t.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 13:51:33 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, 8 Mar 2016 18:40:52 +0100, Kurt Jaeger said: | Hi! || I have updated my diff to install the file at the expected location. Oth= er || changes in this update is cleanup, and updation of dependencies tarball. | Please, may I suggest you test the resulting port with | portlint -AC | ? There are a few issues, among them the exec/unexec in the pkg-plist, | which nowadays can be cleaned up with @sample. | See: | https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.h= tml#plist-keywords-sample | For the really tricky patch-.. file, what about using the | EXTRA_PATCHES contruct instead ? Hi, Thanks for reminding about it. I have fixed all the issues. Please find the latest diff below: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff sha256: ea3adc38f58a3e4cdc9d52c6aa8fd84610ab24da82a22be1c368406b5f09d1bc Thanks! =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 =E2=80=9CIf I were to compare a human's heart with the ocean, the ocean wou= ld be stagnant.=E2=80=9D (Recruit, Arakawa Under the Br= idge) Sent from my Emacs --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW4CpfAAoJEMdGz6nnT6SwLLsP/12CYH0JlgDnroiQisBBJ5qo Zd2SZpaRCuSdNzb3yD3l+9S3DIniLksvLszZp6MxPZ9zNfIcXOi60PtsBIaqLlsZ 42noZ9W2TAClfNy0C2WDRBlup0sOddxANojpnDJTQOSGnSwE+5uxEYAcCLB5PKDd gdFAxZULcmOp0aPrFd+5s2Kd82f54vi9JyoNhDVL8KVt9+G26ENq9wsnQ/bF2/Cp 3RyDNp+W4JXMLHpglhBwQSGiygQkFm52vdhd78ifo1TaWOMOfTqJhuUeglnIyxRe b2/dx47QVGQ5da068NyQv8rjXyV86J/Q4QErzqz81hF4i2/jEHNNjCrxGw95hNl5 LbPPMX1v8ug8lREGytjNhXksjfd29dPxiydKs6UVGdKFWKcn/GohOtzRuqCoF631 IUbX5LVT7SjEmfimTO1KsAsFjoX9QP9yuWN5W0BBsd7uuvIdDMBGv+OboNHSCxkU F82AVlLojweB46br/Xtca3U9xf8Pa+l5sxzyl8RVh//F/PqA85IafbVt8aCnymL7 8kuTt9NN/QEUFhJyieJ0MBEbVbNCmtrk/dpoesboOpoEF/NzaxV1LAXjoPmoeijx 5NVBAQBOOWltr/FyZDG/RTFY8I6IWKEjUYSMY0vhZAzfV0v1Q17MpmwBYed6uVjD PSUwKzLxECZi+sy+3tLx =9i/A -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Wed Mar 9 14:31:24 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4876AC96BA for ; Wed, 9 Mar 2016 14:31:24 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B858CB4 for ; Wed, 9 Mar 2016 14:31:24 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1adf8u-002dES-Jk>; Wed, 09 Mar 2016 15:31:16 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1adf8u-002anB-96>; Wed, 09 Mar 2016 15:31:16 +0100 Date: Wed, 9 Mar 2016 15:31:15 +0100 From: "O. Hartmann" To: freebsd-ports Subject: poudriere: build failing permanently for lang/python27 Message-ID: <20160309153115.0e21d304@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 14:31:24 -0000 My setup is as follows: the base system is most recent CURRENT (as of today, FreeBSD 11.0-CURRENT #2 r296556: Wed Mar 9 06:50:02 CET 2016 amd64). The used jail is a built-from-source 10-STABLE, as of today, also. The ports tree is head and also up to date. Building a ports tree (customized/selected, not the whole FreeBSD's ports tree) works fine using a jail running HEAD as denoted above. But using the same (vanilla) configs (src.conf, make.conf) with the 10-STABLE jail, port lang/python fails in staging the port: bad_c++ code (message in webinterface), [...] install -m 0644 Modules/Setup.config /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/Setup.config install -m 0644 Misc/python.pc /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/libdata/pkgconfig/python-2.7.pc install -m 555 ./Modules/makesetup /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/makesetup install -m 555 ./install-sh /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/install-sh install -m 555 python-config /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/bin/python2.7-config rm python-config LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 ./python -E ./setup.py install --prefix=/usr/local --install-scripts=/usr/local/bin --install-platlib=/usr/local/lib/python2.7/lib-dynload --root=/wrkdirs/usr/ports/lang/python27/work/stage/ running install running build running build_ext building dbm using ndbm INFO: Can't locate Tcl/Tk libs and/or headers Python build finished, but the necessary bits to build these modules were not found: _bsddb _sqlite3 _tkinter dl gdbm imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/pydoc -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/idle -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/2to3 -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of build/scripts-2.7/2to3 from 644 to 755 renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7 renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7 renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7 running install_lib error: error listing files in 'build/lib.freebsd-10.3-PRERELEASE-amd64-2.7': Operation not supported *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 *** Error code 1 [...] What is wrong here? Am I mistaken that I can build on CURRENT by using a 10-STABLE jail a ports tree dedicated to 10-STABLE? Help is appreciated. Please CC me, I do not subscribe this list. Thank you very much in advance, Regards, Oliver From owner-freebsd-ports@freebsd.org Wed Mar 9 15:50:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F5F8AC99E9 for ; Wed, 9 Mar 2016 15:50:28 +0000 (UTC) (envelope-from lists@opsec.eu) 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 E6245351; Wed, 9 Mar 2016 15:50:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adgNY-00048Z-15; Wed, 09 Mar 2016 16:50:28 +0100 Date: Wed, 9 Mar 2016 16:50:27 +0100 From: Kurt Jaeger To: Ashish SHUKLA Cc: ports-list freebsd , Matthieu Volat Subject: Re: [CFT] net-im/ejabberd to 16.02 Message-ID: <20160309155027.GM35640@home.opsec.eu> References: <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> <86vb4v7o9t.fsf@chateau.d.if> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vb4v7o9t.fsf@chateau.d.if> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 15:50:28 -0000 Hi! > Thanks for reminding about it. I have fixed all the issues. Please find the > latest diff below: > > https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff > sha256: ea3adc38f58a3e4cdc9d52c6aa8fd84610ab24da82a22be1c368406b5f09d1bc Now it misses some ezlib files, if I check with make check-plist: ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.app Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.beam Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_app.beam Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_sup.beam Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/priv/lib/ezlib_drv.so ===> Error: Plist issues found. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Wed Mar 9 16:20:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C8F2AC997C for ; Wed, 9 Mar 2016 16:20:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (onethreetwo.vfemail.net [199.16.11.132]) (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 DB705E71 for ; Wed, 9 Mar 2016 16:20:14 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 9295 invoked by uid 89); 9 Mar 2016 16:19:44 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Mar 2016 16:19:43 -0000 Received: (qmail 22177 invoked by uid 89); 9 Mar 2016 04:44:51 -0000 Received: by simscan 1.3.1 ppid: 22175, pid: 22176, t: 0.1015s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 9 Mar 2016 04:44:51 -0000 Received: (qmail 3206 invoked by uid 89); 9 Mar 2016 04:44:51 -0000 Received: by simscan 1.4.0 ppid: 3182, pid: 3201, t: 1.7234s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 9 Mar 2016 04:44:49 -0000 From: Jan Beich To: freebsd-ports@freebsd.org Subject: fetch(1) crashes on pkg-fallout 9.x builders (Host OSVERSION: 1100097) Date: Wed, 09 Mar 2016 05:44:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 16:20:15 -0000 --=-=-= Content-Type: text/plain I've noticed pkg-fallout@ spams me for an error that was previously not seen on 9.x and doesn't happen on my poudriere jail. Something is wrong with fetch(1) binary or the kernel when a file is retrieved from AUR git. Anyone else have seen this? https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20160307/288041.html https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20160307/288020.html --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJW36o3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bU+gH/0irFBqToLYJY2XCvcS0Cb1F NgYVhkH0/r15DE6dTcv3z+vpD6N/EHCxyETaDCI9QNDEDF6XNpee8BUkSszdKMcj igOO9IQU/ui1pCLieDR7APZpZVYNtkFG370bmC+Ki947wBvZd+Qp1zd4Vf5Sm5MR DBwKhNZE+sq9KEE4n/KDA/RXR7cgAmwmZazmJkWJFSfIVSim+kGiPU9BthsSxni2 /JydoxLsWWCxdIDs3iy9JLxgboYBaXduYr2i+BlltwPR3nqXSEDSu/XGxgs4RfhQ Ks+D7xpnci1hGTDivpKRjomystQ52Ut6Zu/0emA9ehVb3Gtec4hkYABT4fvTXUo= =s4JK -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Wed Mar 9 17:08:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C97CAC9016 for ; Wed, 9 Mar 2016 17:08:15 +0000 (UTC) (envelope-from shoesoft@gmx.net) 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 D316D6B8 for ; Wed, 9 Mar 2016 17:08:14 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from walrus.pepperland ([81.217.70.96]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MNZ9u-1akpON1Ab4-007ABa; Wed, 09 Mar 2016 18:08:09 +0100 Subject: Re: graphics/giflib: Update to 5.1.2_1 breaks GIF rendering in Konqueror To: Mark Felder , Patrick Hess , freebsd-ports@freebsd.org References: <1610225.7uGmmVoNJZ@desk8.phess.net> <56DC034C.6090205@gmx.net> <1457288025.3614623.541107290.5E498365@webmail.messagingengine.com> From: Stefan Ehmann Message-ID: <56E05878.90200@gmx.net> Date: Wed, 9 Mar 2016 18:08:08 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457288025.3614623.541107290.5E498365@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:FjkX8k8DJg0qfJHdMVNS8H+3yxGoGfV9Tn8eXJkdlMY2Xp5FZ0s IeAOEohiBvsyqp7Yta+ADlAg/HWb90jsZQfJTpBVhNEYMi9V39wgjv6w2F5I+8BA5k362eY G8by25udJOzjCS0HWRD/6/i76hGlxD4XanXNSCUjimHfjH2bPlIbi3puCsn2ByWeqt4QMM5 v1JF0zfLbt4zeTNjsiCEA== X-UI-Out-Filterresults: notjunk:1;V01:K0:UNCw14xib34=:jcJgMd2l089vgXI04J5b1Z E7q6Sj/VhsL/+V+ruGFWq7BTjBu3Zz67Dzum/AaWhKluynuqcJ9sa1wYBAE8FLfPmt76fNZ6t BZZ0bwaN4tKLpDpLFWfa0zkbXKEPCzeun5M8F6HdNGtZp6mTIwtwCV0CgaC4/bSaDGEiwlafj ojpKp9fnETdEjDSflnt4BG4TY/u7n1NmgXAuk/PX9BTcr/Zh7PgDjEJld5sxAcDTAuvm0W3Oc sZD5Digq2YGtNP4bG5hR3YhocHJJvDQBimn55//8hJ/ORl3F1RlI4h2Ev7+wOhIR5/ZNVnhM4 mH2epe2yidIK7mzpo+dL+NNofZziXi6kJhFIG5VSN7Gz3/c5OTcvsRE0RvjS6V3Cw1/bg8XeL mGTw3XPzwvKOkZAgd+PjsZYxnJmZpY2sDvBJ8vz8rWNdZJoUTXNyUpYI6iBvLzBG1Ysq+fQEg 2F/uMiV7P7VCXHoum389/reziCAZxwnOpMykWzUgfKsjBITfuizQv02U9VjeG/87dPk+gZfkB USfh45oaFg4evFY9yyy41G9kTlABeucg3pg/9CyJTbDt1ALdPSFFabh93my0JJ3oLuR8FOOcb LYM2LVJtaCt62skO4LVaZ0ri3/VfYfr6TjPVKY6nMtvQX8yRtPzLc1w1wBLaIE3SRRZrY/3Aq UjCmgAB57ZRhUBT9X/gGPiGOtWnv3erOtJ3m8Vx/4Py3L8pTz45NSte0vCXZpEjJRXP0th+7/ 5iI11OOcKebQUoAdiwWYEPJpNZPOT96pbyKPzFyM5dhtycy2IlJesflXFAt2Cc+0x1juQPw/c d/vPUsm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 17:08:15 -0000 On 06.03.2016 19:13, Mark Felder wrote: > > > On Sun, Mar 6, 2016, at 04:15, Stefan Ehmann wrote: >> On 29.02.2016 18:25, Patrick Hess wrote: >>> Hi, >>> >>> After upgrading graphics/giflib from 5.1.1 to 5.1.2_1, Konqueror won't >>> display GIF images in web pages: >>> >>> http://www.phess.net/images/giflib-bug.png >>> >>> On the left hand side, with giflib 5.1.1, everything looks as expected. >>> On the right hand side, after upgrading giflib to 5.1.2_1, none of the >>> GIF icons are rendered correctly. Only the Fresh Ports logo and the two >>> magnifying glass icons are still there (as they're JPEGs, not GIFs). >> >> I located the problem. konqueror isn't the only program affected. >> >> See https://sourceforge.net/p/giflib/bugs/84/ >> >> You can put my patch in the SF ticket in >> /usr/ports/graphics/giflib/files/ to test it. >> >> I'll wait some days to see if there's an upstream fix before submitting >> a FreeBSD bugzilla ticket. >> >> The gvpart workaround I mentioned previously doesn't really work BTW. >> Some GIFs just worked by chance after konqueror restart. >> > > Hi, > > The giflib update was security related so this is a regression due to > the update I pushed. I am very pleased you were able to identify the > issue at hand. > > Please keep me / ports-secteam in the loop. So far there hasn't been any upstream fix. I created a bugzilla ticket containing my fix: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207849 From owner-freebsd-ports@freebsd.org Wed Mar 9 22:18:07 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 549BEACA5DC for ; Wed, 9 Mar 2016 22:18:07 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23209FB2 for ; Wed, 9 Mar 2016 22:18:07 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-ig0-x232.google.com with SMTP id ig19so3804274igb.0 for ; Wed, 09 Mar 2016 14:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=cUAzrK+aUZ2VvRnsreWSoQzkVCEqDudC9ktyl1+a7VI=; b=KfJkdtC16Q5hpBVFNnvOT9Nyi8lLyVIyVH2y9cELPBqybq8hA5ItgfGqv1Na9SUq+k tWzsPWz5Vz5QS4rpMKnAOaJyZL82F0wYczxT8MGctE2hPsRRxt3WNsbNtcwGnHZ3kh/r cTDwC8nam26VXynABWtS3Ec7hVdfeFyABkLSZp0/VxsXBMfWteA4ZjEm04M78x6ixARt 39/+3Kw502E+Ac2KIdh5QlP5lIZLgp3bjAsjHCl6g8tzcVXCzQpu70laMANQlhdLsQV1 nJJwQ/Hdn1ppCXHaFBhU5FK+54RPEMHIJYV3hqtWi9ELMdqlTUuqEtLmKT3zJZKpg52k PIMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=cUAzrK+aUZ2VvRnsreWSoQzkVCEqDudC9ktyl1+a7VI=; b=CqRfpmXrjPnYYlHCWPn313TMTC5c339v7/mdPlvmxa1EbF5WmIYj6yhnLQ4+fuJQJO LS0ZFXmuJfD6/QATyHsuCM3kKrwjqFOjLvYkq/CjZoE5ZrOE9S34S89W2o/RrMiKBQ45 IFPMXceNHD3VpyfFRUc8WWZEnJHk7Jw7pdB2L22bbuW1g44PHE0yuWYy4HPwoN6p7dI3 mrpy0pMb74IWd9AGiWJveSR3WpVotQ1xwppsHyAvdKDXG1BC8H8f9nPDTR/QjYQO/xKb t6VVcixaxop0JEFRQo/sUHnBfeDIqRx3Tw6ikA9G40ncX+HFFly74FXP9gC9ePbZ8nri Nkaw== X-Gm-Message-State: AD7BkJIFCJmSoBSx3iMoENKZ2nYD0p02qfBKX48IHq2gA3pcN0U9kAkqzDvOfcL4bIJzM+k4JuMIL0hKGH3pcQ== MIME-Version: 1.0 X-Received: by 10.50.79.136 with SMTP id j8mr135416igx.24.1457561886468; Wed, 09 Mar 2016 14:18:06 -0800 (PST) Received: by 10.36.206.3 with HTTP; Wed, 9 Mar 2016 14:18:06 -0800 (PST) Date: Wed, 9 Mar 2016 23:18:06 +0100 Message-ID: Subject: Anyone working on audio/mixxx From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 22:18:07 -0000 Hi, audio/mixxx (http://www.mixxx.org) has no maintainer. The project has been frozen on version 1.11 for a long time, but now 2.0.0 is out (actually december last year). Is anyone working on this port? I would like to help with upgrading it. Cheers, Fernando From owner-freebsd-ports@freebsd.org Wed Mar 9 22:37:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B63ACAF34 for ; Wed, 9 Mar 2016 22:37:43 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1110C17E for ; Wed, 9 Mar 2016 22:37:43 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: by mail-wm0-x244.google.com with SMTP id n205so692439wmf.2 for ; Wed, 09 Mar 2016 14:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cordula-ws.20150623.gappssmtp.com; s=20150623; h=to:cc:from:subject:message-id:date:user-agent:mime-version; bh=8/grtqcbEp+FAVJnKq3p5QLrslw5X+cCMsiGjXiOr6I=; b=YApaPUIo2QXo6NL7at5c8XBFIl+lkThWN2XmxZRW/sVtXwyr4lpzcOAWZPWd91lnwX 4CpwdaZ9Ta+uweQ6YW8Y08oxTlrP4cm/9VPfKuHWUydBr+qAAkeUBsgNM3j9cKoCI78+ Ms4iIz8bk2QPXiCl0iH7FV8WdyJKPeidkxgbd9OiHRfsxGSM9Z3T9HO5NJp5l/T2zI84 MAaw8f9nmenJhG5oF/cHuSGsKZjEzCYagfeYpsybmdWK0DUyEJSFUl2zI/J8vtJxslmj QUbQUEXJNI4QSpG0qeJD/bZ6VYAMi5w0nrtkqHLLDCNVy37hmLUtIoNtBsslYKZMTDdH Ss1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version; bh=8/grtqcbEp+FAVJnKq3p5QLrslw5X+cCMsiGjXiOr6I=; b=Hn/qDw6pVTg0MQHY6T/OofYZD18t7iquX++JUWK4KBYyOuiYp0qTG66IW52xyLDeBb 1pcwPsi06zf8Y8GhZjwLdOXrWof1aBj34eQtEZD9oaM8RI7KIQBXMgrSQ8CW3mJ/ZWRk E7BCNd5XYQT3wZTwmWssVn7d58hoov3KEp2/w2gR4ezly4vAByrDzkBjXwbc9+6boVG9 yD7i/aA/KVAdYzvsVDoPa/KYuWGIOTCDHMQUOWJtQmA1FsrRhmuRhmWA00ayPsoD/r4u b/uLo4pMgRa4OokQ2jtjTUY0p6GLoCAxaOCPXC9agpPdxCLFFeV/FDEWvr5YSLAo1y4A DOag== X-Gm-Message-State: AD7BkJK6j5JU6I9XZri+2FqRgcaC6/G5v1ek4GX7+Xr29B8+zRb2CFTqvNSFfERzDQJIzA== X-Received: by 10.194.60.44 with SMTP id e12mr110391wjr.137.1457563061430; Wed, 09 Mar 2016 14:37:41 -0800 (PST) Received: from phenom.cordula.ws (p4FDBBB20.dip0.t-ipconnect.de. [79.219.187.32]) by smtp.gmail.com with ESMTPSA id w188sm637088wmw.19.2016.03.09.14.37.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Mar 2016 14:37:40 -0800 (PST) To: freebsd-ports@freebsd.org Cc: stephen@FreeBSD.org From: cpghost Subject: Can't compile math/sage (zeromq can't find libsodium) X-Enigmail-Draft-Status: N1110 Message-ID: <56E0A5B1.1050901@cordula.ws> Date: Wed, 9 Mar 2016 23:37:37 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080703080207070703090207" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 22:37:43 -0000 This is a multi-part message in MIME format. --------------080703080207070703090207 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hello, I'm trying to compile math/sage (6.7) on FreeBSD/amd64 10.2-STABLE #0 r292989, and I'm getting the following error message (see file sage-bug.txt). The gist is this: make[6]: Entering directory '/zvolenc/backup/WORK/zvolenc/ports/math/sage/work/sage-6.7/local/var/tmp/sage/build/zeromq-4.0.5/src/src' CXX libzmq_la-address.lo CXX libzmq_la-clock.lo CXX libzmq_la-ctx.lo ctx.cpp:39:20: fatal error: sodium.h: No such file or directory #include When configuring zeromq within sage, configure must get the option --with-libsodium set to /usr/local, so that it picks up /usr/local/include/sodium.h and /usr/local/lib/libsodium.so.* from installed: libsodium-1.0.3 Library to build higher-level cryptographic tools Thank you for fixing this. Kind regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/ --------------080703080207070703090207 Content-Type: text/plain; charset=UTF-8; name="sage-bug.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="sage-bug.txt" U2NyaXB0IHN0YXJ0ZWQgb24gV2VkIE1hciAgOSAyMzoyMjozNCAyMDE2Cgpyb290QHBoZW5v bTovdXNyL3BvcnRzL21hdGgvc2FnZSAjIHByaW50ZW52ClNDUklQVD0vdmFyL3RtcC9zYWdl LWJ1Zy50eHQKVE1VWF9QQU5FPSUyClRNVVg9L3RtcC90bXV4LTAvZGVmYXVsdCw5OTksMApU RVJNPXNjcmVlbgpVU0VSPXJvb3QKTE9HTkFNRT1yb290CkhPTUU9L3Jvb3QKU0hFTEw9L2Jp bi9jc2gKQkxPQ0tTSVpFPUsKTUFJTD0vdmFyL21haWwvcm9vdApQQVRIPS9zYmluOi9iaW46 L3Vzci9zYmluOi91c3IvYmluOi91c3IvZ2FtZXM6L3Vzci9sb2NhbC9zYmluOi91c3IvbG9j YWwvYmluOi9yb290L2JpbgpIT1NUVFlQRT1GcmVlQlNEClZFTkRPUj1hbWQKT1NUWVBFPUZy ZWVCU0QKTUFDSFRZUEU9eDg2XzY0ClNITFZMPTIKUFdEPS91c3IvcG9ydHMvbWF0aC9zYWdl CkdST1VQPXdoZWVsCkhPU1Q9cGhlbm9tLmNvcmR1bGEud3MKRURJVE9SPXZpClBBR0VSPW1v cmUKQ0NBQ0hFX0RJUj0venZvbGVuYy9iYWNrdXAvLmNjYWNoZQpVQkxJT19CTE9DS1NJWkU9 MjA5NzE1MgpXUktESVJQUkVGSVg9L3p2b2xlbmMvYmFja3VwL1dPUksKRk9SQ0VfUEtHX1JF R0lTVEVSPXRydWUKTUFLRV9KT0JTX1VOU0FGRT15ZXMKU0FHRV9LRUVQX0JVSUxUX1NQS0dT PXllcwoKcm9vdEBwaGVub206L3Vzci9wb3J0cy9tYXRoL3NhZ2UgIyB1bmFtZSAtYQpGcmVl QlNEIHBoZW5vbS5jb3JkdWxhLndzIDEwLjItU1RBQkxFIEZyZWVCU0QgMTAuMi1TVEFCTEUg IzAgcjI5Mjk4OTogVGh1IERlYyAzMSAxODoxMzo0OSBDRVQgMjAxNSAgICAgcm9vdEBwaGVu b20uY29yZHVsYS53czovdXNyL29iai91c3Ivc3JjL3N5cy9HRU5FUklDICBhbWQ2NAoKcm9v dEBwaGVub206L3Vzci9wb3J0cy9tYXRoL3NhZ2UgIyBtYWtlCj09PT4gIEJ1aWxkaW5nIGZv ciBzYWdlLW1hdGgtNi43CmdtYWtlWzFdOiBFbnRlcmluZyBkaXJlY3RvcnkgJy96dm9sZW5j L2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcnCmNk IGJ1aWxkICYmIFwKIi4uL2J1aWxkL3BpcGVzdGF0dXMiIFwKCSJlbnYgU0FHRV9QQVJBTExF TF9TUEtHX0JVSUxEPScnIC4vaW5zdGFsbCBhbGwgMj4mMSIgXAoJInRlZSAtYSAuLi9sb2dz L2luc3RhbGwubG9nIgoqKiogQUxMIEVOVklST05NRU5UIFZBUklBQkxFUyBCRUZPUkUgQlVJ TEQ6ICoqKgouTUFLRS5MRVZFTC5FTlY9TUFLRUxFVkVMCkFSQ0g9YXIKQkxPQ0tTSVpFPUsK QlNEX0lOU1RBTExfREFUQT1pbnN0YWxsICAtbSAwNjQ0CkJTRF9JTlNUQUxMX0xJQj1pbnN0 YWxsICAtcyAtbSA0NDQKQlNEX0lOU1RBTExfTUFOPWluc3RhbGwgIC1tIDQ0NApCU0RfSU5T VEFMTF9QUk9HUkFNPWluc3RhbGwgIC1zIC1tIDU1NQpCU0RfSU5TVEFMTF9TQ1JJUFQ9aW5z dGFsbCAgLW0gNTU1CkNDPWNjCkNDQUNIRV9ESVI9L3p2b2xlbmMvYmFja3VwLy5jY2FjaGUK Q0ZMQUdTPS1waXBlICAtRExJQklDT05WX1BMVUcgLWZzdGFjay1wcm90ZWN0b3IgLWZuby1z dHJpY3QtYWxpYXNpbmcKQ1BQPWNwcApDUFBGTEFHUz0tRExJQklDT05WX1BMVUcKQ1hYPWMr KwpDWFhGTEFHUz0tcGlwZSAtRExJQklDT05WX1BMVUcgLWZzdGFjay1wcm90ZWN0b3IgLWZu by1zdHJpY3QtYWxpYXNpbmcgIC1ETElCSUNPTlZfUExVRwpET1RfU0FHRT0venZvbGVuYy9i YWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L3RtcC8u c2FnZQpFRElUT1I9dmkKRk9SQ0VfUEtHX1JFR0lTVEVSPXRydWUKR1JPVVA9d2hlZWwKSEFW RV9DT01QQVRfSUEzMl9LRVJOPVlFUyAKSE9NRT0venZvbGVuYy9iYWNrdXAvV09SSy96dm9s ZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrCkhPU1Q9cGhlbm9tLmNvcmR1bGEud3MKSE9TVFRZ UEU9RnJlZUJTRApMREZMQUdTPSAtZnN0YWNrLXByb3RlY3RvcgpMSUJESVI9L3Vzci9saWIK TElCUz0KTE9DQUxCQVNFPS91c3IvbG9jYWwKTE9HTkFNRT1yb290Ck1BQ0hUWVBFPXg4Nl82 NApNQUlMPS92YXIvbWFpbC9yb290Ck1BS0U9bWFrZSAtajEKTUFLRUZMQUdTPXcgLS0gX1BL R19DSEVDS0VEPTEgX1BFUkw1X0ZST01fQklOPTUuMjAuMyBfT1NSRUxFQVNFPTEwLjItU1RB QkxFIE9TVkVSU0lPTj0xMDAyNTA1IE9TUkVMPTEwLjIgT1BTWVM9RnJlZUJTRCBIQVZFX0NP TVBBVF9JQTMyX0tFUk49WUVTXCAgQVJDSD1hciAuTUFLRS5MRVZFTC5FTlY9TUFLRUxFVkVM Ck1BS0VMRVZFTD0yCk1BS0VPVkVSUklERVM9JHstKi1jb21tYW5kLXZhcmlhYmxlcy0qLX0K TUFLRV9KT0JTX1VOU0FGRT15ZXMKTUFLRV9URVJNRVJSPS9kZXYvcHRzLzUKTUFLRV9URVJN T1VUPS9kZXYvcHRzLzUKTUFOUFJFRklYPS91c3IvbG9jYWwKTUZMQUdTPS13Ck5PX0xJTlQ9 WUVTCk5PX1BJRT15ZXMKT1BTWVM9RnJlZUJTRApPU1JFTD0xMC4yCk9TVFlQRT1GcmVlQlNE Ck9TVkVSU0lPTj0xMDAyNTA1ClBBR0VSPW1vcmUKUEFUSD0venZvbGVuYy9iYWNrdXAvV09S Sy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L3NyYy9iaW46L3p2b2xl bmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9s b2NhbC9iaW46L3Vzci9sb2NhbC9saWJleGVjL2NjYWNoZTovc2JpbjovYmluOi91c3Ivc2Jp bjovdXNyL2JpbjovdXNyL2dhbWVzOi91c3IvbG9jYWwvc2JpbjovdXNyL2xvY2FsL2Jpbjov cm9vdC9iaW4KUEVSTD0vdXNyL2xvY2FsL2Jpbi9wZXJsClBSRUZJWD0vdXNyL2xvY2FsClBX RD0venZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3Nh Z2UtNi43L2J1aWxkClBZVEhPTlBBVEg9L3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9w b3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2NhbApTQUdFX0FUTEFTX0xJQj0vdXNy L2xvY2FsL2xpYgpTQUdFX0VYVENPREU9L3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9w b3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2NhbC9zaGFyZS9zYWdlL2V4dApTQUdF X0ZBVF9CSU5BUlk9eWVzClNBR0VfS0VFUF9CVUlMVF9TUEtHUz15ZXMKU0FHRV9MT0NBTD0v enZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2Ut Ni43L2xvY2FsClNBR0VfTE9HUz0venZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRz L21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2xvZ3MvcGtncwpTQUdFX01QX0xJQlJBUlk9TVBJ UgpTQUdFX09SSUdfUEFUSD0vdXNyL2xvY2FsL2xpYmV4ZWMvY2NhY2hlOi9zYmluOi9iaW46 L3Vzci9zYmluOi91c3IvYmluOi91c3IvZ2FtZXM6L3Vzci9sb2NhbC9zYmluOi91c3IvbG9j YWwvYmluOi9yb290L2JpbgpTQUdFX09SSUdfUEFUSF9TRVQ9VHJ1ZQpTQUdFX1BBUkFMTEVM X1NQS0dfQlVJTEQ9ClNBR0VfUE9SVD15ZXMKU0FHRV9ST09UPS96dm9sZW5jL2JhY2t1cC9X T1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcKU0FHRV9TUEtHX0lO U1Q9L3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9z YWdlLTYuNy9sb2NhbC92YXIvbGliL3NhZ2UvaW5zdGFsbGVkClNBR0VfU1JDPS96dm9sZW5j L2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02Ljcvc3Jj ClNBR0VfVkVSU0lPTj02LjcKU0NSSVBUPS92YXIvdG1wL3NhZ2UtYnVnLnR4dApTSEVMTD0v YmluL3NoClNITFZMPTQKVEVSTT1zY3JlZW4KVE1VWD0vdG1wL3RtdXgtMC9kZWZhdWx0LDk5 OSwwClRNVVhfUEFORT0lMgpVQkxJT19CTE9DS1NJWkU9MjA5NzE1MgpVU0VSPXJvb3QKVkVO RE9SPWFtZApXSVRIT1VUX0RFQlVHX0ZJTEVTPXllcwpXSVRIT1VUX0tFUk5FTF9TWU1CT0xT PXllcwpXUktESVJQUkVGSVg9L3p2b2xlbmMvYmFja3VwL1dPUksKWERHX0NPTkZJR19IT01F PS96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsKWERH X0RBVEFfSE9NRT0venZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2Fn ZS93b3JrCl89L3Vzci9iaW4vZW52Cl9PU1JFTEVBU0U9MTAuMi1TVEFCTEUKX1BFUkw1X0ZS T01fQklOPTUuMjAuMwpfUEtHX0NIRUNLRUQ9MQoqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKgptYWtlWzJdOiBFbnRlcmluZyBkaXJlY3RvcnkgJy96 dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02 LjcvYnVpbGQnCm1ha2UgLWoxIGJhc2UKbWFrZVszXTogRW50ZXJpbmcgZGlyZWN0b3J5ICcv enZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2Ut Ni43L2J1aWxkJwptYWtlWzNdOiBOb3RoaW5nIHRvIGJlIGRvbmUgZm9yICdiYXNlJy4KbWFr ZVszXTogTGVhdmluZyBkaXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMv cG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVpbGQnCmVudiBTQUdFX0JVSUxEX1RP T0xDSEFJTj15ZXMgbWFrZSAtajEgdG9vbGNoYWluCm1ha2VbM106IEVudGVyaW5nIGRpcmVj dG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29y ay9zYWdlLTYuNy9idWlsZCcKbWFrZVszXTogTm90aGluZyB0byBiZSBkb25lIGZvciAndG9v bGNoYWluJy4KbWFrZVszXTogTGVhdmluZyBkaXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1cC9X T1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVpbGQnCm1ha2Ug LWoxIHRvb2xjaGFpbi1kZXBzCm1ha2VbM106IEVudGVyaW5nIGRpcmVjdG9yeSAnL3p2b2xl bmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9i dWlsZCcKbWFrZSAtajEgL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRo L3NhZ2Uvd29yay9zYWdlLTYuNy9sb2NhbC92YXIvbGliL3NhZ2UvaW5zdGFsbGVkL3psaWIt MS4yLjgucDAKbWFrZVs0XTogRW50ZXJpbmcgZGlyZWN0b3J5ICcvenZvbGVuYy9iYWNrdXAv V09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2J1aWxkJwptYWtl WzRdOiAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29y ay9zYWdlLTYuNy9sb2NhbC92YXIvbGliL3NhZ2UvaW5zdGFsbGVkL3psaWItMS4yLjgucDAn IGlzIHVwIHRvIGRhdGUuCm1ha2VbNF06IExlYXZpbmcgZGlyZWN0b3J5ICcvenZvbGVuYy9i YWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2J1aWxk JwptYWtlIC1qMSAvenZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2Fn ZS93b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci9saWIvc2FnZS9pbnN0YWxsZWQvbXBpci0yLjcu MC1hbHBoYTEyCm1ha2VbNF06IEVudGVyaW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3Vw L1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZCcKbWFr ZVs0XTogJy96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dv cmsvc2FnZS02LjcvbG9jYWwvdmFyL2xpYi9zYWdlL2luc3RhbGxlZC9tcGlyLTIuNy4wLWFs cGhhMTInIGlzIHVwIHRvIGRhdGUuCm1ha2VbNF06IExlYXZpbmcgZGlyZWN0b3J5ICcvenZv bGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43 L2J1aWxkJwptYWtlIC1qMSAvenZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21h dGgvc2FnZS93b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci9saWIvc2FnZS9pbnN0YWxsZWQvbXBm ci0zLjEuMi5wMAptYWtlWzRdOiBFbnRlcmluZyBkaXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1 cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVpbGQnCm1h a2VbNF06ICcvenZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93 b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci9saWIvc2FnZS9pbnN0YWxsZWQvbXBmci0zLjEuMi5w MCcgaXMgdXAgdG8gZGF0ZS4KbWFrZVs0XTogTGVhdmluZyBkaXJlY3RvcnkgJy96dm9sZW5j L2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVp bGQnCm1ha2UgLWoxIC96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9z YWdlL3dvcmsvc2FnZS02LjcvbG9jYWwvdmFyL2xpYi9zYWdlL2luc3RhbGxlZC9tcGMtMS4w LjIucDAKbWFrZVs0XTogRW50ZXJpbmcgZGlyZWN0b3J5ICcvenZvbGVuYy9iYWNrdXAvV09S Sy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2J1aWxkJwptYWtlWzRd OiAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9z YWdlLTYuNy9sb2NhbC92YXIvbGliL3NhZ2UvaW5zdGFsbGVkL21wYy0xLjAuMi5wMCcgaXMg dXAgdG8gZGF0ZS4KbWFrZVs0XTogTGVhdmluZyBkaXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1 cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVpbGQnCm1h a2UgLWoxIC96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dv cmsvc2FnZS02LjcvbG9jYWwvdmFyL2xpYi9zYWdlL2luc3RhbGxlZC9wcGwtMS4xCm1ha2Vb NF06IEVudGVyaW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9w b3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZCcKbWFrZVs0XTogJy96dm9sZW5j L2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvbG9j YWwvdmFyL2xpYi9zYWdlL2luc3RhbGxlZC9wcGwtMS4xJyBpcyB1cCB0byBkYXRlLgptYWtl WzRdOiBMZWF2aW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9w b3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZCcKbWFrZVszXTogTGVhdmluZyBk aXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdl L3dvcmsvc2FnZS02LjcvYnVpbGQnCm1ha2UgLWoxIGFsbC1zYWdlCm1ha2VbM106IEVudGVy aW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRo L3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZCcKL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVu Yy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZC9waXBlc3RhdHVzICJzYWdl LXNwa2cgLWYgemVyb21xLTQuMC41IDI+JjEiICJ0ZWUgLWEgL3p2b2xlbmMvYmFja3VwL1dP UksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2dzL3BrZ3MvemVy b21xLTQuMC41LmxvZyIKRm91bmQgbG9jYWwgbWV0YWRhdGEgZm9yIHplcm9tcS00LjAuNQpG b3VuZCBsb2NhbCBzb3VyY2VzIGF0IC96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9y dHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvdXBzdHJlYW0vemVyb21xLTQuMC41LnRhci5n egpDaGVja3N1bTogYTY2NGVjNjM2NjFhODQ4ZWY0NjExNDAyOTE1NmEwYTYwMDZmZWVjZCB2 cyBhNjY0ZWM2MzY2MWE4NDhlZjQ2MTE0MDI5MTU2YTBhNjAwNmZlZWNkCnplcm9tcS00LjAu NQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 Ck1vdmluZyBvbGQgZGlyZWN0b3J5IHplcm9tcS00LjAuNSB0byAvenZvbGVuYy9iYWNrdXAv V09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci90 bXAvc2FnZS9idWlsZC9vbGQuLi4KU2V0dGluZyB1cCBidWlsZCBkaXJlY3RvcnkgZm9yIHpl cm9tcS00LjAuNQpGaW5pc2hlZCBzZXQgdXAKPT09PiAgIEZyZWVCU0QgMTAgYXV0b3Rvb2xz IGZpeCBhcHBsaWVkIHRvIHNyYy9jb25maWcvbGlidG9vbC5tNAo9PT0+ICAgRnJlZUJTRCAx MCBhdXRvdG9vbHMgZml4IGFwcGxpZWQgdG8gc3JjL2FjaW5jbHVkZS5tNAo9PT0+ICAgRnJl ZUJTRCAxMCBhdXRvdG9vbHMgZml4IGFwcGxpZWQgdG8gc3JjL2NvbmZpZ3VyZQo9PT0+ICAg RnJlZUJTRCAxMCBhdXRvdG9vbHMgZml4IGFwcGxpZWQgdG8gc3JjL2FjbG9jYWwubTQKKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKgpIb3N0 IHN5c3RlbToKRnJlZUJTRCBwaGVub20uY29yZHVsYS53cyAxMC4yLVNUQUJMRSBGcmVlQlNE IDEwLjItU1RBQkxFICMwIHIyOTI5ODk6IFRodSBEZWMgMzEgMTg6MTM6NDkgQ0VUIDIwMTUg ICAgIHJvb3RAcGhlbm9tLmNvcmR1bGEud3M6L3Vzci9vYmovdXNyL3NyYy9zeXMvR0VORVJJ QyAgYW1kNjQKKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKgpDIGNvbXBpbGVyOiBnY2MKQyBjb21waWxlciB2ZXJzaW9uOgpVc2luZyBidWls dC1pbiBzcGVjcy4KQ09MTEVDVF9HQ0M9Z2NjCkNPTExFQ1RfTFRPX1dSQVBQRVI9L3p2b2xl bmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9s b2NhbC9saWJleGVjL2djYy94ODZfNjQtdW5rbm93bi1mcmVlYnNkMTAuMi80LjkuMi9sdG8t d3JhcHBlcgpUYXJnZXQ6IHg4Nl82NC11bmtub3duLWZyZWVic2QxMC4yCkNvbmZpZ3VyZWQg d2l0aDogLi4vc3JjL2NvbmZpZ3VyZSAtLXByZWZpeD0venZvbGVuYy9iYWNrdXAvV09SSy96 dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2xvY2FsIC0td2l0aC1sb2Nh bC1wcmVmaXg9L3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uv d29yay9zYWdlLTYuNy9sb2NhbCAtLXdpdGgtZ21wPS96dm9sZW5jL2JhY2t1cC9XT1JLL3p2 b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvbG9jYWwgLS13aXRoLW1wZnI9 L3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdl LTYuNy9sb2NhbCAtLXdpdGgtbXBjPS96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9y dHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvbG9jYWwgLS13aXRoLXN5c3RlbS16bGliIC0t ZGlzYWJsZS1tdWx0aWxpYiAtLWRpc2FibGUtbmxzIC0tZW5hYmxlLWxhbmd1YWdlcz1jLGMr Kyxmb3J0cmFuIC0tZGlzYWJsZS1saWJpdG0gIApUaHJlYWQgbW9kZWw6IHBvc2l4CmdjYyB2 ZXJzaW9uIDQuOS4yIChHQ0MpIAoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqCnBhdGNoaW5nIGZpbGUgdG9vbHMvY3VydmVfa2V5Z2VuLmMK cGF0Y2hpbmcgZmlsZSB0b29scy9jdXJ2ZV9rZXlnZW4uY3BwCnBhdGNoaW5nIGZpbGUgdG9v bHMvTWFrZWZpbGUuYW0KcGF0Y2hpbmcgZmlsZSB0b29scy9NYWtlZmlsZS5pbgpwYXRjaGlu ZyBmaWxlIGNvbmZpZ3VyZS5hYwpwYXRjaGluZyBmaWxlIHNyYy9NYWtlZmlsZS5hbQpwYXRj aGluZyBmaWxlIGNvbmZpZ3VyZQpIdW5rICMxIHN1Y2NlZWRlZCBhdCA2MjMgKG9mZnNldCAt MjAgbGluZXMpLgpIdW5rICMyIHN1Y2NlZWRlZCBhdCAxNzYzMSAob2Zmc2V0IC0xMiBsaW5l cykuCkh1bmsgIzMgc3VjY2VlZGVkIGF0IDE5ODQyIChvZmZzZXQgLTE0IGxpbmVzKS4KSHVu ayAjNCBzdWNjZWVkZWQgYXQgMjAzMjQgKG9mZnNldCAtMjIgbGluZXMpLgpwYXRjaGluZyBm aWxlIHNyYy9NYWtlZmlsZS5pbgpIdW5rICMxIHN1Y2NlZWRlZCBhdCA0NzIgKG9mZnNldCAt MzIgbGluZXMpLgpjaGVja2luZyBmb3IgYSBCU0QtY29tcGF0aWJsZSBpbnN0YWxsLi4uIC91 c3IvYmluL2luc3RhbGwgLWMKY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZpcm9ubWVudCBp cyBzYW5lLi4uIHllcwpjaGVja2luZyBmb3IgYSB0aHJlYWQtc2FmZSBta2RpciAtcC4uLiBj b25maWcvaW5zdGFsbC1zaCAtYyAtZAoKKC4uLikKCmNvbmZpZy5zdGF0dXM6IGNyZWF0aW5n IHNyYy9wbGF0Zm9ybS5ocHAKY29uZmlnLnN0YXR1czogZXhlY3V0aW5nIGRlcGZpbGVzIGNv bW1hbmRzCmNvbmZpZy5zdGF0dXM6IGV4ZWN1dGluZyBsaWJ0b29sIGNvbW1hbmRzCm1ha2Vb NF06IEVudGVyaW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9w b3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQv emVyb21xLTQuMC41L3NyYycKTWFraW5nIGFsbCBpbiBzcmMKbWFrZVs1XTogRW50ZXJpbmcg ZGlyZWN0b3J5ICcvenZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2Fn ZS93b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci90bXAvc2FnZS9idWlsZC96ZXJvbXEtNC4wLjUv c3JjL3NyYycKbWFrZSAgYWxsLWFtCm1ha2VbNl06IEVudGVyaW5nIGRpcmVjdG9yeSAnL3p2 b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYu Ny9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQvemVyb21xLTQuMC41L3NyYy9zcmMnCiAgQ1hY ICAgIGxpYnptcV9sYS1hZGRyZXNzLmxvCiAgQ1hYICAgIGxpYnptcV9sYS1jbG9jay5sbwog IENYWCAgICBsaWJ6bXFfbGEtY3R4LmxvCmN0eC5jcHA6Mzk6MjA6IGZhdGFsIGVycm9yOiBz b2RpdW0uaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9yeQogI2luY2x1ZGUgPHNvZGl1bS5o PgogICAgICAgICAgICAgICAgICAgIF4KY29tcGlsYXRpb24gdGVybWluYXRlZC4KTWFrZWZp bGU6NjgwOiByZWNpcGUgZm9yIHRhcmdldCAnbGliem1xX2xhLWN0eC5sbycgZmFpbGVkCm1h a2VbNl06ICoqKiBbbGliem1xX2xhLWN0eC5sb10gRXJyb3IgMQptYWtlWzZdOiBMZWF2aW5n IGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3Nh Z2Uvd29yay9zYWdlLTYuNy9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQvemVyb21xLTQuMC41 L3NyYy9zcmMnCk1ha2VmaWxlOjQ4NTogcmVjaXBlIGZvciB0YXJnZXQgJ2FsbCcgZmFpbGVk Cm1ha2VbNV06ICoqKiBbYWxsXSBFcnJvciAyCm1ha2VbNV06IExlYXZpbmcgZGlyZWN0b3J5 ICcvenZvbGVuYy9iYWNrdXAvV09SSy96dm9sZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3Nh Z2UtNi43L2xvY2FsL3Zhci90bXAvc2FnZS9idWlsZC96ZXJvbXEtNC4wLjUvc3JjL3NyYycK TWFrZWZpbGU6MzMxOiByZWNpcGUgZm9yIHRhcmdldCAnYWxsLXJlY3Vyc2l2ZScgZmFpbGVk Cm1ha2VbNF06ICoqKiBbYWxsLXJlY3Vyc2l2ZV0gRXJyb3IgMQptYWtlWzRdOiBMZWF2aW5n IGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3Nh Z2Uvd29yay9zYWdlLTYuNy9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQvemVyb21xLTQuMC41 L3NyYycKRmFpbGVkIHRvIGJ1aWxkIHplcm9tcQoKcmVhbAkwbTEzLjgzMHMKdXNlcgkwbTUu NzY3cwpzeXMJMG02Ljg1OXMKKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCkVycm9yIGluc3RhbGxpbmcg cGFja2FnZSB6ZXJvbXEtNC4wLjUKKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqClBsZWFzZSBlbWFpbCBz YWdlLWRldmVsIChodHRwOi8vZ3JvdXBzLmdvb2dsZS5jb20vZ3JvdXAvc2FnZS1kZXZlbCkK ZXhwbGFpbmluZyB0aGUgcHJvYmxlbSBhbmQgaW5jbHVkaW5nIHRoZSByZWxldmFudCBwYXJ0 IG9mIHRoZSBsb2cgZmlsZQogIC96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMv bWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvbG9ncy9wa2dzL3plcm9tcS00LjAuNS5sb2cKRGVz Y3JpYmUgeW91ciBjb21wdXRlciwgb3BlcmF0aW5nIHN5c3RlbSwgZXRjLgpJZiB5b3Ugd2Fu dCB0byB0cnkgdG8gZml4IHRoZSBwcm9ibGVtIHlvdXJzZWxmLCAqZG9uJ3QqIGp1c3QgY2Qg dG8KL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9z YWdlLTYuNy9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQvemVyb21xLTQuMC41IGFuZCB0eXBl ICdtYWtlJyBvciB3aGF0ZXZlciBpcyBhcHByb3ByaWF0ZS4KSW5zdGVhZCwgdGhlIGZvbGxv d2luZyBjb21tYW5kcyBzZXR1cCBhbGwgZW52aXJvbm1lbnQgdmFyaWFibGVzCmNvcnJlY3Rs eSBhbmQgbG9hZCBhIHN1YnNoZWxsIGZvciB5b3UgdG8gZGVidWcgdGhlIGVycm9yOgogIChj ZCAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9z YWdlLTYuNy9sb2NhbC92YXIvdG1wL3NhZ2UvYnVpbGQvemVyb21xLTQuMC41JyAmJiAnL3p2 b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYu Ny9zYWdlJyAtLXNoKQpXaGVuIHlvdSBhcmUgZG9uZSBkZWJ1Z2dpbmcsIHlvdSBjYW4gdHlw ZSAiZXhpdCIgdG8gbGVhdmUgdGhlIHN1YnNoZWxsLgoqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKTWFr ZWZpbGU6NzY2OiByZWNpcGUgZm9yIHRhcmdldCAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZv bGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2NhbC92YXIvbGliL3NhZ2Uv aW5zdGFsbGVkL3plcm9tcS00LjAuNScgZmFpbGVkCm1ha2VbM106ICoqKiBbL3p2b2xlbmMv YmFja3VwL1dPUksvenZvbGVuYy9wb3J0cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9sb2Nh bC92YXIvbGliL3NhZ2UvaW5zdGFsbGVkL3plcm9tcS00LjAuNV0gRXJyb3IgMQptYWtlWzNd OiBMZWF2aW5nIGRpcmVjdG9yeSAnL3p2b2xlbmMvYmFja3VwL1dPUksvenZvbGVuYy9wb3J0 cy9tYXRoL3NhZ2Uvd29yay9zYWdlLTYuNy9idWlsZCcKTWFrZWZpbGU6NDIwOiByZWNpcGUg Zm9yIHRhcmdldCAnYWxsJyBmYWlsZWQKbWFrZVsyXTogKioqIFthbGxdIEVycm9yIDIKbWFr ZVsyXTogTGVhdmluZyBkaXJlY3RvcnkgJy96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMv cG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvYnVpbGQnCgpyZWFsCTBtMTQuODA3cwp1 c2VyCTBtNi4zMDFzCnN5cwkwbTcuMzU3cwoqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioKRXJyb3IgYnVpbGRpbmcgU2Fn ZS4KClRoZSBmb2xsb3dpbmcgcGFja2FnZShzKSBtYXkgaGF2ZSBmYWlsZWQgdG8gYnVpbGQ6 CgpwYWNrYWdlOiB6ZXJvbXEtNC4wLjUKbG9nIGZpbGU6IC96dm9sZW5jL2JhY2t1cC9XT1JL L3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dvcmsvc2FnZS02LjcvbG9ncy9wa2dzL3plcm9t cS00LjAuNS5sb2cKYnVpbGQgZGlyZWN0b3J5OiAvenZvbGVuYy9iYWNrdXAvV09SSy96dm9s ZW5jL3BvcnRzL21hdGgvc2FnZS93b3JrL3NhZ2UtNi43L2xvY2FsL3Zhci90bXAvc2FnZS9i dWlsZC96ZXJvbXEtNC4wLjUKClRoZSBidWlsZCBkaXJlY3RvcnkgbWF5IGNvbnRhaW4gY29u ZmlndXJhdGlvbiBmaWxlcyBhbmQgb3RoZXIgcG90ZW50aWFsbHkKaGVscGZ1bCBpbmZvcm1h dGlvbi4gV0FSTklORzogaWYgeW91IG5vdyBydW4gJ21ha2UnIGFnYWluLCB0aGUgYnVpbGQK ZGlyZWN0b3J5IHdpbGwsIGJ5IGRlZmF1bHQsIGJlIGRlbGV0ZWQuIFNldCB0aGUgZW52aXJv bm1lbnQgdmFyaWFibGUKU0FHRV9LRUVQX0JVSUxUX1NQS0dTIHRvICd5ZXMnIHRvIHByZXZl bnQgdGhpcy4KCk1ha2VmaWxlOjE5OiByZWNpcGUgZm9yIHRhcmdldCAnYnVpbGQnIGZhaWxl ZApnbWFrZVsxXTogKioqIFtidWlsZF0gRXJyb3IgMQpnbWFrZVsxXTogTGVhdmluZyBkaXJl Y3RvcnkgJy96dm9sZW5jL2JhY2t1cC9XT1JLL3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlL3dv cmsvc2FnZS02LjcnCioqKiBFcnJvciBjb2RlIDEKClN0b3AuCm1ha2U6IHN0b3BwZWQgaW4g L3p2b2xlbmMvcG9ydHMvbWF0aC9zYWdlCnJvb3RAcGhlbm9tOi91c3IvcG9ydHMvbWF0aC9z YWdlICMgCg== --------------080703080207070703090207-- From owner-freebsd-ports@freebsd.org Thu Mar 10 06:44:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9128CACABC7 for ; Thu, 10 Mar 2016 06:44:31 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5885B1E57 for ; Thu, 10 Mar 2016 06:44:31 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 9FE886DF91B; Thu, 10 Mar 2016 07:44:27 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id u2A6iRaN051305; Thu, 10 Mar 2016 07:44:27 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u2A6iRkU050202; Thu, 10 Mar 2016 07:44:27 +0100 (CET) (envelope-from lars) Date: Thu, 10 Mar 2016 07:44:27 +0100 From: Lars Engels To: Fernando Herrero =?utf-8?Q?Carr=C3=B3n?= Cc: freebsd-ports@freebsd.org Subject: Re: Anyone working on audio/mixxx Message-ID: <20160310064426.GC20687@e-new.0x20.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="i+pmTOJ7usc0SF/I" Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 06:44:31 -0000 --i+pmTOJ7usc0SF/I Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 09, 2016 at 11:18:06PM +0100, Fernando Herrero Carr=C3=B3n wrot= e: > Hi, >=20 > audio/mixxx (http://www.mixxx.org) has no maintainer. The project has been > frozen on version 1.11 for a long time, but now 2.0.0 is out (actually > december last year). Is anyone working on this port? I would like to help > with upgrading it. You could try to update the port yourself. It's usually not too hard and the docs are excellent: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html If you encounter any problems, feel free to ask here on ports@ and someone will help you. Lars --i+pmTOJ7usc0SF/I Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJW4RfKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tJisH/jYj6BoNqMpJOwgv+nU9FQLU WPZSqD/uNqWwNr/geVF7PrtHCL1BUqtRJD/Wv37p9qlgJhjwCCCm9QhTjFmwHrmR JL7XyIto0gEw1ZeWKVsCofqoRdg1FOoV8D0RguReFX4dP3IwbPdiszk/40mZkh7Z sLl2JzRMGYTOge8sWU1mfzpssmbbAJGBAgO6AO9MgJHoT18r3/YaNuAPkBn38JaT 5XsYtrRrfZXADQM50QHoOiw6PUKFnvNbIf5arW+l9DLCKA7yJvAeAdz5SYDKq7ko rsxeGc8ZgGZ46XLDXorAi9xcJk0BPcP07JrSav3BA8K5Iopv7+y4w+Qqe0UYxas= =G3/b -----END PGP SIGNATURE----- --i+pmTOJ7usc0SF/I-- From owner-freebsd-ports@freebsd.org Thu Mar 10 08:47:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FBB9AC7147 for ; Thu, 10 Mar 2016 08:47:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8E29D17C8 for ; Thu, 10 Mar 2016 08:47:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8D958AC7145; Thu, 10 Mar 2016 08:47:16 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ACA0AC7144 for ; Thu, 10 Mar 2016 08:47:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3B017C7 for ; Thu, 10 Mar 2016 08:47:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u2A8lG3m084953 for ; Thu, 10 Mar 2016 08:47:16 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u2A8lGm6084951; Thu, 10 Mar 2016 08:47:16 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603100847.u2A8lGm6084951@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: Thu, 10 Mar 2016 08:47:16 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 08:47:16 -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 ------------------------------------------------+-----------------+------------ ftp/ftplib | 4.0 | 4.0-1 ------------------------------------------------+-----------------+------------ net-mgmt/weathermap | 1.1.1 | 29.3.1 ------------------------------------------------+-----------------+------------ 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 Thu Mar 10 11:20:20 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 091FEACB574 for ; Thu, 10 Mar 2016 11:20:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBF2C206 for ; Thu, 10 Mar 2016 11:20:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x230.google.com with SMTP id 124so66953891pfg.0 for ; Thu, 10 Mar 2016 03:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zibanSxBqG50yFQUreMlH+Q/d3sJxZeLLb8sScGEZEc=; b=vclALtDlnR2rC9R29dLOWNTQgG+p9hYfIprwEOoCl82GkD7BCoB3EMdJpYxe+YhAyE NfXP0bxvZ8YebxbPXA2UXWN284jFaltdqqmrzDLVRgKs3Af2tTi9iutHeaafO+A9QkQY AuNmwcCABbMj70bSM4gnNZSeEoPocl/gUjr1rd1nHbWVjLJL+Znr7T4wUhyB13q8Om3y z4DVZNx2WiHHefoKMSPyJy87Vqyu61IWHIVEuFlud9/0fpveFlTBjo2rrINU4vl+q4J5 aB6FwOjHypYRw4ZQ1kw7/KzwMlGkk6ShAY01NIAJIm9qdG9fpUafoioDUeqH/jUvSF+F wkNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:references:to:cc:from :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=zibanSxBqG50yFQUreMlH+Q/d3sJxZeLLb8sScGEZEc=; b=HQrki3nDZwJBqVVQrqArSCySAV7yQT8gPTutcT9cxB0pf9EtLlsdBr9q0dH+tFH1+1 4YuL9eKbxY81+VNEu73vyhH76ygCVSO5uuH1XSd4fLxQMhzd3t0vH60VikBUDm6NF5gx Mu0BoqJKL9y1mnSf2AxZ8ElcLUgOzIMrm1Tw5sPT5ed2cSEJ+s5K/OmE+ZW8HrYoDBCl nCzYnuCs0sO8cuxHj8a38GqY6hGVquZb+EnByNVbWaInS2+A3J0xN8mrNbAMdO8wfCKz gpiPFxIBZlmTK8osBTJvgZiUUE9UfgFk7BiXzsPhFJKtixBpJFAEZSq5haBZSPLfS0g5 eZTg== X-Gm-Message-State: AD7BkJIxi6c8QFEEx6RhtFH9gN5/LTPEIat8J5uOyZJArycpqST1Q8g/qAtsdA4MVhu4Qg== X-Received: by 10.98.67.195 with SMTP id l64mr4043247pfi.111.1457608819228; Thu, 10 Mar 2016 03:20:19 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:f0a0:a3b:7997:4322? (2001-44b8-31ae-7b01-f0a0-0a3b-7997-4322.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:f0a0:a3b:7997:4322]) by smtp.gmail.com with ESMTPSA id tp9sm4939977pab.14.2016.03.10.03.20.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 03:20:18 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: library porting question - optional python bindings References: <66498ca1-8d3d-27b6-e035-bbb1ab24d556@FreeBSD.org> To: Chris Inacio Cc: freebsd-ports@freebsd.org From: Kubilay Kocak Message-ID: <4cc5182b-ea71-5354-bdbb-cca5ce7a6d77@FreeBSD.org> Date: Thu, 10 Mar 2016 22:20:08 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 11:20:20 -0000 On 3/03/2016 3:34 AM, Chris Inacio wrote: > > > On Tue, Mar 1, 2016 at 8:57 PM, Kubilay Kocak > wrote: > > On 1/03/2016 1:38 PM, Chris Inacio wrote: > > All, > > > > I'm trying to build a port definition for a library/application that can > > optionally include Python bindings. The library/application generally > > depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you > > enable Python support, then you need a Python interpreter plus > > Python-protobufs & python zmq. > > > > Putting an OPTION of Python in the port file is easy. Including the > > optional Python dependencies (and presumably targets - but I'm not that far > > yet) seems to be a lot more complicated. I haven't found anything that > > would tell me how I'm supposed to do that. I have found that I'm supposed > > to add pyXX prefixes to the python targets. > > > > Does anyone know of a similar application/library that I can go look at? > > Is there any documentation on how to solve this? > > Package it separately if it: > > * Is listed on PyPI (.python.org ) > * Has value separate from the 'parent software' (on its own) > * Users might want it without the parent software > * Is pure python, OR > * Doesn't otherwise explicitly require depend on the parent software > > From the description above, given the dependencies of each of the > software components are different (main software, python package), I'd > go for separate packaging unless there's a good reason not to. > > > thanks, > > Chris Inacio > > > > I don't believe you can build the Python package without the > availability of the C library. > > The separate python port (and package) would LIB_DEPENDS on the C library port From owner-freebsd-ports@freebsd.org Thu Mar 10 11:45:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19ED3ACA2B8 for ; Thu, 10 Mar 2016 11:45:17 +0000 (UTC) (envelope-from aeuii@posteo.de) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.posteo.de", Issuer "StartCom Class 3 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D88D3632 for ; Thu, 10 Mar 2016 11:45:16 +0000 (UTC) (envelope-from aeuii@posteo.de) Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 4335E2094A for ; Thu, 10 Mar 2016 12:43:17 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qLT1J28mwz5vNJ for ; Thu, 10 Mar 2016 12:43:15 +0100 (CET) From: aeuii@posteo.de To: Subject: net-im/ricochet update Date: Thu, 10 Mar 2016 12:43:11 +0100 Message-ID: <86pov2woc0.fsf@posteo.de> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 11:45:17 -0000 Could someone commit an update of net-im/ricochet [1]. It should be a trivial commit and fixes a security issue [2]. Thanks! [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207536 [2] https://github.com/ricochet-im/ricochet/releases From owner-freebsd-ports@freebsd.org Thu Mar 10 13:38:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E92F9ACA6A9 for ; Thu, 10 Mar 2016 13:38:46 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8D9BE7C for ; Thu, 10 Mar 2016 13:38:46 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1ae0nc-001AVW-Bx>; Thu, 10 Mar 2016 14:38:44 +0100 Received: from [141.89.176.200] (helo=hermann) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1ae0nc-000Cvj-4h>; Thu, 10 Mar 2016 14:38:44 +0100 Date: Thu, 10 Mar 2016 14:37:39 +0100 From: "O. Hartmann" To: freebsd-ports@freebsd.org Subject: poudriere and MAKEOBJDIRPREFIX Message-ID: <20160310143739.3c21bbac@hermann> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 141.89.176.200 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 13:38:47 -0000 There are some issues with using MAKEOBJDIRPREFIX in poudriere I wasn't able to solve and I'd like to ask whether there is an official, still for me undiscovered way, to do so. The base system is running CURRENT. The intention is to have both CURRENT and 10-STABLE jails to build appropriate packages via poudriere. With CURRENT there is no problem, using the canonical /usr/src and/usr/obj infrastructure works as well as building the package repositorium. The command line env MAKEOBJDIRPREFIX=/some/place make -j12 buildworld while residing within the sources of 10-STABLE from within a csh environment gives me the object tree of FreeBSD 10-STABLE as expected. Then I'd like to use this obj tree to build the jail needed for ports compliant with 10-STABLE, so I issue env MAKEOBJDIRPREFIX=/some/place poudriere jail -c -j 10-stable-amd64 \ -a amd64 -v stable/10 -m src=/somesrc/srcplace/ In poudriere.conf I added export MAKEOBJDIRPREFIX=$MAKEOBJDIRPREFIX as recommended in some posts I found googling for a solution. Please have in mind that I use csh - the export and poudriere's environment is obviously sh. This fails, the PATH is always cut down to /somesrc/srcplace/, missing the prepending portion taken from MAKEOBJDIRPREFIX - it is set to zero length it seems. Ommitting env MAKEOBJDIRPREFIX=/some/place to the poudriere command as shown above results in "usr/obj" being prepended. This seems odd! The only sollution to this was to give the specific jail its private 10-stable-amd64-poudriere.conf. But this seems to be not the correct way to do so, since MAKEOBJDIRPREFIX is supposed to be set in the environment. What am I missing here? Thanks and regards, Oliver From owner-freebsd-ports@freebsd.org Thu Mar 10 18:06:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53A21ACA642 for ; Thu, 10 Mar 2016 18:06:31 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [IPv6:2001:41d0:d:3049:1:1:0: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 253A86A2 for ; Thu, 10 Mar 2016 18:06:31 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:8c:2e02:301:99cb:75:2c7:424] (unknown [IPv6:2003:8c:2e02:301:99cb:75:2c7:424]) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 3qLdWK2SnTzSj2 for ; Thu, 10 Mar 2016 19:06:21 +0100 (CET) From: Michael Grimm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! Message-Id: <2E32FD64-2BF6-46CE-BAD2-39AF82E29E33@ellael.org> Date: Thu, 10 Mar 2016 19:06:18 +0100 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Virus-Scanned: clamav-milter 0.99 at mail X-Virus-Status: Clean X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:06:31 -0000 Hi =E2=80=94 A couple of days ago, poudriere started complaining about openntpd: | pkg-static: libressl-2.2.6 conflicts with openssl-1.0.2_11 = (installs files into the same place). =20 | Problematic file: /usr/local/bin/openssl | | Failed to install the following 1 package(s): = /packages/All/openntpd-5.7p4_2,2.txz I cannot find any remarks in /usr/ports/UPDATING about openntpd = depending on libressl, and I really do not want to switch my system to = libressl just pleasing openntpd. Question: any chance to get around that dependency? Thanks and regards, Michael From owner-freebsd-ports@freebsd.org Thu Mar 10 18:17:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD8B7ACAC6A for ; Thu, 10 Mar 2016 18:17:25 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 A1684D51 for ; Thu, 10 Mar 2016 18:17:25 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=c5f5FJXlogcIKUl4MiwmgOhf71Qu96vpCYhGP5vNqdU=; b=kbsomHYtQfvlWUiLIiKZ9l+oNTlXcfJGrL9+MIXYK6P0Z0nMiZYeWnm2CczaDi8cj5+FfF7g5+rBuOzkEexexx/uubJbVbDockfQ3HDAx8zXKLmZXEDt92ae7NLDYoMaGYwkakyVMin+2X+4mkqOnNNl89DmSDdOv5YEHp3iRJo=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ae59F-0000Nk-NC for freebsd-ports@freebsd.org; Thu, 10 Mar 2016 19:17:21 +0100 Received: from 62-47-172-217.adsl.highway.telekom.at ([62.47.172.217] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ae59F-0007Ri-LJ for freebsd-ports@freebsd.org; Thu, 10 Mar 2016 19:17:21 +0100 To: freebsd-ports@freebsd.org References: <2E32FD64-2BF6-46CE-BAD2-39AF82E29E33@ellael.org> Subject: Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! From: Walter Schwarzenfeld Message-ID: <56E1BA30.7090306@utanet.at> Date: Thu, 10 Mar 2016 19:17:20 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <2E32FD64-2BF6-46CE-BAD2-39AF82E29E33@ellael.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:17:26 -0000 Makefile OPTIONS_DEFAULT= RESSL RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl turn option RESSL to off. From owner-freebsd-ports@freebsd.org Thu Mar 10 18:19:40 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA1EACAE2C for ; Thu, 10 Mar 2016 18:19:40 +0000 (UTC) (envelope-from manfredantar@yahoo.com) Received: from nm3-vm0.bullet.mail.bf1.yahoo.com (nm3-vm0.bullet.mail.bf1.yahoo.com [98.139.212.154]) (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 CAA3EF3D for ; Thu, 10 Mar 2016 18:19:39 +0000 (UTC) (envelope-from manfredantar@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1457633650; bh=Z34ix6dTU81uCfNICzqLcGLcNAdX4jno5HEemmWlzrU=; h=From:Subject:Date:Cc:To:From:Subject; b=XYuEzRs8Buedvpoapgb7xujMR02ZVCYmRdhHcMJDMel9wIR2vVBFk5TbNVRl7xFCD7M4vSChnJ/vKfiWrzz8Uz5vedu6TGpLNOj/Wg001DnWNPYlH2f9mPsM2/UVNwoc57EkSlOW+UOnCH41akGX0xxElEI2kiGBaQT2GzRvuyIwcGubPVkxKog9GMQWXoP4Z26xZI5CBK+/wbnJCFM9eLNy6164xjRzGTunJSqMeryS4PuXR/rrZeAWjcLpv/3mmb0d1NV54uIdIx9gfVnMx2Yv1rSLgnzHoBIq/3Mp3ecVGunKHKbJ7ZLAZwhClpBhWYv18FIiwWieaCFP5a+wFQ== Received: from [66.196.81.170] by nm3.bullet.mail.bf1.yahoo.com with NNFMP; 10 Mar 2016 18:14:10 -0000 Received: from [98.139.211.196] by tm16.bullet.mail.bf1.yahoo.com with NNFMP; 10 Mar 2016 18:14:10 -0000 Received: from [127.0.0.1] by smtp205.mail.bf1.yahoo.com with NNFMP; 10 Mar 2016 18:14:10 -0000 X-Yahoo-Newman-Id: 500466.38804.bm@smtp205.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 6x47ZhEVM1l40qxT2d.arES2BxQTStTeHfEenc5EK4.ClMF ZG3U_e4oBMg_BOxUUOV8zVD6VR.svxWP4AgmnGtwfptmzFXuRaej.jJI9uXQ oxv55uMRasZ4C955FezX5f3_.YBrMCqXvGvesBuLbbPjVhq.9KFP5RUA5qgv dsMlXV7RF1fVH5DW22XhshlpHZ5Ba20BQlArr2dRzO6Mw2ADqejEhcpD4krG YKs7lw88tvDZPmPMEnn7HKYR5.aJlv7hDzmXGa5v1eSTzx3YOdTQtd4I2Bfx NTBFcOzg6dzB1VHS4tUHHgguzsqZfrII1plGUdFqd49jbuIqaop8YSnWak1W _loPXY9dNRelu4jL9vXwg7DSaKMLdu7Ck0W5IRxz1oRbh7N.x17uMhSqcAcZ gyXRrNSefZxozs7EmGmSAAljU7tcqkrtVOxMV668ZYJ9NqgIUVtkDMpgPwYX mRBZPxznI_a8rJ54Edw1m6pq.bu6UjQY8RQ_gsoXABNksCkaasd1r1ncvCOb _WN4PvXNc.K80_RJ7zBnoferA1_QPnoKyJ5.Vb5Fd X-Yahoo-SMTP: 7P8pqlCswBAAQbp52RRiNrbCd36sc.02_A-- From: Manfred Antar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: New addition to /usr/ports/MOVED file breaks portupgrade Date: Thu, 10 Mar 2016 10:14:08 -0800 Message-Id: <7AADBA20-6264-47B9-967F-0F061876755B@yahoo.com> Cc: dvl@freebsd.org To: FreeBSD Ports ML Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:19:40 -0000 This addition to MOVED breaks portupgrade: elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to = match other Elasticsearch 2 plugins I think it needs to be: = elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename= to match other Elasticsearch 2 plugins Manfred= From owner-freebsd-ports@freebsd.org Thu Mar 10 18:24:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 061D2ACB0DF for ; Thu, 10 Mar 2016 18:24:46 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CAE016C4 for ; Thu, 10 Mar 2016 18:24:45 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id u2AIFjPB092502 for ; Thu, 10 Mar 2016 10:15:45 -0800 (PST) (envelope-from null@pozo.com) From: Manfred Antar Subject: New addition to /usr/ports/MOVED file breaks portupgrade Message-Id: <9E3F2DA6-EEBA-44B8-B92B-4D16AE03B88E@pozo.com> Date: Thu, 10 Mar 2016 10:15:45 -0800 To: FreeBSD Ports ML Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: u2AIFjPB092502 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:24:46 -0000 This addition to MOVED breaks portupgrade: elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to match o= ther Elasticsearch 2 plugins I think it needs to be: elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename = to match other Elasticsearch 2 plugins Manfred From owner-freebsd-ports@freebsd.org Thu Mar 10 18:26:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EC2CACB1BC for ; Thu, 10 Mar 2016 18:26:50 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:1008:bcb:1:1:0: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 0E1338D6 for ; Thu, 10 Mar 2016 18:26:50 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:8c:2e02:301:99cb:75:2c7:424] (p2003008C2E02030199CB007502C70424.dip0.t-ipconnect.de [IPv6:2003:8c:2e02:301:99cb:75:2c7:424]) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 3qLdyv44zCzTpY for ; Thu, 10 Mar 2016 19:26:47 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?! From: Michael Grimm In-Reply-To: <56E1BA30.7090306@utanet.at> Date: Thu, 10 Mar 2016 19:26:46 +0100 Content-Transfer-Encoding: 7bit Message-Id: <6493A52A-7856-4689-A8CC-5B03F65AEB17@ellael.org> References: <2E32FD64-2BF6-46CE-BAD2-39AF82E29E33@ellael.org> <56E1BA30.7090306@utanet.at> To: freebsd-ports@freebsd.org X-Virus-Scanned: clamav-milter 0.99 at mail X-Virus-Status: Clean X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:26:50 -0000 Walter Schwarzenfeld wrote: > Makefile > OPTIONS_DEFAULT= RESSL > > RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl > > > turn option RESSL to off. Ok, thanks, and that was easy ;-) Sorry, I should have found that myself. Regards, Michael From owner-freebsd-ports@freebsd.org Thu Mar 10 19:20:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE2D5ACA728 for ; Thu, 10 Mar 2016 19:20:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A748182B for ; Thu, 10 Mar 2016 19:20:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4916320854 for ; Thu, 10 Mar 2016 14:20:45 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Thu, 10 Mar 2016 14:20:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=nyBIXzETeXvp+5E eFISmzOtlkps=; b=tRqEysuZD/FJBEVUguaYQajYrN6+9R50pq8pkGMgfqkJXpt txBQIvaaQEmZO4pzFbrj3Bjriu554vLj5jdcni4VTGCuBsklk39+xntdc2B5CAY4 AqU5D0NFLK27lpKQyAhW7S2dM0a/Xs6kBfpVNTaV3hI3hhQiYt1geIJTCsH4= Received: by web6.nyi.internal (Postfix, from userid 99) id 188A74F584; Thu, 10 Mar 2016 14:20:45 -0500 (EST) Message-Id: <1457637645.442432.545603002.32151646@webmail.messagingengine.com> X-Sasl-Enc: TmVqiLlqWzb63fMpAToUuUH3J4Vk2IrNd3w+sbLle74D 1457637645 From: Mark Felder To: aeuii@posteo.de, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b28110db In-Reply-To: <86pov2woc0.fsf@posteo.de> References: <86pov2woc0.fsf@posteo.de> Subject: Re: net-im/ricochet update Date: Thu, 10 Mar 2016 13:20:45 -0600 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 19:20:46 -0000 On Thu, Mar 10, 2016, at 05:43, aeuii@posteo.de wrote: > Could someone commit an update of net-im/ricochet [1]. It should be a > trivial commit and fixes a security issue [2]. > > Thanks! > > > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207536 > [2] https://github.com/ricochet-im/ricochet/releases > I'll take care of this. If you see something like like this in the future please assign the issue to ports-secteam@ which will help it get prompt attention. Cheers! -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-freebsd-ports@freebsd.org Thu Mar 10 21:58:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D86ACB246 for ; Thu, 10 Mar 2016 21:58:02 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FBD0F14; Thu, 10 Mar 2016 21:58:01 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 9E0E8A784 ; Thu, 10 Mar 2016 21:57:54 +0000 (UTC) Subject: Re: New addition to /usr/ports/MOVED file breaks portupgrade Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_DCF001F4-650B-4258-934F-3A0F91894E24"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: Dan Langille In-Reply-To: <7AADBA20-6264-47B9-967F-0F061876755B@yahoo.com> Date: Thu, 10 Mar 2016 16:57:48 -0500 Cc: FreeBSD Ports ML , dvl@freebsd.org Message-Id: References: <7AADBA20-6264-47B9-967F-0F061876755B@yahoo.com> To: Manfred Antar X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 21:58:02 -0000 --Apple-Mail=_DCF001F4-650B-4258-934F-3A0F91894E24 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Mar 10, 2016, at 1:14 PM, Manfred Antar = wrote: >=20 > This addition to MOVED breaks portupgrade: >=20 > elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to = match other Elasticsearch 2 plugins >=20 > I think it needs to be: >=20 > = elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename= to match other Elasticsearch 2 plugins I think it needs to be: = textproc/elasticsearch-plugin-marvel2|textproc/elasticsearch2-plugin-marve= l|Rename to match other Elasticsearch 2 plugins NOTE: original name was elasticsearch-plugin-marvel2, which was a = repo-copy from elasticsearch-plugin-marvel New name is elasticsearch2-plugin-marvel Thanks for ehaupt and antoine for their fixes. -- Dan Langille - BSDCan / PGCon dan@langille.org --Apple-Mail=_DCF001F4-650B-4258-934F-3A0F91894E24 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQJ8BAEBCgBmBQJW4e3hXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1MTE2RjM0ODIzRDdERDM4OTY0OUJBNzdF QjIxNTlERUU5NzI3MzlGAAoJEOshWd7pcnOf+HEQAK813Xfeb/gdfpHlyHH1F8LU 4iTC0++cCyV6QRLX5FUE0V6mctcSj0KE65Sxoiw18K7omXAJENtW4YDKlIizFKa5 +O5k7KSksEpX4Th6SgN6QvRvpydJG5Pz8LAuDlTlTTtWkPqwUVcTrK6c5JqXBzk9 5T+ViFx5OUdwthwDgy79Y/3Yprp8Lb8ysMXBCddOsmEDNeevKnVTOExJYQHhEn+g kUqm8Lzv7vS7fNw7guk7DQeLSWWPzxGAoCBHNv5ZEZbKeuHjQ7B8tZRbNmtLPEge aR8hQhlK0XlljLvMOI0xBd5zmj/5zucKeuTnt+WAuOpfUNPoOSHKjU+c7ge81ky0 j2KT7tycdD9UX0rdahH9Ze70JR+EZqvXLOfqlu8WuzZdkvCqLPayCNbwzd3HcMbU wIEsvGDsiJvMyQ4OK8eNmTG+feQIMGQqqvZzz8ajeZkW5+H33NBvZJUd4pM6Bo2H K2m8punWicI59hGengnvaDEdBO5V/gL7tfvz5lPElz8J91zfwGHuL1C0FQFeNUPD lEb1uglAXREQlq/PqPV2WC2Je/HFmjjb5SMG14bnuqWYyhGmZwEEqgG3z8T1ie66 J5TnHzx6MnwjwazbaFvNhdzHXRmFdXaGC8bdXI4JRBhPDnEwq5xn8lDvUUTiQCOd IEmY881+SWeIBF6XqZag =6e3N -----END PGP SIGNATURE----- --Apple-Mail=_DCF001F4-650B-4258-934F-3A0F91894E24-- From owner-freebsd-ports@freebsd.org Fri Mar 11 06:29:12 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74935ACCD81 for ; Fri, 11 Mar 2016 06:29:12 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 54E6A1A8A; Fri, 11 Mar 2016 06:29:12 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 3BE07167C; Fri, 11 Mar 2016 06:29:07 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id 9ecd61bf; Fri, 11 Mar 2016 11:59:06 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Kurt Jaeger Cc: Ashish SHUKLA , Matthieu Volat , ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.02 Organization: The FreeBSD Project References: <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> <86vb4v7o9t.fsf@chateau.d.if> <20160309155027.GM35640@home.opsec.eu> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 11:56AM up 15:22, 12 users, load averages: 0.11, 0.26, 0.30 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160311:ashish@freebsd.org::rjnYLWqr4XL+f4ek:00000000000000000000000000000000000000000003Tim X-Hashcash: 1:20:160311:mazhe@alkumuna.eu::MAqNrORtEog03k2U:000000000000000000000000000000000000000000002yM9 X-Hashcash: 1:20:160311:freebsd-ports@freebsd.org::VEOvzCOHSOLJJzBD:0000000000000000000000000000000000000r6s X-Hashcash: 1:20:160311:lists@opsec.eu::ZCDthyPfUvNVTbuf:0003sHE Date: Fri, 11 Mar 2016 11:59:02 +0530 In-Reply-To: <20160309155027.GM35640@home.opsec.eu> (Kurt Jaeger's message of "Wed, 9 Mar 2016 16:50:27 +0100") Message-ID: <8660wtcytt.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 06:29:12 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Wed, 9 Mar 2016 16:50:27 +0100, Kurt Jaeger said: | Hi! || Thanks for reminding about it. I have fixed all the issues. Please find = the || latest diff below: ||=20 || https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff || sha256: ea3adc38f58a3e4cdc9d52c6aa8fd84610ab24da82a22be1c368406b5f09d1bc | Now it misses some ezlib files, if I check with make check-plist: | =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR | Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezli= b-1.0.1/ebin/ezlib.app | Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezli= b-1.0.1/ebin/ezlib.beam | Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezli= b-1.0.1/ebin/ezlib_app.beam | Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezli= b-1.0.1/ebin/ezlib_sup.beam | Error: Missing: %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezli= b-1.0.1/priv/lib/ezlib_drv.so | =3D=3D=3D> Error: Plist issues found. Thanks for pointing out the issues. I missed testing for this last time. I have updated the diff, and tested it again, and the issues are again. Following are the details of the new diff: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff sha256: fe30991ecff239034127ee491b5ab279456517bbe9a078330d34b58341dd8723 Thanks! =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 =E2=80=9CProgress doesn't come from early risers =E2=80=93 progress is ma= de by lazy men looking for easier ways to do things.=E2=80=9D (Robert A. Heinlein, 1973) Sent from my Emacs --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW4mWvAAoJEMdGz6nnT6SwciMP/RnqwVCLBtHZNSL1XYSxNuDv GO2gbydpOuJgwcwZ/THGjHc1BGwMKiI6tWuwIqtsthcJIt3ZXZ8ZGy8E4Q2+X592 X3p0bSHyNCWPE7MDLP0qn79sKVKgM7lsO2KypU8cA/g8GX9Rf4qIo+7aHwtTKm8t ZtYBoTSCwr4u9PAxifvGXJflLBwxHxheksHia4NO9QogOwgoML4q2i8bllCtyeuS QLjwc2WX6FZlylPUzgCuRsAa5yTrakOp8xmmG9vXk8/zLsNZhlGgdrq7Y2vKDYMF fPvcjYDfLNRWis0dNWPi5WL9hc7CeDAC2+lXvoaYZmMuI78mN8QhXe/LJQTtcXfY wlqBaLb2hpxd6qSzev4V2FXQE/E0vhrT9AK2OcvDWXQw29LmVH/EnPOVJ9qvPjQ3 fvmU9+TjeTj6Qwnz8xv6nV/Ssgnnex/asRe0WC0xjGsHoEEEnQFXq6z3osBZZ2+8 j13QdKnf6ugfzY3TqrCGWlMMRqcmHfla96+6c+nC4VL3On04lVIjtwNpWy3UhZIP MZqY1zDhXKPE1SuxMx/BoFslkd/mzugdKdlZs20AtOq8J6hgzqDxyn2IZBOSvG4D 7f9nOHH9qSFvHDcRfgaTDiZT2dSRc0qvj0vP4N57sZpSeAKBazIL9p0XQjA59IiW oNf/JcvlniWC8loOXlUA =ZAja -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Fri Mar 11 06:38:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB4DBACB2E3 for ; Fri, 11 Mar 2016 06:38:38 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CD9DF1F03; Fri, 11 Mar 2016 06:38:38 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 55B531799; Fri, 11 Mar 2016 06:38:33 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id cb7e72cd; Fri, 11 Mar 2016 12:08:31 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: ashish@FreeBSD.org (Ashish SHUKLA) Cc: Kurt Jaeger , Matthieu Volat , ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.02 Organization: The FreeBSD Project References: <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> <86vb4v7o9t.fsf@chateau.d.if> <20160309155027.GM35640@home.opsec.eu> <8660wtcytt.fsf@chateau.d.if> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 12:07PM up 15:33, 11 users, load averages: 0.49, 0.44, 0.38 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160311:ashish@freebsd.org::7Zwv3bJa8WA5zbAo:00000000000000000000000000000000000000000001JiF X-Hashcash: 1:20:160311:mazhe@alkumuna.eu::aB/N9eeax2iF1mp1:000000000000000000000000000000000000000000003i/b X-Hashcash: 1:20:160311:lists@opsec.eu::+1MLoioqQqEGcm8m:0001I2F X-Hashcash: 1:20:160311:freebsd-ports@freebsd.org::bT7UlxLsDw1uh7m+:0000000000000000000000000000000000005e7Y Date: Fri, 11 Mar 2016 12:08:31 +0530 In-Reply-To: <8660wtcytt.fsf@chateau.d.if> (Ashish SHUKLA's message of "Fri, 11 Mar 2016 11:59:02 +0530") Message-ID: <861t7hcye0.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 06:38:39 -0000 On Fri, 11 Mar 2016 11:59:02 +0530, ashish@FreeBSD.org (Ashish SHUKLA) said: [...] | https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff Correct URL is: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-2.diff | sha256: fe30991ecff239034127ee491b5ab279456517bbe9a078330d34b58341dd8723 Going to sleep :( -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 “The Ministry of Peace concerns itself with war, the Ministry of Truth with lies, the Ministry of Love with torture, and the Ministry of Plenty with starvation.” (George Orwell, "Nineteen Eighty-Four", 1949) Sent from my Emacs From owner-freebsd-ports@freebsd.org Fri Mar 11 08:29:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD74ACA13F for ; Fri, 11 Mar 2016 08:29:56 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221E2C91 for ; Fri, 11 Mar 2016 08:29:55 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1aeISA-001wvO-Um>; Fri, 11 Mar 2016 09:29:46 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aeISA-001bCd-Lv>; Fri, 11 Mar 2016 09:29:46 +0100 Date: Fri, 11 Mar 2016 09:29:41 +0100 From: "O. Hartmann" To: freebsd-ports Subject: lang/python27: Failed: stage Message-ID: <20160311092941.3d9c0bd2@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 08:29:56 -0000 Try to build lang/python27 within poudriere. The base system is running recent CURRENT, the jail used is a 10-STABLE, compiled locally on the CURRENT box. While lang/python27 compiles fine using a head-jail built from the CURRENT sources, I receive a sticky and nasty error when trying to build the port lang/python27 via the 10-stable jail. Other ports are seemingly not affected, the error is in the staging phase: [...] Python build finished, but the necessary bits to build these modules were not found: _bsddb _sqlite3 _tkinter dl gdbm imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/pydoc -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/idle -> build/scripts-2.7 copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/2to3 -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of build/scripts-2.7/2to3 from 644 to 755 renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7 renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7 renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7 running install_lib error: error listing files in 'build/lib.freebsd-10.3-PRERELEASE-amd64-2.7': Operation not supported *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python27 [...] Is there any further investigation possible? Please CC me. Thanks in advance, oh From owner-freebsd-ports@freebsd.org Fri Mar 11 08:49:51 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A008ACA82A for ; Fri, 11 Mar 2016 08:49:51 +0000 (UTC) (envelope-from jochen@jochen-neumeister.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65CFB82E for ; Fri, 11 Mar 2016 08:49:51 +0000 (UTC) (envelope-from jochen@jochen-neumeister.de) Received: from dagobert.home.jochen-neumeister.de (p5DC079DF.dip0.t-ipconnect.de [93.192.121.223]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 767462E04CBF for ; Fri, 11 Mar 2016 09:42:24 +0100 (CET) Subject: Re: lang/python27: Failed: stage To: freebsd-ports@freebsd.org References: <20160311092941.3d9c0bd2@freyja.zeit4.iv.bundesimmobilien.de> From: Jochen Neumeister Message-ID: <56E284EF.9060506@jochen-neumeister.de> Date: Fri, 11 Mar 2016 09:42:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160311092941.3d9c0bd2@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 08:49:51 -0000 poudriere build fine for: 9.3 amd + i386 10.2 amd + i386 11-current r295432 amd + i386 Cheers jochen On 03/11/16 09:29, O. Hartmann wrote: > Try to build lang/python27 within poudriere. The base system is running recent > CURRENT, the jail used is a 10-STABLE, compiled locally on the CURRENT box. > While lang/python27 compiles fine using a head-jail built from the CURRENT > sources, I receive a sticky and nasty error when trying to build the port > lang/python27 via the 10-stable jail. Other ports are seemingly not affected, > the error is in the staging phase: > > [...] > Python build finished, but the necessary bits to build these modules were not > found: _bsddb _sqlite3 _tkinter > dl gdbm imageop > linuxaudiodev spwd sunaudiodev > To find the necessary bits, look in setup.py in detect_modules() for the > module's name. > > running build_scripts > copying and > adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/pydoc > -> build/scripts-2.7 copying and > adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/idle > -> build/scripts-2.7 copying and > adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11/Tools/scripts/2to3 > -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 > changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of > build/scripts-2.7/2to3 from 644 to 755 renaming build/scripts-2.7/pydoc to > build/scripts-2.7/pydoc2.7 renaming build/scripts-2.7/idle to > build/scripts-2.7/idle2.7 renaming build/scripts-2.7/2to3 to > build/scripts-2.7/2to3-2.7 running install_lib error: error listing files in > 'build/lib.freebsd-10.3-PRERELEASE-amd64-2.7': Operation not supported *** > Error code 1 > > Stop. > make[1]: stopped in /wrkdirs/usr/ports/lang/python27/work/Python-2.7.11 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/lang/python27 > [...] > > > Is there any further investigation possible? > > Please CC me. > > Thanks in advance, > > oh > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Fri Mar 11 08:59:38 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E58ACAD37 for ; Fri, 11 Mar 2016 08:59:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B9C41DAD for ; Fri, 11 Mar 2016 08:59:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B815DACAD34; Fri, 11 Mar 2016 08:59:38 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7BDFACAD33 for ; Fri, 11 Mar 2016 08:59:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD3A8DAC for ; Fri, 11 Mar 2016 08:59:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u2B8xcUF094480 for ; Fri, 11 Mar 2016 08:59:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u2B8xcUj094478; Fri, 11 Mar 2016 08:59:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603110859.u2B8xcUj094478@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, 11 Mar 2016 08:59:38 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 08:59:38 -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 ------------------------------------------------+-----------------+------------ net-mgmt/weathermap | 1.1.1 | 30.0.0 ------------------------------------------------+-----------------+------------ 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 Mar 11 09:42:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33FCDACC25B for ; Fri, 11 Mar 2016 09:42:34 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE8B91AA2 for ; Fri, 11 Mar 2016 09:42:33 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1aeJaZ-002SfM-Oh>; Fri, 11 Mar 2016 10:42:31 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aeJaZ-001iRd-GZ>; Fri, 11 Mar 2016 10:42:31 +0100 Date: Fri, 11 Mar 2016 10:42:26 +0100 From: "O. Hartmann" To: freebsd-ports Subject: pkg: fetching binary packages to a local dumpdir for a different ABI Message-ID: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 09:42:34 -0000 On CURRENT, I try to "silly fetch" a selection of binary packages for FreeBSD 10-STABLE from a regular user via this command sequence: env ABI=freebsd:10:x86:64 PKG_CACHEDIR=./tmp/packages/cache \ REPOS_DIR=./tmp/packages cat /usr/local/etc/poudriere.d/pkglist | \ xargs pkg fetch -y -U -d -o ./tmp/packages/ pkg trie to fecth, but then it simply complains about crap being fetched: [...] The process will require 4 GiB more space. 4 GiB to be downloaded. Fetching pkg-1.6.4_1.txz: 100% 3 MiB 562.3kB/s 00:05 pkg-static: cached package pkg-1.6.4_1: size mismatch, fetching from remote Fetching pkg-1.6.4_1.txz: 100% 3 MiB 562.3kB/s 00:05 pkg-static: cached package pkg-1.6.4_1: size mismatch, cannot continue Well, it seems clear - somewhere (on that specific box nowhere!) is a cache and the size-hash is compared - but where? The list in pkglist contains also ports-mgmt/pkg and it is the first package to be fetched. How can I force package to download "brutal force" the specified package for the desired ABI? Background: since poudriere fails building packages (especially lang/python27, see my posts prior to this) within a 10-stable jail running on CURRENT (maybe this doesn't work, but I didn't find anything regarding this on the rush), I'd like to have a set of packages for installation on some 10-STABLE appliance images. The ABI is also unclear. Some documents say it is freebsd:10:x86:64 (which looks more the Intel/Linux dominated terminology) and also this one is considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is said that the variable ABI is derived from "sh" - how? Many thanks in advance, Oliver P.S. Please CC me - I'm not subscribing this specific list. Thank you. From owner-freebsd-ports@freebsd.org Fri Mar 11 10:00:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6561ACC9D4 for ; Fri, 11 Mar 2016 10:00:34 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E71268B for ; Fri, 11 Mar 2016 10:00:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 77B7C284B6; Fri, 11 Mar 2016 11:00:29 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 6E3EB284B2; Fri, 11 Mar 2016 11:00:28 +0100 (CET) Message-ID: <56E2973C.8070703@quip.cz> Date: Fri, 11 Mar 2016 11:00:28 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: "O. Hartmann" , freebsd-ports Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> 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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 10:00:34 -0000 O. Hartmann wrote on 03/11/2016 10:42: [...] > The ABI is also unclear. Some documents say it is freebsd:10:x86:64 (which > looks more the Intel/Linux dominated terminology) and also this one is > considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is said that > the variable ABI is derived from "sh" - how? It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ Miroslav Lachman From owner-freebsd-ports@freebsd.org Fri Mar 11 11:16:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F5DACC779 for ; Fri, 11 Mar 2016 11:16:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBD8B619 for ; Fri, 11 Mar 2016 11:16:16 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id B095D83EA for ; Fri, 11 Mar 2016 11:16:11 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/B095D83EA; dkim=none; dkim-atps=neutral Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI To: freebsd-ports@freebsd.org References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> From: Matthew Seaman X-Enigmail-Draft-Status: N1110 Message-ID: <56E2A8EF.8000705@freebsd.org> Date: Fri, 11 Mar 2016 11:15:59 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E2973C.8070703@quip.cz> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gMSi12dJTH2MrgGuWPwXJUjuW7SoMGlSa" X-Virus-Scanned: clamav-milter 0.99 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=2.2 required=5.0 tests=RDNS_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 11:16:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gMSi12dJTH2MrgGuWPwXJUjuW7SoMGlSa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/11/16 10:00, Miroslav Lachman wrote: > O. Hartmann wrote on 03/11/2016 10:42: >=20 > [...] >=20 >> The ABI is also unclear. Some documents say it is freebsd:10:x86:64 >> (which >> looks more the Intel/Linux dominated terminology) and also this one is= >> considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is >> said that >> the variable ABI is derived from "sh" - how? >=20 > It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ > The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ Actually, ${ABI} *used* to be freebsd:10:x86:64. It changed to FreeBSD:10:amd64 quite some time and numerous releases of pkg(8) ago now.= The ABI is usually determined by examining the binary of /bin/sh -- chosen because /bin/sh is likely to be present even on the most cut-down jail. It works vaguely similarly to the way file(1) does: % file /bin/sh /bin/sh: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 10.2 (1002509), stripped although there's no common code history between file(1) and pkg(8). If you feel like reading some C code, look at https://github.com/freebsd/pkg/blob/master/libpkg/pkg_elf.c#L691 -- the functions pkg_get_myarch_elfparse() and pkg_get_myarch() at line 964 are what does the job. Cheers, Matthew --gMSi12dJTH2MrgGuWPwXJUjuW7SoMGlSa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJW4qj1AAoJEABRPxDgqeTnqO4QAJHjT+NjIBqG8COL4QDZ9g7W JcP87zietfyHy8KXJbfBrmcSGjmXhxxsXy8Y9CDZxrBS8lRqySvl7GV2tvqwldeX NtOS6vWdxzvglLLIBey4oJBwnFtQTA8X6nqhDCt5VQTK6UacEQp/7A6+uH+0TgYH P26uP3lvrr5UvASpJQbAx2YF2Qv1vnO+PXn80aArNjS2EUhctHxEmAPS/V1HUcDm Ktaz43e9/MfYZEaHow0n2fZyBb/DUkyFoZY3CovoL3ISS8pl/7HluhPcB9Vry03Z BzY3+4WqB526loumVm0rbDtV/9lMRN1Z0ODghBGl84WZIwJWiCs+AwUwwKDG95l5 H4sW8Dv+UUzrqW6SOgjWn0QCOMxgYGXUd1OuyZyqsuEBsCc6WuHzoRsyyksEbGhG onC8wNoYbq2m/LsRe09reZ8oQ85B9SddbjyJXvJmUCb4SfRyNWRs3si73wgOfC7A AEP3T817Bqw7hWgqRZcJVYoSFr1BG1lu4rOGB3Z7WT9XUP5PWW0D9KPagqlNHEWA FzbbgK/j+H0cTCFESo9/khB45ucFqVQHaj6A4pACcjWbWRDpCSOmDPJFl5X7e2kB dkBOOLz87fLKJVgbIguaqn4KSZNgDvC0TQgya7dzKfr70q+GwZuU5Njvt4nKt/yq PUdb1Ua6J0+qcPjTgfiX =4uXc -----END PGP SIGNATURE----- --gMSi12dJTH2MrgGuWPwXJUjuW7SoMGlSa-- From owner-freebsd-ports@freebsd.org Fri Mar 11 11:23:30 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A880ACC9F0 for ; Fri, 11 Mar 2016 11:23:30 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC6A89B2 for ; Fri, 11 Mar 2016 11:23:29 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 8F1CE83EE for ; Fri, 11 Mar 2016 11:23:24 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/8F1CE83EE; dkim=none; dkim-atps=neutral Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI To: freebsd-ports@freebsd.org References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> From: Matthew Seaman X-Enigmail-Draft-Status: N1110 Message-ID: <56E2AAA4.7030708@freebsd.org> Date: Fri, 11 Mar 2016 11:23:16 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2agiTeQ2UL8hLaMT9rXC43WTblbqGQ8aK" X-Virus-Scanned: clamav-milter 0.99 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=2.2 required=5.0 tests=RDNS_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 11:23:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2agiTeQ2UL8hLaMT9rXC43WTblbqGQ8aK Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/11/16 09:42, O. Hartmann wrote: > The process will require 4 GiB more space. > 4 GiB to be downloaded. > Fetching pkg-1.6.4_1.txz: 100% 3 MiB 562.3kB/s 00:05 =20 > pkg-static: cached package pkg-1.6.4_1: size mismatch, fetching from re= mote > Fetching pkg-1.6.4_1.txz: 100% 3 MiB 562.3kB/s 00:05 =20 > pkg-static: cached package pkg-1.6.4_1: size mismatch, cannot continue >=20 > Well, it seems clear - somewhere (on that specific box nowhere!) is a c= ache and > the size-hash is compared - but where? The list in pkglist contains als= o > ports-mgmt/pkg and it is the first package to be fetched. At a guess you're mixing packages from one architecture with the package catalogue from a different one. You can achieve what you want, but you should use a tailored ${LOCALBASE}/etc/pkg.conf with custom settings for ABI, PKG_CACHEDIR and PKG_DBDIR. In principle it is possible to install packages for a foreign architecture using this sort of setup: that's what the '-R' flag to pkg(8) is all about -- so you can build a system image for a foreign arch on eg. a micro SD card you've mounted onto your filesystem but be able to store its package database and caches offline. Cheers, Matthew --2agiTeQ2UL8hLaMT9rXC43WTblbqGQ8aK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJW4qqkAAoJEABRPxDgqeTnrzkQAK7MlJzwtLTsAyD0T6AUS13i FNOFosuJmYUDLeHnnVzjqPWgSgMXP5/u7rlfelbbi1hl+EkS7QEkJtDlIcbwNlEV acszXwlcCdlhbKEoN+EqUAx0RnY9tUOCwY+Zk+5O46eirmlzu8pRzohPCC2al/I6 jXOcGovYQZl/906G2EIPPC/Hp1xLexerhGTKUAzz/Zpuw67pVPnTd+Yq9UovjTYq ozIWSRkOT9e53KreLK4ws0/luxGMrA8lbhMzWHfJWOJEYGwgPcKKQGKky+HEv+0T BMQi4z2oYeYtb79Mypqmh1ZityItpxOj2fwwftGnhVS8B5f4BDTa4fZyevngCHjB wfxI9TcSQpfzQwYl1cul/aTHrNCt9q+XFhwgfgH1e7NldP8qPltDvVeG+XWOnEX5 w3rRKir3qmU0bEKKFayHjN9vU+RxTNVG2kMe3sHKBW07dccNH9qwEfgbRlwEebeU mQhmjdR+pkWUimVTp7fWFDVK13g4sZAR+tYe1nGzZwOrx0M0L+4JO3CE/mXg54Ci L0gNuLGephL1MBkrbxx2olRveF+BHhPsN1aVMxs+PTGqO9RoH5y6GPP7VyWim176 fvE7yXqDWCtx0S2p2zahzBe/JxJXYl0AtWSTT5beCFtCUcdQfeY63WNR4hag4+vJ /wWmgLc0fPP2P1LF8Ta4 =5qTS -----END PGP SIGNATURE----- --2agiTeQ2UL8hLaMT9rXC43WTblbqGQ8aK-- From owner-freebsd-ports@freebsd.org Fri Mar 11 11:35:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E25B0ACCD64 for ; Fri, 11 Mar 2016 11:35:47 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C0B7EF1E for ; Fri, 11 Mar 2016 11:35:47 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C0D22ACCD63; Fri, 11 Mar 2016 11:35:47 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C06A2ACCD62 for ; Fri, 11 Mar 2016 11:35:47 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54873F1D; Fri, 11 Mar 2016 11:35:47 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id n186so14655129wmn.1; Fri, 11 Mar 2016 03:35:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=RIcrgP55NfzI52J67B8sMBxBeb4ELn+6LrKxh0nbcmw=; b=TlsilavQiiExpRqqKO4lrLFiJ4xKt2dz33vl5gfnNIwuzgk8bUxs00v6arH7C28glE 3EXKM3vdLsCc9G9b0xsd0LMJRr26B0sZwmL85mPxdYKhzIGW2jwlbiR3wTUXDSL4la0m XGjQ3ihfQgW/47BcU/ywjzvrooawhUkX8F/z/R3wMaDpTrBpc3la5ZtnJv88scMqLf91 iLEskzWmTuriDQgN2hfQPX8b7UL2+6hCbuL3l+9CuNUBSMzt8UUXYsh/i4YvrldB5tjl 9UQqdL3x2kDy9EBAEO3SZehsP3TtNdnp5On6m7hnL6twUxstdqJE1zJsq2z+W6eg7l14 pspA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=RIcrgP55NfzI52J67B8sMBxBeb4ELn+6LrKxh0nbcmw=; b=AoUl/lxtaEa6wyJvikTRJAS0TvnY4vtot+EgwPWDXwKYtwQS3r9kQNqkZOGBTCxCNs pOkzg+RRLqFvHZ3JyhdgGsf2ncWO1bGp4hryUBCE/mODyzh+KrRXSd4n8U6HnSftkKay BU1Fl7VAc4kGB4cbrcpF5RfM+xqQp7vmTUPloqBi5OuKYQD76AmLpUqx2CZ8WOEUTGAX 4wgUSiflhO2/HMvk3kdsuBG7HtHRcc6vLrv55E9c5WFFe90fv+m85od231x383cNQDek ddB3PlhPFASQxtzi8B+fpFa2Ecg2AxawM5e/bIxsEVuB4fUZPdupG47c9cxRaUToBhTT sLfQ== X-Gm-Message-State: AD7BkJLk8mgk8ObikKButEe+UxKrSjus4xvOIMolwDKSYna4yH7vlRmZ60IuzFbNEoGJWA== X-Received: by 10.28.126.131 with SMTP id z125mr2474766wmc.77.1457696145852; Fri, 11 Mar 2016 03:35:45 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id b1sm8043088wjy.0.2016.03.11.03.35.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Mar 2016 03:35:45 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Mathieu Arnold Cc: Ryan Steinmetz , ports@freebsd.org, portscout@FreeBSD.org Subject: Re: FreeBSD ports you maintain which are out of date References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> Date: Fri, 11 Mar 2016 12:35:43 +0100 In-Reply-To: (Mathieu Arnold's message of "Wed, 09 Mar 2016 13:50:11 +0100") Message-ID: <8637rxw8kw.fsf@FreeBSD.org> User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 11:35:48 -0000 Mathieu Arnold writes: > +--On 9 mars 2016 07:16:14 -0500 Ryan Steinmetz wrote: > | > | On (03/09/16 13:11), Mathieu Arnold wrote: > |> Hi, > |> > |> This really is getting annoying. > |> > | > | You can control the behavior by setting portscout flags on the port: > | > | http://portscout.freebsd.org/info/portscout-portconfig.txt > > Someone already put: > > PORTSCOUT= ignore I did that in r410199, and tried a different approach first in r410104. It's not clear to me why these reports are still being sent. From owner-freebsd-ports@freebsd.org Fri Mar 11 12:04:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BE3EACC347 for ; Fri, 11 Mar 2016 12:04:16 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 222D3985; Fri, 11 Mar 2016 12:04:15 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E33B32849E; Fri, 11 Mar 2016 13:04:12 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E75352849D; Fri, 11 Mar 2016 13:04:11 +0100 (CET) Message-ID: <56E2B43B.7080109@quip.cz> Date: Fri, 11 Mar 2016 13:04:11 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Matthew Seaman , freebsd-ports@freebsd.org Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> <56E2A8EF.8000705@freebsd.org> In-Reply-To: <56E2A8EF.8000705@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 12:04:16 -0000 Matthew Seaman wrote on 03/11/2016 12:15: > On 03/11/16 10:00, Miroslav Lachman wrote: >> O. Hartmann wrote on 03/11/2016 10:42: >> >> [...] >> >>> The ABI is also unclear. Some documents say it is freebsd:10:x86:64 >>> (which >>> looks more the Intel/Linux dominated terminology) and also this one is >>> considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is >>> said that >>> the variable ABI is derived from "sh" - how? >> >> It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ >> The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ > > Actually, ${ABI} *used* to be freebsd:10:x86:64. It changed to > FreeBSD:10:amd64 quite some time and numerous releases of pkg(8) ago now. It's strange that it is not listed at mirror page http://pkg.freebsd.org/ There are only old ABI formats. Miroslav Lachman From owner-freebsd-ports@freebsd.org Fri Mar 11 12:41:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC53CACC4D1 for ; Fri, 11 Mar 2016 12:41:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A5C68B5 for ; Fri, 11 Mar 2016 12:41:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A2FEBACC4D0; Fri, 11 Mar 2016 12:41:54 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A065FACC4CF for ; Fri, 11 Mar 2016 12:41:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 73153B1; Fri, 11 Mar 2016 12:41:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 04AA9BA0DE; Fri, 11 Mar 2016 07:41:47 -0500 (EST) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id Jp1u0_gzkMfq; Fri, 11 Mar 2016 07:41:46 -0500 (EST) Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 3B3EFBA0D6; Fri, 11 Mar 2016 07:41:46 -0500 (EST) Date: Fri, 11 Mar 2016 07:41:43 -0500 From: Ryan Steinmetz To: Raphael Kubo da Costa Cc: Mathieu Arnold , ports@freebsd.org, portscout@FreeBSD.org Subject: Re: FreeBSD ports you maintain which are out of date Message-ID: <20160311124143.GM4396@exodus.zi0r.com> References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> <8637rxw8kw.fsf@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <8637rxw8kw.fsf@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 12:41:54 -0000 On (03/11/16 12:35), Raphael Kubo da Costa wrote: >Mathieu Arnold writes: >> Someone already put: >> >> PORTSCOUT= ignore > >I did that in r410199, and tried a different approach first in r410104. >It's not clear to me why these reports are still being sent. ignore: Set to 1 to tell portscout not to do any version checking at all. Useful if, say, a particular port is not going to be updated ever again, yet portscout still finds files that look like updates. PORTSCOUT=ignore:1 >_______________________________________________ >freebsd-ports@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-freebsd-ports@freebsd.org Fri Mar 11 13:24:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03D58ACB665 for ; Fri, 11 Mar 2016 13:24:11 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D58E7E05 for ; Fri, 11 Mar 2016 13:24:10 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D60EFACB664; Fri, 11 Mar 2016 13:24:10 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A0AACB663 for ; Fri, 11 Mar 2016 13:24:10 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D349E04; Fri, 11 Mar 2016 13:24:10 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id p65so17493678wmp.0; Fri, 11 Mar 2016 05:24:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=mHZOCOIHD0huXAojfqU2+bqrMXgdIAFuAehkCBO/tyE=; b=vRpAMlUf+J6fVvJg0InpO35KpH91Jn/wy22mCNNXM0iKNghpVOWGw0eTDlNHAKCApp yEqlktNUbifuVP57ZbgnPjWL0a7Vwow9S/G+LJsx8Ladfbi4Ux2V0nAOyq8sXKrUO19g KY9tGbzqOWXKzsp8+pUN5oE1QrmwtR3L+WI110N1sVBO9lrqjJmYoBN8Oc8J+sZCTdfX aphpKgiEwiORduCNvMA1IIJ/Z41xNshyZm9cN7ilESOwf7OugOxQbLwEuFTldW5qah8A WhaGjNz1kqvoeh+ZIV19IVVWIDmetENELkEeNwPbBgRmcbsxFvcRTkAGSIScDyugPs1j VMTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=mHZOCOIHD0huXAojfqU2+bqrMXgdIAFuAehkCBO/tyE=; b=I915kpExvBcyYZTSSlkG8/hBrbxzgn2R6nZ6deuq2fv91eQbTLxBb3mQbJH49teuFA DQiI1YnxaTUL2QgV+0AtIFQ6xXrMiem5zduPCrExF0vqSQK3hTTsZCx3BtCstw8kPGja qlzwab52gK6W08k87UhXeSXi3up2beIjbESX0THRhy3NHuoeueHyfXphlOgTsfstGPTk P0pn4uFyMu6fsP4sDLvyxLc12QPze5QRqBrCbyjk/f/+8O3SZ4S9Ao3fwuAqo/syGmod xoHJ+TtLubsPSiEKxCDVp597huPKVSp45jXav3WaQGvalEARuWZiNuvTNTf9yWmn+N6h p+fQ== X-Gm-Message-State: AD7BkJLgqQbPS11BOxAp1HC7KGz2dAxgohP6i9Ef4NTrZgcmJfH2otjAzVbncrdBNmEvpA== X-Received: by 10.28.9.71 with SMTP id 68mr2873976wmj.33.1457702648745; Fri, 11 Mar 2016 05:24:08 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id jo6sm8420370wjb.48.2016.03.11.05.24.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Mar 2016 05:24:08 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Ryan Steinmetz Cc: Mathieu Arnold , ports@freebsd.org, portscout@FreeBSD.org Subject: Re: FreeBSD ports you maintain which are out of date References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> <8637rxw8kw.fsf@FreeBSD.org> <20160311124143.GM4396@exodus.zi0r.com> Date: Fri, 11 Mar 2016 14:24:02 +0100 In-Reply-To: <20160311124143.GM4396@exodus.zi0r.com> (Ryan Steinmetz's message of "Fri, 11 Mar 2016 07:41:43 -0500") Message-ID: <86y49puozx.fsf@FreeBSD.org> User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 13:24:11 -0000 Ryan Steinmetz writes: > On (03/11/16 12:35), Raphael Kubo da Costa wrote: >>Mathieu Arnold writes: >>> Someone already put: >>> >>> PORTSCOUT= ignore >> >>I did that in r410199, and tried a different approach first in r410104. >>It's not clear to me why these reports are still being sent. > > ignore: Set to 1 to tell portscout not to do any version checking at > all. Useful if, say, a particular port is not going to be > updated ever again, yet portscout still finds files that look > like updates. > > PORTSCOUT=ignore:1 Oops. I've committed this change in r410827, fingers crossed. Thanks for the pointer. From owner-freebsd-ports@freebsd.org Fri Mar 11 15:37:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08C07ACC194 for ; Fri, 11 Mar 2016 15:37:44 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E1BAD1AEE for ; Fri, 11 Mar 2016 15:37:43 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D8F9EACC191; Fri, 11 Mar 2016 15:37:43 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D87A8ACC190; Fri, 11 Mar 2016 15:37:43 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7625F1AEA; Fri, 11 Mar 2016 15:37:43 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id l68so22471990wml.1; Fri, 11 Mar 2016 07:37:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=pFu2hZjSIZG9HAX3pnURj0w0fnnfik1yRYjHH7aiYFg=; b=hD7Gpo2Ze7il2v0z6fjAEWWyjtXKK96C9Cc/5BY0JVIdFDvkNr1v9wNPVbfb4JUSXi DFjudjA6zFIV6fe9l7sUmW6le35QWf6se3SLcqFEx4g/pL3lQS/cT+iI8v3ZVWXST359 JBTWEXrJJmbgnceTOFHuk7t/iGniFkn64JWeCybiRA1e5BuXa4+k0glUfKo9XqomPJxM WLGHXSdpbvY+ahUyIHYNDF9GzIn4BCO0kvLl2K+QeMVLR0RR0Zpt9dzj5M3swd59e+eT 7c2y+9sCg5wzeDQPj4wIUTNW/pqkz+vOFQfxy9w5MuwLQjZuXLMTbbX4cAr7q2iK8EHC tSTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=pFu2hZjSIZG9HAX3pnURj0w0fnnfik1yRYjHH7aiYFg=; b=gvu1Dgk6swMMaUHbAhPoa2zk0QFDo2bQrAG3gjwk7H7RkHblUmZcPqLFhTe0vGPOaA 2KbxaDIJFEtcWpsH65FvIE/fhECOo9tZ2k1xTRzLsqvnifEqo6xJsYr93rjKwWnwBPrz WIDWKb6xl+rcJ4dovSLEscWHOHhr07PfxoVb9oHIpyulgEzhLTpTK8/gAJF6ks+Y2fVW 0QOS7Cwrdfs3bQqbfLJIOpoFL+TnAHS2NOtdZsav0fYyHZa/iA2IemQ5+Su0WeLWpjVo ATzjO+BZxcBGs4YftUKAZ91l9CqZFlZwt1da+GGA+ZoDhjd+Vs3eEXnroMaanjfN46a+ gnwA== X-Gm-Message-State: AD7BkJKFVaA2tS4vuRxL8SLwG4mYPmkCHY5l6qb55Q266JIteop4dL7qSLHXviBTeQsplw== X-Received: by 10.28.7.9 with SMTP id 9mr3492114wmh.8.1457710661935; Fri, 11 Mar 2016 07:37:41 -0800 (PST) Received: from localhost (cpe-94-253-187-91.zg.cable.xnet.hr. [94.253.187.91]) by smtp.gmail.com with ESMTPSA id up6sm9009300wjc.6.2016.03.11.07.37.41 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 07:37:41 -0800 (PST) Date: Fri, 11 Mar 2016 16:37:37 +0100 From: To: hackers@freebsd.org, ports@freebsd.org Subject: (GSoC 2016) Parallel ports build and installation => paraports Message-ID: <20160311163737.00001819@gmail.com> 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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 15:37:44 -0000 Hi to all. Last year I overlooked the calendar, so am now proposing this project again. Would there be interest for it and mentor too? To cut it short, it works like this: http://starforce.biz/paraports.mp4 PS: It is video from last year. Now it works better and faster. Domagoj From owner-freebsd-ports@freebsd.org Fri Mar 11 16:38:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C71DDACAFF4 for ; Fri, 11 Mar 2016 16:38:05 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559A0C5D for ; Fri, 11 Mar 2016 16:38:05 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from host-4-75.office.adestra.com (vpn-1.adestra.com [46.236.37.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 995AA86A3; Fri, 11 Mar 2016 16:38:00 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/995AA86A3; dkim=none; dkim-atps=neutral Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> <56E2A8EF.8000705@freebsd.org> <56E2B43B.7080109@quip.cz> From: Matthew Seaman Message-ID: <56E2F460.7080604@FreeBSD.org> Date: Fri, 11 Mar 2016 16:37:52 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E2B43B.7080109@quip.cz> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Mppqc5SlALp7LqX7noN4QMD8RQxmSq7r3" X-Virus-Scanned: clamav-milter 0.99 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=1.0 required=5.0 tests=SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 16:38:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Mppqc5SlALp7LqX7noN4QMD8RQxmSq7r3 Content-Type: multipart/mixed; boundary="F5FPNEeAT5wju0hFpE2j8tPhC0dwDTLAL" From: Matthew Seaman To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org Message-ID: <56E2F460.7080604@FreeBSD.org> Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> <56E2A8EF.8000705@freebsd.org> <56E2B43B.7080109@quip.cz> In-Reply-To: <56E2B43B.7080109@quip.cz> --F5FPNEeAT5wju0hFpE2j8tPhC0dwDTLAL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2016/03/11 12:04, Miroslav Lachman wrote: > Matthew Seaman wrote on 03/11/2016 12:15: >> On 03/11/16 10:00, Miroslav Lachman wrote: >>> O. Hartmann wrote on 03/11/2016 10:42: >>> >>> [...] >>> >>>> The ABI is also unclear. Some documents say it is freebsd:10:x86:64 >>>> (which >>>> looks more the Intel/Linux dominated terminology) and also this one = is >>>> considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is= >>>> said that >>>> the variable ABI is derived from "sh" - how? >>> >>> It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ >>> The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ >> >> Actually, ${ABI} *used* to be freebsd:10:x86:64. It changed to >> FreeBSD:10:amd64 quite some time and numerous releases of pkg(8) ago n= ow. >=20 > It's strange that it is not listed at mirror page > http://pkg.freebsd.org/ There are only old ABI formats. Yeah. But that page also mentions packages for 8.x which is now well out of support. I believe that the official package mirrors have been set up to work with both variants of the ABI string, and the page you reference simply hasn't been updated for a while. Cheers, Matthew --F5FPNEeAT5wju0hFpE2j8tPhC0dwDTLAL-- --Mppqc5SlALp7LqX7noN4QMD8RQxmSq7r3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJW4vRmXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnCfIP/0zzCiswt/NyHcvq1LoHu69B ZbWLbfOAnRfa9RV68batnHJazM6BNhFlLc4HwZdq14GPkksHjh/t4MUO/O1M5+yt ye0nMSeCu4Rahk3qAFqI7sWC0Fii/tEbSVjC94/j0P+pqoh26zmDeS3qv+fKEpSO AsXbS+W/Ekwvg/0fWaDlKfL2m6MyRThh8c4/Xq1eqiY+TNlhMnq2ysU58xpP1LV6 frPM6/4haowl6hHlBHnhGOS7X37UZs8SqPY/8ngW80m0biYWQaCnvfLjD9PFRUzA TwHTtUYqo96TWy90g0TePSeegOhQ37hfqlHLOhbfKcGOxWlwinAv3AQ7BPT4pqZx fw1FtZJpLuh1cwr7gofOtBRUquKMwEY0zZpEeOp96M4a7X1fCtXkHfP5rLCYnScn drOZ+Ji+Pi7q3Kx+XyRHg8SG/A+l3gjSo8KSuAPt+QM7clvbJrYlo1fvwYx9EDbB VnAtkZfOk8EjwFdVZU6HzcwJ2BNlBsF52ZxBOKBPMYN+9qQhuxSuF65Gf1zhaqsf u1gep7+lkLurQD2thaPVbHJx9TfXBQLlprfTYZEP4itlvD7cu1BwyfGAqkYZ32aX 9Q2YsMnoEgochxDW+LSOCKVz6FnpoRAKGqA4T0AP170POrm4R6tgT0ZpUfBa+Ayr d53kIbaBXHSFJk/M4CCv =tn7o -----END PGP SIGNATURE----- --Mppqc5SlALp7LqX7noN4QMD8RQxmSq7r3-- From owner-freebsd-ports@freebsd.org Fri Mar 11 16:51:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28C13ACC631 for ; Fri, 11 Mar 2016 16:51:46 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0D97B637 for ; Fri, 11 Mar 2016 16:51:46 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: by mailman.ysv.freebsd.org (Postfix) id 0C70BACC630; Fri, 11 Mar 2016 16:51:46 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C148ACC62F for ; Fri, 11 Mar 2016 16:51:46 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFBEB634; Fri, 11 Mar 2016 16:51:45 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=ejd6Sb3hM5/JrCmUx0VbB+Q82au+pm0x9IzNYMNSLz0=; b=KTbYRR8GsJkY uZACHCT7pMd7XR0IZ5J3ICVtwrlg8DQprmTQj/8pIWt93lOl2ARXMTVfsKPkgVrj5cxv7uK/joUAe gKcsBj3FcWa2c1QHYcyJaxiWBTccxpebeQKy+Rjzeaa9djKwBXkmgGxMbXTenBHBugkZzftteRnVp YE9YY=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aeQHt-000MMe-Tt; Fri, 11 Mar 2016 16:51:41 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: FreeBSD ports you maintain which are out of date From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: <20160311124143.GM4396@exodus.zi0r.com> Date: Fri, 11 Mar 2016 17:51:41 +0100 Cc: Raphael Kubo da Costa , Mathieu Arnold , ports@freebsd.org, portscout@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: <17C16E14-9FEA-4927-8E53-2E79EDE19446@waschbuesch.de> References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> <8637rxw8kw.fsf@FreeBSD.org> <20160311124143.GM4396@exodus.zi0r.com> To: Ryan Steinmetz X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 16:51:46 -0000 > Am 11.03.2016 um 13:41 schrieb Ryan Steinmetz : > > > On (03/11/16 12:35), Raphael Kubo da Costa wrote: >> Mathieu Arnold writes: >>> Someone already put: >>> >>> PORTSCOUT= ignore >> >> I did that in r410199, and tried a different approach first in r410104. >> It's not clear to me why these reports are still being sent. > > ignore: Set to 1 to tell portscout not to do any version checking at > all. Useful if, say, a particular port is not going to be > updated ever again, yet portscout still finds files that look > like updates. > > > PORTSCOUT=ignore:1 > > > >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > -- > Ryan Steinmetz > PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi there, I was the person originally asking if we should not add PORTSCOUT=ignore to this port. To try and determine how this should be done. I was looking at both https://www.freebsd.org/doc/en/books/porters-handbook/makefile-portscout.html and the link mentioned on that page https://www.freebsd.org/doc/en/books/porters-handbook/distfile-survey.html Seeing as neither the PORTSCOUT page in the handbook nor the linked page contain the syntax needed in this case, maybe we should add the link to http://portscout.freebsd.org/info/portscout-portconfig.txt to the porter's handbook? Best, Martin From owner-freebsd-ports@freebsd.org Fri Mar 11 17:04:49 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28423ACCD37 for ; Fri, 11 Mar 2016 17:04:49 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0FE5F8 for ; Fri, 11 Mar 2016 17:04:48 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1aeQUY-0011rM-8U>; Fri, 11 Mar 2016 18:04:46 +0100 Received: from x5ce1216b.dyn.telefonica.de ([92.225.33.107] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aeQUX-000Fb0-VQ>; Fri, 11 Mar 2016 18:04:46 +0100 Date: Fri, 11 Mar 2016 18:04:57 +0100 From: "O. Hartmann" To: Miroslav Lachman <000.fbsd@quip.cz> Cc: freebsd-ports Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI Message-ID: <20160311180457.0f4a5c5b.ohartman@zedat.fu-berlin.de> In-Reply-To: <56E2973C.8070703@quip.cz> References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Rx4inzhDKj+L7wPLSH5Nytb"; protocol="application/pgp-signature" X-Originating-IP: 92.225.33.107 X-ZEDAT-Hint: A X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:04:49 -0000 --Sig_/Rx4inzhDKj+L7wPLSH5Nytb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Fri, 11 Mar 2016 11:00:28 +0100 Miroslav Lachman <000.fbsd@quip.cz> schrieb: > O. Hartmann wrote on 03/11/2016 10:42: >=20 > [...] >=20 > > The ABI is also unclear. Some documents say it is freebsd:10:x86:64 (wh= ich > > looks more the Intel/Linux dominated terminology) and also this one is > > considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is sa= id that > > the variable ABI is derived from "sh" - how? =20 >=20 > It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ > The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ >=20 > Miroslav Lachman Thank you very much.=20 Kind regards, O. Hartmann --Sig_/Rx4inzhDKj+L7wPLSH5Nytb Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW4vq5AAoJEOgBcD7A/5N8/qEH/0YLJ6nao6/JNGs954GmlxHN OnMOINhIpobSlBG+ps1tl+9/vu8hzg06/4lVv7HYfFun2WrsNqiO6HoBemQS6rGw tGeGYXE75lg7s9bGyrEm6ba73xJ/HGPuv2aSgUbHGcGpo2Jhu+53KgTCe/bVA+S9 0yLwYPmGX637glJ+mXeG4fxGuqsl6GrS4Y6QIeutHaV+yd0W/e532FCZXqthxexS ec2HIQKtFVt2RDeaq2HlenMw/Txt/rW81U+e4VWQn7swemnNtUssmw/x6lDYztQ+ jlwo/BLGpa7qL6G3bRf1VBkMF2T3acks/ffOaAY7AN7ZSvnNVOq1mRGb0pAmDE0= =bWtg -----END PGP SIGNATURE----- --Sig_/Rx4inzhDKj+L7wPLSH5Nytb-- From owner-freebsd-ports@freebsd.org Fri Mar 11 17:13:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0C99ACB0E9 for ; Fri, 11 Mar 2016 17:13:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C6FB58FC for ; Fri, 11 Mar 2016 17:13:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id C6724ACB0E8; Fri, 11 Mar 2016 17:13:06 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6013ACB0E7 for ; Fri, 11 Mar 2016 17:13:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6982E8FB; Fri, 11 Mar 2016 17:13:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8B24EBDC7C; Fri, 11 Mar 2016 18:13:03 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 46136BDC5A; Fri, 11 Mar 2016 18:13:03 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0432A6178; Fri, 11 Mar 2016 18:13:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 9C557206EE0A; Fri, 11 Mar 2016 18:13:00 +0100 (CET) Date: Fri, 11 Mar 2016 18:13:00 +0100 From: Mathieu Arnold To: ports@freebsd.org cc: portscout@FreeBSD.org Subject: Re: FreeBSD ports you maintain which are out of date Message-ID: <707124624D660C727D8272A1@ogg.in.absolight.net> In-Reply-To: <17C16E14-9FEA-4927-8E53-2E79EDE19446@waschbuesch.de> References: <201603090833.u298X0li053372@portscout.freebsd.org> <66302EC60289E24E15A64493@atuin.in.mat.cc> <20160309121614.GH4396@exodus.zi0r.com> <8637rxw8kw.fsf@FreeBSD.org> <20160311124143.GM4396@exodus.zi0r.com> <17C16E14-9FEA-4927-8E53-2E79EDE19446@waschbuesch.de> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========845BB660D985937DD979==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:13:07 -0000 --==========845BB660D985937DD979========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 11 mars 2016 17:51:41 +0100 Martin Waschb=C3=BCsch wrote: |=20 |> Am 11.03.2016 um 13:41 schrieb Ryan Steinmetz : |>=20 |>=20 |> On (03/11/16 12:35), Raphael Kubo da Costa wrote: |>> Mathieu Arnold writes: |>>> Someone already put: |>>>=20 |>>> PORTSCOUT=3D ignore |>>=20 |>> I did that in r410199, and tried a different approach first in r410104. |>> It's not clear to me why these reports are still being sent. |>=20 |> ignore: Set to 1 to tell portscout not to do any version checking at |> all. Useful if, say, a particular port is not going to be |> updated ever again, yet portscout still finds files that look |> like updates. |>=20 |>=20 |> PORTSCOUT=3Dignore:1 |>=20 |>=20 |>=20 |>> _______________________________________________ |>> freebsd-ports@freebsd.org mailing list |>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports |>> To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" |>=20 |> --=20 |> Ryan Steinmetz |> PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 |> _______________________________________________ |> freebsd-ports@freebsd.org mailing list |> https://lists.freebsd.org/mailman/listinfo/freebsd-ports |> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" |=20 | Hi there, |=20 | I was the person originally asking if we should not add = PORTSCOUT=3Dignore | to this port. |=20 | To try and determine how this should be done. I was looking at both |=20 | https://www.freebsd.org/doc/en/books/porters-handbook/makefile-portscout. | html |=20 | and the link mentioned on that page |=20 | = https://www.freebsd.org/doc/en/books/porters-handbook/distfile-survey.html |=20 | Seeing as neither the PORTSCOUT page in the handbook nor the linked page | contain the syntax needed in this case, maybe we should add the link to | http://portscout.freebsd.org/info/portscout-portconfig.txt | to the porter's handbook? Well, the best way would be to fix portscout so that it stops spamming with this false positive. It did start when it was last updated. --=20 Mathieu Arnold --==========845BB660D985937DD979========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW4vycXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Is4sP/j9DSSmFnQ2CwjV1xvJW4LK8 PllMApvcNoys4bfal3GkObxWc3Qkx5IE3v1/e3avsROSlKkZjZbmfUAXpqOuUQwr kOUmT27I0IhSg7pqljmbSiFhVi4j0VIo2p5PgBGZvmQo+6y65F1byY2tE9jZmwQN 7w4CxqW/9HlmbjprXOJ774veAPaICnFKiZRezSjjAw9/9i/e4rmU76GJJhYcgiUK ElMa7WUX4U5QJ7lRmWG/yTU3JMAXjtGzT1pz13I4xwDIjS5Hn+BzgV3FY/1NPI5n 7xZXAXvTx2LivXWWP1o7U96ns7/RzllS5Bg66IIHllsawnjWsrSZ2uUuzWfgBqEz S3kUaBLOH8Buw+YdkYloqcVc5cYhybLKKXRJBDzv90PFr7KX+XYMrMFSfwb8Zn6I 6OscgNccs9oxVKdEzxAmfF++JzmtMOOsnzBTctOg5E3NTda77GCN89kHFUxmgi3R CWAqXOmoAmVS7Lny4baypJcbWOZUL/zrbo6mFX4xI9VKzkzxLqzXf5s2FhuVxyLA xPidTMAxI27/jPz2t3qdz28+zHjFv0f2KJ1EgI+40ogY2VQ2rQoi1o9eyZuLRFTZ HUb8tnYahOPrCe7AuYU9vOA0U7E8+TGr/4IFu9FKxH3LfTv2SQscdJEcJ6deRvzw Vm7/NDjgkktgNwCd1mTG =7zvz -----END PGP SIGNATURE----- --==========845BB660D985937DD979==========-- From owner-freebsd-ports@freebsd.org Fri Mar 11 17:26:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA8D9ACB92B for ; Fri, 11 Mar 2016 17:26:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B614984A; Fri, 11 Mar 2016 17:26:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0E660BDC8C; Fri, 11 Mar 2016 18:26:27 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id DB960BDC5A; Fri, 11 Mar 2016 18:26:26 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 57C276167; Fri, 11 Mar 2016 18:26:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 19B2F206F298; Fri, 11 Mar 2016 18:26:26 +0100 (CET) Date: Fri, 11 Mar 2016 18:26:25 +0100 From: Mathieu Arnold To: Miroslav Lachman <000.fbsd@quip.cz>, Matthew Seaman , freebsd-ports@freebsd.org Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI Message-ID: In-Reply-To: <56E2B43B.7080109@quip.cz> References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> <56E2A8EF.8000705@freebsd.org> <56E2B43B.7080109@quip.cz> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========C95608D8BBDEDD9CC94E==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:26:29 -0000 --==========C95608D8BBDEDD9CC94E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 11 mars 2016 13:04:11 +0100 Miroslav Lachman <000.fbsd@quip.cz> wrote: | Matthew Seaman wrote on 03/11/2016 12:15: |> On 03/11/16 10:00, Miroslav Lachman wrote: |>> O. Hartmann wrote on 03/11/2016 10:42: |>> |>> [...] |>> |>>> The ABI is also unclear. Some documents say it is freebsd:10:x86:64 |>>> (which |>>> looks more the Intel/Linux dominated terminology) and also this one is |>>> considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is |>>> said that |>>> the variable ABI is derived from "sh" - how? |>> |>> It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ |>> The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ |> |> Actually, ${ABI} *used* to be freebsd:10:x86:64. It changed to |> FreeBSD:10:amd64 quite some time and numerous releases of pkg(8) ago now. | | It's strange that it is not listed at mirror page http://pkg.freebsd.org/ | There are only old ABI formats. I knew putting a web server behind pkg.freebsd.org, and putting an index page there was a bad idea, now people go there, and look at it. -- Mathieu Arnold --==========C95608D8BBDEDD9CC94E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJW4v/BXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IOekQAJEgBPaUxEbdLCN97bJFbBCm eOnRCl4ATOnOhfRfU30K1mFEgw1ppIcjdL97FBQAUhhOSi5Bpaiq762h9KPiy1yx YLu5LD+2ow0mu6P1HiAOzlcYWyBxWJtzC3gH2c3usMgjZtrRSG1oopMZKJixKtyM yzdZDBFgOEbWzsZx2DQ4aNgrBUwVsZEz4VTGe9OEFAtVyfgVkfcvM16+ZWhDZA9S d3uawOc5Gd8VTplBeZrPk8Cb3ErlB9sFGWFkSfucYeytO2Llu42pJ9DAu+fR4uqF i7QrEsmcLBrmXwOmYdNdWt0sZh3/C/6pgHv672eFg0nYE2VmCsgt2ZPKkwwiVRn0 0h7FdnUHHHrnmTmOA5jhNepkJBkC4BO8L2RkQCgSiae/Ikl74LIvEKWrM//0fAeg bnh5J5UnZOWQT3//NIpRiWhYnoKwUQAohYbudtfFYNao+nLCFY4E4hZy7O0kKCaW hr/S5V1nsTJLgiaG/RH7gNhDiJXCSuGumtRDCljOkeoGykTwwgzdoCJNEZeZtqSW hkjkU9o4ssuXz9XVPtGpInq6xsRy0onDesnYiFX1+W1N2sgu3pyciaJ2BBrYetvK DWzPmkNFLhdP9K1NjG77IGUCKBmz4NkhC+8W9M/nsyYxjClneVxNX+hggxq7ccgX 4jAUNj8kRUO0Gv7jLsCA =LLlG -----END PGP SIGNATURE----- --==========C95608D8BBDEDD9CC94E==========-- From owner-freebsd-ports@freebsd.org Fri Mar 11 17:37:47 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E385FACBDF1 for ; Fri, 11 Mar 2016 17:37:47 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9842105D; Fri, 11 Mar 2016 17:37:46 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id AD13128438; Fri, 11 Mar 2016 18:37:43 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 9B79A2840C; Fri, 11 Mar 2016 18:37:42 +0100 (CET) Message-ID: <56E30266.9050603@quip.cz> Date: Fri, 11 Mar 2016 18:37:42 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Mathieu Arnold , Matthew Seaman , freebsd-ports@freebsd.org Subject: Re: pkg: fetching binary packages to a local dumpdir for a different ABI References: <20160311104226.35a9e17d@freyja.zeit4.iv.bundesimmobilien.de> <56E2973C.8070703@quip.cz> <56E2A8EF.8000705@freebsd.org> <56E2B43B.7080109@quip.cz> In-Reply-To: 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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:37:48 -0000 Mathieu Arnold wrote on 03/11/2016 18:26: > +--On 11 mars 2016 13:04:11 +0100 Miroslav Lachman <000.fbsd@quip.cz> wrote: > | Matthew Seaman wrote on 03/11/2016 12:15: > |> On 03/11/16 10:00, Miroslav Lachman wrote: > |>> O. Hartmann wrote on 03/11/2016 10:42: > |>> > |>> [...] > |>> > |>>> The ABI is also unclear. Some documents say it is freebsd:10:x86:64 > |>>> (which > |>>> looks more the Intel/Linux dominated terminology) and also this one is > |>>> considered correct: FreeBSD:10:amd64 (looks more FreeBSD'ish). It is > |>>> said that > |>>> the variable ABI is derived from "sh" - how? > |>> > |>> It is freebsd:10:x86:64. You can look at http://pkg.freebsd.org/ > |>> The full URL is http://pkg.freebsd.org/freebsd:10:x86:64/ > |> > |> Actually, ${ABI} *used* to be freebsd:10:x86:64. It changed to > |> FreeBSD:10:amd64 quite some time and numerous releases of pkg(8) ago now. > | > | It's strange that it is not listed at mirror page http://pkg.freebsd.org/ > | There are only old ABI formats. > > I knew putting a web server behind pkg.freebsd.org, and putting an index > page there was a bad idea, now people go there, and look at it. I think it is useful. We can browse the packages for different versions and architectures. It just needs update for current ABI format. It is always better to show some content then act like a black box full of magic :) (the mentioned mirror supports both if I tried the URL by hand, but does not mention it on the index) Miroslav Lachman From owner-freebsd-ports@freebsd.org Fri Mar 11 17:47:03 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC9FACC1E1 for ; Fri, 11 Mar 2016 17:47:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D622E15EB; Fri, 11 Mar 2016 17:47:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id CF7F317C0; Fri, 11 Mar 2016 17:47:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 9CC811E12B; Fri, 11 Mar 2016 17:47:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Pv428gjPt6Rf; Fri, 11 Mar 2016 17:47:00 +0000 (UTC) Subject: Re: poudriere and MAKEOBJDIRPREFIX DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com EF3761E124 To: "O. Hartmann" , freebsd-ports@freebsd.org References: <20160310143739.3c21bbac@hermann> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56E3049A.6080402@FreeBSD.org> Date: Fri, 11 Mar 2016 09:47:06 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160310143739.3c21bbac@hermann> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="joe33fpV5UVUPSmxauDXVJWtPnjCO1bA6" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 17:47:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --joe33fpV5UVUPSmxauDXVJWtPnjCO1bA6 Content-Type: multipart/mixed; boundary="39nnxobCgwRJfcJId7El7TnBEe3gcCiiR" From: Bryan Drewery To: "O. Hartmann" , freebsd-ports@freebsd.org Message-ID: <56E3049A.6080402@FreeBSD.org> Subject: Re: poudriere and MAKEOBJDIRPREFIX References: <20160310143739.3c21bbac@hermann> In-Reply-To: <20160310143739.3c21bbac@hermann> --39nnxobCgwRJfcJId7El7TnBEe3gcCiiR Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 3/10/2016 5:37 AM, O. Hartmann wrote: > env MAKEOBJDIRPREFIX=3D/some/place poudriere jail -c -j 10-stable-amd64= \ > -a amd64 -v stable/10 -m src=3D/somesrc/srcplace/ >=20 > In poudriere.conf I added=20 >=20 > export MAKEOBJDIRPREFIX=3D$MAKEOBJDIRPREFIX >=20 > as recommended in some posts I found googling for a solution. Please > have in mind that I use csh - the export and poudriere's environment is= > obviously sh. >=20 > This fails, the PATH is always cut down to /somesrc/srcplace/, missing > the prepending portion taken from MAKEOBJDIRPREFIX - it is set to zero > length it seems. Ommitting env MAKEOBJDIRPREFIX=3D/some/place to the > poudriere command as shown above results in "usr/obj" being prepended. > This seems odd! >=20 > The only sollution to this was to give the specific jail its private > 10-stable-amd64-poudriere.conf. But this seems to be not the correct > way to do so, since MAKEOBJDIRPREFIX is supposed to be set in the > environment. >=20 > What am I missing here? The poudriere command clears the environment except for PATH and TERM. A 10-stable-amd64-poudriere.conf with export MAKEOBJDIRPREFIX=3Dvalue would work. --=20 Regards, Bryan Drewery --39nnxobCgwRJfcJId7El7TnBEe3gcCiiR-- --joe33fpV5UVUPSmxauDXVJWtPnjCO1bA6 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 iQEcBAEBAgAGBQJW4wSaAAoJEDXXcbtuRpfPnKQIALZffB/FulIdBufVzhn/f5kk vvTQEc/nw1egkINfWpOQ6bItuAmRg3DVsry7QoxeKLZ4V0dnFlartwDCFNinS9yL ahvfD89RgsKtUcVb5ElKzpgnQpX1CYxyZ0XNpTM6sUVMf41lAAA5GZNuCeDJDCZd DlCbaLhX1mOH9DFzHMjUESJEm5+yEvOt9nQSueN/9cE5cOuZIMLZyp/psH+fyNQ7 gmUJIRoqTvVZFFRQj4eOzMxyX44Kc+1hfJ7+I2zWjr2m9acKvpTqPGcdYFV2xPE/ UgQ6q2JxnHvKZihirEmHghVPahymgK6Kizi7q2Hl+2UMCTHaAUdXuBB/JTS+URg= =3np5 -----END PGP SIGNATURE----- --joe33fpV5UVUPSmxauDXVJWtPnjCO1bA6-- From owner-freebsd-ports@freebsd.org Fri Mar 11 18:00:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B2E3ACC70C for ; Fri, 11 Mar 2016 18:00:54 +0000 (UTC) (envelope-from lists@opsec.eu) 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 39F1B1D2A; Fri, 11 Mar 2016 18:00:54 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aeRMs-000AI1-SS; Fri, 11 Mar 2016 19:00:54 +0100 Date: Fri, 11 Mar 2016 19:00:54 +0100 From: Kurt Jaeger To: Ashish SHUKLA Cc: Matthieu Volat , ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.02 Message-ID: <20160311180054.GN35640@home.opsec.eu> References: <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> <86vb4v7o9t.fsf@chateau.d.if> <20160309155027.GM35640@home.opsec.eu> <8660wtcytt.fsf@chateau.d.if> <861t7hcye0.fsf@chateau.d.if> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <861t7hcye0.fsf@chateau.d.if> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 18:00:54 -0000 Hi! > | https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff > > Correct URL is: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-2.diff The update hit the tree. Thanks for the persistence in providing this patch! -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Fri Mar 11 18:58:20 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80CDBACCC66 for ; Fri, 11 Mar 2016 18:58:20 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 666229F4 for ; Fri, 11 Mar 2016 18:58:20 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id 66334ACCC65; Fri, 11 Mar 2016 18:58:20 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65CECACCC64 for ; Fri, 11 Mar 2016 18:58:20 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm2-vm1.bullet.mail.bf1.yahoo.com (nm2-vm1.bullet.mail.bf1.yahoo.com [98.139.213.158]) (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 1EF1B9F1 for ; Fri, 11 Mar 2016 18:58:20 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1457722336; bh=Q9f3IjZBp1yr9MxHaBVpb5waLJsssOiGOBRmnumW4wM=; h=To:Cc:From:Subject:Date:From:Subject; b=DoMg5Ws9wJz79xqDiydHx6AGRdMyQZ6waJXWRcevyPBqkAaBwuQ4Hn9raaWap+s+HwpXjWnWeQwRBEEZ5MO1cBZxqydUltmkz9mjgLBrqGyW1C+wtVqP8sPZ06pS3eUXS8FU9ebZQkBn7gK/qs2RvS2S+JjkLsVXlUPXpJv4Iu0SBKxdGPKlDF4yPKZ22vGkbDmIyPJbFqnl3nabl+s1dwftbSBoGYieROLKvWau/FZJbD0OVbY9TlGNyXXePmu31VRLf67j82RpUadns1CSxG1dxJTGvnqQxVaEofTs1cx2JBQqaHCdZOxcHrvuPAsh+7Ws+/J2fpM2PL1DGJYEyA== Received: from [98.139.170.178] by nm2.bullet.mail.bf1.yahoo.com with NNFMP; 11 Mar 2016 18:52:16 -0000 Received: from [98.139.211.198] by tm21.bullet.mail.bf1.yahoo.com with NNFMP; 11 Mar 2016 18:52:16 -0000 Received: from [127.0.0.1] by smtp207.mail.bf1.yahoo.com with NNFMP; 11 Mar 2016 18:52:16 -0000 X-Yahoo-Newman-Id: 416202.41331.bm@smtp207.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ejfnNnUVM1mxRbLIQ37ID5Tu7CmAlZ12gsBzTgoQ897R_Jb WklA9ZUSSHo_wiQ6Cb.raLb5xgm19u4MYwYvh9FUGb824mLm_q0dnaerZ5MA vljXZgxKDiXAwC0BFNtZaAdgbhdE5VpWoApUkoczByceuuNjgVSM7hg8kjTq qcBlmQyEqFtC54.mNNJt9hC2W3nhVOzE0g0dTpwE_c.X3hjkLU3crAeutzHI is9btlTf06jivaeF080G4MR7GtcBq90ABtEHsf3uECM9alKo3pJr_q.61KCV dNHKhDDMSI5Bmalqhnwzm5qZ_l3fiGC3K1DCGkd8z5vZTnGdxW6PRyJTYwDo jUIcHw8oyODEY3lAiqt9l97B7Nwgi46bdb1rUH8UfYk.5LQ3xLD23lZ2TBge viyb12aIR5UM0NaiaTfdgL.lfOecVv_hQrg3KCsyWhI6BqG.GM9u2uuF1cNs FuLBeQKM2VPWvrh59pApWgEXit.vGalNzDW3Da21pMIzNfVeq0r4b6iljmux _38F3tS8YQYy3aXorPiSkQTVF5yT5L7BSdHM- X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- To: madpilot@FreeBSD.org Cc: ports@freebsd.org From: pathiaki2 Subject: Asterisk 2.x ??? Message-ID: <56E313DF.8090606@yahoo.com> Date: Fri, 11 Mar 2016 13:52:15 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 18:58:20 -0000 Hi, Since Asterisk 1.8 is now deprecated, what are the port plans for Asterisk 2.x ? Thank you, Paul Pathiakis From owner-freebsd-ports@freebsd.org Fri Mar 11 19:15:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E8FCACD3A5 for ; Fri, 11 Mar 2016 19:15:36 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5AD9CE; Fri, 11 Mar 2016 19:15:36 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 70FFA1A2A; Fri, 11 Mar 2016 19:15:34 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (localhost [IPv6:::1]) by chateau.d.if (OpenSMTPD) with ESMTP id e8dc6b90; Sat, 12 Mar 2016 00:45:32 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Kurt Jaeger Cc: Ashish SHUKLA , ports-list freebsd , Matthieu Volat Subject: Re: [CFT] net-im/ejabberd to 16.02 Organization: The FreeBSD Project References: <86d1rfehpi.fsf@chateau.d.if> <20160305180935.1eff68ff@freedom.alkumuna.eu> <86io0yzsfs.fsf@chateau.d.if> <20160307201946.0964505f@freedom.alkumuna.eu> <86twkhkmxg.fsf_-_@chateau.d.if> <20160308174052.GI35640@home.opsec.eu> <86vb4v7o9t.fsf@chateau.d.if> <20160309155027.GM35640@home.opsec.eu> <8660wtcytt.fsf@chateau.d.if> <861t7hcye0.fsf@chateau.d.if> <20160311180054.GN35640@home.opsec.eu> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 12:43AM up 3:11, 7 users, load averages: 0.43, 0.28, 0.25 X-Operating-System: FreeBSD/FreeBSD 10.2-RELEASE-p10/amd64 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project X-Hashcash: 1:20:160311:lists@opsec.eu::R+BFuitPZNlhsOBu:0000n2j X-Hashcash: 1:20:160311:ashish@freebsd.org::N2KKMqWyu1Uvols7:00000000000000000000000000000000000000000003vHA X-Hashcash: 1:20:160311:freebsd-ports@freebsd.org::Tff9jBi5AT/PQfH5:0000000000000000000000000000000000001lOw X-Hashcash: 1:20:160311:mazhe@alkumuna.eu::u6naL7lX/Xn5RCBF:000000000000000000000000000000000000000000005l6S Date: Sat, 12 Mar 2016 00:45:26 +0530 In-Reply-To: <20160311180054.GN35640@home.opsec.eu> (Kurt Jaeger's message of "Fri, 11 Mar 2016 19:00:54 +0100") Message-ID: <86shzwj06p.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (amd64-portbld-freebsd10.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 19:15:36 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Fri, 11 Mar 2016 19:00:54 +0100, Kurt Jaeger said: | Hi! || | https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff ||=20 || Correct URL is: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-= 2.diff | The update hit the tree. Thanks for the persistence in providing | this patch! Thanks Kurt, I was going to commit it myself though. :) =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 =E2=80=9CThere are three principal ways to lose money: wine, women, = and engineers. While the first two are more pleasant, the third is by far the more certain.=E2=80=9D (Baron Rothschild, ca. 1800) Sent from my Emacs --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJW4xlPAAoJEMdGz6nnT6SwxcQP/2emKUGsh1u1H6p9nEGBga8t mRHWKdaCbeQb3mytoEz9xXbbWch6Oewsq0DvlBVAOzrVy6P9f2MLSRsuhrF8fNCy ZwhQcI1ykKO8o7cgml2Ps91OdaHem+rDQg6sMdi8+pf/7XNfer5tl0lwNbSHmJKI Sit4sCMopVJtCksKmbj67GuhlsWx0x3E1vBUsNpnUcq0gllGR4SAvcHgcXjj2S5p 5GseKpBURzG8/144hXBfD5hMzaQ+crpFXlMIvKcqAzYzS2DGyTbBg6CP4n5pv/Ys bJnRFVVgo14ptNKLv+6FevJHV+lo20If3JPU/TDx6W7Be17SjtiQgYXIRelnWOAQ +2/ku2WnSDx7MRPcVMz3+fVcjHzP7Mil92TnzG74DOuLWpEfsUjrZp8OMosTX3MN yvdEM2NvSGLvuLlHXSIKQARhEZNKSSR43tQRmNx0bp46estDxueXuy4lVRB0zBuM fk2Z3xRInyrOUHjsBoc61gVMhvi74FiVX2Tm0OIv/neraEYzA5xcmpVWjCdeUqwx qiUxh/H+oyxccyuWdhseSBIKYut9+1mZvdQBtBjK7D2+58n21HkbBP7DPEcLJ7cl Vqul/yRJfaIOoXg8Ugy9oYvfEUErG/BqjggmW1DFZ1KdcuQF/A4gLnhVm2F5JRZT 5GEF73yCEFdMsTt46lD2 =1sHr -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Fri Mar 11 19:17:42 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06C91ACD594 for ; Fri, 11 Mar 2016 19:17:42 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E7EF8CAF for ; Fri, 11 Mar 2016 19:17:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E7C47ACD593; Fri, 11 Mar 2016 19:17:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7587ACD592 for ; Fri, 11 Mar 2016 19:17:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE553CAE for ; Fri, 11 Mar 2016 19:17:40 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qMH353rWvzb4k; Fri, 11 Mar 2016 20:17:37 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id wT3gaQkqNPwc; Fri, 11 Mar 2016 20:17:36 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Fri, 11 Mar 2016 20:17:35 +0100 (CET) Subject: Re: Asterisk 2.x ??? To: pathiaki2 References: <56E313DF.8090606@yahoo.com> Cc: ports@freebsd.org From: Guido Falsi Message-ID: <56E319CF.8020206@FreeBSD.org> Date: Fri, 11 Mar 2016 20:17:35 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E313DF.8090606@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 19:17:42 -0000 On 03/11/16 19:52, pathiaki2 wrote: > Hi, > > Since Asterisk 1.8 is now deprecated, what are the port plans for > Asterisk 2.x ? > There will never be asterisk 2.0. Due to this, some years ago, the asterisk project decided to simply drop the "1.", skip the number 9, and have even versions be development ones (short support) and odd ones be stable releases (long term support). This created some versioning confusion. At present supported versions are 11.x, 12.x and 13.x. 14.x will be a short support release, but still not available. This is all explained on the asterisk website. In the ports tree we have 11.21.2 (net/asterisk11) and 13.7.2 (net/asterisk13) which are both quite newer than 1.8. Version 1.8 was named net/asterisk for historical reasons, there will never be a "net/asterisk" port again, but only numbered ones, because the asterisk project release schedule does not really allow us to choose an official version. BTW I'll also never create ports for the short term support releases, only stable LTS ones. Thoroughly check documentation before upgrading to 11.x or 13.x because there are many changes and configuration files do need adjustment. -- Guido Falsi From owner-freebsd-ports@freebsd.org Fri Mar 11 19:52:13 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCA3AACC275 for ; Fri, 11 Mar 2016 19:52:13 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C90061ED for ; Fri, 11 Mar 2016 19:52:13 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: by mailman.ysv.freebsd.org (Postfix) id C8D3FACC274; Fri, 11 Mar 2016 19:52:13 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8697ACC273 for ; Fri, 11 Mar 2016 19:52:13 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BA421EA for ; Fri, 11 Mar 2016 19:52:13 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=Mime-Version:To:Date:Message-Id:Subject: Content-Transfer-Encoding:Content-Type:From; bh=hrJBk+eixnb5e64Rs/RpHsbKSAUjVt2x5K/SlX4Lqck=; b=OMkyMQSMtfBEaD5czMSMmTPnsr i0OOExS8r9fhLapSF9XiddPavDtTDtFKVu69vPwoDfJj4bkIJ003SbHYQLQvsk9gurm2C9DhUpr5b IHR9WHY4NqcuFotdHoWPyPnCSVmsSLoiVsqqk2fiOLsCHzldrlcHo23R1KX/B3mGIKGc=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aeT6W-000Mna-SF for ports@freebsd.org; Fri, 11 Mar 2016 19:52:08 +0000 From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: print/cups overhaul (PR 207746) side-effects Message-Id: Date: Fri, 11 Mar 2016 20:52:08 +0100 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 19:52:14 -0000 Hi all, I just did a rebuild of packages for my webservers with poudriere. What I noticed was that via the print/cups overhaul (see PR 207746), quite a lot (>50) of additional dependencies are added to the system, = including lots of x11 related libs, avahi, dbus, cairo, opengl, etc. This stems from installing pecl-imagick which results in pulling in = ImageMagick, ghostscript, and cups. Now, of course I can manually remove port options and reduce the number of additional dependencies, but I feel uneasy about the defaults now. If I wanted to adjust an existing port to be less greedy with regards to = dependencies, how would I go about that? Create a slave port? Thoughts, anyone? Martin= From owner-freebsd-ports@freebsd.org Fri Mar 11 20:10:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6355BACC9C4 for ; Fri, 11 Mar 2016 20:10:25 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 43795C2B for ; Fri, 11 Mar 2016 20:10:25 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mailman.ysv.freebsd.org (Postfix) id 3F973ACC9C3; Fri, 11 Mar 2016 20:10:25 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 253E4ACC9C2 for ; Fri, 11 Mar 2016 20:10:25 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDEE5C2A for ; Fri, 11 Mar 2016 20:10:24 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qg0-x22b.google.com with SMTP id u110so107611738qge.3 for ; Fri, 11 Mar 2016 12:10:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=p/wTLcWN3Wuw435cG94Qp3X/ULWxvfEsU1a3C+/fRhE=; b=eHL5RgiOpdnxRpN72PaUBCn8OknBwSqHBSIV3ONbz4YMWI+U0JesFfV21O3oBs4ZGn 8ukVDSX89sO83bRB1XQSjzPxI88BiqVGjzy90KQnhPtwqxTpy3rZCBWzNb5yDBgIRl4/ 28SiyvSRXvWh9WgDrdh5MskEKqe8VwyoU5AFaHKUUHiRMRyW8HLxJoVwP5QrsKXG8BQh AeMvae6Js/5qeResPVciNH9s59A4ziyUhxPqbZosMGyyxSKinmw8V9NA4n0POByd5QHt 9KdQR/Mip3CjaRmdso3bg6IUSGiU2nO8fmuGCzyqD+0XWp3ycH2QZ+bCGdtkxXbkIO7T wzdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=p/wTLcWN3Wuw435cG94Qp3X/ULWxvfEsU1a3C+/fRhE=; b=RA9Jyb36661w88FcwkRyvobZwNrGcQ4O1sAIUEcNL51778WKFN3XgI6IjBDk69o93J V7Fmlt7cUVDJTAt4wZ6fHUgh6po5uk2CM9oM4cLFWmOhT5f+ycMtsZNL5GrnOvtpt703 onIi157dv5XtD3c0Js2Xm0ZL6B8GD5DW7lto3NsTKBFI93H8zhlxBwE9P1TXr2IWRvO1 rdOTmTmm1C2OV9Z8/QQclp8hWSqOk/G5n7luHmTwZe+fumSbEMJxi+ipO+8eXEbXn7BB W4foNqi+NPSir4jV7BjVzEOtOUl918S5Eyw/hfUW8CUuA6PCVxycvDd9ttHOWscKKfR4 NRnw== X-Gm-Message-State: AD7BkJKUuMaMDTl68rx8ANd0Jl3nJPQdqvyPMD6Q2uLDkpiCGkBByaOHrM0qsrPx5O7Jpg== X-Received: by 10.140.229.199 with SMTP id z190mr14707927qhb.48.1457727021759; Fri, 11 Mar 2016 12:10:21 -0800 (PST) Received: from [192.168.1.2] (pool-96-249-243-37.nrflva.fios.verizon.net. [96.249.243.37]) by smtp.gmail.com with ESMTPSA id 139sm4634183qhh.33.2016.03.11.12.10.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 12:10:20 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: print/cups overhaul (PR 207746) side-effects From: Jim Ohlstein X-Mailer: iPhone Mail (13D20) In-Reply-To: Date: Fri, 11 Mar 2016 15:10:19 -0500 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2CDCCB92-E05A-4981-9DA5-DE58476B110B@ohlste.in> References: To: =?utf-8?Q?Martin_Waschb=C3=BCsch?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 20:10:25 -0000 Hello, Jim Ohlstein > On Mar 11, 2016, at 2:52 PM, Martin Waschb=C3=BCsch wrote: >=20 > Hi all, >=20 > I just did a rebuild of packages for my webservers with poudriere. > What I noticed was that via the print/cups overhaul (see PR 207746), > quite a lot (>50) of additional dependencies are added to the system, incl= uding > lots of x11 related libs, avahi, dbus, cairo, opengl, etc. >=20 > This stems from installing pecl-imagick which results in pulling in ImageM= agick, > ghostscript, and cups. >=20 > Now, of course I can manually remove port options and reduce the number > of additional dependencies, but I feel uneasy about the defaults now. >=20 > If I wanted to adjust an existing port to be less greedy with regards to d= ependencies, > how would I go about that? Create a slave port? >=20 > Thoughts, anyone? >=20 +1 All of a sudden my build box spent almost two hours compiling LLVM-36 and cl= ang36 and then choked on Cairo "is marked as broken: OpenGL option needs X11= support". This was after it compiled all this X11 crap that my servers don'= t need. Ironically, I need to refactor options because now I can't build Ima= geMagick-noX11.=20 -- Jim= From owner-freebsd-ports@freebsd.org Fri Mar 11 23:30:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B5ECACCA89 for ; Fri, 11 Mar 2016 23:30:14 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4FCB1CD5; Fri, 11 Mar 2016 23:30:13 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1aeWVX-002OPk-8S>; Sat, 12 Mar 2016 00:30:11 +0100 Received: from x5ce1216b.dyn.telefonica.de ([92.225.33.107] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aeWVW-000hyL-U1>; Sat, 12 Mar 2016 00:30:11 +0100 Date: Sat, 12 Mar 2016 00:30:26 +0100 From: "O. Hartmann" To: Bryan Drewery Cc: freebsd-ports@freebsd.org Subject: Re: poudriere and MAKEOBJDIRPREFIX Message-ID: <20160312003026.7017eb24.ohartman@zedat.fu-berlin.de> In-Reply-To: <56E3049A.6080402@FreeBSD.org> References: <20160310143739.3c21bbac@hermann> <56E3049A.6080402@FreeBSD.org> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/wQX1B=ZAImXeZWwtACmgh5W"; protocol="application/pgp-signature" X-Originating-IP: 92.225.33.107 X-ZEDAT-Hint: A X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 23:30:14 -0000 --Sig_/wQX1B=ZAImXeZWwtACmgh5W Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Fri, 11 Mar 2016 09:47:06 -0800 Bryan Drewery schrieb: > On 3/10/2016 5:37 AM, O. Hartmann wrote: > > env MAKEOBJDIRPREFIX=3D/some/place poudriere jail -c -j 10-stable-amd64= \ > > -a amd64 -v stable/10 -m src=3D/somesrc/srcplace/ > >=20 > > In poudriere.conf I added=20 > >=20 > > export MAKEOBJDIRPREFIX=3D$MAKEOBJDIRPREFIX > >=20 > > as recommended in some posts I found googling for a solution. Please > > have in mind that I use csh - the export and poudriere's environment is > > obviously sh. > >=20 > > This fails, the PATH is always cut down to /somesrc/srcplace/, missing > > the prepending portion taken from MAKEOBJDIRPREFIX - it is set to zero > > length it seems. Ommitting env MAKEOBJDIRPREFIX=3D/some/place to the > > poudriere command as shown above results in "usr/obj" being prepended. > > This seems odd! > >=20 > > The only sollution to this was to give the specific jail its private > > 10-stable-amd64-poudriere.conf. But this seems to be not the correct > > way to do so, since MAKEOBJDIRPREFIX is supposed to be set in the > > environment. > >=20 > > What am I missing here? =20 >=20 > The poudriere command clears the environment except for PATH and TERM. > A 10-stable-amd64-poudriere.conf with export MAKEOBJDIRPREFIX=3Dvalue > would work. >=20 Thank you Bryan. Indeed, it worked that way. It would be great if there would be a hint some= where in the docs or in the example poudriere.conf file. I found no hint whether compilation/building packages on a base system runn= ing a fifferent major release that the jail would work or not - it is made clear,= that within a major release, the head or most recent of the release is capable to build= minors of the same major release due to ABI/KABI compatibility. What is about the recent CURRENT as host with 10.X-Rel or 10-stable jails? I have problems building lang/python27 within the 10-stable jail. The build= fails in the stagin phase with "bad c++ code". A natural "make" build on CURRENT works f= lawlessly. The config of the 10-stable jail is "vanilla". Regards and thanks, Oliver=20 --Sig_/wQX1B=ZAImXeZWwtACmgh5W Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW41USAAoJEOgBcD7A/5N8IisIANE55BIk/VYXW8GSnA65NRfh liKs1C+07kpPRFhBceMPDFv0Nw/aDOwN9cK82DLeiYKIkDLeP1GSbX1ejP8uD+F6 bznMocSSFjFEl3gp7HU6LemJDA0qXWmG+PRs+K9hkt8hXxHIJfMyehmYPI5UMTqy iBtq3A+XK8alamUx2SjurF+lQukwT1MIvxpIHOek2t9W2e3cuOCcH52RV9Llzjrm 6hGrPeg3Zh41CcDkPluk9pDvg7bmykzeTGyRqjuX4t1f+sWo95bV0vsOfhBEySPc jCq4o79bPPxo5W6A/Ji5A/MFljihAhESLk4nDGTsKqqVU2Vzc7Th2zV33QryLCc= =ujob -----END PGP SIGNATURE----- --Sig_/wQX1B=ZAImXeZWwtACmgh5W-- From owner-freebsd-ports@freebsd.org Sat Mar 12 08:09:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111E0ACDC5B for ; Sat, 12 Mar 2016 08:09:56 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F0AB31B1 for ; Sat, 12 Mar 2016 08:09:55 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: by mailman.ysv.freebsd.org (Postfix) id EBC09ACDC5A; Sat, 12 Mar 2016 08:09:55 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB5C5ACDC59 for ; Sat, 12 Mar 2016 08:09:55 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABBA91B0 for ; Sat, 12 Mar 2016 08:09:55 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=GXfs79Zmig52OpAD9zQ0RNZVRNQe1Rb1Vu/Zw8jh9vk=; b=Rc5JTCQi17mC 0xjnLbjEWoNL9iwN3hn0DFl2fHU/jlbUdchXLLv3bFE24ktupI1ab4OLDgAvlX797zs5ReFF6/DVb UZ4qkXQU2vrNSoD76vXAa/+vu7WxLyDVLe4N9jQ3dZpl5hr8w5PKEeHZUt+SngLTBs07wUR5N1+qY rulsQ=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aeecP-000AUL-86; Sat, 12 Mar 2016 08:09:49 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: print/cups overhaul (PR 207746) side-effects From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: <2CDCCB92-E05A-4981-9DA5-DE58476B110B@ohlste.in> Date: Sat, 12 Mar 2016 09:09:48 +0100 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3ED86D85-0DA0-47CF-AD3C-29BB5FA5320F@waschbuesch.de> References: <2CDCCB92-E05A-4981-9DA5-DE58476B110B@ohlste.in> To: Jim Ohlstein X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 08:09:56 -0000 > Am 11.03.2016 um 21:10 schrieb Jim Ohlstein : >=20 > Hello, >=20 >=20 >=20 > Jim Ohlstein >> On Mar 11, 2016, at 2:52 PM, Martin Waschb=C3=BCsch = wrote: >> If I wanted to adjust an existing port to be less greedy with regards = to dependencies, >> how would I go about that? Create a slave port? >>=20 >> Thoughts, anyone? >>=20 >=20 > +1 >=20 > All of a sudden my build box spent almost two hours compiling LLVM-36 = and clang36 and then choked on Cairo "is marked as broken: OpenGL option = needs X11 support". This was after it compiled all this X11 crap that my = servers don't need. Ironically, I need to refactor options because now I = can't build ImageMagick-noX11.=20 While manually unsetting CUPS and GS_cups options for ghostscript did = not prevent CUPS to be pulled in, setting OPTIONS_UNSET+=3D CUPS in make.conf did work for me. While I can live with it this way, I still think that running pkg install ImageMagick-nox11 on a webserver should not result in all the bloat being included by = default. It's not like setting up a webserver FAMP / FNMP stack is an uncommon = task? --=20 Martin= From owner-freebsd-ports@freebsd.org Sat Mar 12 08:55:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB62ACC290 for ; Sat, 12 Mar 2016 08:55:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AF1F8B0B for ; Sat, 12 Mar 2016 08:55:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id ADE76ACC28F; Sat, 12 Mar 2016 08:55:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD8EBACC28E for ; Sat, 12 Mar 2016 08:55:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2857B0A for ; Sat, 12 Mar 2016 08:55:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u2C8tVAH024242 for ; Sat, 12 Mar 2016 08:55:31 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u2C8tVXQ024240; Sat, 12 Mar 2016 08:55:31 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603120855.u2C8tVXQ024240@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, 12 Mar 2016 08:55:31 +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.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 08:55:31 -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/mybb | 1.6.9 | mybb_1807 ------------------------------------------------+-----------------+------------ 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 Mar 12 11:51:01 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2077AACC1EC for ; Sat, 12 Mar 2016 11:51:01 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0933030A for ; Sat, 12 Mar 2016 11:51:01 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 088FDACC1EB; Sat, 12 Mar 2016 11:51:01 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08322ACC1EA for ; Sat, 12 Mar 2016 11:51:01 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward12m.cmail.yandex.net (forward12m.cmail.yandex.net [5.255.216.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8E25308 for ; Sat, 12 Mar 2016 11:51:00 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [77.88.61.129]) by forward12m.cmail.yandex.net (Yandex) with ESMTP id B300920BF6 for ; Sat, 12 Mar 2016 14:50:39 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id 75C35426C37 for ; Sat, 12 Mar 2016 14:50:39 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Tuywhr5CZ5-ocW09FTf; Sat, 12 Mar 2016 14:50:38 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1457783438; bh=5yAVDmOPdrlxghj7Xw4kvLsIFuIPv7AsOEvcFkXXwNs=; h=Message-ID:Subject:From:To:Date:Content-Type:X-Mailer: Mime-Version:Content-Transfer-Encoding; b=SeJyE7mAE+sorDqC4sVq0u6SW96CNLsIfjSHT8OP3UPBw8hgaBz2Xq1Jjofex1GsV +ZFv/lk0hCqScauF6igGvmkTO7S7NJn1w5iB4DfRHhOR0fqaoJMRziDcTmEhNzpVYR +98KnlobxevvHYsT2X09bRmPW69aJAKfC6quQjxg= Authentication-Results: smtp2m.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0 Message-ID: <1457783436.490.3.camel@yandex.com> Subject: cups update From: Stari Karp To: "ports@freebsd.org" Date: Sat, 12 Mar 2016 06:50:36 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 11:51:01 -0000 Hi! In /usr/ports/UPDATING is: "20160311:   AFFECTS: print/cups-base, print/cups-client, print/cups-image   AUTHOR: tijl@FreeBSD.org   The cups-base, cups-client and cups-image packages have been combined   into one cups package.  If you build your own ports the easiest way to   update is to delete these packages first and then build and install   print/cups." Does above mean that we don't need anymore cups-client, cups-image, cups-base which are still in the ports tree? I did as you wrote and I have a problems: pkg_libchk -o print/cups-filters: /usr/local/libexec/cups/filter/bannertopdf misses libfontembed.so.1 print/cups-filters: /usr/local/libexec/cups/filter/foomatic-rip misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/gstoraster misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/imagetopdf misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/imagetoraster misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/pdftoraster misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/rastertoescpx misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/rastertopclx misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/rastertopdf misses libcupsfilters.so.1 print/cups-filters: /usr/local/libexec/cups/filter/texttopdf misses libfontembed.so.1 Thank you. From owner-freebsd-ports@freebsd.org Sat Mar 12 13:12:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E2C0ACDF7F for ; Sat, 12 Mar 2016 13:12:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 59C52D82 for ; Sat, 12 Mar 2016 13:12:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 59304ACDF7E; Sat, 12 Mar 2016 13:12:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58CAEACDF7D for ; Sat, 12 Mar 2016 13:12:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay110.isp.belgacom.be (mailrelay110.isp.belgacom.be [195.238.20.137]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA299D7F for ; Sat, 12 Mar 2016 13:12:14 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DqBgA3FORW/9O/8VFdgz6BP7wqhg0CgSs9EAEBAQEBAQFkJ4RCAQEEIzMjEAsYAgIFIQICDyoeBhOIKK4HjwoBAQEBAQUBAQEBARt8iV6BN4JrFoMCgToFl0uNdm6OIY59NyuCAw0MgUk7Lol0AQEB Received: from 211.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.211]) by relay.skynet.be with ESMTP; 12 Mar 2016 14:11:00 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u2CDAxP9010255; Sat, 12 Mar 2016 14:11:00 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sat, 12 Mar 2016 14:10:59 +0100 From: Tijl Coosemans To: Martin =?UTF-8?B?V2FzY2hiw7xzY2g=?= Cc: ports@freebsd.org Subject: Re: print/cups overhaul (PR 207746) side-effects Message-ID: <20160312141059.575582ec@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 13:12:15 -0000 On Fri, 11 Mar 2016 20:52:08 +0100 Martin Waschb=C3=BCsch wrote: > I just did a rebuild of packages for my webservers with poudriere. > What I noticed was that via the print/cups overhaul (see PR 207746), > quite a lot (>50) of additional dependencies are added to the system, > including lots of x11 related libs, avahi, dbus, cairo, opengl, etc. >=20 > This stems from installing pecl-imagick which results in pulling in > ImageMagick, ghostscript, and cups. >=20 > Now, of course I can manually remove port options and reduce the number > of additional dependencies, but I feel uneasy about the defaults now. >=20 > If I wanted to adjust an existing port to be less greedy with regards > to dependencies, how would I go about that? Create a slave port? print/cups has its X11 option disabled by default. It does depend on devel/dbus which has its X11 option enabled by default, but this only pulls in a few X11 dependencies, definitely not cairo. print/cups-filters on the other hand depends on graphics/poppler and that has an option to depend on cairo which is enabled by default. So you can disable this option, or if your server doesn't need to print you can uninstall cups-filters and its dependencies. From owner-freebsd-ports@freebsd.org Sat Mar 12 13:16:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B53B5ACD17A for ; Sat, 12 Mar 2016 13:16:56 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A1267F59 for ; Sat, 12 Mar 2016 13:16:56 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9CF1DACD179; Sat, 12 Mar 2016 13:16:56 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C8E7ACD178 for ; Sat, 12 Mar 2016 13:16:56 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay110.isp.belgacom.be (mailrelay110.isp.belgacom.be [195.238.20.137]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1D64F58 for ; Sat, 12 Mar 2016 13:16:55 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DqBgB2FeRW/9O/8VFdgz6BP7wqhg0CgSs9EAEBAQEBAQFkJ4RBAQEBAwEjMyMFCwsYAgIFIQICDyoeBhOIHAyuB48KAQEBAQEFAQEBARx8iV6EOIMCgToFl0uNdm6BAY0ghgiIdTcrggMZgUk7Lol0AQEB Received: from 211.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.211]) by relay.skynet.be with ESMTP; 12 Mar 2016 14:16:53 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u2CDGrmd010295; Sat, 12 Mar 2016 14:16:53 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sat, 12 Mar 2016 14:16:52 +0100 From: Tijl Coosemans To: Stari Karp Cc: "ports@freebsd.org" Subject: Re: cups update Message-ID: <20160312141652.1fbcf5ea@kalimero.tijl.coosemans.org> In-Reply-To: <1457783436.490.3.camel@yandex.com> References: <1457783436.490.3.camel@yandex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 13:16:56 -0000 On Sat, 12 Mar 2016 06:50:36 -0500 Stari Karp wrote: > Hi! >=20 > In /usr/ports/UPDATING is: >=20 > "20160311: > =C2=A0 AFFECTS: print/cups-base, print/cups-client, print/cups-image > =C2=A0 AUTHOR: tijl@FreeBSD.org >=20 > =C2=A0 The cups-base, cups-client and cups-image packages have been combi= ned > =C2=A0 into one cups package.=C2=A0=C2=A0If you build your own ports the = easiest way > to > =C2=A0 update is to delete these packages first and then build and install > =C2=A0 print/cups." >=20 > Does above mean that we don't need anymore cups-client, cups-image, > cups-base which are still in the ports tree? cups-client, cups-image and cups-base no longer exist in the ports tree. There is only print/cups. > I did as you wrote and I have a problems: > pkg_libchk -o > print/cups-filters: /usr/local/libexec/cups/filter/bannertopdf misses > libfontembed.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/foomatic-rip misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/gstoraster misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/imagetopdf misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/imagetoraster misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/pdftoraster misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/rastertoescpx misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/rastertopclx misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/rastertopdf misses > libcupsfilters.so.1 > print/cups-filters: /usr/local/libexec/cups/filter/texttopdf misses > libfontembed.so.1 That's odd, because both libfontembed and libcupsfilters are provided by print/cups-filters, so it's missing its own libraries. Try rebuilding and reinstalling print/cups-filters. From owner-freebsd-ports@freebsd.org Sat Mar 12 13:20:50 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10E4BACD369 for ; Sat, 12 Mar 2016 13:20:50 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (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 C8588C7 for ; Sat, 12 Mar 2016 13:20:49 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=pButRk9oUWUy32LBgdCpB0+aBKx01NsLC9FWYWpr1Wc=; b=Rh8OwvhC780CDFxJxJDADGsk+ZgeHXHskj5EwMZ6i/AN5u/GsLwBgkv7EKMhyJY7yWePrG+4uWsRx+Zgrn01oY0HM8Z5xTnNQPRSmmqasKbbrQmILtZ8Jd2ALy3WOj6Qi8k4SsF/K4yooG6BoMQ/3UObFsM9e2jWBLVpD5r3SgA=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1aejTI-0000ae-AX for freebsd-ports@freebsd.org; Sat, 12 Mar 2016 14:20:44 +0100 Received: from 193-83-242-201.adsl.highway.telekom.at ([193.83.242.201] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1aejTI-0002Vq-8m for freebsd-ports@freebsd.org; Sat, 12 Mar 2016 14:20:44 +0100 To: freebsd-ports@freebsd.org References: <1457783436.490.3.camel@yandex.com> Subject: Re: cups update From: Walter Schwarzenfeld Message-ID: <56E417AA.6000101@utanet.at> Date: Sat, 12 Mar 2016 14:20:42 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <1457783436.490.3.camel@yandex.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 13:20:50 -0000 Should be solved by a reinstall of cups-filters. No problem on my machine (10.2-RELEASE). From owner-freebsd-ports@freebsd.org Sat Mar 12 15:41:52 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB44EACD871 for ; Sat, 12 Mar 2016 15:41:52 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9610336B for ; Sat, 12 Mar 2016 15:41:52 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: by mailman.ysv.freebsd.org (Postfix) id 91AE0ACD870; Sat, 12 Mar 2016 15:41:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91537ACD86F for ; Sat, 12 Mar 2016 15:41:52 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 551D1368; Sat, 12 Mar 2016 15:41:51 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=IB8OreYYQ6ere/TAT9hU6vkDz1fn76bZtksYk1/ONSI=; b=nv9kpl04eYMh 6nWMe7sh1wnDcoQHr/wS0lv0Mcr/4ct+N4aMXEc9/aOUVz9BepZsQDcuDP1dxhwnX4GwWQEDmbv+H QDCy6TcYpUPpKegX3hUMxCt1dhBfcc5SjFw9C7f9iyQmUwOJPkoOgebLV3WEdJL5OcTJg90HP5Xtp 8evnQ=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1aelfn-000Bcb-Ot; Sat, 12 Mar 2016 15:41:47 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: print/cups overhaul (PR 207746) side-effects From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= In-Reply-To: <20160312141059.575582ec@kalimero.tijl.coosemans.org> Date: Sat, 12 Mar 2016 16:41:47 +0100 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <537AB8F5-D4EE-4778-B169-43D3A7DA9F73@waschbuesch.de> References: <20160312141059.575582ec@kalimero.tijl.coosemans.org> To: Tijl Coosemans X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 15:41:52 -0000 > Am 12.03.2016 um 14:10 schrieb Tijl Coosemans : >=20 > On Fri, 11 Mar 2016 20:52:08 +0100 Martin Waschb=C3=BCsch = wrote: >> I just did a rebuild of packages for my webservers with poudriere. >> What I noticed was that via the print/cups overhaul (see PR 207746), >> quite a lot (>50) of additional dependencies are added to the system, >> including lots of x11 related libs, avahi, dbus, cairo, opengl, etc. >>=20 >> This stems from installing pecl-imagick which results in pulling in >> ImageMagick, ghostscript, and cups. >>=20 >> Now, of course I can manually remove port options and reduce the = number >> of additional dependencies, but I feel uneasy about the defaults now. >>=20 >> If I wanted to adjust an existing port to be less greedy with regards >> to dependencies, how would I go about that? Create a slave port? >=20 > print/cups has its X11 option disabled by default. It does depend on > devel/dbus which has its X11 option enabled by default, but this only > pulls in a few X11 dependencies, definitely not cairo. That is not true. Cairo does get pulled in. Steps to recreate (on a 10.2 build box): $ poudriere ports -c -p HEAD $ poudriere jail -c -v 10.2-RELEASE -j test -p HEAD just to be safe, I add: $ echo "OPTIONS_UNSET+=3D X11" > = /usr/local/etc/poudriere.d/test-make.conf select the one port to build: $ echo "print/cups" > /usr/local/etc/poudriere.d/test-port-list $ poudriere options -j test -p HEAD -f = /usr/local/etc/poudriere.d/test-port-list Then do a dry-run: $ poudriere bulk -n -j test -p HEAD -f = /usr/local/etc/poudriere.d/test-port-list This ends up telling me that the following 126 ports would be built: Ports to build: autoconf-2.69 autoconf-wrapper-20131203 automake-1.15_1 = automake-wrapper-20131203 avahi-app-0.6.31_5 bash-4.3.42_1 = bigreqsproto-1.1.2 bison-2.7.1,1 boehm-gc-7.4.2_4 ca_root_nss-3.22.2 = cairo-1.14.6,2 ccache-3.2.4_3 clang36-3.6.2 cups-2.1.3 damageproto-1.2.1 = dbus-1.8.20 dbus-glib-0.104 docbook-1.5 docbook-sgml-4.5_1 = docbook-xml-5.0_3 docbook-xsl-1.76.1_2 dri2proto-2.8 expat-2.1.0_3 = fixesproto-5.0 fontconfig-2.11.1_1,1 freetype2-2.6.3 gbm-11.0.8 = gdbm-1.11_2 getopt-1.1.6 gettext-runtime-0.19.7 gettext-tools-0.19.7 = glib-2.46.2 glproto-1.4.17 gmake-4.1_2 gmake-lite-4.1_1 gmp-5.1.3_3 = gnome_subr-1.0 gnutls-3.3.17.1_2 gobject-introspection-1.46.0 = help2man-1.43.3_1 indexinfo-0.2.4 inputproto-2.3.1 intltool-0.51.0_1 = iso8879-1986_3 kbproto-1.0.7 libEGL-11.0.8 libGL-11.0.8 libX11-1.6.3,1 = libXau-1.0.8_3 libXdamage-1.1.4_3 libXdmcp-1.1.2 libXext-1.3.3_1,1 = libXfixes-5.0.1_3 libXv-1.0.10_3,1 libXvMC-1.0.9 libXxf86vm-1.1.4_1 = libatomic_ops-7.4.0_1 libcheck-0.10.0 libclc-0.1.0.20150710 = libdaemon-0.14_1 libdevq-0.0.2_1 libdrm-2.4.66,1 libedit-3.1.20150325_1 = libffi-3.2.1 libgcrypt-1.6.5 libglapi-11.0.8 libgpg-error-1.21 = libiconv-1.14_9 libidn-1.31 libpaper-1.1.24.4 libpciaccess-0.13.4 = libpthread-stubs-0.3_6 libtasn1-4.7 libtool-2.4.6 libxcb-1.11.1 = libxml2-2.9.3 libxshmfence-1.2 libxslt-1.1.28_8 llvm36-3.6.2_2 = m4-1.4.17_1,1 makedepend-1.0.5,1 nettle-3.2 ninja-1.6.0,2 p11-kit-0.23.2 = p5-Locale-gettext-1.06 p5-XML-Parser-2.44 pciids-20160227 pcre-8.37_4 = perl5-5.20.3_8 pixman-0.34.0 pkg-1.6.4_1 pkgconf-0.9.12_1 png-1.6.21 = presentproto-1.0 py27-Babel-2.2.0_1 py27-Jinja2-2.8 py27-MarkupSafe-0.23 = py27-alabaster-0.7.6 py27-docutils-0.12 py27-pygments-2.1 = py27-pystemmer-1.3.0_1 py27-pytz-2015.7,1 py27-setuptools27-20.0 = py27-six-1.10.0 py27-snowballstemmer-1.2.0_1 py27-sphinx-1.3.1_2 = py27-sphinx_rtd_theme-0.1.9 python2-2_3 python27-2.7.11_1 = sdocbook-xml-1.1_1,2 trousers-tddl-0.3.10_7 videoproto-2.3.2 w3m-0.5.3_5 = xcb-proto-1.11_1 xcb-util-0.4.0_1,1 xcb-util-renderutil-0.3.9_1 = xcmiscproto-1.2.2 xextproto-7.3.0 xf86bigfontproto-1.2.0 = xf86vidmodeproto-2.3.1 xmlcatmgr-2.2_2 xmlcharent-0.3_2 xmlto-0.0.28 = xorg-macros-1.19.0 xproto-7.0.28 xtrans-1.3.5= From owner-freebsd-ports@freebsd.org Sat Mar 12 16:38:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6814EACE204 for ; Sat, 12 Mar 2016 16:38:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF0A8BF for ; Sat, 12 Mar 2016 16:38:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4C1C2ACE203; Sat, 12 Mar 2016 16:38:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BC2BACE202 for ; Sat, 12 Mar 2016 16:38:15 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay103.isp.belgacom.be (mailrelay103.isp.belgacom.be [195.238.20.130]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4EC78BE for ; Sat, 12 Mar 2016 16:38:14 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DqBgB8RORW/9O/8VFdgz6BP7wqhg0CgSY9EAEBAQEBAQFkJ4RCAQEEIzMjEAsYAgIFIQICDyoeBhOIKK40jnkBAQEBAQUBAQEBARt8iV6BN4MBgwKBOgWXS412bo4hjn03K4IDDQyBSTsuiXQBAQE Received: from 211.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.211]) by relay.skynet.be with ESMTP; 12 Mar 2016 17:37:02 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u2CGb1hY014343; Sat, 12 Mar 2016 17:37:02 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sat, 12 Mar 2016 17:37:01 +0100 From: Tijl Coosemans To: Martin =?UTF-8?B?V2FzY2hiw7xzY2g=?= Cc: ports@freebsd.org Subject: Re: print/cups overhaul (PR 207746) side-effects Message-ID: <20160312173701.5581b820@kalimero.tijl.coosemans.org> In-Reply-To: <537AB8F5-D4EE-4778-B169-43D3A7DA9F73@waschbuesch.de> References: <20160312141059.575582ec@kalimero.tijl.coosemans.org> <537AB8F5-D4EE-4778-B169-43D3A7DA9F73@waschbuesch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 16:38:15 -0000 On Sat, 12 Mar 2016 16:41:47 +0100 Martin Waschb=C3=BCsch wrote: > Am 12.03.2016 um 14:10 schrieb Tijl Coosemans : >> On Fri, 11 Mar 2016 20:52:08 +0100 Martin Waschb=C3=BCsch wrote: =20 >>> I just did a rebuild of packages for my webservers with poudriere. >>> What I noticed was that via the print/cups overhaul (see PR 207746), >>> quite a lot (>50) of additional dependencies are added to the system, >>> including lots of x11 related libs, avahi, dbus, cairo, opengl, etc. >>>=20 >>> This stems from installing pecl-imagick which results in pulling in >>> ImageMagick, ghostscript, and cups. >>>=20 >>> Now, of course I can manually remove port options and reduce the number >>> of additional dependencies, but I feel uneasy about the defaults now. >>>=20 >>> If I wanted to adjust an existing port to be less greedy with regards >>> to dependencies, how would I go about that? Create a slave port? =20 >>=20 >> print/cups has its X11 option disabled by default. It does depend on >> devel/dbus which has its X11 option enabled by default, but this only >> pulls in a few X11 dependencies, definitely not cairo. =20 >=20 > That is not true. Cairo does get pulled in. >=20 > Steps to recreate (on a 10.2 build box): >=20 > $ poudriere ports -c -p HEAD > $ poudriere jail -c -v 10.2-RELEASE -j test -p HEAD >=20 > just to be safe, I add: >=20 > $ echo "OPTIONS_UNSET+=3D X11" > /usr/local/etc/poudriere.d/test-make.conf >=20 > select the one port to build: >=20 > $ echo "print/cups" > /usr/local/etc/poudriere.d/test-port-list > $ poudriere options -j test -p HEAD -f /usr/local/etc/poudriere.d/test-po= rt-list >=20 > Then do a dry-run: >=20 > $ poudriere bulk -n -j test -p HEAD -f /usr/local/etc/poudriere.d/test-po= rt-list >=20 > This ends up telling me that the following 126 ports would be built: I see. It's a build dependency of gobject-introspection, but not a run dependency so it shouldn't get installed when you install the cups package. If you don't need Zeroconf support you can disable the AVAHI option in print/cups. If you do want it you can disable the OPENGL option in graphics/cairo. That should take out the most expensive dependencies like llvm.