From owner-freebsd-ports@freebsd.org Sun Sep 11 00:05:23 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 8D881BD6626 for ; Sun, 11 Sep 2016 00:05:23 +0000 (UTC) (envelope-from amaniatis@apache.org) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1.freebsd.org (Postfix) with SMTP id 520EC9D3 for ; Sun, 11 Sep 2016 00:05:22 +0000 (UTC) (envelope-from amaniatis@apache.org) Received: (qmail 7361 invoked by uid 99); 11 Sep 2016 00:05:21 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2016 00:05:21 +0000 Received: from Aristedess-MacBook-Pro.local (ppp59-167-140-203.static.internode.on.net [59.167.140.203]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 016231A018B; Sun, 11 Sep 2016 00:05:20 +0000 (UTC) Subject: Re: ${INSTALL_DATA} problems To: Mathieu Arnold , Aristedes Maniatis , FreeBSD Mailing List References: <557d8ed5-3e3a-6384-4b63-b4ed145e0071@apache.org> <35e0ace2-ad10-c103-e3d9-c106286ad28a@FreeBSD.org> From: Aristedes Maniatis Message-ID: Date: Sun, 11 Sep 2016 10:05:17 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:49.0) Gecko/20100101 Thunderbird/49.0 MIME-Version: 1.0 In-Reply-To: <35e0ace2-ad10-c103-e3d9-c106286ad28a@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 00:05:23 -0000 My apologies for not explaining in enough detail. On 10/09/2016 10:18pm, Mathieu Arnold wrote: > The plist can be generated automatically with "make makeplist" there is > no way it is hard to do, or maintain. > >> > I really only want one folder installed with the correct permissions, but do I need to move my chmod code into the rc.d startup script instead and tying it into the pkg install? > If it is an empty folder, or you just want the folder itself to have the > permissions, do: > > @dir(%%owner%%,%%group%%,optional mode) the/dir I can see how to use makeplist and to edit the results. However maintaining large lists of files can be cumbersome if you have to manually edit that list every time you upgrade. So I see you have the PLIST_SUB option in Makefile as a way to automatically simplify the plist when it is generated with makeplist. I had also thought from my reading of the Drupal 'uses' makefile that I could use PLIST_FILE += as a way to inject additional lines into the plist when you run makeplist, but it doesn't work like that when I try it. PLIST_FILES+= "@owner www" \ "@group www" \ I also note that the docs [1] indicate that COPYTREE_SHARE doesn't add files to pkg-plist, but I note that for me makeplist does generate them as I'd expect. Maybe it is my misunderstanding of what "add" means. Anyhow, thanks for all your help. The end result of this conversation is: 1. I now know that INSTALL_DATA and COPYTREE_SHARE are two macros which are fairly particular in how they work. One can only do single files and the other requires CD to work correctly. Error messages and portlint don't help much. 2. INSTALL_DATA has switches for user and group, but they should not be used 3. If only a specific folder needs to be owned by a certain user, then it is less effort to add that to a prestart() command in the rc.d script rather than maintaining a plist which is different in one line out of a thousand from the output from makeplist. Many rc.d scripts already do that for /var/run/portname/ or /var/log/portname/ anyhow, so this is an established technique. Cheers Ari [1] https://www.freebsd.org/doc/en/books/porters-handbook/install.html -> 5.15.3 -- --------------------------> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-ports@freebsd.org Sun Sep 11 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 7350DBD6A01 for ; Sun, 11 Sep 2016 00:20:27 +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 3CB881B2 for ; Sun, 11 Sep 2016 00:20:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bisVa-000Ajb-Hc; Sun, 11 Sep 2016 02:20:30 +0200 Date: Sun, 11 Sep 2016 02:20:30 +0200 From: Kurt Jaeger To: Randy Westlund Cc: freebsd-ports@freebsd.org Subject: Re: Committer needed for new port Message-ID: <20160911002030.GF85563@home.opsec.eu> References: <20160910190341.GI14918@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160910190341.GI14918@gmail.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 00:20:27 -0000 Hi! > This is ready to go, just needs someone to drop it in the tree. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212514 Done. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 07:41: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 00744BD6931 for ; Sun, 11 Sep 2016 07:41:18 +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 B62D287F for ; Sun, 11 Sep 2016 07:41:17 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bizO7-000BEc-Dm; Sun, 11 Sep 2016 09:41:15 +0200 Date: Sun, 11 Sep 2016 09:41:15 +0200 From: Kurt Jaeger To: Matthias Fechner Cc: freebsd-ports@freebsd.org Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <20160911074115.GD93158@home.opsec.eu> References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 07:41:18 -0000 Hi! > Am 02.09.2016 um 00:08 schrieb Matthias Fechner: > > ok, here we go: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212313 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201455 > > any progress here? I've tested the startup. Directly after the make install, if one tries to start solr, three -dist files need to be copied to allow solr to start: /var/db/solr/solr.xml-dist /usr/local/etc/solr.in.sh-dist /var/log/solr/log4j.properties-dist Can you try to provide those files with the @sample mechanism described in https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#plist-config to avoid these manual steps ? As far as I understand, if the -dist files are copied to the relevant places, the startup still fails, probably because the default values are not valid ? So what parameters are needed for a simple startup ? -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 08:14:33 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 A037BBD532E for ; Sun, 11 Sep 2016 08:14:33 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50A3F7A5 for ; Sun, 11 Sep 2016 08:14:33 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-185-17-205-243.dynamic.mnet-online.de [185.17.205.243]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 9E2DC60EA25; Sun, 11 Sep 2016 10:14:21 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 9E2DC60EA25 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473581661; bh=a10n0L3lf5ldMOj3GZHqv2Z+5V7MpLLRWJzPp3ZI8zg=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=tpl3QQMXRQi0R5iK8tvyV4ksqe7m5IB07ouNSABpK+2PiqJieVrJpgylU8j0LiQRj JyThSatqktLo/X1RISceOZrwkoMbOOcpfbueB5N87cSXwCw75pw8yoi0/s26bxSdoc VN3d1t+yREgfk/0Ro6h3JM0VODVNC2bqeg5HSsGE= Received: from [192.168.0.151] (aftr-185-17-205-243.dynamic.mnet-online.de [185.17.205.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id B2A91597F16; Sun, 11 Sep 2016 10:14:20 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> Cc: freebsd-ports@freebsd.org From: Matthias Fechner Message-ID: <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> Date: Sun, 11 Sep 2016 10:14:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160911074115.GD93158@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 08:14:33 -0000 Am 11.09.2016 um 09:41 schrieb Kurt Jaeger: > I've tested the startup. > Directly after the make install, if one tries to start solr, > three -dist files need to be copied to allow solr to start: > > /var/db/solr/solr.xml-dist > /usr/local/etc/solr.in.sh-dist > /var/log/solr/log4j.properties-dist > > Can you try to provide those files with the @sample mechanism > described in > > https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book= =2Ehtml#plist-config > > to avoid these manual steps ? sure, I already add it to my local version and uploaded the patch to the = PR. > As far as I understand, if the -dist files are copied to the > relevant places, the startup still fails, probably because > the default values are not valid ? > > So what parameters are needed for a simple startup ? > you have to create an instance and provide a configuration therefor as noted in the installation instruction: For more information how to configure solr check the manual: http://lucene.apache.org/solr/resources.html#documentation Maybe you can copy an example to the database folder to test the startup script: cp -R /usr/local/solr/example/example-DIH/solr/solr /var/db/solr/ chown -R www /var/db/solr/solr After this maybe the start will work (I cannot test it, as I have my package already deployed to all my servers and do not want to disturb the usage). Gru=DF Matthias --=20 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Sun Sep 11 08:29:33 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 16CB2BD5674 for ; Sun, 11 Sep 2016 08:29:33 +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 041DDD03 for ; Sun, 11 Sep 2016 08:29:33 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0382FBD5671; Sun, 11 Sep 2016 08:29:33 +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 010ABBD5670 for ; Sun, 11 Sep 2016 08:29:33 +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 E8BB0D02 for ; Sun, 11 Sep 2016 08:29:32 +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 u8B8TWr8066736 for ; Sun, 11 Sep 2016 08:29:32 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u8B8TWVW066735; Sun, 11 Sep 2016 08:29:32 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201609110829.u8B8TWVW066735@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, 11 Sep 2016 08:29:32 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 08:29:33 -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 ------------------------------------------------+-----------------+------------ lang/js_of_ocaml | 2.5 | 2.8.2 ------------------------------------------------+-----------------+------------ textproc/py-pss | 1.40 | 1.41 ------------------------------------------------+-----------------+------------ 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 Sep 11 08:42:08 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 E5A80BD5A1D for ; Sun, 11 Sep 2016 08:42:08 +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 97EF0295 for ; Sun, 11 Sep 2016 08:42:08 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bj0L2-000BJr-Jj; Sun, 11 Sep 2016 10:42:08 +0200 Date: Sun, 11 Sep 2016 10:42:08 +0200 From: Kurt Jaeger To: Matthias Fechner Cc: freebsd-ports@freebsd.org Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <20160911084208.GG85563@home.opsec.eu> References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 08:42:09 -0000 Hi! [@sample: thanks!] > > As far as I understand, if the -dist files are copied to the > > relevant places, the startup still fails, probably because > > the default values are not valid ? > > > > So what parameters are needed for a simple startup ? > > > you have to create an instance and provide a configuration therefor as > noted in the installation instruction: > For more information how to configure solr check the manual: > > http://lucene.apache.org/solr/resources.html#documentation > > > Maybe you can copy an example to the database folder to test the startup > script: > cp -R /usr/local/solr/example/example-DIH/solr/solr /var/db/solr/ > chown -R www /var/db/solr/solr It still fails, with the same error as before, recorded in /var/log/solr/solr-8983-console.log: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/jetty/start/Main : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) I've tested it on CURRENT, r305402M. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 08:47: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 C44F5BD5C08 for ; Sun, 11 Sep 2016 08:47:37 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E9136E9 for ; Sun, 11 Sep 2016 08:47:37 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:1246:f201:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id E14F26072F3; Sun, 11 Sep 2016 10:47:32 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de E14F26072F3 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473583653; bh=rK26mFDHDRLxA6xLGwFx6Ryunl2+Znyyz/kqG5vq+Hc=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=Wx9XkBMnq5PFErfS76Nrh302qkhxjCweOPH/NnM/yGNYRWkVjhLqBbpmQmFvT9Epd TUXYhg6xmBtPdIQ7ijLsJBFS6pZaSLJU9cyybh+SVn3leRi2TufUrlYwhfA6fhuqPt LGcsfAsxRcLUwWZj4X0IxuFVVA0JSjZFYGMTDcGo= Received: from [192.168.0.151] (aftr-185-17-205-243.dynamic.mnet-online.de [185.17.205.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 0BDC5597380; Sun, 11 Sep 2016 10:47:30 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger References: <403d02ce-a9be-acc6-2d3e-ca24fb267399@fechner.net> <6af81830-d841-b1fa-e5b2-53ea06403153@fechner.net> <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> Cc: freebsd-ports@freebsd.org From: Matthias Fechner Message-ID: Date: Sun, 11 Sep 2016 10:47:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160911084208.GG85563@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 08:47:37 -0000 Am 11.09.2016 um 10:42 schrieb Kurt Jaeger: > It still fails, with the same error as before, recorded in > /var/log/solr/solr-8983-console.log: > > Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/jetty/start/Main : Unsupported major.minor version 52.0 > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:803) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) > at java.net.URLClassLoader.access$100(URLClassLoader.java:71) > at java.net.URLClassLoader$1.run(URLClassLoader.java:361) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) > > I've tested it on CURRENT, r305402M. Do you use a java 8 version, what does java -version shows? Maybe you have to switch you java to version 8: registervm /usr/local/openjdk8/bin/java Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Sun Sep 11 08:57: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 9B6A9BD4015 for ; Sun, 11 Sep 2016 08:57:38 +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 567BFB5C for ; Sun, 11 Sep 2016 08:57:38 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bj0a2-000BLp-EX; Sun, 11 Sep 2016 10:57:38 +0200 Date: Sun, 11 Sep 2016 10:57:38 +0200 From: Kurt Jaeger To: Matthias Fechner Cc: freebsd-ports@freebsd.org Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <20160911085738.GH85563@home.opsec.eu> References: <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 08:57:38 -0000 Hi! > Am 11.09.2016 um 10:42 schrieb Kurt Jaeger: > > It still fails, with the same error as before, recorded in > > /var/log/solr/solr-8983-console.log: > > > > Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/jetty/start/Main : Unsupported major.minor version 52.0 > > at java.lang.ClassLoader.defineClass1(Native Method) > > at java.lang.ClassLoader.defineClass(ClassLoader.java:803) [...] > > I've tested it on CURRENT, r305402M. > > Do you use a java 8 version, what does java -version shows? openjdk version "1.7.0_111" OpenJDK Runtime Environment (build 1.7.0_111-b01) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode) > Maybe you have to switch you java to version 8: > > registervm /usr/local/openjdk8/bin/java Thanks for the hint. I'm testbuilding jdk8 right now to test this. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 09:15: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 DAEF1BD480B for ; Sun, 11 Sep 2016 09:15:38 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C80895A for ; Sun, 11 Sep 2016 09:15:38 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:1246:f201:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id E28B960EA91; Sun, 11 Sep 2016 11:15:36 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de E28B960EA91 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473585337; bh=RWmsnn/joPt9NROCFx9RCQdqXnLZ3SXkv7ZcWnZExM4=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=lnl020ut8Cps6CTPpIFd6v5QS9NrZr8LyPoUSkRN4cxiUqT32RhWqxBOdY7nNWBxl 7ttGvaLrlApSlBTDIafGb3XbBXvbTmEcDkLgIaqGucCjbgvaBllOS6D5ze+0D9GwV2 1kBhO77rRIOV5IEwiOrJmgirHo6+CGBkFULnL3zU= Received: from [192.168.0.151] (aftr-185-17-205-243.dynamic.mnet-online.de [185.17.205.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 4130B5976DA; Sun, 11 Sep 2016 11:15:36 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger References: <20160901132915.GJ96200@home.opsec.eu> <91a30d2b-ff04-c2a9-280b-ebb51320424b@fechner.net> <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> <20160911085738.GH85563@home.opsec.eu> Cc: freebsd-ports@freebsd.org From: Matthias Fechner Message-ID: Date: Sun, 11 Sep 2016 11:15:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160911085738.GH85563@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 09:15:38 -0000 Am 11.09.2016 um 10:57 schrieb Kurt Jaeger: > Thanks for the hint. > > I'm testbuilding jdk8 right now to test this. hm, that is strange. I have in the port: USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_RUN= yes so it should pull java8 as run dependency already. Is it not installed on your system? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Sun Sep 11 09:25: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 A7147BD4A00 for ; Sun, 11 Sep 2016 09:25:30 +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 6A55EC86 for ; Sun, 11 Sep 2016 09:25:30 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bj110-000BQW-Js; Sun, 11 Sep 2016 11:25:30 +0200 Date: Sun, 11 Sep 2016 11:25:30 +0200 From: Kurt Jaeger To: Matthias Fechner Cc: freebsd-ports@freebsd.org Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <20160911092530.GI85563@home.opsec.eu> References: <404a0b7b-41ea-5843-bb7a-f8c8f85dcb6a@fechner.net> <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> <20160911085738.GH85563@home.opsec.eu> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 09:25:30 -0000 Hi! > Am 11.09.2016 um 10:57 schrieb Kurt Jaeger: > > Thanks for the hint. > > > > I'm testbuilding jdk8 right now to test this. > > hm, that is strange. > > I have in the port: > > USE_JAVA= yes > JAVA_VERSION= 1.8+ > JAVA_RUN= yes > > so it should pull java8 as run dependency already. Is it not installed > on your system? I was surprised, too, but not, it was not installed. It is now, and solr starts. Very nice. Committing soon. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 11:32: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 E6FEABD68A6 for ; Sun, 11 Sep 2016 11:32:02 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D425AE6E for ; Sun, 11 Sep 2016 11:32:02 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: by mailman.ysv.freebsd.org (Postfix) id D3986BD68A5; Sun, 11 Sep 2016 11:32:02 +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 D34A4BD68A4 for ; Sun, 11 Sep 2016 11:32:02 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from outbound-queue-3.mail.thdo.gradwell.net (outbound-queue-3.mail.thdo.gradwell.net [212.11.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id A121DE6D for ; Sun, 11 Sep 2016 11:32:02 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from outbound-edge-2.mail.thdo.gradwell.net (bonnie.gradwell.net [212.11.70.2]) by outbound-queue-3.mail.thdo.gradwell.net (Postfix) with ESMTP id 6386021D79 for ; Sun, 11 Sep 2016 12:31:04 +0100 (BST) Received: from cpc89374-jarr11-2-0-cust348.16-2.cable.virginm.net (HELO amd.asgard.uk) (82.13.141.93) (smtp-auth username dave%pop3.dgmm.net, mechanism plain) by outbound-edge-2.mail.thdo.gradwell.net (qpsmtpd/0.83) with ESMTPA; Sun, 11 Sep 2016 12:31:04 +0100 From: Dave To: ports@freebsd.org Subject: llvm37 build fail, FreeBSD 10.3 Date: Sun, 11 Sep 2016 12:30:59 +0100 Message-ID: <2899047.Ad49gWPyde@amd.asgard.uk> User-Agent: KMail/4.14.10 (FreeBSD/9.3-RELEASE-p43; KDE/4.14.10; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Gradwell-MongoId: 57d54078.8cd6-5088-2 X-Gradwell-Auth-Method: mailbox X-Gradwell-Auth-Credentials: dave@pop3.dgmm.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 11:32:03 -0000 building llvm37 from ports (via portupgrade), fails on at least 10.3 Requires re2c and ninja but neither are pulled in, build fails unless manually installed first. From owner-freebsd-ports@freebsd.org Sun Sep 11 11:45: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 EEC06BD6B6D for ; Sun, 11 Sep 2016 11:45:48 +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 B1EEC7B3 for ; Sun, 11 Sep 2016 11:45:48 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bj3Cn-000BaX-J0; Sun, 11 Sep 2016 13:45:49 +0200 Date: Sun, 11 Sep 2016 13:45:49 +0200 From: Kurt Jaeger To: Matthias Fechner , freebsd-ports@freebsd.org Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) Message-ID: <20160911114549.GJ85563@home.opsec.eu> References: <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> <20160911085738.GH85563@home.opsec.eu> <20160911092530.GI85563@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160911092530.GI85563@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 11:45:49 -0000 Hi! > I was surprised, too, but not, it was not installed. It is now, and > solr starts. Very nice. Committing soon. There were last-minute changes. 1) The startup scripts expect /var/db/solr/log4j.properties and not /var/log/solr/log4j.properties so I moved it and adapted it where needed. 2) I made some syntax/path fixes to files/pkg-message.in It's now committed, thanks for your work on this! -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Sun Sep 11 20:55: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 EC931BD7101 for ; Sun, 11 Sep 2016 20:55:21 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F119C6A for ; Sun, 11 Sep 2016 20:55:21 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u8BKtCoU027265 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 11 Sep 2016 20:55:12 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org From: Grzegorz Junka Subject: Error in a package? Message-ID: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> Date: Sun, 11 Sep 2016 20:55:12 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 20:55:22 -0000 Why I can not upgrade this package, even forcefully? root@ultrabook:~ # pkg upgrade -f javavmwrapper Updating ultrabook repository catalogue... ultrabook repository is up-to-date. All repositories are up-to-date. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: javavmwrapper: 2.5_1 -> 2.5_2 Number of packages to be upgraded: 1 16 KiB to be downloaded. Proceed with this action? [y/N]: y Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 Checking integrity... done (0 conflicting) [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... [1/1] Extracting javavmwrapper-2.5_2: 100% You may need to manually remove /usr/local/etc/javavm_opts.conf if it is no longer needed. pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> /usr/local/bin/checkvms: No such file or directory From owner-freebsd-ports@freebsd.org Sun Sep 11 21:03: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 427E2BD76DD for ; Sun, 11 Sep 2016 21:03:14 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-yw0-x229.google.com (mail-yw0-x229.google.com [IPv6:2607:f8b0:4002:c05::229]) (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 01C578EC for ; Sun, 11 Sep 2016 21:03:14 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-yw0-x229.google.com with SMTP id u124so61233446ywg.3 for ; Sun, 11 Sep 2016 14:03:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=sQfT2cDpj4GWNQ3BOz36hNJGECBQDBMPUDyrYb/pZ0c=; b=Ugs/TYzl/MJ287AzxlqbXt7rY3fRv9njsfNxpATPeEAGU+usu1ImXVnwzL8521dor+ UmVXQo9N4nRoTGgifApACjKV1Aij4hrpJq1WrodoMpSOvo0iSCFtLHu8Nmb39shs0lRw MyoirosCFlFCO3NSH/Sl6j3dlGx4OsHFvGoKdn9rMEEELKS+obu8pSuKYltBKHJsZolE D8u5gXyi4/o037Woez602VHLNNNmV23C6qpzyTd6d1oIm+9/5ItAvUG/o5TpTesIOtRf zwJHxKRPNaVkBUI0NDhBy+4lZRbccGTV+DGR+knLhSX/vg705tuthGwjpcEDkHKlUSUV OrDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sQfT2cDpj4GWNQ3BOz36hNJGECBQDBMPUDyrYb/pZ0c=; b=e8kjdnuXXhrAEwJw6ZeMiTw2hfMbvdl/3ZJWkSZ1XaYm8rccXj6hsE6oV76Yifv78X zJGwQhBOdNXRG9KU6em4N8GhfBJKlfqD7j4D/AlJumPZyQnUyVBKyFJzZV8pyzOAVe0t 5vsT9GKUPNkao1nWnm1gMJInjavFsbBN2q1DtZ6UR+07uk+QxC7nQ0BrJ0wr/rXIepTD wh7v6hQ2fjaRVLzFCtkrygiI1FxSeqaXEf31rrAyB1SpmgzdwuNBvX8grrBAzeyaREYE gfiCIcbJ9gXCETx+O+v8WSzDJtRG1OoyelUp0sjX76DBA2BLhgGAFVlP5/3CZHnxBVIW UmiA== X-Gm-Message-State: AE9vXwPUDZeKJxTcgrVXYhmlTZ5rQkbXdDYBd5iHkuLVfVhO0TXqQW48SeHkIUDUWzZe/g49JAsv6epJ74dQOA== X-Received: by 10.129.129.134 with SMTP id r128mr13078284ywf.179.1473627793000; Sun, 11 Sep 2016 14:03:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.114.10 with HTTP; Sun, 11 Sep 2016 14:03:12 -0700 (PDT) In-Reply-To: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> From: Ultima Date: Sun, 11 Sep 2016 17:03:12 -0400 Message-ID: Subject: Re: Error in a package? To: Grzegorz Junka Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 21:03:14 -0000 Yeah, this is a bit annoying and needs to get fixed. The -f option IMO should as the option suggests, forcefully upgrade the package even on an error like this. I haven't really looked into why this package is constantly causing this error, but manually deleting the pkg and installing it works. Careful tho, all the pkg's depending on it will be removed and will need to be reinstalled as well. On Sun, Sep 11, 2016 at 4:55 PM, Grzegorz Junka wrote: > Why I can not upgrade this package, even forcefully? > > root@ultrabook:~ # pkg upgrade -f javavmwrapper > Updating ultrabook repository catalogue... > ultrabook repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be UPGRADED: > javavmwrapper: 2.5_1 -> 2.5_2 > > Number of packages to be upgraded: 1 > > 16 KiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... > [1/1] Extracting javavmwrapper-2.5_2: 100% > You may need to manually remove /usr/local/etc/javavm_opts.conf if it is > no longer needed. > pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> > /usr/local/bin/checkvms: No such file or directory > > _______________________________________________ > 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 Sun Sep 11 23:16: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 C92D2BD7557 for ; Sun, 11 Sep 2016 23:16:58 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward5j.cmail.yandex.net (forward5j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::18]) (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 88AEAB9C for ; Sun, 11 Sep 2016 23:16:58 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward5j.cmail.yandex.net (Yandex) with ESMTP id BADF020397; Mon, 12 Sep 2016 02:16:55 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 02B3A8C0BE2; Mon, 12 Sep 2016 02:16:54 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Pk8gDjJDtb-GrLS9t8P; Mon, 12 Sep 2016 02:16:53 +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=1473635814; bh=Wp9wqinw1udk5Awa6GLtBfYjS0gXYUaM5fa7hlFxpls=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=cQsK4N86YiRavAjzFWZkMCKyDmTOizbk+Uf7Obyj5Q7fxSldGQev0vU3r5kMJ2VNA pwHpQ1NAAjJqiR/ucksAT768OyYzpY+uPqMMpRQo/vNfMqOH6hDhCgHa4UW7ojUExg vBbjHkb5i7gibSK2d6yzR+Dc6Sf+togIlJDsRYO4= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1473635811.47014.0.camel@yandex.com> Subject: Re: Error in a package? From: Stari Karp To: Grzegorz Junka , freebsd-ports@freebsd.org Date: Sun, 11 Sep 2016 19:16:51 -0400 In-Reply-To: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 23:16:58 -0000 On Sun, 2016-09-11 at 20:55 +0000, Grzegorz Junka wrote: > Why I can not upgrade this package, even forcefully? > > root@ultrabook:~ # pkg upgrade -f javavmwrapper > Updating ultrabook repository catalogue... > ultrabook repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be UPGRADED: >          javavmwrapper: 2.5_1 -> 2.5_2 > > Number of packages to be upgraded: 1 > > 16 KiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching javavmwrapper-2.5_2.txz: 100%   16 KiB  16.4kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... > [1/1] Extracting javavmwrapper-2.5_2: 100% > You may need to manually remove /usr/local/etc/javavm_opts.conf if it > is  > no longer needed. > pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw ->  > /usr/local/bin/checkvms: No such file or directory > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o > rg" Remove /usr/local/etc/javavm_opts.conf if you have it and it will work. I had the same problem. From owner-freebsd-ports@freebsd.org Mon Sep 12 07:31: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 E0217BD78C8 for ; Mon, 12 Sep 2016 07:31:50 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0AF7DA3 for ; Mon, 12 Sep 2016 07:31:50 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-243.dynamic.mnet-online.de [88.217.181.243]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 81AB46136EC; Mon, 12 Sep 2016 09:31:47 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 81AB46136EC Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473665507; bh=ygUehks/yIRQljuE4oAOe3UZC+LwRU7/sINANgYSNmI=; h=Subject:To:References:From:Date:In-Reply-To; b=j79qblvsc0G8L0ZIoeODSVQ1lAfFHBV9FDOZiBvG3CoqL6WXBdNxkW+qYElDSp3qw xJ6a8ulPUp0O6qH7HjznqlQUQVmuwmxcF+tIy6dHpN2tHKAAG2bhvCk9tkE7ctOBEo i1hs+x4oD6B5ixKTaLCRUXjZHBylMUEGLVVMH8AI= Received: from [192.168.0.151] (aftr-88-217-181-243.dynamic.mnet-online.de [88.217.181.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id CCCAD59D764; Mon, 12 Sep 2016 09:31:46 +0200 (CEST) Subject: Re: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr) To: Kurt Jaeger , freebsd-ports@freebsd.org References: <20160901181128.GK96200@home.opsec.eu> <9a0d27c1-2f43-5a3e-8054-87495b73b12e@fechner.net> <900b9828-7a54-8f85-e4c3-0000d2565b2a@fechner.net> <20160911074115.GD93158@home.opsec.eu> <8d90b1f0-2e15-2ffd-bc6c-645e355c7b28@fechner.net> <20160911084208.GG85563@home.opsec.eu> <20160911085738.GH85563@home.opsec.eu> <20160911092530.GI85563@home.opsec.eu> <20160911114549.GJ85563@home.opsec.eu> From: Matthias Fechner Message-ID: <8d4f29e3-0af6-3082-1510-2183cab3ff60@fechner.net> Date: Mon, 12 Sep 2016 09:31:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160911114549.GJ85563@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 07:31:51 -0000 Am 11.09.2016 um 13:45 schrieb Kurt Jaeger: > There were last-minute changes. > 1) The startup scripts expect > > /var/db/solr/log4j.properties > > and not > > /var/log/solr/log4j.properties > > so I moved it and adapted it where needed. > > 2) I made some syntax/path fixes to files/pkg-message.in > > It's now committed, thanks for your work on this! > you are right. Thanks a lot for these modifications and the commit! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Mon Sep 12 08:08: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 EDE07BD743E for ; Mon, 12 Sep 2016 08:08:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B372AE01 for ; Mon, 12 Sep 2016 08:08:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:1277:d101:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 02FB8614B5D; Mon, 12 Sep 2016 10:08:46 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 02FB8614B5D Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473667726; bh=OHHOgi6DVeWqbYcgr6srXwZFY1hVTfJ8JcDvH+CGDPM=; h=Subject:To:References:From:Date:In-Reply-To; b=b/dbzaB4f5Ms/q0jJWCFc37vKfSjtOANanH5WnbjmhzseLSNYg7akROfuR+OSnEs0 FfPlcUyWS+LQKmQPxzflvMuoO4hKErltCutCNsAVttGaTCzRGd1vZdZRVrRJVr95cP dfBk79TCSVqH2YRugTR0Qy8+hEx2sfaSRv1Qarw4= Received: from [192.168.0.151] (aftr-88-217-181-243.dynamic.mnet-online.de [88.217.181.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 3815059DB1E; Mon, 12 Sep 2016 10:08:45 +0200 (CEST) Subject: Re: Error in a package? To: Grzegorz Junka , freebsd-ports@freebsd.org References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> From: Matthias Fechner Message-ID: <83b3dc74-c866-271a-e1d0-d6cca5810b60@fechner.net> Date: Mon, 12 Sep 2016 10:08:43 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 08:08:48 -0000 Am 11.09.2016 um 22:55 schrieb Grzegorz Junka: > Why I can not upgrade this package, even forcefully? > > root@ultrabook:~ # pkg upgrade -f javavmwrapper > Updating ultrabook repository catalogue... > ultrabook repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be UPGRADED: > javavmwrapper: 2.5_1 -> 2.5_2 > > Number of packages to be upgraded: 1 > > 16 KiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... > [1/1] Extracting javavmwrapper-2.5_2: 100% > You may need to manually remove /usr/local/etc/javavm_opts.conf if it > is no longer needed. > pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> > /usr/local/bin/checkvms: No such file or directory > just do: pkg delete -f javavmwrapper-2.5_1 pkg install javavmwrapper See here for more details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212104 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Mon Sep 12 12:38: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 15534BD68C7 for ; Mon, 12 Sep 2016 12:38:54 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B95F293C for ; Mon, 12 Sep 2016 12:38:52 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com (ip-109-84-2-155.web.vodafone.de [109.84.2.155]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u8CCcoBS049703 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 12 Sep 2016 12:38:51 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host ip-109-84-2-155.web.vodafone.de [109.84.2.155] claimed to be ultrabook.yoonka.com Subject: Re: Error in a package? To: freebsd-ports@freebsd.org References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> From: Grzegorz Junka Message-ID: <304ce1cf-78f1-887e-3194-4d4fdf42f7c9@gjunka.com> Date: Mon, 12 Sep 2016 12:38:45 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 12:38:54 -0000 On 11/09/2016 20:55, Grzegorz Junka wrote: > Why I can not upgrade this package, even forcefully? > > root@ultrabook:~ # pkg upgrade -f javavmwrapper > Updating ultrabook repository catalogue... > ultrabook repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be UPGRADED: > javavmwrapper: 2.5_1 -> 2.5_2 > > Number of packages to be upgraded: 1 > > 16 KiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... > [1/1] Extracting javavmwrapper-2.5_2: 100% > You may need to manually remove /usr/local/etc/javavm_opts.conf if it > is no longer needed. > pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> > /usr/local/bin/checkvms: No such file or directory > > _ There is lots of packages that depend on it, I don't want to uninstall of them and then reinstall them. I will try to delete the config file as suggested in the other post. Grzegorz From owner-freebsd-ports@freebsd.org Mon Sep 12 16:33: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 95A93BD7D0B for ; Mon, 12 Sep 2016 16:33:46 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c: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 4DC14DF8 for ; Mon, 12 Sep 2016 16:33:46 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-vk0-x232.google.com with SMTP id f76so143369587vke.0 for ; Mon, 12 Sep 2016 09:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QUwZAvabReRPyVwHmPbEikB2acR+FBczPoLVPOPfir0=; b=kq4ZAKd0BWJKD7nvAz7Ox+lLlz/q2mQ+CFGgcao0F+1bkhzieJTAylg1qn+Q4eN9Ge SsN+k1qOs0xQsaqjhiwnM8d6RtxViimB0W3lH5btIxP5+BVtH44q5N8JGL7p7i/e6Rdd aXzg2tBXseRxATGjzw1EEvqqMW5OAscFD7DhJ1ylf8k6Maji1hmk+6eTOFAHjHJOyTNo pScIkFd+csKvYFilMF9Mbw84XjeoccZRiZ6CEebF0lxO8k5lOkVghYoDE76es4yLgPaq cRXoMnsi9y/RnFq6x4DL32rT/1PQaV86Qqsi06sn4IeUdxqqN4ql3rrL0hlVJO78TYKC dV9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QUwZAvabReRPyVwHmPbEikB2acR+FBczPoLVPOPfir0=; b=V96gAUQ94Zrsckfi5RFy1cGJEOVZX0rmPfzDNh5Y4QrmHMY65T45MXn3LHjDNnomhe cyl3Lpb8x26cNyaGGS0KNXoOVGJGeX70wkGOuDSUYlAfRhRW3Zzo4v+5k8zfxcaCsyU3 PxlfQlEQ8GMN7V6GpIql54O4LASYLkGCtrwvqyVA1F7FICDWx8DT53hHlZU6WNDteK5g +zFaee7SRDaTipGJ+xDRSG1aRx6Iz5nace2AdMB5XeA7X7osA9rSdb26ZCQW8ndrFLBo 6szZgT16Z+drp5xKX9IT79EwrBthQkkfvQaP208WcFar8lZ+SH33i4Bakmdp8fSF7E0z vkMg== X-Gm-Message-State: AE9vXwN3ELImzaleiiwyXxWRQXhBQ08H9+0kFNUw7oRZtVqATBBXlhZwPIo8zpMYiNBpAgvYM57QOs7tW62CFA== X-Received: by 10.31.155.141 with SMTP id d135mr11257522vke.98.1473698025373; Mon, 12 Sep 2016 09:33:45 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.35.200 with HTTP; Mon, 12 Sep 2016 09:33:44 -0700 (PDT) In-Reply-To: <304ce1cf-78f1-887e-3194-4d4fdf42f7c9@gjunka.com> References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> <304ce1cf-78f1-887e-3194-4d4fdf42f7c9@gjunka.com> From: Kevin Oberman Date: Mon, 12 Sep 2016 09:33:44 -0700 X-Google-Sender-Auth: RiqhiMLxMy1KIPNTGhvfvvk3W1U Message-ID: Subject: Re: Error in a package? To: Grzegorz Junka Cc: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 16:33:46 -0000 On Mon, Sep 12, 2016 at 5:38 AM, Grzegorz Junka wrote: > > On 11/09/2016 20:55, Grzegorz Junka wrote: > >> Why I can not upgrade this package, even forcefully? >> >> root@ultrabook:~ # pkg upgrade -f javavmwrapper >> Updating ultrabook repository catalogue... >> ultrabook repository is up-to-date. >> All repositories are up-to-date. >> The following 1 package(s) will be affected (of 0 checked): >> >> Installed packages to be UPGRADED: >> javavmwrapper: 2.5_1 -> 2.5_2 >> >> Number of packages to be upgraded: 1 >> >> 16 KiB to be downloaded. >> >> Proceed with this action? [y/N]: y >> Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 >> Checking integrity... done (0 conflicting) >> [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... >> [1/1] Extracting javavmwrapper-2.5_2: 100% >> You may need to manually remove /usr/local/etc/javavm_opts.conf if it is >> no longer needed. >> pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> >> /usr/local/bin/checkvms: No such file or directory >> >> _ >> > > There is lots of packages that depend on it, I don't want to uninstall of > them and then reinstall them. I will try to delete the config file as > suggested in the other post. > Grzegorz You need only delete javavmwrapper, not packages that depend on it. That is clearly stated in the bug. You just use the -f option to delete javavmwrapper but not it's dependencies. pkg delete -f javavmwrapper Should take seconds to complete. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Mon Sep 12 16:42:45 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 ABFC4BD7F8A for ; Mon, 12 Sep 2016 16:42:45 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 99375783 for ; Mon, 12 Sep 2016 16:42:45 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id 98664BD7F89; Mon, 12 Sep 2016 16:42:45 +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 980F6BD7F88 for ; Mon, 12 Sep 2016 16:42:45 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 791B6782 for ; Mon, 12 Sep 2016 16:42:44 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id BF8245A9F27; Mon, 12 Sep 2016 16:42:38 +0000 (UTC) Date: Mon, 12 Sep 2016 16:42:38 +0000 From: Brooks Davis To: Dave Cc: ports@freebsd.org Subject: Re: llvm37 build fail, FreeBSD 10.3 Message-ID: <20160912164238.GD62599@spindle.one-eyed-alien.net> References: <2899047.Ad49gWPyde@amd.asgard.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <2899047.Ad49gWPyde@amd.asgard.uk> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 16:42:45 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2016 at 12:30:59PM +0100, Dave wrote: > building llvm37 from ports (via portupgrade), fails on at least 10.3 >=20 > Requires re2c and ninja but neither are pulled in, build fails unless man= ually installed first. Something is seriously out of wack with portupgrade or perhaps your ports tree. I don't portupgrade any more so can't really do much to diagnose this problem without a log (and I'm not really sure what I'd do with one). llvm37/Makefile includes USES=3Dninja which causes ninja to be a build depend. Off hand, the only way I could see that not happening is of something was wrong with Mk/Uses/ninja.mk. -- Brooks --envbJBWh7q8WU6mo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJX1tr+AAoJEKzQXbSebgfA19kH/jU672+kW6M8/wxhmS+ChUGK 5AFz00Bdyj06TLPqcxhtbxO6DQAJQOXQ9NlZ68in+ZjI/8pTC8VLWIhxN5tOi2F7 2u5UsvZzH4Jce92OJmZnoQLePEszwClexN/aERmjCAzUsnwY/vlCZgX/T993v9KX mwxqW/0WtClqX2P2mrIWCv0i1gJFGyl/JVSEiwiLeAgryZJrI+WYBXTFPqM2Ij6v VoiXUy8lSFqUtp8lY2kRGo9PYVJG+1h7zFpraXOqYRtNvHzdGJKW0Z+rMcQ5VuLp 1YGGo8vM3+ffjK93t2lIK5xUQI5E1yjIXqNtpGILb0NCylIy9ravquaqjBhle0o= =uQb/ -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-ports@freebsd.org Mon Sep 12 18:10: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 2576FBD8C6E for ; Mon, 12 Sep 2016 18:10:43 +0000 (UTC) (envelope-from 010201571f85a5c1-b41e66d3-8b51-401d-b2b4-63dfcfe848b0-000000@eu-west-1.amazonses.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 0808B371 for ; Mon, 12 Sep 2016 18:10:43 +0000 (UTC) (envelope-from 010201571f85a5c1-b41e66d3-8b51-401d-b2b4-63dfcfe848b0-000000@eu-west-1.amazonses.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0757EBD8C6D; Mon, 12 Sep 2016 18:10: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 06F9DBD8C6C for ; Mon, 12 Sep 2016 18:10:43 +0000 (UTC) (envelope-from 010201571f85a5c1-b41e66d3-8b51-401d-b2b4-63dfcfe848b0-000000@eu-west-1.amazonses.com) Received: from a6-83.smtp-out.eu-west-1.amazonses.com (a6-83.smtp-out.eu-west-1.amazonses.com [54.240.6.83]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B5CA36E for ; Mon, 12 Sep 2016 18:10:41 +0000 (UTC) (envelope-from 010201571f85a5c1-b41e66d3-8b51-401d-b2b4-63dfcfe848b0-000000@eu-west-1.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=oj24c3rr43nr5h3s6blpwqqkk4z36s2v; d=wunderlist.com; t=1473702634; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type; bh=f4UAXQ//R71Jtxmg6LjKBVFfDgapNfeUpEg2YDdb2zE=; b=NmZiKyz4rsbOB7HqCTZo+epJ8oYSIZOYWbeYZ4ertERTwJ5bqMgr/SSA2hHCh7so DO8Sp4KlmgaTDKtY8ur7u5SEgC2A8fn5V224jMZeh1V4GiBZUXiuqRFxpjsbwV+gtum ducDQI9dJkriqEIv5pPmEfuo+h2az4fiND5ZSzUY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ihchhvubuqgjsxyuhssfvqohv7z3u4hn; d=amazonses.com; t=1473702634; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type:Feedback-ID; bh=f4UAXQ//R71Jtxmg6LjKBVFfDgapNfeUpEg2YDdb2zE=; b=OTfwez9A99YF91dfRZwIW9q5cCpSgIBAH5RaJDLaKV88ohvfRDsY9KbXEGKm1Jiq Ak3jo81jSSwQ/T+wBy8MxJc7l+NYQwf0IBsqSlQKpeIRJ3AfB+NNJY9i6QGDRKW5M/Q NvKRHrjuJ/vNxZM2+QbZmCibjmwee7ZNoEQS9+WQ= Date: Mon, 12 Sep 2016 17:50:34 +0000 From: Raju Dey To: ports@freebsd.org Message-ID: <010201571f85a5c1-b41e66d3-8b51-401d-b2b4-63dfcfe848b0-000000@eu-west-1.amazonses.com> Subject: =?utf-8?Q?Raju_Dey__shared_the_list_=E2=80=9CMovies?= =?utf-8?Q?_to_Watch=E2=80=9D_with_you,_on_Wunderlist?= MIME-Version: 1.0 User-Agent: Postamt/Emailzusteller X-SES-Outgoing: 2016.09.12-54.240.6.83 Feedback-ID: 1.eu-west-1.JzAMvVruWWBU9FMTH44lkK3H6BblZXapyx7s2WyLGrM=:AmazonSES Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 18:10:43 -0000 Raju Dey shared the list =E2=80=9CMovies to Watch=E2=80=9D with you, using Wunderlist= . Join List: https://t.wunderlist.com/z/v8KwhBzOMxQ3ww8y9M7z-782fzK-NsAAAHNoY= XLtLxcygDM3Njkvp600Mze9NdoRNPGu8MXczb36pDbf6DY3fhQ3MzcCNjM0ADI2AReGAHNoYXJp= bmctbGlzdC1tZW2-cnNoaXAtY3LqdO0tBDI0AGJ1dHRvbl9saW5r -- Copyright 2016 Wunderlist From owner-freebsd-ports@freebsd.org Mon Sep 12 19:21: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 6A594BD8F86 for ; Mon, 12 Sep 2016 19:21:24 +0000 (UTC) (envelope-from asistente12@swingprofesional.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 56A5B197 for ; Mon, 12 Sep 2016 19:21:24 +0000 (UTC) (envelope-from asistente12@swingprofesional.org) Received: by mailman.ysv.freebsd.org (Postfix) id 560DEBD8F85; Mon, 12 Sep 2016 19:21:24 +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 55BA2BD8F84 for ; Mon, 12 Sep 2016 19:21:24 +0000 (UTC) (envelope-from asistente12@swingprofesional.org) Received: from mail2.swingprofesional.org (mail2.swingprofesional.org [178.162.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id CC9E6195 for ; Mon, 12 Sep 2016 19:21:23 +0000 (UTC) (envelope-from asistente12@swingprofesional.org) Received: from swingprofesional (178.162.193.198) by mail2.swingprofesional.org id hqs02s0our0k for ; Mon, 12 Sep 2016 14:21:17 -0500 (envelope-from ) X-Asi: DFINE08132 Message-ID: <91a576ed210d8d5a7f7fb75c001a5bf1@swingprofesional.org> From: "Como planificar adecuadamente el tiempo" To: Subject: Asistentes - Habilidades y Competencias Date: Mon, 12 Sep 2016 14:21:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 19:21:24 -0000 Q2FwYWNpZGFkIHkgZW50cmVnYSBwYXJhIHVuIG3heGltbyByZW5kaW1pZW50byBwcm9mZXNpb25h bA0KDQoNCkhhYmlsaWRhZGVzIHkgQ29tcGV0ZW5jaWFzIHBhcmEgbGFzIEFzaXN0ZW50ZXMgQWRt aW5pc3RyYXRpdmFzIHkgZGUgRmluYW56YXMNCg0KQ2l1ZGFkIGRlIE3peGljbyAvIDMwIGRlIFNl cHRpZW1icmUNCg0KOTowMCBhIDIwOjAwIGhycyAtIEltcGFydGU6IFBzaWMuIERvbG9yZXMgUm9t ZXJvIE1vcmENCg0KDQpMYSBsYWJvciBkZSB1bmEgYXNpc3RlbnRlIGVuIGxhIGVtcHJlc2EgZXMg ZnVuZGFtZW50YWwgcGFyYSBlbCBkZXNhcnJvbGxvIGNvbnRyb2xhZG8geSBlZmljYXogZGUgbGFz IOFyZWFzIGRlIHRyYWJham8sIGVzIHBvciBlbGxvIHF1ZSBzZSB2dWVsdmUgbmVjZXNhcmlvIGJy aW5kYXJsZSBsYXMgaGVycmFtaWVudGFzIHZpdGFsZXMgcGFyYSBtYXhpbWl6YXIgc3UgcmVuZGlt aWVudG8sIGNvbnRyaWJ1eWVuZG8gYWwgYXByb3ZlY2hhbWllbnRvIGRlIHN1cyBoYWJpbGlkYWRl cyBzaXN0ZW3hdGljYXMsIGludGVyY3VsdHVyYWxlcyB5IGRlIHJlbGFjafNuIGludGVycGVyc29u YWwuIFBvciBtZWRpbyBkZSBlc3RlIHNlbWluYXJpbyBzZSBmb21lbnRhcuEgZWwgZGVzYXJyb2xs byBkZSBzdSBjcmVhdGl2aWRhZCwgYXByZW5kZXLhIGVzdHJhdGVnaWFzIHBhcmEgZWwgdHJhdG8g Y29uIGdlbnRlIGRpZu1jaWwgeSBhZHF1aXJpcuEgdOljbmljYXMgcGFyYSBsYSByZXNvbHVjafNu IGRlIGNvbmZsaWN0b3MgeSB1biBtYW5lam8gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICBhZGVjdWFkbyBkZWwgdGllbXBvIGVuIHN1cyBmdW5jaW9uZXMuDQoNCg0KDQpURU1BUklPOiAN Cg0KDQoNCjEuIE9yZ2FuaXphY2nzbiBkZWwgdGllbXBvLi4NCg0KDQoyLiBMYSBhc2lzdGVudGUg YXNlcnRpdmE6IEPzbW8gY29tdW5pY2Fyc2UgZGUgbWFuZXJhIGVmZWN0aXZhLi4NCg0KDQozLiBJ bXBvcnRhbmNpYSBkZSBsYXMgYWN0aXR1ZGVzIHkgbGEgaW50ZWxpZ2VuY2lhIGVtb2Npb25hbCBl biBlbCB0cmFiYWpvLiANCg0KDQo0LiBMb3MgcGFzb3MgZXNlbmNpYWxlcyBwYXJhIHBsYW5pZmlj YXIgYWRlY3VhZGFtZW50ZSBlbCB0aWVtcG8uDQoNCg0KLi4uoVkgbXVjaG8gbeFzIQ0KDQoNCg0K IL9SZXF1aWVyZSBsYSBpbmZvcm1hY2nzbiBhIGxhIEJyZXZlZGFkPw0KDQpyZXNwb25kYSBlc3Rl IGVtYWlsIGNvbiBsYSBwYWxhYnJhOiANCg0KSW5mbyAtIEFzaXN0ZW50ZS4NCg0KY2VudHJvIHRl bGVm825pY286IDAxODAwMjEyMDc0NA0KDQoNClNlcuEgdW4gcGxhY2VyIEF0ZW5kZXJsZQ0KDQoN Cg0KDQoNClNpIGRlc2VhIGNhbmNlbGFyIGxhIHN1c2NyaXBjafNuLCBzb2xpY2l0ZSBzdSBCQUpB IHkgc2UgcmVhbGl6YXLhIGVuIGxhcyBwcvN4aW1hcyAyNCBIcnMuIA0K From owner-freebsd-ports@freebsd.org Mon Sep 12 20:55: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 60560BD8D32 for ; Mon, 12 Sep 2016 20:55:13 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-189.reflexion.net [208.70.211.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0EB6311 for ; Mon, 12 Sep 2016 20:55:12 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 7764 invoked from network); 12 Sep 2016 20:55:51 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 12 Sep 2016 20:55:51 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.00.0) with SMTP; Mon, 12 Sep 2016 16:55:10 -0400 (EDT) Received: (qmail 27557 invoked from network); 12 Sep 2016 20:55:10 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 12 Sep 2016 20:55:10 -0000 Received: from [192.168.0.104] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 84093EC884B; Mon, 12 Sep 2016 13:55:04 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Multiple people report binutils 2.27 does not work for powerpc64 (and powerpc?) Message-Id: Date: Mon, 12 Sep 2016 13:55:03 -0700 To: FreeBSD Toolchain , FreeBSD Ports Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 20:55:13 -0000 [Basically this is just a forward form freebsd-ppc.] Curtis Hamilton hamiltcl at verizon.net wrote on Mon Sep 12 20:10:31 UTC = 2016 > I've experienced the same issues after upgrading to binutils 2.27. It = looks > like the problem is related to the use of the Binary File Descriptor = (BFD) > library. Check if you see several messages beginning with "BFD:". =20 >=20 > =20 >=20 > I downgraded back to binutils 2.25, which was previously installed, = and > everything works properly. I skipped binutils 2.26, but will give = that a > try. >=20 > =20 >=20 > Regards, >=20 > Curtis >=20 > =20 >=20 > On 9/9/2016 4:32 PM, Bill Sorenson wrote: >=20 > >Everything I've built with the new binutils using either GCC 4.9, 5.4 = or > >6.2 instantly dumps when run. This is on an Xserve G5. Is this just = me or > >is there something genuinely broken here? > >=20 > >Thanks, > >Bill =3D=3D=3D Mark Millard markmi st dsl-only.net From owner-freebsd-ports@freebsd.org Mon Sep 12 23:49: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 8A7CCBD8244 for ; Mon, 12 Sep 2016 23:49:02 +0000 (UTC) (envelope-from asistente12T@swingprofesional.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 7997C639 for ; Mon, 12 Sep 2016 23:49:02 +0000 (UTC) (envelope-from asistente12T@swingprofesional.org) Received: by mailman.ysv.freebsd.org (Postfix) id 75728BD8241; Mon, 12 Sep 2016 23:49:02 +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 72F3FBD8240 for ; Mon, 12 Sep 2016 23:49:02 +0000 (UTC) (envelope-from asistente12T@swingprofesional.org) Received: from mail2.swingprofesional.org (mail2.swingprofesional.org [178.162.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id D84D8638 for ; Mon, 12 Sep 2016 23:49:01 +0000 (UTC) (envelope-from asistente12T@swingprofesional.org) Received: from swingprofesional (178.162.193.198) by mail2.swingprofesional.org id hqsvee0our0l for ; Mon, 12 Sep 2016 18:48:54 -0500 (envelope-from ) X-Asi: DFINE08132 Message-ID: <4ae6d2babc800faddef83d4200164766@swingprofesional.org> From: "Asistentes - Habilidades y Competencias" To: Subject: Como planificar adecuadamente el tiempo Date: Mon, 12 Sep 2016 18:48:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 23:49:02 -0000 Q2FwYWNpZGFkIHkgZW50cmVnYSBwYXJhIHVuIG3heGltbyByZW5kaW1pZW50byBwcm9mZXNpb25h bA0KDQoNCkhhYmlsaWRhZGVzIHkgQ29tcGV0ZW5jaWFzIHBhcmEgbGFzIEFzaXN0ZW50ZXMgQWRt aW5pc3RyYXRpdmFzIHkgZGUgRmluYW56YXMNCg0KQ2l1ZGFkIGRlIE3peGljbyAvIDMwIGRlIFNl cHRpZW1icmUNCg0KOTowMCBhIDIwOjAwIGhycyAtIEltcGFydGU6IFBzaWMuIERvbG9yZXMgUm9t ZXJvIE1vcmENCg0KDQpMYSBsYWJvciBkZSB1bmEgYXNpc3RlbnRlIGVuIGxhIGVtcHJlc2EgZXMg ZnVuZGFtZW50YWwgcGFyYSBlbCBkZXNhcnJvbGxvIGNvbnRyb2xhZG8geSBlZmljYXogZGUgbGFz IOFyZWFzIGRlIHRyYWJham8sIGVzIHBvciBlbGxvIHF1ZSBzZSB2dWVsdmUgbmVjZXNhcmlvIGJy aW5kYXJsZSBsYXMgaGVycmFtaWVudGFzIHZpdGFsZXMgcGFyYSBtYXhpbWl6YXIgc3UgcmVuZGlt aWVudG8sIGNvbnRyaWJ1eWVuZG8gYWwgYXByb3ZlY2hhbWllbnRvIGRlIHN1cyBoYWJpbGlkYWRl cyBzaXN0ZW3hdGljYXMsIGludGVyY3VsdHVyYWxlcyB5IGRlIHJlbGFjafNuIGludGVycGVyc29u YWwuIFBvciBtZWRpbyBkZSBlc3RlIHNlbWluYXJpbyBzZSBmb21lbnRhcuEgZWwgZGVzYXJyb2xs byBkZSBzdSBjcmVhdGl2aWRhZCwgYXByZW5kZXLhIGVzdHJhdGVnaWFzIHBhcmEgZWwgdHJhdG8g Y29uIGdlbnRlIGRpZu1jaWwgeSBhZHF1aXJpcuEgdOljbmljYXMgcGFyYSBsYSByZXNvbHVjafNu IGRlIGNvbmZsaWN0b3MgeSB1biBtYW5lam8gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICBhZGVjdWFkbyBkZWwgdGllbXBvIGVuIHN1cyBmdW5jaW9uZXMuDQoNCg0KDQpURU1BUklPOiAN Cg0KDQoNCjEuIE9yZ2FuaXphY2nzbiBkZWwgdGllbXBvLi4NCg0KDQoyLiBMYSBhc2lzdGVudGUg YXNlcnRpdmE6IEPzbW8gY29tdW5pY2Fyc2UgZGUgbWFuZXJhIGVmZWN0aXZhLi4NCg0KDQozLiBJ bXBvcnRhbmNpYSBkZSBsYXMgYWN0aXR1ZGVzIHkgbGEgaW50ZWxpZ2VuY2lhIGVtb2Npb25hbCBl biBlbCB0cmFiYWpvLiANCg0KDQo0LiBMb3MgcGFzb3MgZXNlbmNpYWxlcyBwYXJhIHBsYW5pZmlj YXIgYWRlY3VhZGFtZW50ZSBlbCB0aWVtcG8uDQoNCg0KLi4uoVkgbXVjaG8gbeFzIQ0KDQoNCg0K IL9SZXF1aWVyZSBsYSBpbmZvcm1hY2nzbiBhIGxhIEJyZXZlZGFkPw0KDQpyZXNwb25kYSBlc3Rl IGVtYWlsIGNvbiBsYSBwYWxhYnJhOiANCg0KSW5mbyAtIEFzaXN0ZW50ZS4NCg0KY2VudHJvIHRl bGVm825pY286IDAxODAwMjEyMDc0NA0KDQoNClNlcuEgdW4gcGxhY2VyIEF0ZW5kZXJsZQ0KDQoN Cg0KDQoNClNpIGRlc2VhIGNhbmNlbGFyIGxhIHN1c2NyaXBjafNuLCBzb2xpY2l0ZSBzdSBCQUpB IHkgc2UgcmVhbGl6YXLhIGVuIGxhcyBwcvN4aW1hcyAyNCBIcnMuIA0K From owner-freebsd-ports@freebsd.org Tue Sep 13 06:17: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 36319BD7021 for ; Tue, 13 Sep 2016 06:17:01 +0000 (UTC) (envelope-from discount@derek.neofill.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 202A29EE for ; Tue, 13 Sep 2016 06:17:01 +0000 (UTC) (envelope-from discount@derek.neofill.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1F91CBD7020; Tue, 13 Sep 2016 06:17: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 1F400BD701E for ; Tue, 13 Sep 2016 06:17:01 +0000 (UTC) (envelope-from discount@derek.neofill.com) Received: from derek.neofill.com (derek.neofill.com [66.218.180.214]) (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 E5D0E9ED for ; Tue, 13 Sep 2016 06:17:00 +0000 (UTC) (envelope-from discount@derek.neofill.com) Received: from discount by derek.neofill.com with local (Exim 4.80.1) (envelope-from ) id 1bjh1Y-0003np-0w for ports@freebsd.org; Tue, 13 Sep 2016 02:16:52 -0400 To: ports@freebsd.org Subject: Shipment delivery problem #000879243 Date: Tue, 13 Sep 2016 02:16:52 -0400 From: "FedEx 2Day A.M." Reply-To: "FedEx 2Day A.M." Message-ID: <228091d1977ec671ad023ffeaa64b3b7@horsetreats.com> X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - derek.neofill.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [507 504] / [47 12] X-AntiAbuse: Sender Address Domain - derek.neofill.com X-Get-Message-Sender-Via: derek.neofill.com: authenticated_id: discount/only user confirmed/virtual account not confirmed Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 06:17:01 -0000 Dear Customer, Courier was unable to deliver the parcel to you. You can review complete details of your order in the find attached. Thank you for choosing FedEx, Greg Dunlap, Operation Agent. From owner-freebsd-ports@freebsd.org Tue Sep 13 07:30: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 A6BB5BD8803 for ; Tue, 13 Sep 2016 07:30:29 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 946E9F8E for ; Tue, 13 Sep 2016 07:30:29 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 93D5CBD8802; Tue, 13 Sep 2016 07:30: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 93853BD8801 for ; Tue, 13 Sep 2016 07:30:29 +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 871F8F8D for ; Tue, 13 Sep 2016 07:30:29 +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 u8D7UTFR001756 for ; Tue, 13 Sep 2016 07:30:29 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u8D7UTqY001755; Tue, 13 Sep 2016 07:30:29 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201609130730.u8D7UTqY001755@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, 13 Sep 2016 07:30:29 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 07:30:29 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-tempora | 1.4 | 1.5 ------------------------------------------------+-----------------+------------ textproc/ansifilter | 1.7 | 2.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 Tue Sep 13 13:30: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 1F63ABD909C for ; Tue, 13 Sep 2016 13:30:07 +0000 (UTC) (envelope-from 0102015723bd7c12-de1885bd-d0b3-4b11-b8b4-1dda146ed939-000000@eu-west-1.amazonses.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 04269B6C for ; Tue, 13 Sep 2016 13:30:07 +0000 (UTC) (envelope-from 0102015723bd7c12-de1885bd-d0b3-4b11-b8b4-1dda146ed939-000000@eu-west-1.amazonses.com) Received: by mailman.ysv.freebsd.org (Postfix) id 038DFBD909B; Tue, 13 Sep 2016 13:30:07 +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 033D1BD909A for ; Tue, 13 Sep 2016 13:30:07 +0000 (UTC) (envelope-from 0102015723bd7c12-de1885bd-d0b3-4b11-b8b4-1dda146ed939-000000@eu-west-1.amazonses.com) Received: from a6-144.smtp-out.eu-west-1.amazonses.com (a6-144.smtp-out.eu-west-1.amazonses.com [54.240.6.144]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75F1EB68 for ; Tue, 13 Sep 2016 13:30:06 +0000 (UTC) (envelope-from 0102015723bd7c12-de1885bd-d0b3-4b11-b8b4-1dda146ed939-000000@eu-west-1.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=oj24c3rr43nr5h3s6blpwqqkk4z36s2v; d=wunderlist.com; t=1473773403; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type; bh=TVFMtMoFO86PamTw8P4pzY5su6wwinu+C/w2hWwbISQ=; b=OmTWRBK/Zf/LpqVGRrx1I9B001oDShLRkztXj5nwfoF8RsZfDTSBHnfkXZCNtYwI UQIIydVyXO3B3Txs19p39JMkyvBkFQE43tRICBXHkJbHhZNkrz590J5cgc/u9yygy5e IFVbw30cDfSc3QUTT1Agr71Mr9YPX+ci7eh25V3o= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ihchhvubuqgjsxyuhssfvqohv7z3u4hn; d=amazonses.com; t=1473773403; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type:Feedback-ID; bh=TVFMtMoFO86PamTw8P4pzY5su6wwinu+C/w2hWwbISQ=; b=YCbHvPUE2pYHGRKKhcO6s053KMTWreKpYsj5p9yrglFgU1IDbKuPT874KLFjReeC ilGFPvjF/hh1DDRmG+3+BNIY+WeOBqIlR/ILUikj6CPWTIiUs1sUTlesHVuKZ/rsC7T 1cIbMNvHUYa3TzATlgkIz4UpxZWmEMleU0zZIpsA= Date: Tue, 13 Sep 2016 13:30:03 +0000 From: Raju Dey To: ports@freebsd.org Message-ID: <0102015723bd7c12-de1885bd-d0b3-4b11-b8b4-1dda146ed939-000000@eu-west-1.amazonses.com> Subject: =?utf-8?Q?Raju_Dey__shared_the_list_=E2=80=9CPr?= =?utf-8?Q?ivate=E2=80=9D_with_you,_on_Wunderlist?= MIME-Version: 1.0 User-Agent: Postamt/Emailzusteller X-SES-Outgoing: 2016.09.13-54.240.6.144 Feedback-ID: 1.eu-west-1.JzAMvVruWWBU9FMTH44lkK3H6BblZXapyx7s2WyLGrM=:AmazonSES Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 13:30:07 -0000 Raju Dey shared the list =E2=80=9CPrivate=E2=80=9D with you, using Wunderlist. Join List: https://t.wunderlist.com/z/7OrOiTT8hje7izYyM380r-42izY2uQKENQAAc= 2hhcu0vFzKTEYQvMp01NTLKNIY2M9A0NzQ26TIz2jM1NzYL4TelkP5-FDczNzczNAMAMjYBF4YA= c2hhcmluZy1saXN0LW1lbb5yc2hpcC1jcup07S0EMjQAYnV0dG9uX2xpbms -- Copyright 2016 Wunderlist From owner-freebsd-ports@freebsd.org Tue Sep 13 16:02:45 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 6D087BD9311 for ; Tue, 13 Sep 2016 16:02:45 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB71EC1 for ; Tue, 13 Sep 2016 16:02:45 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: by mailman.ysv.freebsd.org (Postfix) id 5A210BD9310; Tue, 13 Sep 2016 16:02:45 +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 59D2BBD930F for ; Tue, 13 Sep 2016 16:02:45 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from nilaya.lain.pl (nilaya.lain.pl [IPv6:2001:41d0:d:492::]) by mx1.freebsd.org (Postfix) with ESMTP id 25E75EC0 for ; Tue, 13 Sep 2016 16:02:44 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from [192.168.2.42] (c106-252.icpnet.pl [62.21.106.252]) by nilaya.lain.pl (Postfix) with ESMTPSA id A0FB93FD6B; Tue, 13 Sep 2016 18:02:36 +0200 (CEST) Subject: Re: FreeBSD Port: noip-2.1.9_3 To: "ports@FreeBSD.org" References: <4bb353eb-67e0-cd72-9dba-83fdca2ae4d8@gmx.de> <990cd69e-dc34-8a00-b4eb-d07fcebbff95@gmx.de> Cc: Stanislaw Halik , "James A. McGuire" From: Stanislaw Halik Message-ID: <7fc09a4d-f67e-0674-9f68-0a57e174b184@misaki.pl> Date: Tue, 13 Sep 2016 18:02:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <990cd69e-dc34-8a00-b4eb-d07fcebbff95@gmx.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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 16:02:45 -0000 On 2016-08-31 Wed 17:38, olli hauer wrote: >>> The update interval can be adjusted (default is 30 days). >>> In the patch example I've chosen half of the interval, so there is time left in case you are offline for an unforeseen reason >>> >>> Index: Makefile >>> =================================================================== >>> --- Makefile (revision 421168) >>> +++ Makefile (working copy) >>> @@ -25,6 +25,12 @@ >>> >>> OPTIONS_DEFINE= DOCS >>> >>> +FORCE_INTERVAL= 14 # days until IP update is forced >>> + >>> +post-patch: >>> + ${REINPLACE_CMD} -e '/define FORCE_INTERVAL/s/30/${FORCE_INTERVAL}/g' \ >>> + ${WRKSRC}/noip2.c >>> + >>> do-install: >>> ${INSTALL_PROGRAM} ${WRKSRC}/noip2 ${STAGEDIR}${PREFIX}/bin >>> ${MKDIR} ${STAGEDIR}${DOCSDIR} > I don't use the tool myself (having a static assigned network) and I'm even not sure if it will work. > > So I suggest James can test it (suspecting there is a ways to see the last update time on the noip portal) and if it works for him he can submit the patch as PR It's also necessary to #define FORCE_UPDATE 1 But keep in mind that the interval is accounted for only during process' stay in memory. It doesn't work like "anacron" and the like. I'd like to send a maintainer update with an interval of just a few days. In short, -#define FORCE_UPDATE 0 +#define FORCE_UPDATE 1 -#define FORCE_INTERVAL (1440 * 30) // 30 days in minutes +#define FORCE_INTERVAL (1440 * 7) // 7 days in minutes Kudos to olli hauer for noticing that builtin functionality. sh From owner-freebsd-ports@freebsd.org Tue Sep 13 16:27: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 03F7DBD99B8 for ; Tue, 13 Sep 2016 16:27:14 +0000 (UTC) (envelope-from sthalik@misaki.pl) 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 E577B1C7 for ; Tue, 13 Sep 2016 16:27:13 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: by mailman.ysv.freebsd.org (Postfix) id E1741BD99B7; Tue, 13 Sep 2016 16:27: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 E1254BD99B6 for ; Tue, 13 Sep 2016 16:27:13 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from nilaya.lain.pl (nilaya.lain.pl [37.187.165.146]) by mx1.freebsd.org (Postfix) with ESMTP id AEE581C5 for ; Tue, 13 Sep 2016 16:27:13 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from [192.168.2.42] (c106-252.icpnet.pl [62.21.106.252]) by nilaya.lain.pl (Postfix) with ESMTPSA id ABE483FD6B; Tue, 13 Sep 2016 18:27:11 +0200 (CEST) Subject: Re: FreeBSD Port: noip-2.1.9_3 To: "ports@FreeBSD.org" References: <4bb353eb-67e0-cd72-9dba-83fdca2ae4d8@gmx.de> <990cd69e-dc34-8a00-b4eb-d07fcebbff95@gmx.de> <7fc09a4d-f67e-0674-9f68-0a57e174b184@misaki.pl> Cc: "James A. McGuire" From: Stanislaw Halik Message-ID: Date: Tue, 13 Sep 2016 18:27:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <7fc09a4d-f67e-0674-9f68-0a57e174b184@misaki.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 16:27:14 -0000 On 2016-09-13 Tue 18:02, Stanislaw Halik wrote: > It's also necessary to > > #define FORCE_UPDATE 1 > > But keep in mind that the interval is accounted for only during process' > stay in memory. It doesn't work like "anacron" and the like. I'd like to > send a maintainer update with an interval of just a few days. If you add the two changes, also consider line 364: int Force_Update = FORCE_INTERVAL; Change this to int Force_Update = -1; Then the daemon will force an update whenever it's started (e.g. system start). sh > -#define FORCE_UPDATE 0 > +#define FORCE_UPDATE 1 > > -#define FORCE_INTERVAL (1440 * 30) // 30 days in minutes > +#define FORCE_INTERVAL (1440 * 7) // 7 days in minutes > > Kudos to olli hauer for noticing that builtin > functionality. From owner-freebsd-ports@freebsd.org Tue Sep 13 16:53: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 EE409BD9269 for ; Tue, 13 Sep 2016 16:53:18 +0000 (UTC) (envelope-from impacto13@triunfosempresariales.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 DC88A199D for ; Tue, 13 Sep 2016 16:53:18 +0000 (UTC) (envelope-from impacto13@triunfosempresariales.com) Received: by mailman.ysv.freebsd.org (Postfix) id D84E6BD9268; Tue, 13 Sep 2016 16:53:18 +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 D7F64BD9267 for ; Tue, 13 Sep 2016 16:53:18 +0000 (UTC) (envelope-from impacto13@triunfosempresariales.com) Received: from mail3.triunfosempresariales.com (mail3.triunfosempresariales.com [173.208.131.53]) by mx1.freebsd.org (Postfix) with ESMTP id B819D199C for ; Tue, 13 Sep 2016 16:53:18 +0000 (UTC) (envelope-from impacto13@triunfosempresariales.com) Received: from WIN-ELF14L4JTPJ (173.208.131.52) by mail3.triunfosempresariales.com id hr0nfa0our05 for ; Tue, 13 Sep 2016 11:53:01 -0500 (envelope-from ) X-NEB: DFINE08132 Message-ID: <66ee8e4def30a839531bb01f00155806@triunfosempresariales.com> From: "=?utf-8?Q?Impacto_Fiscal_y_Laboral_-_En_L=C3=ADnea?=" To: Subject: =?utf-8?Q?Pago_de_N=C3=B3minas_a_Trav=C3=A9s_de_Outsourcing?= Date: Tue, 13 Sep 2016 11:53:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 16:53:19 -0000 En l=C3=ADnea y en Vivo / Para todo su Equipo con una sola Conexi=C3=B3n=20 Impacto Fiscal y Laboral del Pago de N=C3=B3minas a Trav=C3=A9s de Outsourcing 23 de septiembre - Online en Vivo - 10:00 a 13:00 y de 15:00 a 18:00 Hrs Para muchos patrocinadores del outsourcing o tercerizaci=C3=B3n de = servicios personales, las modificaciones hacendarias y de seguridad social = les han hecho pensar sobre la ilegalidad de mantener estos esquemas = dise=C3=B1ados para la reducci=C3=B3n de los costos fiscales asociados a = las n=C3=B3minas, siendo la intenci=C3=B3n de las autoridades fiscales el = intentar convencer o amedrentar a los contribuyentes de que se tratan de = actos de evasi=C3=B3n fiscal sobre los cuales debe aplicarse todo el rigor = de las leyes.=20 TEMARIO:=20 1. Marco legal de la relaci=C3=B3n de trabajo=2E 2. Caracter=C3=ADsticas del salario=2E 3. El tratamiento del Outsourcing en la Ley Federal del Trabajo=2E 4. Tratamiento fiscal en el Impuesto Sobre la Renta del Outsourcing=2E =2E..=C2=A1Y mucho m=C3=A1s! =C2=BFRequiere la informaci=C3=B3n a la Brevedad? responda este email con la palabra:=20 Info - Pago=2E centro telef=C3=B3nico: 018002129393 Lic. =C3=81ngel Hern=C3=A1ndez Coordinador de Evento =C2=BFDemasiados mensajes en su cuenta? Responda este mensaje indicando = que solo desea recibir CALENDARIO y s=C3=B3lo recibir=C3=A1 un correo al = mes. Si desea cancelar la suscripci=C3=B3n, solicite su BAJA. From owner-freebsd-ports@freebsd.org Wed Sep 14 01:21: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 3D959BDA251 for ; Wed, 14 Sep 2016 01:21:18 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2715182 for ; Wed, 14 Sep 2016 01:21:17 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 5EF1D2ED8; Tue, 13 Sep 2016 18:21:10 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1473816070; bh=fAVg5q8ETetI6XXm8TaHszYQziVqCTwZ1B1ISz73yEk=; h=Subject:To:References:From:Date:In-Reply-To; b=BPBjMd6Y1IiqBdpQcopSsMrOJumnVN1+4PaHYtDKXSuC+sijzzpeSpmteyu5l+3cn 0jYXCY+wjtEJaudMkuVjAxQjmGiTuAMHpTyeE+ub0whUQ9CoSPRlk4EVrdbQkAyz7D 1Rf7//Fe+G/qQ2EB2I+TFUEUYyyoEd5zOQx48fwk= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 25B0E2EA2; Tue, 13 Sep 2016 18:21:08 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1473816068; bh=fAVg5q8ETetI6XXm8TaHszYQziVqCTwZ1B1ISz73yEk=; h=Subject:To:References:From:Date:In-Reply-To; b=ZHNyrVX6bNkeimhH5RwN33mWA6TWso0gqphxJ+6oUjtfQBnWNY77zs5nTUQMDJuIn nKx6cXrSS60Dfh4iTv4KTsgC4024b3vHB0N6Xw0UOtU4Pf08tmp5rTslBGfOuasv66 CefJv+w1bf9dIaVG943CGJpvSlg//C1VgrhseOIo= Subject: Re: GeForce GTX 750 Ti upgraded to unsupported To: David Wolfskill , Ben Woods , freebsd-ports@freebsd.org References: <4ddc27f0-2103-3bed-4914-a72bf69d020d@pinyon.org> <20160908225814.GU1247@albert.catwhisker.org> From: "Russell L. Carter" Message-ID: Date: Tue, 13 Sep 2016 18:21:07 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160908225814.GU1247@albert.catwhisker.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 01:21:18 -0000 On 09/08/16 15:58, David Wolfskill wrote: > On Thu, Sep 08, 2016 at 03:54:17PM -0700, Russell L. Carter wrote: >> Greetings, >> >> Since I upgraded to 11/stable from 10/stable, it appears that my video >> card is no longer supported by either nvidia-driver or nvidia-driver-340: >> ... >> Any ideas? >> >> Thanks, >> Russell >> .... > > Have you tried x11/nvidia-driver-304? > > Peace, > david (who switched from nvidia-driver to nvidia-driver-340) > [Ben Woods suggested in a separate response to load nvidia-modeset] I went down a long long path, which I hope to make more traveled. Short answer is: 1) poudriere bulk -c on upgrade is your friend (people told me this, I should listen to them). 2) Chop down old xorg.conf with lots of stuff linux has not needed for a while to $ cat /usr/local/etc/X11/xorg.conf.d/10-nvidia.conf Section "Device" Identifier "NVIDIA Card" VendorName "NVIDIA Corporation" Driver "nvidia" EndSection 3) add nvidia-modeset to kld_list in /etc/rc.conf Upshot is now with x11/nvidia-driver benchmarks/glmark2 works fine, and no complaints from clients. So Ben, yeah, amongst the other two issues, you helped with that clue. David, you gave me the idea to try the other drivers (and the nvidia docs seem to indicate that hw support migrates down) and the identical error produced by the other drivers was a clue as well. Many thanks, Russell From owner-freebsd-ports@freebsd.org Wed Sep 14 07:09: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 43373BDAC88 for ; Wed, 14 Sep 2016 07:09:28 +0000 (UTC) (envelope-from tedyjs@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 21B57A62 for ; Wed, 14 Sep 2016 07:09:28 +0000 (UTC) (envelope-from tedyjs@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id 21022BDAC87; Wed, 14 Sep 2016 07:09:28 +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 209CDBDAC86 for ; Wed, 14 Sep 2016 07:09:28 +0000 (UTC) (envelope-from tedyjs@yahoo.com) Received: from nm50-vm8.bullet.mail.gq1.yahoo.com (nm50-vm8.bullet.mail.gq1.yahoo.com [67.195.87.248]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5BE7A61 for ; Wed, 14 Sep 2016 07:09:27 +0000 (UTC) (envelope-from tedyjs@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1473836966; bh=XWdTy4JU4IJzVN5IxDjHmDJjlzc7izZPE64blIhwLT4=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=b0yFNk97/L6fww/z60bUQdYsbmfx2zEKOJXzegc02pk2shzX0TKZpyxKSuuTH1TYtBeqUGIv0u61KK0Fjq7njktSkzTr2oQ+leScgTARkxzSCOXsM5UyTbtghzH6v3KJA3U6p/Cb71Et70HX2AZUWq3fzZqwpWd490G5yNwkE1G5LhTHQg181gdjNhAMEVmTD9isXdZziJDFPf0NMqhSwAXKroT3O4/5AzyVW2eDFtUKVn+vNTuM/XXbhzVPAjRR3FZXbX4EwLEikPS02iMyy2JnuPKxMjb7jpsVQ0MZh2+EVXOvEBdd6O8YN91cNG3uVEqv+HVzFx+gv723fiFVxQ== Received: from [127.0.0.1] by nm50.bullet.mail.gq1.yahoo.com with NNFMP; 14 Sep 2016 07:09:26 -0000 Received: from [98.137.12.174] by nm50.bullet.mail.gq1.yahoo.com with NNFMP; 14 Sep 2016 07:06:31 -0000 Received: from [106.10.166.124] by tm13.bullet.mail.gq1.yahoo.com with NNFMP; 14 Sep 2016 07:06:31 -0000 Received: from [106.10.150.24] by tm13.bullet.mail.sg3.yahoo.com with NNFMP; 14 Sep 2016 07:06:30 -0000 Received: from [127.0.0.1] by omp1025.mail.sg3.yahoo.com with NNFMP; 14 Sep 2016 07:06:30 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 741797.74317.bm@omp1025.mail.sg3.yahoo.com X-YMail-OSG: VNR2yS0VM1mws1m0ak8mtBlY8ARerJxdidw9.s87j8jbJjnRMD8brdV_4lE4hva 3jo6EtP4Y9svo9CKoLYfm5ntyBP.85e4.QtmaizAHfcWtAlDfsAyOpiGkOLtnTr.sEDv56AZUtQz ARSQd8Ph.PbkaEiz59rpM5QiVKaBQNbjKug_Pf08mtwvPN0.4fY0DyjfHioQGs7VvZQE1rgwt0QF gnxQ0_5syzl3.MuNyazNZ95ggwjL9.sNfrS4CY.29Rt0uzQ55bijB1.xReqPX30l2WjVjI.3B3Kz XjfZRwVskb1t1PhnJuIx89XWnD03Zaaw.iMqCG8qI46Mo1l.EUo7P1A5Jp.oHdNQrtKFS3B2y5x0 Y9iK1uDeecy6Je2mBkH01YlbCTFMpafwU50mu_J8t_E4G3FTkPzGxLtS3xhdl8Y5xjLmr9PQS7.J R1FUtjJbJ1bWQ1Xyw.nX2CJtqgS81QTxAW.38uGCOXU3_di916MiAVeCzhhSH5YjewBHkvmjxmLW Ziwdr9qNz8i3k9tD59K7WR6xXPWhHFkbQxA-- Received: from jws10969.mail.sg3.yahoo.com by sendmailws117.mail.sg3.yahoo.com; Wed, 14 Sep 2016 07:06:30 +0000; 1473836790.370 Date: Wed, 14 Sep 2016 07:06:30 +0000 (UTC) From: Teddy Jayasaputra Reply-To: Teddy Jayasaputra To: "ports@freebsd.org" Message-ID: <2084483436.721955.1473836790089@mail.yahoo.com> Subject: sqstat ports MIME-Version: 1.0 References: <2084483436.721955.1473836790089.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 07:09:28 -0000 Dear Ports admin, I install sqstat ports and the problem excatly as is in the following url. Error (1): Cannot get data. Server answered: HTTP/1.1 200 OK ; SqStat | Gee= k In Linux =20 | =20 | =20 | =20 | | | | | | =20 | | =20 Error (1): Cannot get data. Server answered: HTTP/1.1 200 OK ; SqStat | Gee= ... | | | | =20 I Tried to install the patch and its working fine. The diff file contains m= odification to sqstat.class.php.diff sqstat.class.php sqstat.class.php.defa= ult=20 107c107 <=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 if($raw[0]!=3D"HTTP/1.1 200 OK"){ --- >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 if($raw[0]!=3D"HTTP/1.0 200 OK"){ 131,132c131,132 <=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 if(substr($v,0,8)=3D=3D"peer:") $parsed["con"][$connection]["peer"]= =3Dsubstr($v,6); <=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 if(substr($v,0,6)=3D=3D"me:") $parsed["con"][$connection]["me"]=3Dsu= bstr($v,4); --- >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 if(substr($v,0,5)=3D=3D"peer:") $parsed["con"][$connection]["peer"]= =3Dsubstr($v,6); >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 if(substr($v,0,3)=3D=3D"me:") $parsed["con"][$connection]["me"]=3Dsu= bstr($v,4); 178c178 <=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ip=3Dsubstr($= v["remote"],0,strpos($v["remote"],":")); --- >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ip=3Dsubstr($= v["peer"],0,strpos($v["peer"],":")); 189c189 <=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ip=3Dip2long(substr($v["remote"],0,strpo= s($v["remote"],":"))); --- >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ip=3Dip2long(substr($v["peer"],0,strpos(= $v["peer"],":"))); 315c315 < ?> --- > ?> \ No newline at end of file thanks. Best Regards, -Teddy Js- From owner-freebsd-ports@freebsd.org Wed Sep 14 07:19: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 DB0F2BDAE3D for ; Wed, 14 Sep 2016 07:19:27 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C84D5E5F for ; Wed, 14 Sep 2016 07:19:27 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id C4575BDAE3B; Wed, 14 Sep 2016 07:19: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 C1B9FBDAE3A for ; Wed, 14 Sep 2016 07:19:27 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF89E5E for ; Wed, 14 Sep 2016 07:19:24 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id B8EEA75927 for ; Wed, 14 Sep 2016 08:19:15 +0100 (BST) Date: Wed, 14 Sep 2016 08:19:15 +0100 From: Bob Eager To: ports@freeBSD.org Subject: LICENSE documentation Message-ID: <20160914081915.72e9cf14@raksha.tavi.co.uk> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 07:19:27 -0000 I recently had a minor patch (to one of the ports I maintain) bounced because I hadn't specified a LICENSE. This port never did have LICENSE, and it had been updated recently with no issues. However, I was told that "I don't see any mention of any kind of license in the package or on the site, so it should be LICENSE= NONE. Note that without clear licensing terms it's impossible to legally use and redistribute the code." (I did erroneously interpret that, initially, to be saying that there MUST be a real license specified, although I realise from the above that NONE is acceptable (and presumably meets the criteria for "clear licensing terms")). Let me make it absolutely clear that I am not criticising or questioning the committers; they are just doing their job. However, I wonder if two things ought to be done: 1) There should be something in the Porter's Handbook about LICENSE. There is little or none, merely material about licensing in a more general sense. I would produce an update myself, but given the above, I am probably not the best person! 2) portlint currently says: "WARN: Makefile: Consider defining LICENSE. 0 fatal errors and 1 warning found." This is not really correct if LICENSE is mandatory. Thanks! From owner-freebsd-ports@freebsd.org Wed Sep 14 07:28: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 344E7BDA00D for ; Wed, 14 Sep 2016 07:28:54 +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 219CA3BC for ; Wed, 14 Sep 2016 07:28:54 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2111BBDA00B; Wed, 14 Sep 2016 07:28: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 20BE7BDA009 for ; Wed, 14 Sep 2016 07:28:54 +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 144743BB for ; Wed, 14 Sep 2016 07:28:54 +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 u8E7SrNt018924 for ; Wed, 14 Sep 2016 07:28:53 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u8E7SraW018923; Wed, 14 Sep 2016 07:28:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201609140728.u8E7SraW018923@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, 14 Sep 2016 07:28:53 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 07:28:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-tempora | 1.4 | 1.6 ------------------------------------------------+-----------------+------------ 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 Sep 14 08:12: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 E4DB0BDAD5E for ; Wed, 14 Sep 2016 08:12:27 +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 D4E4DE9B for ; Wed, 14 Sep 2016 08:12:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id D4373BDAD5D; Wed, 14 Sep 2016 08:12: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 D3DFDBDAD5C for ; Wed, 14 Sep 2016 08:12:27 +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 9B316E99 for ; Wed, 14 Sep 2016 08:12:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bk5Iv-000IUa-GX; Wed, 14 Sep 2016 10:12:25 +0200 Date: Wed, 14 Sep 2016 10:12:25 +0200 From: Kurt Jaeger To: Bob Eager Cc: ports@freeBSD.org Subject: Re: LICENSE documentation Message-ID: <20160914081225.GK85563@home.opsec.eu> References: <20160914081915.72e9cf14@raksha.tavi.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160914081915.72e9cf14@raksha.tavi.co.uk> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 08:12:28 -0000 Hi! > I recently had a minor patch (to one of the ports I maintain) bounced > because I hadn't specified a LICENSE. > > This port never did have LICENSE, and it had been updated recently with > no issues. However, I was told that "I don't see any mention of any > kind of license in the package or on the site, so it should be > LICENSE= NONE. Note that without clear licensing terms it's impossible > to legally use and redistribute the code." > > (I did erroneously interpret that, initially, to be saying that there > MUST be a real license specified, although I realise from the above > that NONE is acceptable (and presumably meets the criteria for "clear > licensing terms")). Even the "NONE" is in discussion, if it should be UNDEFINED or UNKNOWN or... > Let me make it absolutely clear that I am not criticising or > questioning the committers; they are just doing their job. > > However, I wonder if two things ought to be done: > > 1) There should be something in the Porter's Handbook about LICENSE. > There is little or none, merely material about licensing in a more > general sense. I would produce an update myself, but given the above, I > am probably not the best person! There are two text drafts in discussion, some of them for a long time: https://reviews.freebsd.org/D56 https://reviews.freebsd.org/D7849 > 2) portlint currently says: "WARN: Makefile: Consider defining LICENSE. > 0 fatal errors and 1 warning found." This is not really correct if > LICENSE is mandatory. Yes, that's unfortunate 8-} -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Wed Sep 14 08:44:33 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 96776BDA4D2 for ; Wed, 14 Sep 2016 08:44:33 +0000 (UTC) (envelope-from vmagerya@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 744CF1BD for ; Wed, 14 Sep 2016 08:44:33 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6FC35BDA4D1; Wed, 14 Sep 2016 08:44:33 +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 6F674BDA4D0 for ; Wed, 14 Sep 2016 08:44:33 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 E5AE11BC for ; Wed, 14 Sep 2016 08:44:32 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id h127so4933644lfh.0 for ; Wed, 14 Sep 2016 01:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=8kDC8nLUn+OOxY2QBG3M+STcf1bV+AAkr9+4I7mbnkA=; b=W9GbULRuaHNj0H6FYGidNmNeP5pxtcmrY2/pyRmnM98ldQO+rvojfvoPFuaFaUTZe7 ddPJEnu0nq6i3z5eetmkgNAaJmWeBILp7wES7GuSUwl/de6eeFSinsbYg1+e6Swevj79 KLXWElK6+iFQ5A8MNFk+WvvgAXplsNwCSoLklX7ILlOCOQzrnklFbiQWapJ+SUuDDfHS H55r4KEQgQb6oW1BJhnn1RRkDen0lemX2qDW37lSEA9WV084saJMpRNmENb4kBwrASn1 i3QR1/W+T4M9CMatcnPb54oXpx/IXPENx6LMf9g0TBrCXBvXxVbyEYyy0fksIqVU7Ayx LSow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=8kDC8nLUn+OOxY2QBG3M+STcf1bV+AAkr9+4I7mbnkA=; b=GrflfR2INgAKhP64ORH5DXdR1tqVdU0CYv9ckASsj8MEe8feP5oOTk6xRbvZ0SzMaP HlAabM9sg/y4RXUr5capELI1iuB1aQ7URZPz05mng0/oMkFvIiW+VsZAL7p/ZEuZJkwc 9WitMB9BfmMd1meZh7vtd7Jx78eZRx6Mn+jOQAoroP0JfpmRoJh/2gzqw1OxWC2OABN7 amrQyOx78F8ZnKANnQBPCt+b+vhlnCtJRhej2x4Q9o0R/4MTCZAbb/DoO1BjGcq6kMTR YIumoMk84RhTf+O5y8MAcLh3QNNOXrWQtAvzlmmjLOVw4GcIQT2sl/hXUplNiDHHpS/a lK9g== X-Gm-Message-State: AE9vXwNEDE2amGj9nOY2gL0VygB5YVtqG4BeaSrGIpvi6U7cHERYp2Zgugn5gVCdiozd3g== X-Received: by 10.25.29.85 with SMTP id d82mr561554lfd.60.1473842670846; Wed, 14 Sep 2016 01:44:30 -0700 (PDT) Received: from [172.29.2.94] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by smtp.googlemail.com with ESMTPSA id h65sm4672518lfi.35.2016.09.14.01.44.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 01:44:30 -0700 (PDT) Subject: Re: LICENSE documentation To: Bob Eager , ports@freeBSD.org References: <20160914081915.72e9cf14@raksha.tavi.co.uk> From: Vitaly Magerya Message-ID: <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> Date: Wed, 14 Sep 2016 11:44:20 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160914081915.72e9cf14@raksha.tavi.co.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 08:44:33 -0000 On 2016-09-14 10:19, Bob Eager wrote: > This port never did have LICENSE, and it had been updated recently with > no issues. However, I was told that "I don't see any mention of any > kind of license in the package or on the site, so it should be > LICENSE= NONE. Note that without clear licensing terms it's impossible > to legally use and redistribute the code." My interpretation of this phrase is not that LICENSE variable is mandatory (to which I would object on the basis that ports licensing framework is vague, incomplete, and apparently used by noone too), but rather that for the program to be freely distributable at all, it's author(s) need to explicitly give their permission. That permission is the license. If no license statement can be found in the sources or the website, then no permission is given, and it's technically illegal for anyone but the author(s) to use the software. If this is the case, I suggest you to contact the authors, explain the situation, and ask them to include some sort of a license statement -- we'll be forced to remove the program from ports collection otherwise. From owner-freebsd-ports@freebsd.org Wed Sep 14 08:49: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 04E00BDA5A6 for ; Wed, 14 Sep 2016 08:49:40 +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 E84766C6 for ; Wed, 14 Sep 2016 08:49:39 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id E42EABDA5A5; Wed, 14 Sep 2016 08:49:39 +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 E3D8EBDA5A4 for ; Wed, 14 Sep 2016 08:49:39 +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 AC3356C5 for ; Wed, 14 Sep 2016 08:49:36 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bk5st-000IZF-7u; Wed, 14 Sep 2016 10:49:35 +0200 Date: Wed, 14 Sep 2016 10:49:35 +0200 From: Kurt Jaeger To: Vitaly Magerya Cc: Bob Eager , ports@freeBSD.org Subject: Re: LICENSE documentation Message-ID: <20160914084935.GL85563@home.opsec.eu> References: <20160914081915.72e9cf14@raksha.tavi.co.uk> <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 08:49:40 -0000 Hi! > On 2016-09-14 10:19, Bob Eager wrote: > > This port never did have LICENSE, and it had been updated recently with > > no issues. However, I was told that "I don't see any mention of any > > kind of license in the package or on the site, so it should be > > LICENSE= NONE. Note that without clear licensing terms it's impossible > > to legally use and redistribute the code." > > My interpretation of this phrase is not that LICENSE variable is > mandatory (to which I would object on the basis that ports licensing > framework is vague, incomplete, and apparently used by noone too), but > rather that for the program to be freely distributable at all, it's > author(s) need to explicitly give their permission. That permission is > the license. If no license statement can be found in the sources or the > website, then no permission is given, and it's technically illegal for > anyone but the author(s) to use the software. This interpretation is based on the hypothesis that the user is located in a country that has this kind of legal rule. This is not the case in every country, so your conclusion is not always valid. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Wed Sep 14 08:54:04 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 9B6F4BDA74F for ; Wed, 14 Sep 2016 08:54:04 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 78836C05 for ; Wed, 14 Sep 2016 08:54:04 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 74450BDA74E; Wed, 14 Sep 2016 08:54:04 +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 73EEFBDA74D for ; Wed, 14 Sep 2016 08:54:04 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::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 E9D21C04 for ; Wed, 14 Sep 2016 08:54:03 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id u14so5093367lfd.1 for ; Wed, 14 Sep 2016 01:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=Ep4R14kxT/3gQw4zjVf0Gle7V9YB0OPi5uhQyKeq/OY=; b=hHS3Qw0zlaHfCG+3ix/lwbSxlW52DzEftn9/q2rVaP3yFn8Mz8L+G2KRe+u5jXlUPd 13siyJsshOYg48aKGTnyPsVVT/ueDpiRisHadOwau8AFX9FNbQz/cOGng4FgwaFOSSq8 CqaNu5o1wJ0RCHR3p3bJaqecdy1TraMTttI8HJcGAO6cC++GPQij5i7sVcIxfQ5KR7nu cUzD2AKOYSwIQ5lKO6oFwG1ioedHOQNTDKp3EINmLv3sacpFpyTvQETkbg2MwPNSkoDY Q9fe3T1cDs/Oep8wWPR8f1fiE038HCL8irZbymjV3rbKY7HK+X71h+TsJL/arHmcdxRA GmWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Ep4R14kxT/3gQw4zjVf0Gle7V9YB0OPi5uhQyKeq/OY=; b=aXc5kkHMDJzY1CfK+39KzZ+58h/G+UR5ICDgxbO0fHI5AySdvlfrdjEG6dtdAv5L2T eaAWxz0lRJTwGVDwpftOcKXfY0wsfjf73j0Rw/edm/AL31Z2k950z25lufTXnSgP9CPe BZGR2qgOmb/O4CDth/6xqejFBGSxRdTXMvzSiFDe2lq+nZSYecddUt+OLqmGMCRKqKWo uPPxClsC4a8r458U5GkEIol7b5CJ4EovU/kR73/0NEOIdirR+8DnXHFRUVLm5h57I0Jj o2l3WGz0XcWs13nMajOSoqc36KG8L0Q/RSysCayku4GojPGxMV/Or5Q3Dmm2VS4gLm5s 6uKw== X-Gm-Message-State: AE9vXwP5anOHbvKOug/orGrc6jspjcyv/yHWneVuzjFtaMwRWUpV0exts+Pne0lmFSGR1Q== X-Received: by 10.25.27.139 with SMTP id b133mr564372lfb.157.1473843242084; Wed, 14 Sep 2016 01:54:02 -0700 (PDT) Received: from [172.29.2.94] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by smtp.googlemail.com with ESMTPSA id 137sm1851344ljj.47.2016.09.14.01.54.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 01:54:01 -0700 (PDT) Subject: Re: LICENSE documentation To: Kurt Jaeger References: <20160914081915.72e9cf14@raksha.tavi.co.uk> <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> <20160914084935.GL85563@home.opsec.eu> Cc: Bob Eager , ports@freeBSD.org From: Vitaly Magerya Message-ID: Date: Wed, 14 Sep 2016 11:53:59 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160914084935.GL85563@home.opsec.eu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 08:54:04 -0000 On 2016-09-14 11:49, Kurt Jaeger wrote: >> My interpretation of this phrase is not that LICENSE variable is >> mandatory (to which I would object on the basis that ports licensing >> framework is vague, incomplete, and apparently used by noone too), but >> rather that for the program to be freely distributable at all, it's >> author(s) need to explicitly give their permission. That permission is >> the license. If no license statement can be found in the sources or the >> website, then no permission is given, and it's technically illegal for >> anyone but the author(s) to use the software. > > This interpretation is based on the hypothesis > that the user is located in a country that has this kind of legal rule. > > This is not the case in every country, so your conclusion is not > always valid. That's true. Still, the inclusion of the program in ports collection depends on author(s) giving their permission, otherwise users in majority of countries FreeBSD is used in will be disqualified from using it -- and FreeBSD would probably be liable for copyright infringement too. From owner-freebsd-ports@freebsd.org Wed Sep 14 09:04: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 17AF6BDABDC for ; Wed, 14 Sep 2016 09:04:17 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 D0FB4392 for ; Wed, 14 Sep 2016 09:04:16 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id o3so34498781ita.1 for ; Wed, 14 Sep 2016 02:04:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ZMY34z3jOlJPgnnFenNk6x8r/rnJkowJmxNuxvZfSkA=; b=f8Z7dqxGOMamwGW3mZmtiAwr/I1ptZz4tUpjJIbjFN6csm0sNb0KxEq6pFTuY/WKQc BrPv5O/zL95M2bGttrO9OTzTLbuTI541EHeL/eW4RYOQ3UNMcLkIyNAf5GG2xWRDBchX jdOYL5KlO80zo7jsbYs8opzxD2l+K/GZj0L1PksVP6L0YB2Xg/8IZbp5pKSdhMhloOdw i1FuIPm6VwSZdaAHACaO08dhtfRn50sPIjmtSHYdVorp9tkCIT3CpfG2wv9iXUTA1w4c PvugZT1lvpz/kQGgetnVz+hLX7QNsZD6F+Zv08sQjaIYJYmebDWwjkOczpqHJST8n/IK RhSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ZMY34z3jOlJPgnnFenNk6x8r/rnJkowJmxNuxvZfSkA=; b=IIJY7WXFzz/2OQSjG3wmKXyUMJx4cxypkE7jrM9UtndYFSVEJZe/92M6j9oXkKikmM QtbYU8a7oNMil+FRkytSkpVyY2zu3PQEdj/vgvd67rk4Tn3+xK+ZjlsVvLCJD8H3M8Lc n5e/P5Ne8oXLUwZc7s3piKbwpYhGnPiSQNGT3kO/gtwUQSFnsxZa9H0bc9u58ddGwn/T KqglRygr0uhLxnDtZYhFrjP6tfgsgpwvitopTWaQmqfZo9PqYf/rIP9R4dFbDDCNFkI6 Lk0dVttyssH84jBOvhPP4JhyDZ+lNioaTc9d/xBDF8SLKa6mFg8Tr41XcwqpJS1hwDMg xbHQ== X-Gm-Message-State: AE9vXwN9Z/JheyLHfRSFr4FjUC6x4ymAeH6Yd/9XO/0tArWhVDbbCfX/e6gQUx/r9GG5elz+l+O6btAnhTzAqg== X-Received: by 10.107.136.27 with SMTP id k27mr3969846iod.94.1473843856107; Wed, 14 Sep 2016 02:04:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.104.133 with HTTP; Wed, 14 Sep 2016 02:03:45 -0700 (PDT) From: Dewayne Geraghty Date: Wed, 14 Sep 2016 19:03:45 +1000 Message-ID: Subject: Mariadb101 does compile on i386 if use gcc To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 09:04:17 -0000 While working through my ports' patches to revert the local changes for libressl [Thanks to John Marino, your ssl commits are appreciated :) ], I came across this for /usr/ports/databases/mariadb101-server/Makefile -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ - https://mariadb.atlassian.net/browse/MDEV-9627 +#NOT_FOR_ARCHS= i386 +#NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ +# https://mariadb.atlassian.net/browse/MDEV-9627 +USE_GCC= any This might help others using mariadb on i386. From owner-freebsd-ports@freebsd.org Wed Sep 14 09:31:55 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 4FBD3BD867A for ; Wed, 14 Sep 2016 09:31:55 +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 3E487F55 for ; Wed, 14 Sep 2016 09:31:55 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 3D9D3BD8679; Wed, 14 Sep 2016 09:31: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 3D4A7BD8678 for ; Wed, 14 Sep 2016 09:31:55 +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 06832F52 for ; Wed, 14 Sep 2016 09:31:55 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bk6Xq-000IeQ-57; Wed, 14 Sep 2016 11:31:54 +0200 Date: Wed, 14 Sep 2016 11:31:54 +0200 From: Kurt Jaeger To: Vitaly Magerya Cc: Bob Eager , ports@freeBSD.org Subject: Re: LICENSE documentation Message-ID: <20160914093154.GM85563@home.opsec.eu> References: <20160914081915.72e9cf14@raksha.tavi.co.uk> <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> <20160914084935.GL85563@home.opsec.eu> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 09:31:55 -0000 Hi! > On 2016-09-14 11:49, Kurt Jaeger wrote: > >> [...] > >> the license. If no license statement can be found in the sources or the > >> website, then no permission is given, and it's technically illegal for > >> anyone but the author(s) to use the software. > > This is not the case in every country, so your conclusion is not > > always valid. > That's true. Still, the inclusion of the program in ports collection > depends on author(s) giving their permission, otherwise users in > majority of countries FreeBSD is used in will be disqualified from using > it -- and FreeBSD would probably be liable for copyright infringement too. Let's take a step back: That is why we do introduce the LICENSE framework, but it was not a big problem the last 15+ years, so it's not that the skies will fall tomorrow, if we have a few missing for the foreseeable future. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Wed Sep 14 16:45: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 07E1EBDB9A8 for ; Wed, 14 Sep 2016 16:45:15 +0000 (UTC) (envelope-from calidad14@triunfosempresariales.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E6C7710C3 for ; Wed, 14 Sep 2016 16:45:14 +0000 (UTC) (envelope-from calidad14@triunfosempresariales.com) Received: by mailman.ysv.freebsd.org (Postfix) id E6244BDB9A7; Wed, 14 Sep 2016 16:45:14 +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 E5C57BDB9A6 for ; Wed, 14 Sep 2016 16:45:14 +0000 (UTC) (envelope-from calidad14@triunfosempresariales.com) Received: from mail1.triunfosempresariales.com (mail1.triunfosempresariales.com [173.208.131.51]) by mx1.freebsd.org (Postfix) with ESMTP id C62EC10C2 for ; Wed, 14 Sep 2016 16:45:14 +0000 (UTC) (envelope-from calidad14@triunfosempresariales.com) Received: from WIN-ELF14L4JTPJ (173.208.131.52) by mail1.triunfosempresariales.com id hr5v8q0our0v for ; Wed, 14 Sep 2016 11:44:54 -0500 (envelope-from ) X-NEB: DFINE08132 Message-ID: <01bd3127554673038274b72d0017dcaa@triunfosempresariales.com> From: "=?utf-8?Q?Las_5=C2=B4s_de_la_Calidad_Total_Japonesa?=" To: Subject: =?utf-8?Q?Las_5=C2=B4s_de_la_Calidad_Total_Japonesa?= Date: Wed, 14 Sep 2016 11:44:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 16:45:15 -0000 =20 En l=C3=ADnea y en Vivo / Para todo su Equipo con una sola Conexi=C3=B3n=20 Las 5=C2=B4s de la CALIDAD TOTAL JAPONESA=20 Y c=C3=B3mo ponerlo en marcha HOY en su compa=C3=B1=C3=ADa 28 de septiembre - Online en Vivo - 10:00 a 13:00 y de 15:00 a 18:00 Hrs = =20 =20 Conozca las cinco reglas japonesas que revolucionaron el concepto de la = producci=C3=B3n, las oficinas y los servicios, principios que le = mostrar=C3=A1n c=C3=B3mo organizar todas las =C3=A1reas de su = compa=C3=B1=C3=ADa, siguiendo la filosof=C3=ADa TOYOTA, y descubra los = beneficios de ser m=C3=A1s organizado y m=C3=A1s ordenado de manera = permanente.=20 TEMARIO:=20 1. Las Cinco S de la calidad total=2E 2. Lean management=2E 3. C=C3=B3mo saber que necesitamos las 5=E2=80=99s=2E 4. Antes de implementarlas=2E 5. Las 5=E2=80=99S=2E =2E..=C2=A1Y mucho m=C3=A1s! =20 =C2=BFRequiere la informaci=C3=B3n a la Brevedad? responda este email con la palabra:=20 Info - 5s=2E centro telef=C3=B3nico: 018002129393 =20 Lic. Pamela Rangel Coordinador de Evento =20 =C2=BFDemasiados mensajes en su cuenta? Responda este mensaje indicando = que solo desea recibir CALENDARIO y s=C3=B3lo recibir=C3=A1 un correo al = mes. Si desea cancelar la suscripci=C3=B3n, solicite su BAJA.=20 From owner-freebsd-ports@freebsd.org Wed Sep 14 17:11: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 7FB34AC41F4 for ; Wed, 14 Sep 2016 17:11:13 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::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 54D6511F7 for ; Wed, 14 Sep 2016 17:11:13 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: by mail-it0-x231.google.com with SMTP id n143so34159170ita.1 for ; Wed, 14 Sep 2016 10:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bceassociates-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=yaDp4pi5JXwr92zHQFjKCyCQXaAeBGtgjg1Sq/wG78k=; b=H0qGlcrNHxlzs3tHQTHaXHdtZ+ILjTm+Nw6hpUFv+pptY52WHtOeR7dTh4hVc2XzML 4DOoXj74Jyg5fCdjlJ6IiaaXukEWH8n2Ntw/Yv6ZwR/o9JIjzMm2z0483l+pPXGTncHg GjCtCsojuxiLVVECBTs3Qpi7G7UxtCecvJFIHNZYVlBnagSq/E9jxgb4cU28KY9ys6gw VuANwBNJAuEhknigkEFGelbAch5XTdTbAvyrQE/Td0i3dkGlXY+4Ix8+6EogGhkz8Xv1 fz0+aiH432zPi1X0dUZ5pwL/MDFKMx+ksB4GkC9fnvA5qkmS8MIUGEhjPngcc5L4GOiJ PFuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yaDp4pi5JXwr92zHQFjKCyCQXaAeBGtgjg1Sq/wG78k=; b=d+pjnoJRSArvYxPaKAFgrQEnZ3OvHfh9iOkPpHIUzaoAkxN2IzTa+Eq1+fOjX1jnIW Spe7ft+wJ7Ug4bcA7oerUff5bPHtBvFsOEOz/pHH/ZsPSMxe5+w/e1lIFE33OZnF5dXh +x+mG7jNcUkbbTTgwtbSwSjVsnv9bTegJuNOn5OrIOruYn9OA5cGL6aWvOBvj3qjBqx0 CDuuuCsLSBw8adTegSheeBl8ROtfpsF5Jnb/Tn4WF0xEm58ScpnDaFdNg+EEjR0KCnMC gkudTQsjsG6QOaXgssjaW/8cbokxhuavam1Xyj/iqO8bCswYhatUovkQu/E+S5kyClZl VB5A== X-Gm-Message-State: AE9vXwPlmTJweraVrlvghdoC/N23WCyMw4V23Z6gQ+ypNcwJ/8q4glXXmcm3Ykc48gxIO6pGgTkG++eh4ycMfg== X-Received: by 10.107.46.217 with SMTP id u86mr7879587iou.168.1473873072350; Wed, 14 Sep 2016 10:11:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.103.66 with HTTP; Wed, 14 Sep 2016 10:11:11 -0700 (PDT) From: "Bryan C. Everly" Date: Wed, 14 Sep 2016 13:11:11 -0400 Message-ID: Subject: n00b problem installing postfix package To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 17:11:13 -0000 Hi, I'm trying to set up a new 10.3 server that includes postfix and majordomo for a BUG I'm trying to get off the ground. I'm normally an OpenBSD guy but I thought I'd give it a try on FreeBSD. Anyhow, I'm wanting to follow this guide: http://www.area536.com/projects/complete-freebsd-mail-server/postfix-youve-got-incoming/ And I'm failing right out of the gate because I can't find postfix when I do: # pkg install postfix It says there isn't a package with that name. When I check freshports, I see that there indeed is: https://www.freshports.org/mail/postfix/ Is there something I have to do to get things pointed at the "right" package source like I do in OpenBSD (PKG_PATH)? I was able to install apache and some other stuff just fine the way I currently have things configured FWIW. Sorry in advance if this is a dumb question but I really could use the help. Thanks, Bryan From owner-freebsd-ports@freebsd.org Wed Sep 14 18:12: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 7CFF2BD5813 for ; Wed, 14 Sep 2016 18:12:14 +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 40EB11296 for ; Wed, 14 Sep 2016 18:12:13 +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 47677284BB; Wed, 14 Sep 2016 20:12:05 +0200 (CEST) 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 CAE9F28461; Wed, 14 Sep 2016 20:12:03 +0200 (CEST) Subject: Re: n00b problem installing postfix package To: "Bryan C. Everly" , freebsd-ports@freebsd.org References: From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57D992F3.4010507@quip.cz> Date: Wed, 14 Sep 2016 20:12:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 18:12:14 -0000 Bryan C. Everly wrote on 09/14/2016 19:11: > Hi, > > I'm trying to set up a new 10.3 server that includes postfix and > majordomo for a BUG I'm trying to get off the ground. I'm normally an > OpenBSD guy but I thought I'd give it a try on FreeBSD. > > Anyhow, I'm wanting to follow this guide: > > http://www.area536.com/projects/complete-freebsd-mail-server/postfix-youve-got-incoming/ > > And I'm failing right out of the gate because I can't find postfix when I do: > > # pkg install postfix > > It says there isn't a package with that name. When I check > freshports, I see that there indeed is: > > https://www.freshports.org/mail/postfix/ > > Is there something I have to do to get things pointed at the "right" > package source like I do in OpenBSD (PKG_PATH)? I was able to install > apache and some other stuff just fine the way I currently have things > configured FWIW. > > Sorry in advance if this is a dumb question but I really could use the help. Try the following command and then let us know it it works for you: pkg install mail/postfix Or you can search your pkg repository by command pkg search postfix Can give you somthing like this: % pkg search postfix postfix-3.1.1,1 Secure alternative to widely-used Sendmail postfix-current-3.2.20160612,4 Experimental Postfix version postfix-current-sasl-3.2.20160612,4 Experimental Postfix version postfix-logwatch-1.40.03 Postfix MTA log parser postfix-policyd-sf-1.82_1,1 Anti-spam plugin for Postfix (written in C) postfix-policyd-spf-perl-2.010_1 SPF policy service for Postfix written in Perl postfix-policyd-weight-0.1.15.2_6 Weighted policy daemon for postfix postfix-postfwd-1.35_1 Postfix firewall policy daemon postfix-sasl-3.1.1,1 Secure alternative to widely-used Sendmail postfix211-2.11.8,1 Secure alternative to widely-used Sendmail postfix211-sasl-2.11.8,1 Secure alternative to widely-used Sendmail postfixadmin-2.93 PHP web-based management tool for Postfix virtual domains and users py27-postfix-policyd-spf-python-1.3.2_1 Pure Python Postfix policy daemon for SPF checking trac-email2trac-postfix-2.6.2 Convert email to trac tickets Miroslav Lachman From owner-freebsd-ports@freebsd.org Wed Sep 14 18:48: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 1538DBD64C9 for ; Wed, 14 Sep 2016 18:48:39 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 B5D811594 for ; Wed, 14 Sep 2016 18:48:38 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: by mail-wm0-x22f.google.com with SMTP id 1so48740842wmz.1 for ; Wed, 14 Sep 2016 11:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bceassociates-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=oi9Z3qpDipBfWzPoWq/F2aeWb4MbZGCbZGd1Y8xFaMg=; b=WeNNWuPs1TUWnbqiprmZCjsef+zrQTcmJcNoCKI9kqIoiuWX80DSZIvl0UReZj7R7U UIM8JUXRpJHFqCpajANzi9a6++Z4OPl9RvVFCcwMDk4yjeMHOYV3N/1rzgoMFd7p3pT6 twRvczEaVpusvM1IBEUTKk2qu5pLOo4O8mtq2qR9El3WryreJ6OPbsnBUb0o630XpuiA TgDpUBB690RcUG6ptQlTzzWTesy1LkArk0/O+vW1XC4xylcdxuZQC+U/e6T/eX/d4WN7 Zg+VTy6skbsGL4OSLaRR0XsuldayJOOrAAdV1Q2FJl1WJhEeOBkiHsib7QZdY2HhIUTx +vRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=oi9Z3qpDipBfWzPoWq/F2aeWb4MbZGCbZGd1Y8xFaMg=; b=VAKUPlkDJio1M+HyGJOEK7pmnDUJJUd4hduQCakbOArwUTKebvv7WRoOL+kUjxy6cx xqYwwHtaf7DDrm15sjWp+ojdZb2oZH2ajAkoRudAlMtqVjWL2pWGOZx3GsKtr3VtyoRO yV6OHgLU2mREOgGmDt0GmelQZo0cuc9adjC2aRFwMfKWPJ648rcERTyuuGhICbC2uXPL HEN91YGaG+yNeHaYp0EecRU3OeGThleCb+89OREAAlSnt/GV3rb/oSyqRsHZFh2H3uVy 7e2kgbK07YEv+uYwIwFDCOAJ3qTLGX2quUkPXy/xPkve4Ux7jJcj/FWbF5Xl5lpEZLvE Bgnw== X-Gm-Message-State: AE9vXwNhf2VrrXWwDIxCUHNkqjbpnMimajbr7DzfZ6itlaMj+8kgtdLCQcAva+2zPSJe0v2Yd6eOeXLr+Zh3Jw== X-Received: by 10.28.109.144 with SMTP id b16mr4450782wmi.19.1473878916700; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.44.69 with HTTP; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) Received: by 10.28.44.69 with HTTP; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) In-Reply-To: <5281c1c4-0577-71b0-cb90-c8276b59bea0@gmx.de> References: <5281c1c4-0577-71b0-cb90-c8276b59bea0@gmx.de> From: "Bryan C. Everly" Date: Wed, 14 Sep 2016 14:48:36 -0400 Message-ID: Subject: Re: n00b problem installing postfix package To: olli hauer Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 18:48:39 -0000 Thank you for the help! On Sep 14, 2016 2:45 PM, "olli hauer" wrote: > On 2016-09-14 19:11, Bryan C. Everly wrote: > > Hi, > > > > I'm trying to set up a new 10.3 server that includes postfix and > > majordomo for a BUG I'm trying to get off the ground. I'm normally an > > OpenBSD guy but I thought I'd give it a try on FreeBSD. > > > > Anyhow, I'm wanting to follow this guide: > > > > http://www.area536.com/projects/complete-freebsd- > mail-server/postfix-youve-got-incoming/ > > > > And I'm failing right out of the gate because I can't find postfix when > I do: > > > > # pkg install postfix > > > > It says there isn't a package with that name. When I check > > freshports, I see that there indeed is: > > > > https://www.freshports.org/mail/postfix/ > > > > Is there something I have to do to get things pointed at the "right" > > package source like I do in OpenBSD (PKG_PATH)? I was able to install > > apache and some other stuff just fine the way I currently have things > > configured FWIW. > > > > Sorry in advance if this is a dumb question but I really could use the > help. > > > > Thanks, > > Bryan > > Hi Bryan, > > there was an issue with the port on the quarterly branch, and quarterly is > also the default for pkg (see pkg -vv) > > Looking at pkg.freebsd.org it seems postfix is missing but postfix211 and > postfix-current are available. > Even the port is already fixed in quarterly, the build is already finished > or running at the moment, so the port will be missing until the next run. > > It should be no problem to install now postfix-current, and in a few days > after the next build was running swap to postfix (simply run a pkg delete > postfix-current and pkg install postfix, I'm doing this often to test new > current versions) > > -- > olli > From owner-freebsd-ports@freebsd.org Wed Sep 14 18:50:45 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 46329BD6539 for ; Wed, 14 Sep 2016 18:50:45 +0000 (UTC) (envelope-from ohauer@gmx.de) 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-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97A181682 for ; Wed, 14 Sep 2016 18:50:43 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LaXmV-1bIuas2WTv-00mOaS; Wed, 14 Sep 2016 20:45:21 +0200 Subject: Re: n00b problem installing postfix package To: freebsd-ports@freebsd.org References: From: olli hauer Cc: "Bryan C. Everly" Message-ID: <5281c1c4-0577-71b0-cb90-c8276b59bea0@gmx.de> Date: Wed, 14 Sep 2016 20:45:21 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:HFwW0jIWYPZhutsVY+9RlZJcAOqdO9hNu3kNxfuILNwFb96SHnJ XnfcR54hU3NpUtXg+cpoQoMffRRzHWTYDR5rMisDXfXFgONGd3H/312+ANBj4dTI/ESD7O8 /aoDsspK/jDVHFqkVTsjgh9nXYKsqsIy6BG3rDoNSmwJQhyUB1REe4eQycvv6bzaEPhUrvH l+eo1CUhPiiMX02iuONnQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:2juVVsjUTTo=:/8KAhuMVtxsPWIqbirt6op td1CZBX49iVPgKIXELTxkw0ya64tgehvLz7HBIpv8kpCHO0Z2g/5m0nbEq33SZR1Lzhdpys+r EXyw0k8CnvcGUQgayml47frQ/M/ghifCSq3fEdP3lSa2tmcdHWFfTJ7awmghP+ibUk53ZL5IH 1u4QzCNBqb6aOmC6jb7/qQiaKpR1Smwml/IT4d9IVYdoXPrj2algZVO2+qXEQdQy2X1CAtnus Q4/QVwE1GXLmVkndubcfhfcwIAK0Urjn6vIahomErTkt5HOnpIAtYt3ZPr8pAyY4E6sdxgrSM 6sFiU2mVXxgJ84RCIjF3/7BOr0uTXfVY4wZsisiXdWr9ExqJoixXPGJ70KQhgDd/pg/WkNSem wQGh4XsYTvGjHQLQV6I/daW53CacV9I3y80fPsvxWwL6bJ5GUxfthx9UVCo/jtxi1dy7s+OOt g7loSzrlVT2kqdtwjfy+khUT8a0F1R226Tbw5jt91WHNrX0LQ3stVZiwIwZEKx/C0AVk3iP8V S8rIS8Abil84j9gzoWSz9pFZwEXSH89H4W7l9MZvVa4ykBrMVgFmPtByGz0Jc5/i4ziGi0nzI pCnXq0G1pUqNTyXiu9hLHtjLcBmIoT82FPzB281PAr8UR0jEQTH7nm81QL9S+avJJUnoDV5vn 79KG48EK9MuAOrq58EieMPD/yZgQReSwn3MTEBkXzXxgawBJymcyWYGpDUQiJMCkJDK9asKw7 KZVJeUoggFZhIk+cXXL9ueWPysOPtJ/dR8xDM8fEP8YqF8TtIZG9m6oTbdOANxjJaE2yweBHG /bZsJ0g X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 18:50:45 -0000 On 2016-09-14 19:11, Bryan C. Everly wrote: > Hi, > > I'm trying to set up a new 10.3 server that includes postfix and > majordomo for a BUG I'm trying to get off the ground. I'm normally an > OpenBSD guy but I thought I'd give it a try on FreeBSD. > > Anyhow, I'm wanting to follow this guide: > > http://www.area536.com/projects/complete-freebsd-mail-server/postfix-youve-got-incoming/ > > And I'm failing right out of the gate because I can't find postfix when I do: > > # pkg install postfix > > It says there isn't a package with that name. When I check > freshports, I see that there indeed is: > > https://www.freshports.org/mail/postfix/ > > Is there something I have to do to get things pointed at the "right" > package source like I do in OpenBSD (PKG_PATH)? I was able to install > apache and some other stuff just fine the way I currently have things > configured FWIW. > > Sorry in advance if this is a dumb question but I really could use the help. > > Thanks, > Bryan Hi Bryan, there was an issue with the port on the quarterly branch, and quarterly is also the default for pkg (see pkg -vv) Looking at pkg.freebsd.org it seems postfix is missing but postfix211 and postfix-current are available. Even the port is already fixed in quarterly, the build is already finished or running at the moment, so the port will be missing until the next run. It should be no problem to install now postfix-current, and in a few days after the next build was running swap to postfix (simply run a pkg delete postfix-current and pkg install postfix, I'm doing this often to test new current versions) -- olli From owner-freebsd-ports@freebsd.org Wed Sep 14 19:03: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 CCFCCBD68E7 for ; Wed, 14 Sep 2016 19:03:20 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5FC1D82 for ; Wed, 14 Sep 2016 19:03:19 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.0.1] (unknown [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id D8E4225044 for ; Wed, 14 Sep 2016 19:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1473879793; bh=GO6WDMdzmzMbLeSAOIv6+SnxtYBrXliuHLOoviKv+AY=; h=Date:From:To:Subject; b=c6UffGO6NqCtTSbujz380eZUywWGfjNMbNMp+MXUUPsfqtbmUqXjcGIdAmg7SGIND s/1EqS4/1x7iKjtCyXWhZifkn3EcZ1ONPZzVxUPGgnO4FQvExyRsRND6/wwv392xH8 otVv8zOj0ggVR0Ddf/XcMKnoqgoBIgktT/Jd22N0= Message-ID: <57D99EF0.5040202@abinet.ru> Date: Wed, 14 Sep 2016 22:03:12 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:) Gecko/20160112 FossaMail/25.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: What exactly are slave ports? 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 19:03:20 -0000 Hello, I want to add to existing port another one for the same program, but with different git branch and (possibly) with slightly different dependencies. Is this a good case for slave port ? Slave ports are not documented in porter handbook and I'm not sure how they work and when used. Thanks. From owner-freebsd-ports@freebsd.org Wed Sep 14 19:20: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 852C4BD6F14 for ; Wed, 14 Sep 2016 19:20:14 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-yw0-x233.google.com (mail-yw0-x233.google.com [IPv6:2607:f8b0:4002:c05::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 4335B190C for ; Wed, 14 Sep 2016 19:20:14 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-yw0-x233.google.com with SMTP id i129so37939365ywb.0 for ; Wed, 14 Sep 2016 12:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=d+ugivQm4Zld8JVSNtqCNZIvEzBXTKYeHdQhQr2rNGc=; b=OC6uh1PRQ7FFSLbFnGZ+J/QllNdpHjnRO2qNIniNb2dNooeHL6s+jmVOeLEsuX/lQg tki3xWclRrqM0nv61rum+ODBKXaipFps7EwslQ9Z/pFNqEfR9SlcpLTZYjk4VTPYEJzR s6VKn31e5Vg2ciSsWh0vCWNAFkiVh4PD1lvaGHGfvw4RVuu5Ds2mJONLnw7MGSW+yBvb B9ERdHQTc+cFRpFNlfRhcBrJfRBTtqmMHeDX6WJMznudbgIB81vFGrNa8BWSQtEjZT/0 iZuAjLa6q2+z0d/al3zoif6vodlXvZOnWriNbPLsqo7BoCHS24qUpfFkYbSCiiBxTD1M +GxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=d+ugivQm4Zld8JVSNtqCNZIvEzBXTKYeHdQhQr2rNGc=; b=b75CZ+jtLeNrvKVCESTfEPey5iJSwIKRWJhOEzuVnwHXJdctF/B12KrZqBF6/3iqqp +l/mYJqCnoqtZPM2f6aGVOLtzHs2bwdd7atbwcXN8ImGtvd54moSxXVgLB1oShFsLd8s xbFLmwLRgqcTFVFJBynd0itQdqWPwRX73IOBOVkbp2WNdJaRmepEc4T1D6kcrJmpDtHN gl4aITKe7TB9t5ssap+y+g5wYqXAaenlDQne01qg4rPK2MhFi86HALLFP8VbOK/U003u n2C61GA36ivY28qt2Vp+yO4Y96m2AZZlPQb8rocXWDBkYDYDq/K1BzwDw4R7LoeCMngS lDyw== X-Gm-Message-State: AE9vXwPxrOsEto9p+c8dvbbEOUSzZ9Q7fRYXpcE88uUzyhkG1qRKaxlfquXFqofwMaI61fX+ct3Do87xEWmeOA== X-Received: by 10.129.153.215 with SMTP id q206mr4939906ywg.107.1473880813490; Wed, 14 Sep 2016 12:20:13 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.35.200 with HTTP; Wed, 14 Sep 2016 12:20:13 -0700 (PDT) In-Reply-To: <57D99EF0.5040202@abinet.ru> References: <57D99EF0.5040202@abinet.ru> From: Kevin Oberman Date: Wed, 14 Sep 2016 12:20:13 -0700 X-Google-Sender-Auth: gGHgFcM-GgBxVrTNGrL-FhiMrQc Message-ID: Subject: Re: What exactly are slave ports? To: abi Cc: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 19:20:14 -0000 On Wed, Sep 14, 2016 at 12:03 PM, abi wrote: > Hello, > > I want to add to existing port another one for the same program, but with > different git branch and (possibly) with slightly different dependencies. > Is this a good case for slave port ? > Slave ports are not documented in porter handbook and I'm not sure how > they work and when used. > > Thanks. > A slave port is a minor modification of the port to support different functions. E.g. security/ssh-guard has slightly different builds, all from a common source. One for each of the commonly used firewalls; ipfw, pf, null. If the sources are different, a slave is not appropriate. Examples are the various versions of postfix and clang. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Wed Sep 14 19:57: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 66F42BDA1C9 for ; Wed, 14 Sep 2016 19:57:50 +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 314D51A90 for ; Wed, 14 Sep 2016 19:57:50 +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 A91FBBDD14; Wed, 14 Sep 2016 21:57:47 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 7F303BDD12; Wed, 14 Sep 2016 21:57:47 +0200 (CEST) Subject: Re: What exactly are slave ports? To: abi , freebsd-ports@freebsd.org References: <57D99EF0.5040202@abinet.ru> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <9c047af0-7886-ffc6-beee-f39b0743cbe6@FreeBSD.org> Date: Wed, 14 Sep 2016 21:57:45 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <57D99EF0.5040202@abinet.ru> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="egD3GjomgCwbU6eLEOknFVpktuehVXCCl" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 19:57:50 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --egD3GjomgCwbU6eLEOknFVpktuehVXCCl Content-Type: multipart/mixed; boundary="X1G6mhtfJgucDieLesPqCR5jcPUpW1ajC"; protected-headers="v1" From: Mathieu Arnold To: abi , freebsd-ports@freebsd.org Message-ID: <9c047af0-7886-ffc6-beee-f39b0743cbe6@FreeBSD.org> Subject: Re: What exactly are slave ports? References: <57D99EF0.5040202@abinet.ru> In-Reply-To: <57D99EF0.5040202@abinet.ru> --X1G6mhtfJgucDieLesPqCR5jcPUpW1ajC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 14/09/2016 =C3=A0 21:03, abi a =C3=A9crit : > Hello, > > I want to add to existing port another one for the same program, but > with different git branch and (possibly) with slightly different > dependencies. Is this a good case for slave port ? > Slave ports are not documented in porter handbook and I'm not sure how > they work and when used. It sure is documented: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-masterdir.= html --=20 Mathieu Arnold --X1G6mhtfJgucDieLesPqCR5jcPUpW1ajC-- --egD3GjomgCwbU6eLEOknFVpktuehVXCCl 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 iQJ8BAEBCgBmBQJX2au6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQMsP/1zZTt37GngC96yD+ju3CvCf i0Oej+b2KnDCkFT8tG1eE/yAbObGjIhTYUyEZFv1N++jC97UXrn2OA51WcOT9Wno rFh31SAnbOj5x40J+0TdgQSa6MZylIti1n2/KsDAU+/B7Uq3lybD/OGiJsVaL6to NCOK/wegyLn6E0h3qLek7WuV8yYonMD1L4j3rNTBg9SiIrZNA0EPp/fPQd004jGj KRwtNGnmq7rWZ2WAbKNH4VQ4fFgxJ5dddUWGRAAc7FREfJJnsxwqnaiRoG627Ncb y8RAO+PTjm27TBQtsVxKi9YNHOyN/pvxrdOPAAjMBxtrOm2co2FeuatRpM27sR6t ArhxUf0puQerBURBgp/IzX+RxBt2ljky29Xn43CdzD7GaB6hejfTH0iBlLqtg134 QPjhLYVY5tMeG9HfU7Sl/pNCfxrVekAsppC4Fes/LvyNEokc3R25hyFs4lkM1UW5 i0MSwjzuXjFIpyPoy5IGLhYZaE/AQr1Qx37Z/fatWyRo7eMs5g9n9g+Z3bw1MOEF g+/Ql9nZft99PePor8+cmetj1whIVj8TsQpPpcf06UXTldGqdXoOhM04r3rRgxPq Vb7Az3QbJQQvmmLy2nkGhJ6pKYJZuy0Ra52Z5a3fc65gq+x1yUZw6Rc7EDQd+BbN thWg5Ih9VBBuO1H+lILV =E3zA -----END PGP SIGNATURE----- --egD3GjomgCwbU6eLEOknFVpktuehVXCCl-- From owner-freebsd-ports@freebsd.org Wed Sep 14 20:19:23 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 2F59CBDA8FB for ; Wed, 14 Sep 2016 20:19:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (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 EC3011457 for ; Wed, 14 Sep 2016 20:19:22 +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 27AF7BDD52 for ; Wed, 14 Sep 2016 22:19:21 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id E277EBDD14 for ; Wed, 14 Sep 2016 22:19:20 +0200 (CEST) To: ports-list freebsd From: Mathieu Arnold Subject: Google Code as an upstream is gone Organization: Absolight / The FreeBSD Foundation Message-ID: <2047d7fd-1849-6008-5be1-5fb3d1aa0661@FreeBSD.org> Date: Wed, 14 Sep 2016 22:19:18 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SFtdesKREmPCQ0jJOcSrIU7fRCdPAa0ff" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 20:19:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --SFtdesKREmPCQ0jJOcSrIU7fRCdPAa0ff Content-Type: multipart/mixed; boundary="gA1HHKJ2rL5xjoppmk8FP9P6N7MBoEGkv"; protected-headers="v1" From: Mathieu Arnold To: ports-list freebsd Message-ID: <2047d7fd-1849-6008-5be1-5fb3d1aa0661@FreeBSD.org> Subject: Google Code as an upstream is gone --gA1HHKJ2rL5xjoppmk8FP9P6N7MBoEGkv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Google Code has been deprecated[1] since March 2015, and read-only since August 2015, giving time to software developers to move their development some place else. All the distribution files that still use solely googlecode.com as their source have been marked BROKEN today in r422140[2], as they are not fetchable. Most software have moved to some other place (mostly on github), all you have to do is figure out where and update your ports accordingly. 1: https://opensource.googleblog.com/2015/03/farewell-to-google-code.html= 2: https://reviews.freebsd.org/rP422140 --=20 Mathieu Arnold --gA1HHKJ2rL5xjoppmk8FP9P6N7MBoEGkv-- --SFtdesKREmPCQ0jJOcSrIU7fRCdPAa0ff 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 iQJ8BAEBCgBmBQJX2bDHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I77EP/R3Ijiw+oua9c6kZPPMuS2Tr Zl26lYFmv0VuQWg1eesbSpkxJPjlFp5PbWX1b1bHoZf+bspPpAwAGEh2FzO+DNz1 LlewU/wccneuERaiQ5TBHJqw25K9ORGPzIabr1ofPNPwscnEfD6SrVO3CrB9bcll gNGXGFgm8GfQ7UtrRBCYgvt06BNLELk80pvTll+3r0dms3keG6ne409Qn0w4v+RC 942FZHzGkK+f2OK8qL11ArXnU0mnR9oU7zLbeiYG7a0XLI3OXfrVcNV8DXvRWy1v gjMd+6enVDwHfJCLHbhpCOcChMfwelgcrAUcaBVclNexgJVbg2bf+FSuENJT1GIX S6glkLZ1FH2lQ1sBs4HvG9BPpADCyXUMHvV01eGkrYOKVBShdBmNO9dJFb2H9rXa /i9ERgFfjh0QuEb8C7BOBmoK5yHxIncAKAKDNQmznv04/101kAaufo6xBZJzDJjo t4nrkurmbS3posC5szAnT73NgPteZ3Zv77BTeNWGS9oFAjw6T07b6YpsCtZBrwEx j1GdjIUmz0AbQJ9du5ozXce4ex+dYCHnz48/l3mZnwPfD7o0gm/PMI9/pdCR87nH GSthNywE0Nl/5ukzlmOr1rRH43QrngK5w2lSrreBLKP+xBrgvqDp0Tp/UMSw4oUp duDLoZiNrFT10j2XC45w =9mSV -----END PGP SIGNATURE----- --SFtdesKREmPCQ0jJOcSrIU7fRCdPAa0ff-- From owner-freebsd-ports@freebsd.org Wed Sep 14 21:20:55 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 AF553B9654A for ; Wed, 14 Sep 2016 21:20:55 +0000 (UTC) (envelope-from dave@horsfall.org) Received: from teparybean2.exetel.com.au (teparybean2.exetel.com.au [220.233.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 70F361360 for ; Wed, 14 Sep 2016 21:20:55 +0000 (UTC) (envelope-from dave@horsfall.org) Received: from phasia.kd.net.au ([220.233.123.210]) by teparybean2.exetel.com.au with esmtp (Exim 4.84) (envelope-from ) id 1bkHMn-0005i8-1Q for freebsd-ports@freebsd.org; Thu, 15 Sep 2016 07:05:13 +1000 Received: from aneurin.horsfall.org (unknown [120.146.8.15]) by dermis.kd (Postfix) with ESMTP id AE22BCE4A for ; Thu, 15 Sep 2016 07:05:12 +1000 (EST) Received: from aneurin.horsfall.org (localhost [127.0.0.1]) by aneurin.horsfall.org (8.14.9/8.14.9) with ESMTP id u8EL59nc026894 for ; Thu, 15 Sep 2016 07:05:12 +1000 (EST) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by aneurin.horsfall.org (8.14.9/8.14.9/Submit) with ESMTP id u8EL5949026891 for ; Thu, 15 Sep 2016 07:05:09 +1000 (EST) (envelope-from dave@horsfall.org) X-Authentication-Warning: aneurin.horsfall.org: dave owned process doing -bs Date: Thu, 15 Sep 2016 07:05:09 +1000 (EST) From: Dave Horsfall To: FreeBSD Ports Subject: Re: LICENSE documentation In-Reply-To: <20160914084935.GL85563@home.opsec.eu> Message-ID: References: <20160914081915.72e9cf14@raksha.tavi.co.uk> <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> <20160914084935.GL85563@home.opsec.eu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) X-Home-Page: http://www.horsfall.org/ X-Witty-Saying: "chmod 666 the_mode_of_the_beast" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 21:20:55 -0000 On Wed, 14 Sep 2016, Kurt Jaeger wrote: > This interpretation is based on the hypothesis that the user is located > in a country that has this kind of legal rule. > > This is not the case in every country, so your conclusion is not always > valid. What percentage of countries are signatories to the Berne Convention? Last I looked, only nice friendly places such as China and North Korea were holding out (and USA was one of the last to sign, and even then with conditions). -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." From owner-freebsd-ports@freebsd.org Thu Sep 15 07:28: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 7F8CDBDA9FF for ; Thu, 15 Sep 2016 07:28:57 +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 "0x20.net", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45CF7148D; Thu, 15 Sep 2016 07:28:56 +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 42C9D6E0082; Thu, 15 Sep 2016 09:28:54 +0200 (CEST) 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 u8F7SrJ5092365; Thu, 15 Sep 2016 09:28:53 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u8F7SrxF091731; Thu, 15 Sep 2016 09:28:53 +0200 (CEST) (envelope-from lars) Date: Thu, 15 Sep 2016 09:28:53 +0200 From: Lars Engels To: Mathieu Arnold Cc: ports-list freebsd Subject: Re: Google Code as an upstream is gone Message-ID: <20160915072853.GE25703@e-new.0x20.net> References: <2047d7fd-1849-6008-5be1-5fb3d1aa0661@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SWTRyWv/ijrBap1m" Content-Disposition: inline In-Reply-To: <2047d7fd-1849-6008-5be1-5fb3d1aa0661@FreeBSD.org> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 07:28:57 -0000 --SWTRyWv/ijrBap1m Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2016 at 10:19:18PM +0200, Mathieu Arnold wrote: > Hello, >=20 > Google Code has been deprecated[1] since March 2015, and read-only since > August 2015, giving time to software developers to move their > development some place else. All the distribution files that still use > solely googlecode.com as their source have been marked BROKEN today in > r422140[2], as they are not fetchable. >=20 > Most software have moved to some other place (mostly on github), all you > have to do is figure out where and update your ports accordingly. >=20 > 1: https://opensource.googleblog.com/2015/03/farewell-to-google-code.html > 2: https://reviews.freebsd.org/rP422140 For the ports that are affected, can you please drop a short notice to their maintainers? The phabricator page only shows them when you manually click on "Load File" for every single port. --SWTRyWv/ijrBap1m Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJX2k21XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1theEH/03gNIp74w0F1f2ZBWgIIjy3 oRK5cS/92SkbQ2MzzQ3ZsU0iuQwmk4SQnJvKITOT0M76t6vLS7ojpS670CNHQR3O XqigZwdI9lf/RrVqtIOpitab4Xiq3FceXi6bDfUvNnlv8Ttiko1vPVU54h0ckuT0 eOKei3MO8yVrukyO6BXPVhghVOE2XpyEorOYaMoXHmT7BXV70gYkmKf9gz+ykAdB wmEAcjEwHzngfeWjkGcTNdtnKfRXIj9k+wvZBj2T7W/T+P1SDPP23rqqmCd41yD2 6Llo9PSlVJ/BoonHVeqe0MeBw9gH04400IVPFAdHl7OKDDMON6/b6avxT4KFciw= =nbKH -----END PGP SIGNATURE----- --SWTRyWv/ijrBap1m-- From owner-freebsd-ports@freebsd.org Thu Sep 15 08:34: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 15AADBDC3F3 for ; Thu, 15 Sep 2016 08:34:03 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D14461B7A for ; Thu, 15 Sep 2016 08:34:02 +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 5326D1AAF046; Thu, 15 Sep 2016 10:33:59 +0200 (CEST) Subject: Re: LICENSE documentation To: Dave Horsfall , FreeBSD Ports References: <20160914081915.72e9cf14@raksha.tavi.co.uk> <9d155596-2137-c385-e557-32431e88c0f8@gmail.com> <20160914084935.GL85563@home.opsec.eu> From: Torsten Zuehlsdorff Message-ID: Date: Thu, 15 Sep 2016 10:33:59 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 08:34:03 -0000 On 14.09.2016 23:05, Dave Horsfall wrote: > On Wed, 14 Sep 2016, Kurt Jaeger wrote: > >> This interpretation is based on the hypothesis that the user is located >> in a country that has this kind of legal rule. >> >> This is not the case in every country, so your conclusion is not always >> valid. > > What percentage of countries are signatories to the Berne Convention? > Last I looked, only nice friendly places such as China and North Korea > were holding out (and USA was one of the last to sign, and even then with > conditions). That is not the only factor. You're quote misses Kurts statement "If no license statement can be found in the sources or the website, then no permission is given, and it's technically illegal for anyone but the author(s) to use the software." This for example is true for Germany, which signed the Berne Convention. But the German law for example makes it impossible to say "i have no right on the source i wrote by myself". You always have the right and it is impossible to resign it. So its even possible that you define a LICENSE like "public domain", but it would be wrong, since a german author is not possible to do this by german laws. Define no license means all rights are yours, but not if you wrote the code for your employer. In this case you have all rights of the source, but give a full usage/distribution/some-more-rights to it. So in conclusion: licenses are a complex thing. Greetings, Torsten From owner-freebsd-ports@freebsd.org Thu Sep 15 10:25: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 779F5BD806B for ; Thu, 15 Sep 2016 10:25:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 65549D9 for ; Thu, 15 Sep 2016 10:25:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 64B16BD8069; Thu, 15 Sep 2016 10:25: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 62271BD8068 for ; Thu, 15 Sep 2016 10:25:10 +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 55C92D8 for ; Thu, 15 Sep 2016 10:25:10 +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 u8FAPASN005405 for ; Thu, 15 Sep 2016 10:25:10 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u8FAPAGr005404; Thu, 15 Sep 2016 10:25:10 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201609151025.u8FAPAGr005404@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, 15 Sep 2016 10:25:10 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 10:25:10 -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 ------------------------------------------------+-----------------+------------ audio/qsynth | 0.4.1 | 0.4.2 ------------------------------------------------+-----------------+------------ devel/py-tempora | 1.4 | 1.6.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 Sep 15 14:20:55 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 85FFBBDB97E for ; Thu, 15 Sep 2016 14:20:55 +0000 (UTC) (envelope-from lila.kelley@sharedirectoryit.work) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (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 3995C65E for ; Thu, 15 Sep 2016 14:20:54 +0000 (UTC) (envelope-from lila.kelley@sharedirectoryit.work) Received: by mail-qk0-x234.google.com with SMTP id t7so53154812qkh.2 for ; Thu, 15 Sep 2016 07:20:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sharedirectoryit-work.20150623.gappssmtp.com; s=20150623; h=date:to:from:subject:message-id:mime-version; bh=LqSCVNm5TQucpHkQltiz1BXMMQxAaoyUPpMJf7PAw3U=; b=ZJ2SV6+6A4yQIegMOmGHFk4+K8cmYGFgqbWjO1ZRCkeqr2n+FBoxoKV1TykGQmPuX6 31YEqyT0U5saawwuwgIjlYlFa9YNUHWSzQQ0TWHwY3xbnjM6sJdIl7u/FNjXphILdFxj 6cJc/wHOECkdjqTPXYdIoTZzj2jMd1B+pbjWKMseb2jCkpGmYFGsRr6M1vcqT9dxFBqw JSyKY+upbVGj6UHe68vTwtVerxRenhzvn+JO1Zwk5wYGilc47CrrY2+R3YCuf5s/cg5H e9lySPuDr23+APlTdRZGbg0JUDkJ7FjdHeUKoQWpPDTfjf1LYwAp1ejztoQPIbldXPiH MUcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:to:from:subject:message-id:mime-version; bh=LqSCVNm5TQucpHkQltiz1BXMMQxAaoyUPpMJf7PAw3U=; b=Egl8p7/cwAiOjoH+uEj76ZpjiHmgHPyIMM3iXW/F92wnb6WKUGUbUC3mTTFmHP5Y1/ bGNnwj62Ql8KoAU6qDA7m+NOfl99kndeyX2vE6ZaxOlqiCDTRWzEtl2qKIXlCFy5yvHR nBZMr6zAs3h1104KydFpnF1qjgiDC7cTWQTjXvBG7rfyhuylDoJYhNXOFFdBlaNUU9X2 ckB7A3X9ydwbGmH6zxLLtkyPdk42NYDhSqr3CMLsfp9ReRJu321jyLgaDwsTMTI4N0tV pSNiF+YQSY9qeiV4jDT0ULogHWNLavBiDU/iqw+t4mJoW71dAcZhb5fj3ZFB++UHkq1f g74A== X-Gm-Message-State: AE9vXwNIGjZaLIQa0yO5tJvdOmz1dBQo0yEXtSr+j7EEFLGujDFuZ5wUVBWBO4USlPiGkQ== X-Received: by 10.55.43.145 with SMTP id r17mr9304843qkr.22.1473949253686; Thu, 15 Sep 2016 07:20:53 -0700 (PDT) Received: from WIN-NGC035IPRAJ (ec2-54-161-63-18.compute-1.amazonaws.com. [54.161.63.18]) by smtp.gmail.com with ESMTPSA id m58sm1933531qtm.42.2016.09.15.07.20.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Sep 2016 07:20:52 -0700 (PDT) Date: Thu, 15 Sep 2016 16:10:50 +0200 To: freebsd-ports@freebsd.org From: Lila Kelley Subject: Help Desk Software Message-ID: X-Mailer: PHPMailer 5.2.15 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 14:20:55 -0000 Help Desk Software Pricing Guide =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 Compare Best Systems =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09 =09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09Streamline workflows =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09Automate issue management =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09Identify recurring problems=20 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09 =09 =09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09One Minute Could Save You Days of Frustration =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09With the multitude of help desk software solutio= ns available today, selecting the right system for your organization can be= challenging. Software Advice™ is a trusted resource for software buy= ers. We provide detailed reviews and research on thousands of software appl= ications. =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 Get free price quotes and relevant recommendations on systems that match your exact needs! =09=09=09=09=09=09=09=09=09 Learn More =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09 =09 =09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09 =09=09=09 =09=09=09=09=09=09Other Offers Recommended For You =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09 =09 =09=09=09 =09=09 =09 =09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09Compare IT Management Systems Software=20 =09=09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09 Learn More =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09Top 8 Best CRM Software Systems for 2016 =09=09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09 Review Systems =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09See which help desk software leader is ri= ght for you =09=09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09=09 Compare =09=09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09 =09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09You are receiving this email because you have re= gistered for a download, white paper, comparison guide,or have elected to r= eceive information or offers from Software Purchase Guide Inc. You're signed up as freebsd-ports@freebsd.org. =09=09=09=09=09=09=09=09=09Our mailing address is: Software Purchase Guide = Inc, 501 Silverside Rd, STE 105, Wilmington, DE 19809, info@softwarepurcha= seguide.com =09=09=09=09=09=09=09=09=09If you do not want to receive any emails from So= ftware Purchase Guide Inc unsubscribe here From owner-freebsd-ports@freebsd.org Thu Sep 15 15:53: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 DA125BDC7CC for ; Thu, 15 Sep 2016 15:53:21 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id A0F02F74 for ; Thu, 15 Sep 2016 15:53:21 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.0.1] (unknown [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id 142C325888 for ; Thu, 15 Sep 2016 15:53:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1473954800; bh=VmvkA1Wj96T+6YqLG2tejUTJfSij7tpf92WH3IFjkgk=; h=Date:From:To:Subject:References:In-Reply-To; b=YG/vwYJf5j/gKQqxm8uxl9xXfDI32pdU6X9NB0e++lRkjc0A7Vd7Ovm7BT/xvRcza yZcISh5CfAWTUFU+ofwzmcnemwiPy/DdKLgI+iNWOVsV/qqNLuglsVZfm68qI3sByb ARZlZtuMknBkxOSpJ56pm9RHxNYfH/qJm+oXjnqo= Message-ID: <57DAC3EF.5040202@abinet.ru> Date: Thu, 15 Sep 2016 18:53:19 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:) Gecko/20160112 FossaMail/25.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: What exactly are slave ports? References: <57D99EF0.5040202@abinet.ru> 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 15:53:21 -0000 I see. So, I'll create new one instead of slave. On 14.09.2016 22:20, Kevin Oberman wrote: > On Wed, Sep 14, 2016 at 12:03 PM, abi wrote: > >> Hello, >> >> I want to add to existing port another one for the same program, but with >> different git branch and (possibly) with slightly different dependencies. >> Is this a good case for slave port ? >> Slave ports are not documented in porter handbook and I'm not sure how >> they work and when used. >> >> Thanks. >> > A slave port is a minor modification of the port to support different > functions. E.g. security/ssh-guard has slightly different builds, all from > a common source. One for each of the commonly used firewalls; ipfw, pf, > null. > > If the sources are different, a slave is not appropriate. Examples are the > various versions of postfix and clang. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > 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 Thu Sep 15 16:56: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 DADC5BDA507 for ; Thu, 15 Sep 2016 16:56:44 +0000 (UTC) (envelope-from ahorro15@triunfosempresariales.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C9D5D8C4 for ; Thu, 15 Sep 2016 16:56:44 +0000 (UTC) (envelope-from ahorro15@triunfosempresariales.com) Received: by mailman.ysv.freebsd.org (Postfix) id C92D1BDA506; Thu, 15 Sep 2016 16:56: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 C8CA8BDA505 for ; Thu, 15 Sep 2016 16:56:44 +0000 (UTC) (envelope-from ahorro15@triunfosempresariales.com) Received: from mail3.triunfosempresariales.com (mail3.triunfosempresariales.com [173.208.131.53]) by mx1.freebsd.org (Postfix) with ESMTP id A96248C1 for ; Thu, 15 Sep 2016 16:56:44 +0000 (UTC) (envelope-from ahorro15@triunfosempresariales.com) Received: from WIN-ELF14L4JTPJ (173.208.131.52) by mail3.triunfosempresariales.com id hrb9bm0our08 for ; Thu, 15 Sep 2016 11:56:26 -0500 (envelope-from ) X-NEB: DFINE08132 Message-ID: <3e701f104a59ee18bea0355400156640@triunfosempresariales.com> From: "Limitantes del fondo de ahorro" To: Subject: Cajas de Ahorro - Manejo Integral Date: Thu, 15 Sep 2016 11:56:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 16:56:44 -0000 =20 En l=C3=ADnea y en Vivo / Para todo su Equipo con una sola Conexi=C3=B3n=20 Manejo Integral de CAJAS DE AHORRO 29 de septiembre - Online en Vivo - 10:00 a 13:00 y de 15:00 a 18:00 Hrs = =20 =20 =C2=BFCu=C3=A1les son las caracter=C3=ADsticas, interrogaci=C3=B3n, = implementaci=C3=B3n y operaci=C3=B3n de una caja y fondo de ahorro? = =C2=BFConviene a sus colaboradores y a su compa=C3=B1=C3=ADa? La = implantaci=C3=B3n del plan de caja o fondo de ahorro en la = compa=C3=B1=C3=ADa generalmente tiene como objetivo beneficiar a los = trabajadores recibiendo una percepci=C3=B3n exenta de impuestos, = adem=C3=A1s de brindarles acceso a financiamiento personal y fomentar la = necesidad del ahorro, independientemente del beneficio de la empresa al = reflejar el costo fiscal en sus contratos laborales.=20 TEMARIO:=20 1. Evoluci=C3=B3n de los mecanismos de remuneraci=C3=B3n=2E 2. El fondo de ahorro=2E 3. Modelo de ubicaci=C3=B3n=2E 4. Limitantes del fondo de ahorro=2E 5. Las cajas de ahorro=2E =2E..=C2=A1Y mucho m=C3=A1s! =20 =C2=BFRequiere la informaci=C3=B3n a la Brevedad? responda este email con la palabra:=20 Info - Ahorro=2E centro telef=C3=B3nico: 018002129393 =20 Lic. Arturo L=C3=B3pez Coordinador de Evento =20 =C2=BFDemasiados mensajes en su cuenta? Responda este mensaje indicando = que solo desea recibir CALENDARIO y s=C3=B3lo recibir=C3=A1 un correo al = mes. Si desea cancelar la suscripci=C3=B3n, solicite su BAJA.=20 From owner-freebsd-ports@freebsd.org Thu Sep 15 19:07: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 C941CBDCE24 for ; Thu, 15 Sep 2016 19:07:30 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona.com.ua (ns.budzona.com.ua [195.95.232.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.budzona.com.ua", Issuer "mail.budzona.com.ua" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6448FF32 for ; Thu, 15 Sep 2016 19:07:29 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona (localhost [127.0.0.1]) by ns.budzona (8.15.2/8.15.2) with ESMTPS id u8FDvUWG016550 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 Sep 2016 16:57:30 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Received: (from root@localhost) by ns.budzona (8.15.2/8.15.2/Submit) id u8FDkH5F084242; Thu, 15 Sep 2016 16:46:17 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Date: Thu, 15 Sep 2016 16:46:17 +0300 (EEST) From: no-reply@budzona.com.ua Message-Id: <201609151346.u8FDkH5F084242@ns.budzona> To: freebsd-ports@freebsd.org Subject: [11_RC3_amd64-default] Build failed for poppler-0.46.0 during fetch X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6 (ns.budzona [127.0.0.1]); Thu, 15 Sep 2016 16:57:30 +0300 (EEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 19:07:30 -0000 Maintainer: gnome@FreeBSD.org Last committer: olivierd@FreeBSD.org Ident: $FreeBSD: head/graphics/poppler/Makefile 421386 2016-09-05 19:19:34Z olivierd $ Log URL: /poppler-0.46.0.log Build URL: Log: ====>> Building graphics/poppler build started at Thu Sep 15 16:43:53 EEST 2016 port directory: /usr/ports/graphics/poppler building for: FreeBSD 11_RC3_amd64-default-job-01 11.0-RC3 FreeBSD 11.0-RC3 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/poppler/Makefile 421386 2016-09-05 19:19:34Z olivierd $ Poudriere version: 3.2-pre Host OSVERSION: 1100502 Jail OSVERSION: 1100122 ---Begin Environment--- SHELL=/bin/csh UNAME_v=FreeBSD 11.0-RC3 UNAME_r=11.0-RC3 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 ARCH=amd64 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/11_RC3_amd64-default/ref UID=0 FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=poppler-0.46.0 OSREL=11.0 _OSRELEASE=11.0-RC3 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=8 PWD=/usr/local/poudriere/data/.m/11_RC3_amd64-default/ref/.p/pool HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD MASTERNAME=11_RC3_amd64-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.2-pre SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1100122 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for poppler-0.46.0: CAIRO=on: Cairo graphics library support CURL=off: Data transfer support via cURL OPENJPEG=on: Enhanced JPEG graphics support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-zlib --enable-xpdf-headers --disable-gtk-test --without-html-dir --disable-static --disable-poppler-glib --disable-poppler-qt4 --disable-poppler-qt5 --disable-utils --disable-libcurl --enable-libopenjpeg=openjpeg1 --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake CMAKE_PREFIX_PATH="/usr/local" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/poppler/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/poppler/work HOME=/wrkdirs/usr/ports/graphics/poppler/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/poppler/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/poppler/work HOME=/wrkdirs/usr/ports/graphics/poppler/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -isystem /usr/local/include -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-isystem /usr/local/include -DLIBICONV_PLUG" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -isystem /usr/local/include -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -isystem /usr/local/include -DLIBICONV_PLUG" MANPREFIX="/usr/local" PATH=/usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA! ="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- CAIRO="" CURL="@comment " GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/poppler" EXAMPLESDIR="share/examples/poppler" DATADIR="share/poppler" WWWDIR="www/poppler" ETCDIR="etc/poppler" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/poppler DOCSDIR=/usr/local/share/doc/poppler EXAMPLESDIR=/usr/local/share/examples/poppler WWWDIR=/usr/local/www/poppler ETCDIR=/usr/local/etc/poppler --End SUB_LIST-- ---Begin make.conf--- WITH_CCACHE_BUILD=yes CCACHE_DIR=/root/.ccache USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 DEFAULT_VERSIONS+=php=70 CFLAGS.clang+=-Ofast #CFLAGS.clang+=-O3 CFLAGS.clang+=-fvectorize -fslp-vectorize CFLAGS.clang+=-fblocks CFLAGS.clang+=-fcolor-diagnostics #CFLAGS.clang+=-flto _LICENSE_STATUS=accepted JN=3 .if ${.CURDIR:M/usr/ports/*} MAKE_JOBS_NUMBER=${JN} WORLD_FLAGS+= -j${JN} .endif ---End make.conf--- =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> License GPLv2 accepted by the user ===> Found saved configuration for poppler-0.40.0 =========================================================================== =================================================== ===> poppler-0.46.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_3.txz [11_RC3_amd64-default-job-01] Installing pkg-1.8.7_3... [11_RC3_amd64-default-job-01] Extracting pkg-1.8.7_3: .......... done ===> poppler-0.46.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of poppler-0.46.0 =========================================================================== =================================================== =========================================================================== =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> License GPLv2 accepted by the user ===> Found saved configuration for poppler-0.40.0 => poppler-0.46.0.tar.xz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://poppler.freedesktop.org/poppler-0.46.0.tar.xz fetch: http://poppler.freedesktop.org/poppler-0.46.0.tar.xz: No route to host => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/poppler-0.46.0.tar.xz fetch: http://distcache.FreeBSD.org/ports-distfiles/poppler-0.46.0.tar.xz: No address record => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1 Stop. make: stopped in /usr/ports/graphics/poppler From owner-freebsd-ports@freebsd.org Thu Sep 15 19:07: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 47877BDCE27 for ; Thu, 15 Sep 2016 19:07:32 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona.com.ua (ns.budzona.com.ua [195.95.232.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.budzona.com.ua", Issuer "mail.budzona.com.ua" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B1CB2F33 for ; Thu, 15 Sep 2016 19:07:31 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona (localhost [127.0.0.1]) by ns.budzona (8.15.2/8.15.2) with ESMTPS id u8FBkILP051598 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 Sep 2016 14:46:18 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Received: (from root@localhost) by ns.budzona (8.15.2/8.15.2/Submit) id u8FBkIBt051597 for freebsd-ports@freebsd.org; Thu, 15 Sep 2016 14:46:18 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Date: Thu, 15 Sep 2016 14:46:18 +0300 (EEST) From: no-reply@budzona.com.ua Message-Id: <201609151146.u8FBkIBt051597@ns.budzona> To: freebsd-ports@freebsd.org Subject: [11_RC3_i386-default] bulk crashed on sbudzona.budzona X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6 (ns.budzona [127.0.0.1]); Thu, 15 Sep 2016 14:46:18 +0300 (EEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 19:07:32 -0000 Build URL: From owner-freebsd-ports@freebsd.org Thu Sep 15 19:07:33 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 7BD52BDCE2F for ; Thu, 15 Sep 2016 19:07:33 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona.com.ua (ns.budzona.com.ua [195.95.232.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.budzona.com.ua", Issuer "mail.budzona.com.ua" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E6250F34 for ; Thu, 15 Sep 2016 19:07:32 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona (localhost [127.0.0.1]) by ns.budzona (8.15.2/8.15.2) with ESMTPS id u8FBkC0B046152 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 Sep 2016 14:46:12 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Received: (from root@localhost) by ns.budzona (8.15.2/8.15.2/Submit) id u8FBkClQ046151 for freebsd-ports@freebsd.org; Thu, 15 Sep 2016 14:46:12 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Date: Thu, 15 Sep 2016 14:46:12 +0300 (EEST) From: no-reply@budzona.com.ua Message-Id: <201609151146.u8FBkClQ046151@ns.budzona> To: freebsd-ports@freebsd.org Subject: [11_RC3_amd64-default] bulk crashed on sbudzona.budzona X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6 (ns.budzona [127.0.0.1]); Thu, 15 Sep 2016 14:46:12 +0300 (EEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 19:07:33 -0000 Build URL: From owner-freebsd-ports@freebsd.org Thu Sep 15 21:46: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 E2F42BDC5AE for ; Thu, 15 Sep 2016 21:46:48 +0000 (UTC) (envelope-from 010001572fd0e198-04d0affe-2bb0-487a-9b9d-5f603e66db84-000000@amazonses.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id CD5E1CDF for ; Thu, 15 Sep 2016 21:46:48 +0000 (UTC) (envelope-from 010001572fd0e198-04d0affe-2bb0-487a-9b9d-5f603e66db84-000000@amazonses.com) Received: by mailman.ysv.freebsd.org (Postfix) id C9625BDC5AD; Thu, 15 Sep 2016 21:46: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 C914DBDC5AC for ; Thu, 15 Sep 2016 21:46:48 +0000 (UTC) (envelope-from 010001572fd0e198-04d0affe-2bb0-487a-9b9d-5f603e66db84-000000@amazonses.com) Received: from a8-60.smtp-out.amazonses.com (a8-60.smtp-out.amazonses.com [54.240.8.60]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 954AFCDE for ; Thu, 15 Sep 2016 21:46:47 +0000 (UTC) (envelope-from 010001572fd0e198-04d0affe-2bb0-487a-9b9d-5f603e66db84-000000@amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1473976000; h=From:Content-Type:Content-Transfer-Encoding:Subject:Message-Id:Date:To:Mime-Version:Feedback-ID; bh=hxQ+64kJaB3jYRAiODE7N1SBiLzt/NMs3B+5mgcF3DY=; b=DWnNht9h4327qBxvXahatgcRfW+WOpNpOdPvl30L+M8HRMnt4UeRG5W871RcpIZO 4DgDfdINalf14KtauCwo7T2kPIo389PDrrIyRhveQproGO42S/2Wr5WpDX2irdqd6Qb GcqViYWuaxJkm3QEG1U63fGYtbv0LbE3R2nsfsZM= From: Gerard Blokdijk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Question about Tcl covered at https://www.freshports.org/databases/redis/ Message-ID: <010001572fd0e198-04d0affe-2bb0-487a-9b9d-5f603e66db84-000000@email.amazonses.com> Date: Thu, 15 Sep 2016 21:46:40 +0000 To: ports@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-SES-Outgoing: 2016.09.15-54.240.8.60 Feedback-ID: 1.us-east-1.7qbLZyG0NDnY73HSHURAKgGaaKc4bw4f5xmxcgBjF44=:AmazonSES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 21:46:49 -0000 Hello from Brisbane, I was searching for Tcl information and I came across = https://www.freshports.org/databases/redis/, where you cover Tcl. Tcl is included in the current Redis predictive analytics report at = https://theartofservice.com/Redis-predictive-analytics-report.html=20 Because I feel this is of interest to you, and to find mutual ground, I = want to give you the full $97 report for free. You can download the PDF = direct here = https://theartofservicelab.s3.amazonaws.com/report/Redis%20Predictive%20An= alytics.pdf I've been in many enterprise data center management and CxO roles over = the past 25 years, and something simple as reports like we're producing = was always the guide I missed; transparant data across many data points = covering a specific topic and its related topics, highlighting what's = important now and in the future - a simple way to instantly understand = and move forward in the right direction, based on verifiable data. Would you give me a bit of your time to go look at it? I'm asking this because the analysis has to win on its own right and = appeal to you. It solves a lot of clients' problems and it has to be = obvious to you how it would create value to you. Please feel free to use the data, including graphics, in any way. I would appreciate it if you would consider linking to = https://theartofservice.com/Redis-predictive-analytics-report.html. To = make it easy you can use the following text (or use any text you like): = 'The Art of Service's Redis predictive analytics report evaluates = technologies and applications (including Tcl) in terms of their business = impact, adoption rate and maturity level to help users decide where and = when to invest.' If I can assist you with anything else, or return the favor, please let = me know. Gerard Blokdijk Connect with me here: https://www.linkedin.com/in/gerardblokdijk CEO The Art of Service https://theartofservice.com gerard.blokdijk@theartofservice.com= From owner-freebsd-ports@freebsd.org Thu Sep 15 22:36: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 3C5CABDC19E for ; Thu, 15 Sep 2016 22:36:39 +0000 (UTC) (envelope-from ahorro15T@triunfosempresariales.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 2B13EB81 for ; Thu, 15 Sep 2016 22:36:39 +0000 (UTC) (envelope-from ahorro15T@triunfosempresariales.com) Received: by mailman.ysv.freebsd.org (Postfix) id 26BC3BDC19D; Thu, 15 Sep 2016 22:36:39 +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 265ACBDC19B for ; Thu, 15 Sep 2016 22:36:39 +0000 (UTC) (envelope-from ahorro15T@triunfosempresariales.com) Received: from mail1.triunfosempresariales.com (mail1.triunfosempresariales.com [173.208.131.51]) by mx1.freebsd.org (Postfix) with ESMTP id 06EE1B7F for ; Thu, 15 Sep 2016 22:36:38 +0000 (UTC) (envelope-from ahorro15T@triunfosempresariales.com) Received: from WIN-ELF14L4JTPJ (173.208.131.52) by mail1.triunfosempresariales.com id hrch680our04 for ; Thu, 15 Sep 2016 17:36:12 -0500 (envelope-from ) X-NEB: DFINE08132 Message-ID: From: "Cajas de Ahorro - Manejo Integral" To: Subject: Limitantes del fondo de ahorro Date: Thu, 15 Sep 2016 17:36:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 22:36:39 -0000 =20 En l=C3=ADnea y en Vivo / Para todo su Equipo con una sola Conexi=C3=B3n=20 Manejo Integral de CAJAS DE AHORRO 29 de septiembre - Online en Vivo - 10:00 a 13:00 y de 15:00 a 18:00 Hrs = =20 =20 =C2=BFCu=C3=A1les son las caracter=C3=ADsticas, interrogaci=C3=B3n, = implementaci=C3=B3n y operaci=C3=B3n de una caja y fondo de ahorro? = =C2=BFConviene a sus colaboradores y a su compa=C3=B1=C3=ADa? La = implantaci=C3=B3n del plan de caja o fondo de ahorro en la = compa=C3=B1=C3=ADa generalmente tiene como objetivo beneficiar a los = trabajadores recibiendo una percepci=C3=B3n exenta de impuestos, = adem=C3=A1s de brindarles acceso a financiamiento personal y fomentar la = necesidad del ahorro, independientemente del beneficio de la empresa al = reflejar el costo fiscal en sus contratos laborales.=20 TEMARIO:=20 1. Evoluci=C3=B3n de los mecanismos de remuneraci=C3=B3n=2E 2. El fondo de ahorro=2E 3. Modelo de ubicaci=C3=B3n=2E 4. Limitantes del fondo de ahorro=2E 5. Las cajas de ahorro=2E =2E..=C2=A1Y mucho m=C3=A1s! =20 =C2=BFRequiere la informaci=C3=B3n a la Brevedad? responda este email con la palabra:=20 Info - Ahorro=2E centro telef=C3=B3nico: 018002129393 =20 Lic. Arturo L=C3=B3pez Coordinador de Evento =20 =C2=BFDemasiados mensajes en su cuenta? Responda este mensaje indicando = que solo desea recibir CALENDARIO y s=C3=B3lo recibir=C3=A1 un correo al = mes. Si desea cancelar la suscripci=C3=B3n, solicite su BAJA.=20 From owner-freebsd-ports@freebsd.org Fri Sep 16 05:43: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 1A562BDCE80 for ; Fri, 16 Sep 2016 05:43:49 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona.com.ua (ns.budzona.com.ua [195.95.232.193]) (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 5D9273B9 for ; Fri, 16 Sep 2016 05:43:47 +0000 (UTC) (envelope-from no-reply@budzona.com.ua) Received: from ns.budzona.com.ua (localhost [127.0.0.1]) by ns.budzona.com.ua (8.15.2/8.15.2) with ESMTPS id u8G5hiCU034006 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 16 Sep 2016 08:43:44 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Received: (from root@localhost) by ns.budzona.com.ua (8.15.2/8.15.2/Submit) id u8G5hiZw034005; Fri, 16 Sep 2016 08:43:44 +0300 (EEST) (envelope-from no-reply@budzona.com.ua) Date: Fri, 16 Sep 2016 08:43:44 +0300 (EEST) From: no-reply@budzona.com.ua Message-Id: <201609160543.u8G5hiZw034005@ns.budzona.com.ua> To: freebsd-ports@freebsd.org Subject: [11_RC3_amd64-default] Build failed for jdbc-oracle10g-10.2.0.5 during extract X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6 (ns.budzona.com.ua [127.0.0.1]); Fri, 16 Sep 2016 08:43:44 +0300 (EEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 05:43:49 -0000 Maintainer: ports@FreeBSD.org Last committer: vanilla@FreeBSD.org Ident: $FreeBSD: head/databases/jdbc-oracle10g/Makefile 356872 2014-06-07 02:19:21Z vanilla $ Log URL: /jdbc-oracle10g-10.2.0.5.log Build URL: Log: ====>> Building databases/jdbc-oracle10g build started at Fri Sep 16 08:43:02 EEST 2016 port directory: /usr/ports/databases/jdbc-oracle10g building for: FreeBSD 11_RC3_amd64-default-job-01 11.0-RC3 FreeBSD 11.0-RC3 amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/databases/jdbc-oracle10g/Makefile 356872 2014-06-07 02:19:21Z vanilla $ Poudriere version: 3.2-pre Host OSVERSION: 1100502 Jail OSVERSION: 1100122 ---Begin Environment--- SHELL=/bin/csh UNAME_v=FreeBSD 11.0-RC3 UNAME_r=11.0-RC3 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 ARCH=amd64 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/11_RC3_amd64-default/ref UID=0 FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=jdbc-oracle10g-10.2.0.5 OSREL=11.0 _OSRELEASE=11.0-RC3 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=8 PWD=/usr/local/poudriere/data/.m/11_RC3_amd64-default/ref/.p/pool HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD MASTERNAME=11_RC3_amd64-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.2-pre SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1100122 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work HOME=/wrkdirs/usr/ports/databases/jdbc-oracle10g/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/oracle10g" EXAMPLESDIR="share/examples/oracle10g" DATADIR="share/oracle10g" WWWDIR="www/oracle10g" ETCDIR="etc/oracle10g" --End PLIST_SUB-- --SUB_LIST-- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="1.6+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/oracle10g DOCSDIR=/usr/local/share/doc/oracle10g EXAMPLESDIR=/usr/local/share/examples/oracle10g WWWDIR=/usr/local/www/oracle10g ETCDIR=/usr/local/etc/oracle10g --End SUB_LIST-- ---Begin make.conf--- WITH_CCACHE_BUILD=yes CCACHE_DIR=/root/.ccache USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 DEFAULT_VERSIONS+=php=70 CFLAGS.clang+=-Ofast #CFLAGS.clang+=-O3 CFLAGS.clang+=-fvectorize -fslp-vectorize CFLAGS.clang+=-fblocks CFLAGS.clang+=-fcolor-diagnostics #CFLAGS.clang+=-flto _LICENSE_STATUS=accepted JN=3 .if ${.CURDIR:M/usr/ports/*} MAKE_JOBS_NUMBER=${JN} WORLD_FLAGS+= -j${JN} .endif ---End make.conf--- =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> NOTICE: The oracle10g port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port =========================================================================== =================================================== ===> jdbc-oracle10g-10.2.0.5 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_3.txz [11_RC3_amd64-default-job-01] Installing pkg-1.8.7_3... [11_RC3_amd64-default-job-01] Extracting pkg-1.8.7_3: .......... done ===> jdbc-oracle10g-10.2.0.5 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of jdbc-oracle10g-10.2.0.5 =========================================================================== =================================================== =========================================================================== =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> NOTICE: The oracle10g port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by jdbc-oracle10g-10.2.0.5 for building =========================================================================== =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> NOTICE: The oracle10g port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> Fetching all distfiles required by jdbc-oracle10g-10.2.0.5 for building => SHA256 Checksum OK for oracle10g/ojdbc14.jar. =========================================================================== =================================================== =========================================================================== =================================================== /!\ WARNING /!\ OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=c6_64. ===> NOTICE: The oracle10g port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: oracle/jdbc/driver/RawAccessor.class: (null) oracle/jdbc/driver/BinaryFloatAccessor.class: (null) oracle/jdbc/driver/BinaryDoubleAccessor.class: (null) oracle/jdbc/driver/RowidAccessor.class: (null) oracle/jdbc/driver/ResultSetAccessor.class: (null) oracle/jdbc/driver/DateAccessor.class: (null) oracle/jdbc/driver/DateTimeCommonAccessor.class: (null) oracle/jdbc/driver/BlobAccessor.class: (null) oracle/jdbc/driver/ClobAccessor.class: (null) oracle/jdbc/driver/BfileAccessor.class: (null) oracle/jdbc/driver/RefTypeAccessor.class: (null) oracle/jdbc/driver/TimestampAccessor.class: (null) oracle/jdbc/driver/TimestamptzAccessor.class: (null) oracle/jdbc/driver/TimestampltzAccessor.class: (null) oracle/jdbc/driver/IntervalymAccessor.class: (null) oracle/jdbc/driver/IntervaldsAccessor.class: (null) oracle/jdbc/driver/OracleClobWriter.class: (null) oracle/jdbc/driver/OracleBlobOutputStream.class: (null) oracle/jdbc/driver/OracleParameterMetaData.class: (null) oracle/jdbc/driver/OracleConversionInputStream.class: (null) oracle/jdbc/driver/OracleConversionReader.class: (null) oracle/jdbc/driver/SQLUtil.class: (null) oracle/jdbc/driver/OracleResultSetCacheImpl.class: (null) oracle/jdbc/driver/T4CStatement.class: (null) oracle/jdbc/driver/OracleBlobInputStream.class: (null) oracle/jdbc/driver/OracleClobInputStream.class: (null) oracle/jdbc/driver/OracleClobOutputStream.class: (null) oracle/jdbc/driver/OracleClobReader.class: (null) oracle/jdbc/driver/T4CTTIiov.class: (null) oracle/jdbc/driver/T4CRowidAccessor.class: (null) oracle/jdbc/driver/T4CLongAccessor.class: (null) oracle/jdbc/driver/T4CRefTypeAccessor.class: (null) oracle/jdbc/driver/T4CVarcharAccessor.class: (null) oracle/jdbc/driver/T4CCharAccessor.class: (null) oracle/jdbc/driver/T4CNumberAccessor.class: (null) oracle/jdbc/driver/T4CVarnumAccessor.class: (null) oracle/jdbc/driver/T4CBinaryFloatAccessor.class: (null) oracle/jdbc/driver/T4CBinaryDoubleAccessor.class: (null) oracle/jdbc/driver/T4CRawAccessor.class: (null) oracle/jdbc/driver/T4CLongRawAccessor.class: (null) oracle/jdbc/driver/T4CResultSetAccessor.class: (null) oracle/jdbc/driver/T4CDateAccessor.class: (null) oracle/jdbc/driver/T4CBlobAccessor.class: (null) oracle/jdbc/driver/T4CClobAccessor.class: (null) oracle/jdbc/driver/T4CBfileAccessor.class: (null) oracle/jdbc/driver/T4CNamedTypeAccessor.class: (null) oracle/jdbc/driver/T4CTimestampAccessor.class: (null) oracle/jdbc/driver/T4CTimestamptzAccessor.class: (null) oracle/jdbc/driver/T4CTimestampltzAccessor.class: (null) oracle/jdbc/driver/T4CIntervalymAccessor.class: (null) oracle/jdbc/driver/T4CIntervaldsAccessor.class: (null) oracle/jdbc/driver/T4CXAConnection.class: (null) oracle/jdbc/driver/T2CStatement.class: (null) oracle/jdbc/driver/SensitiveScrollableResultSet.class: (null) oracle/jdbc/driver/T4COutRawAccessor.class: (null) oracle/jdbc/driver/T2CResultSetAccessor.class: (null) oracle/jdbc/driver/T2CNamedTypeAccessor.class: (null) oracle/jdbc/driver/Message11.class: (null) oracle/jdbc/driver/OracleSQLException.class: (null) oracle/jdbc/driver/T2CCallableStatement.class: (null) oracle/jdbc/driver/T2CDriverExtension.class: (null) oracle/jdbc/driver/T2CPreparedStatement.class: (null) oracle/jdbc/driver/T2CInputStream.class: (null) oracle/jdbc/driver/T4CCallableStatement.class: (null) oracle/jdbc/driver/T4CPlsqlIndexTableAccessor.class: (null) oracle/jdbc/driver/T4CDriverExtension.class: (null) oracle/jdbc/driver/T4CPreparedStatement.class: (null) oracle/jdbc/driver/T4CInputStream.class: (null) oracle/jdbc/driver/T4CTTIOkpfc.class: (null) oracle/jdbc/driver/Messages.properties: (null) oracle/jdbc/driver/Messages_ar.properties: (null) oracle/jdbc/driver/Messages_ca.properties: (null) oracle/jdbc/driver/Messages_cs.properties: (null) oracle/jdbc/driver/Messages_da.properties: (null) oracle/jdbc/driver/Messages_de.properties: (null) oracle/jdbc/driver/Messages_el.properties: (null) oracle/jdbc/driver/Messages_es.properties: (null) oracle/jdbc/driver/Messages_fi.properties: (null) oracle/jdbc/driver/Messages_fr.properties: (null) oracle/jdbc/driver/Messages_hu.properties: (null) oracle/jdbc/driver/Messages_it.properties: (null) oracle/jdbc/driver/Messages_iw.properties: (null) oracle/jdbc/driver/Messages_ja.properties: (null) oracle/jdbc/driver/Messages_ko.properties: (null) oracle/jdbc/driver/Messages_nl.properties: (null) oracle/jdbc/driver/Messages_no.properties: (null) oracle/jdbc/driver/Messages_pl.properties: (null) oracle/jdbc/driver/Messages_pt.properties: (null) oracle/jdbc/driver/Messages_pt_BR.properties: (null) oracle/jdbc/driver/Messages_ro.properties: (null) oracle/jdbc/driver/Messages_ru.properties: (null) oracle/jdbc/driver/Messages_sk.properties: (null) oracle/jdbc/driver/Messages_sv.properties: (null) oracle/jdbc/driver/Messages_th.properties: (null) oracle/jdbc/driver/Messages_tr.properties: (null) oracle/jdbc/driver/Messages_zh_CN.properties: (null) oracle/jdbc/driver/Messages_zh_TW.properties: (null) oracle/jdbc/oci/: (null) oracle/jdbc/oci/OracleOCIConnection.class: (null) oracle/jdbc/pool/: (null) oracle/jdbc/pool/OracleConnectionCacheCallback.class: (null) oracle/jdbc/pool/OraclePooledConnection.class: (null) oracle/jdbc/pool/OracleConnectionCacheEntry.class: (null) oracle/jdbc/pool/OracleDataSource.class: (null) oracle/jdbc/pool/OracleImplicitConnectionCache.class: (null) oracle/jdbc/pool/OracleConnectionPoolDataSource.class: (null) oracle/jdbc/pool/OracleDatabaseInstance.class: (null) oracle/jdbc/pool/OracleConnectionCacheManager$1.class: (null) oracle/jdbc/pool/OracleConnectionCacheManager.class: (null) oracle/jdbc/pool/OracleFailoverEventHandlerThread$1.class: (null) oracle/jdbc/pool/OracleFailoverEventHandlerThread.class: (null) oracle/jdbc/pool/OracleImplicitConnectionCacheThread.class: (null) oracle/jdbc/pool/OracleRuntimeLoadBalancingEventHandlerThread$1.class: (null) oracle/jdbc/pool/OracleRuntimeLoadBalancingEventHandlerThread.class: (null) oracle/jdbc/pool/OracleGravitateConnectionCacheThread.class: (null) oracle/jdbc/pool/OracleFailoverWorkerThread.class: (null) oracle/jdbc/pool/OracleOCIConnectionPool.class: (null) oracle/jdbc/pool/OracleConnectionEventListener.class: (null) oracle/jdbc/pool/OracleConnectionCacheEventListener.class: (null) oracle/jdbc/pool/OracleConnectionCache.class: (null) oracle/jdbc/pool/OracleConnectionCacheImpl.class: (null) oracle/jdbc/pool/OracleConnectionCacheTimeOutThread.class: (null) oracle/jdbc/pool/OracleDataSourceFactory.class: (null) oracle/jdbc/pool/OracleXAConnectionCacheImpl.class: (null) oracle/jdbc/util/: (null) oracle/jdbc/util/SQLStateMapping.class: (null) oracle/jdbc/util/SQLStateRange.class: (null) oracle/jdbc/util/RepConversion.class: (null) oracle/jdbc/util/Login.class: (null) oracle/jdbc/xa/: (null) oracle/jdbc/xa/client/: (null) oracle/jdbc/xa/client/OracleXAResource.class: (null) oracle/jdbc/xa/client/OracleXADataSource.class: (null) oracle/jdbc/xa/client/OracleXAHeteroConnection.class: (null) oracle/jdbc/xa/client/OracleXAConnection.class: (null) oracle/jdbc/xa/client/OracleXAHeteroCloseCallback.class: (null) oracle/jdbc/xa/client/OracleXAHeteroResource.class: (null) oracle/jdbc/xa/OracleXAResource$XidListEntry.class: (null) oracle/jdbc/xa/OracleXAResource.class: (null) oracle/jdbc/xa/OracleXAConnection.class: (null) oracle/jdbc/xa/OracleXAException.class: (null) oracle/jdbc/xa/OracleXid.class: (null) oracle/jdbc/xa/OracleXADataSource.class: (null) oracle/jdbc/xa/OracleMultiPhaseArgs.class: (null) oracle/jdbc/rowset/: (null) oracle/jdbc/rowset/OracleCachedRowSet.class: (null) oracle/jdbc/rowset/OracleRowSet.class: (null) oracle/jdbc/rowset/OracleRow.class: (null) oracle/jdbc/rowset/OracleCachedRowSetReader.class: (null) oracle/jdbc/rowset/OracleCachedRowSetWriter.class: (null) oracle/jdbc/rowset/OracleSerialClob.class: (null) oracle/jdbc/rowset/OracleSerialBlob.class: (null) oracle/jdbc/rowset/OracleRowSetMetaData.class: (null) oracle/jdbc/rowset/OracleFilteredRowSet.class: (null) oracle/jdbc/rowset/OracleWebRowSet.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlReader.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlWriter.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlReaderImpl.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlWriterImpl.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlReaderContHandler.class: (null) oracle/jdbc/rowset/OracleWebRowSetXmlReaderDomHandler.class: (null) oracle/jdbc/rowset/OracleJDBCRowSet.class: (null) oracle/jdbc/rowset/OracleJoinRowSet.class: (null) oracle/jdbc/rowset/OracleJoinable.class: (null) oracle/jdbc/rowset/OraclePredicate.class: (null) oracle/jdbc/rowset/OracleRowSetListenerAdapter.class: (null) oracle/jdbc/connector/: (null) oracle/jdbc/connector/OracleConnectionManager.class: (null) oracle/jdbc/connector/OracleConnectionRequestInfo.class: (null) oracle/jdbc/connector/OracleLocalTransaction.class: (null) oracle/jdbc/connector/OracleManagedConnection.class: (null) oracle/jdbc/connector/OracleManagedConnectionMetaData.class: (null) oracle/jdbc/connector/OracleManagedConnectionFactory.class: (null) oracle/jdbc/connector/OracleResourceAdapter.class: (null) oracle/jdbc/OracleConnection.class: (null) oracle/jdbc/OracleConnectionWrapper.class: (null) oracle/jdbc/OracleOCIFailover.class: (null) oracle/jdbc/OracleSavepoint.class: (null) oracle/jdbc/OracleStatement.class: (null) oracle/jdbc/OracleResultSetCache.class: (null) oracle/jdbc/OraclePreparedStatement.class: (null) oracle/jdbc/OracleCallableStatement.class: (null) oracle/jdbc/OracleDatabaseMetaData.class: (null) oracle/jdbc/OracleResultSetMetaData.class: (null) oracle/jdbc/OracleResultSet.class: (null) oracle/jdbc/OracleParameterMetaData.class: (null) oracle/jdbc/OracleTypes.class: (null) oracle/jdbc/Const.class: (null) oracle/jdbc/StructMetaData.class: (null) oracle/jdbc/OracleDriver.class: (null) oracle/jpub/: (null) oracle/jpub/runtime/: (null) oracle/jpub/runtime/MutableArray.class: (null) oracle/jpub/runtime/Util.class: (null) oracle/jpub/runtime/MutableStruct.class: (null) tar: Error exit delayed from previous errors. *** Error code 1 Stop. make: stopped in /usr/ports/databases/jdbc-oracle10g From owner-freebsd-ports@freebsd.org Fri Sep 16 07:15:33 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 033A2BDC62F for ; Fri, 16 Sep 2016 07:15:33 +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 E4DAB2D8 for ; Fri, 16 Sep 2016 07:15:32 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E0F0CBDC62B; Fri, 16 Sep 2016 07:15:32 +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 E09DCBDC62A for ; Fri, 16 Sep 2016 07:15:32 +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 D442C2D5 for ; Fri, 16 Sep 2016 07:15:32 +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 u8G7FWcp024862 for ; Fri, 16 Sep 2016 07:15:32 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u8G7FWvX024861; Fri, 16 Sep 2016 07:15:32 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201609160715.u8G7FWvX024861@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, 16 Sep 2016 07:15:32 +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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 07:15:33 -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 ------------------------------------------------+-----------------+------------ textproc/ansifilter | 1.7 | 2.2 ------------------------------------------------+-----------------+------------ 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 Sep 16 15:52: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 8819BBDDE9F for ; Fri, 16 Sep 2016 15:52:44 +0000 (UTC) (envelope-from wblock@wonkity.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 73EF098C for ; Fri, 16 Sep 2016 15:52:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 731CABDDE9E; Fri, 16 Sep 2016 15:52: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 72C2BBDDE9D for ; Fri, 16 Sep 2016 15:52:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4138498A for ; Fri, 16 Sep 2016 15:52:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u8GFqhmx046942 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 16 Sep 2016 09:52:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u8GFqhF7046939 for ; Fri, 16 Sep 2016 09:52:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 16 Sep 2016 09:52:42 -0600 (MDT) From: Warren Block To: ports@FreeBSD.org Subject: Checking port option descriptions Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 16 Sep 2016 09:52:43 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 15:52:44 -0000 Ports options ask the user to make a decision on whether to enable that option. Option descriptions are critical for this, giving the user information to help them make that decision. Unfortunately, what is clear to the porter is often not clear to a user. The Porter's Handbook says "Do not just repeat the name", but this still happens, either exactly, or with a description that adds no information. For example: XYZ Enable XYZ The description here adds no information. The name of the option itself tells the reader that this is for enabling or disabling a feature. The option asks them to make a decision, whether to enable that option or not, or even just to leave it at the default, but does not give them any help in making that decision. Let's improve that: XYZ Include protocols for use with XYZ servers This gives the reader some additional details. Because so many of the option descriptions have predictable no-added-information styles, it is possible to write a program that detects these. In the process of doing that, I found some actual bugs in descriptions that were not caught by other parts of the ports build or portlint. The program is called optcheck and can be found here: http://www.wonkity.com/~wblock/tmp/optcheck/ The readme.txt explains a little more, and optcheck-output.txt is a full run against the ports tree from a couple of weeks ago. The tests are just some that I came up with quickly, and can certainly be improved. More can be added, and they can make better suggestions. Ultimately, the hope is that this functionality will be added to portlint or somewhere else that would help prevent these types of pointless descriptions. For usage, run optcheck -h For a run against the full ports tree, use just optcheck To run against a category or single port directory, use -d: optcheck -d /usr/ports/devel optcheck -d /usr/ports/print/ghostscript9-base From owner-freebsd-ports@freebsd.org Fri Sep 16 19:11: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 45293BDDB3E for ; Fri, 16 Sep 2016 19:11:56 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 229DC1E7 for ; Fri, 16 Sep 2016 19:11:56 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mailman.ysv.freebsd.org (Postfix) id 1E2E1BDDB3D; Fri, 16 Sep 2016 19:11: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 1DD5CBDDB3C for ; Fri, 16 Sep 2016 19:11:56 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qt0-x233.google.com (mail-qt0-x233.google.com [IPv6:2607:f8b0:400d:c0d::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 D41771E6 for ; Fri, 16 Sep 2016 19:11:55 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qt0-x233.google.com with SMTP id l91so47251318qte.3 for ; Fri, 16 Sep 2016 12:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Tof/AKI7M88Bn99ZqArt2yK7jtneSsw19d5jzNt8fjk=; b=1+Xror9ofr60kl4VekXdIg1Klxr112dCPeEKZyFkcJApFfHQ6seh5/xBmolgp9saKE WXFkaaUXvGtKO8X/vRKezItiXPsEbvzNubkTehCb06PWTLeooboOOTEM2/nZOKF/jsLp uNnuXfGlXHJD0+vUgevYFKus8OVHUAGkQ84QlH/PcQfRrO/6MbrYYOYj1BtWTFrZXyCR SQAKNRfvDshex8bXPyaQhSAk22vqgftiL85wMLwYb+4xGSdLISunvB6wepDDdg2NCnPn ksn2IuxDk53IdexWFYUtI0dZxTRCHrvmca3mnoFtD4Da9qi3RemzvFThMOLv5Nevhw0q EmhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Tof/AKI7M88Bn99ZqArt2yK7jtneSsw19d5jzNt8fjk=; b=P8nIuDW/RelCM6DeMjc3mb1XOQgCJaV0aUczZRkIVjXthOQoJnjiTwXV3kZRiLcx1h 7D9lBqSkC0BxNMyMCKEUlQ6ojEYbbNQwu3TMpfwaFsSNySpdklxhxIN/h/HU3Nxy6CjG m+MHwwkhSQOJILsbWn4dgISp2N7Cyhyi+F+VgM7HNzPJJuSV48fpjFvBQUQJ0udv1Fd+ pod8VEkSZngBOT1xey8XHw6PgMHGjheLzangC4xKQDfD0gIoZi1pFS5IDSxDBPLt/EQk a4YBZU08If6cztEwxxqcfr4c/Zj8ERtHyWVUtFXPsXeinH5iWebBG8N2lU+PJir1eKmq kvDw== X-Gm-Message-State: AE9vXwPMPOxlR45zxNfav3TQ/jYuZzd7XC4IV+hrzkny2q/Y8Wi370yqv1yTkhs+ESduSg== X-Received: by 10.200.44.75 with SMTP id e11mr17660628qta.9.1474053114822; Fri, 16 Sep 2016 12:11:54 -0700 (PDT) Received: from [192.168.1.24] (pool-108-39-64-29.nrflva.fios.verizon.net. [108.39.64.29]) by smtp.gmail.com with ESMTPSA id z34sm5493113qta.29.2016.09.16.12.11.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Sep 2016 12:11:53 -0700 (PDT) Subject: Re: Checking port option descriptions To: Warren Block , ports@FreeBSD.org References: From: Jim Ohlstein Message-ID: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> Date: Fri, 16 Sep 2016 15:11:51 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 19:11:56 -0000 Hello, On 09/16/2016 11:52 AM, Warren Block wrote: > Ports options ask the user to make a decision on whether to enable that > option. Option descriptions are critical for this, giving the user > information to help them make that decision. > > Unfortunately, what is clear to the porter is often not clear to a user. > The Porter's Handbook says "Do not just repeat the name", but this still > happens, either exactly, or with a description that adds no information. > > For example: > > XYZ Enable XYZ > > The description here adds no information. The name of the option itself > tells the reader that this is for enabling or disabling a feature. The > option asks them to make a decision, whether to enable that option or > not, or even just to leave it at the default, but does not give them any > help in making that decision. Let's improve that: > > XYZ Include protocols for use with XYZ servers > > This gives the reader some additional details. "[S]ome" being the operative word here. I don't disagres with your basic premise, but the truth is, at the end of the day it's up to the user to understand the consequences of his decisions. If a user doesn't know what 'XYZ' is, then adding 'Include protocols for use with XYZ servers' probably doesn't tell him or her that much. On the other hand, if a user knows what 'XYZ' is, then 'Enable XYZ' is likely enough information with which to make a decision. So in this case there are likely to be two categories of users: those who know what 'XYZ' is and those who do not. Those in the former have the information either way. Those in the latter have three basic choices: 1) Educate themselves before possibly adding software to their system that they do not fully understand, thereby moving into to the former category. 2) Choose the default, on the (very possibly mistaken) assumption that the porter "knows what's best." Unfortunately that assumption may be a bad one, as the porter/maintainer is more likely to choose something that satisfies "most users" and loads people with unnecessary dependencies (thus defeating much of the benefit of building your own ports), or worse, to choose options that work best for him or her. 3) Ask themselves Harry Callahan's famous question, "Do I feel lucky?" and go away from the default. > > > Because so many of the option descriptions have predictable > no-added-information styles, it is possible to write a program that > detects these. In the process of doing that, I found some actual bugs in > descriptions that were not caught by other parts of the ports build or > portlint. > > The program is called optcheck and can be found here: > http://www.wonkity.com/~wblock/tmp/optcheck/ > > The readme.txt explains a little more, and optcheck-output.txt is a full > run against the ports tree from a couple of weeks ago. > > The tests are just some that I came up with quickly, and can certainly > be improved. More can be added, and they can make better suggestions. > Ultimately, the hope is that this functionality will be added to > portlint or somewhere else that would help prevent these types of > pointless descriptions. > > For usage, run > optcheck -h > > For a run against the full ports tree, use just > optcheck > > To run against a category or single port directory, use -d: > optcheck -d /usr/ports/devel > optcheck -d /usr/ports/print/ghostscript9-base > -- Jim Ohlstein From owner-freebsd-ports@freebsd.org Fri Sep 16 22:44: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 066A2BDDE44 for ; Fri, 16 Sep 2016 22:44:49 +0000 (UTC) (envelope-from scratch65535@att.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DDD00D4C for ; Fri, 16 Sep 2016 22:44:48 +0000 (UTC) (envelope-from scratch65535@att.net) Received: by mailman.ysv.freebsd.org (Postfix) id D9D7BBDDE43; Fri, 16 Sep 2016 22:44: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 D74DFBDDE41 for ; Fri, 16 Sep 2016 22:44:48 +0000 (UTC) (envelope-from scratch65535@att.net) Received: from nm24.access.bullet.mail.gq1.yahoo.com (nm24.access.bullet.mail.gq1.yahoo.com [216.39.62.55]) (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 9F64ED4B for ; Fri, 16 Sep 2016 22:44:48 +0000 (UTC) (envelope-from scratch65535@att.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1474065721; bh=UImNVfytXlf3MMeON2abe0WI1T9c0sAX3aARw+uZ0RI=; h=From:To:Subject:Date:References:In-Reply-To:From:Subject; b=voDa1sYNZ/+Oi2yVroUGsRfALG63gqu+5VH8cosMn8qm6xvppCdiIXQBizv2BOr7ajZYBMoAhN3wVcasahfanKXod8rrIGaMFZmDYGQc9C7IfaH/chVIRus9LpxILrmjSTgqo0CZJBFJp2TQuYilOO4Rglrvvvxdy4VCkHzFYEw= Received: from [216.39.60.172] by nm24.access.bullet.mail.gq1.yahoo.com with NNFMP; 16 Sep 2016 22:42:01 -0000 Received: from [67.195.23.145] by tm8.access.bullet.mail.gq1.yahoo.com with NNFMP; 16 Sep 2016 22:42:01 -0000 Received: from [127.0.0.1] by smtp117.sbc.mail.gq1.yahoo.com with NNFMP; 16 Sep 2016 22:42:01 -0000 X-Yahoo-Newman-Id: 144167.5601.bm@smtp117.sbc.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Ct1MFkAVM1kcdvB3bStDhRQiKwzfSI6TCCU6l.SVE.vtrLR US0uwZNlenIeKPDwSxRky8ZIvJe_D1O.yBhtGSAWgIVwPAVACkG_6TiziiNM 9BtMaahwcagc.90qvURDjAHm2IMMGEQT70jDNAt0QDwnL92svvGThJ336FW9 vXvjPTTVdgtkFA93vGpi2Z8o.KQH.Z4gfGda3OFvPu9oA4ZexQPFHcfL3qVB MB3plOLyGpmjlKOYqODiw5FafcFLqINZS.lXl.Dq7Xe1n1F24jKc4C8CDFlY WDHLhtS1qxlER_lO2.EcQvp4CQduYZKnSGmKQYxfENZATwD0b7JzPv_sG5Vk FbzB7X8_RJ3VXtGcc_qbSsSv1xQ1pInTzOu3A6lvph9h6f79_pnrWXOGAl3. zWHTs_hapylefeWn9S7imifBeocc7bjLFWokvsCOA..M_nFsXOTaZ2L8i0oa F5BLJoOnHn6oSvNDdHIwOK6lc.Sns3EBI4UT4PtFMvpWByU14UMWXPt3yGf9 PIwgQpYLLvsUSO2Y8_Jx2mlfUHrSEuduIoIbKZUNSzDITGxWEIZBuiSMH X-Yahoo-SMTP: pPvqnOaswBBbYZLVYFzvU7GaowLcbNioPp.aF8KvOjZk From: To: freebsd-ports Subject: Re: Checking port option descriptions Date: Fri, 16 Sep 2016 18:42:03 -0400 Message-ID: References: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> In-Reply-To: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> X-Mailer: Forte Agent 4.2/32.1118 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 22:44:49 -0000 On Fri, 16 Sep 2016 15:11:51 -0400, Jim Ohlstein wrote: >"[S]ome" being the operative word here. I don't disagres with your basic >premise, but the truth is, at the end of the day it's up to the user to >understand the consequences of his decisions. If a user doesn't know >what 'XYZ' is, then adding 'Include protocols for use with XYZ servers' >probably doesn't tell him or her that much. On the other hand, if a user >knows what 'XYZ' is, then 'Enable XYZ' is likely enough information with >which to make a decision. > >So in this case there are likely to be two categories of users: those >who know what 'XYZ' is and those who do not. Those in the former have >the information either way. Those in the latter have three basic choices: > >1) Educate themselves before possibly adding software to their system >that they do not fully understand, thereby moving into to the former >category. > >2) Choose the default, on the (very possibly mistaken) assumption that >the porter "knows what's best." Unfortunately that assumption may be a >bad one, as the porter/maintainer is more likely to choose something >that satisfies "most users" and loads people with unnecessary >dependencies (thus defeating much of the benefit of building your own >ports), or worse, to choose options that work best for him or her. Most people want to *use* the machine they're integrating. For them it's not a pastime or hobby. Very few such people have the time or energy to "educate themselves" enough to understand the interactive effects of the many MANY options for each of the ports they want to install. In part, that's due to the useless "comments" Warren rightly calls out in his post. So yes, in hope of being safe, they'll accept the defaults. With real, thoughtful, information-rich comments, that might actually happen less often. The same problem affects software development and causes a lot of code to be re-written from scratch rather than maintained. Told to comment their code, too many programmers write things like " x=x+1 ; // increment x" and are baffled when more experienced engineers are scathing during code review. After all, they did comment each line, so what's the problem? If people want to understand what the code does, they should study it! From owner-freebsd-ports@freebsd.org Fri Sep 16 23:42:19 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 17C05BDDCED for ; Fri, 16 Sep 2016 23:42:19 +0000 (UTC) (envelope-from jos@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD2F0E52 for ; Fri, 16 Sep 2016 23:42:17 +0000 (UTC) (envelope-from jos@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (ares.cloudzeeland.nl [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id DAE8B4FAD1E1 for ; Sat, 17 Sep 2016 01:38:47 +0200 (CEST) Received: from [10.10.10.33] (unknown [10.10.10.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id B1F6B4FAD1E0 for ; Sat, 17 Sep 2016 01:38:47 +0200 (CEST) To: FreeBSD Ports ML From: Jos Chrispijn Subject: Dehydrated Message-ID: Date: Sat, 17 Sep 2016 01:38:51 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 23:42:19 -0000 After switching from letsencrypt to dehydrated, the upgrade to the latest port version keeps appearing when running portmaster -y --clean-distfiles portmaster -y --clean-packages portmaster -y --check-depends portmaster -a although there is no port update of it available. Apperantly there is something outta sync**: ===>>> Gathering distinfo list for installed ports ===>>> Starting check of installed ports for available updates ===>>> The security/letsencrypt.sh port moved to security/dehydrated ===>>> Reason: Upstream renamed the project ===>>> Launching child to reinstall letsencrypt.sh-0.3.0 ===>>> All >> letsencrypt.sh-0.3.0 (1/1) ** ===>>> The security/letsencrypt.sh port moved to security/dehydrated ===>>> Reason: Upstream renamed the project ===>>> Currently installed version: dehydrated-0.3.1 ===>>> Port directory: /usr/ports/security/dehydrated ===>>> Launching 'make checksum' for security/dehydrated in background ===>>> Gathering dependency list for security/dehydrated from ports ===>>> Initial dependency check complete for security/dehydrated ===>>> Returning to update check of installed ports ===>>> All >> (1) ===>>> The following actions will be taken if you choose to proceed: Re-install dehydrated-0.3.1 Can someone tell me how to solve this? Thanks! regards, Jos Chrispijn From owner-freebsd-ports@freebsd.org Sat Sep 17 01:04: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 AB2EDBDD201 for ; Sat, 17 Sep 2016 01:04:30 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) 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 915291EDD for ; Sat, 17 Sep 2016 01:04:30 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 8A768BDD1FF; Sat, 17 Sep 2016 01:04:30 +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 89A31BDD1FC; Sat, 17 Sep 2016 01:04:30 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) (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 4A3941EDB; Sat, 17 Sep 2016 01:04:29 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: from [212.54.42.135] (helo=smtp11.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.82) (envelope-from ) id 1bl3nD-0000hK-QP; Sat, 17 Sep 2016 02:47:43 +0200 Received: from 5ed3f502.cm-7-4d.dynamic.ziggo.nl ([94.211.245.2] helo=PC01) by smtp11.tb.mail.iss.as9143.net with esmtp (Exim 4.82) (envelope-from ) id 1bl3nD-0007pd-GK; Sat, 17 Sep 2016 02:47:43 +0200 From: "Michael" To: Cc: Subject: FreeBSD Port: mp4v2-1.9.1_1 Date: Sat, 17 Sep 2016 02:47:32 +0200 Message-ID: <000001d2107d$1390aa50$3ab1fef0$@quicknet.nl> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdIQZmcoJjsdgO9KSJKS6V79kxfKWg== Content-Language: nl X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.1 cv=SYgKDalu c=1 sm=0 tr=0 a=GW1xBdLrtEIA:10 a=DAwyPP_o2Byb1YXLmDAA:9 a=6I5d2MoRAAAA:8 a=gO2eRBlbzK_pszvNWQsA:9 a=CjuIK1q_8ugA:10 a=TLhlWGxLKqUA:10 a=82-kyh_VXv8A:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=p0-K0FZiKafsPdghVTMA:9 a=xmj_QdUSj-or8KTr:21 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 a=IjZwj45LgO3ly-622nXo:22 a=BKKCjISod1eDJeS0ORpz:22 a=zjWhRoSqWz9hl55Hdlzg:22 xcat=Undefined/Undefined none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 01:04:30 -0000 Port is marked as broken :( please fix this see https://www.freebsd.org/cgi/ports.cgi?query=^mp4v2-1.9.1_1 &stype=name regards, michael From owner-freebsd-ports@freebsd.org Sat Sep 17 03:09:08 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 DBF62BDD846 for ; Sat, 17 Sep 2016 03:09:08 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B9B1CA1F for ; Sat, 17 Sep 2016 03:09:08 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id B9174BDD844; Sat, 17 Sep 2016 03:09:08 +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 B8BA4BDD843 for ; Sat, 17 Sep 2016 03:09:08 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::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 712FDA1E for ; Sat, 17 Sep 2016 03:09:08 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id 192so53353541vkl.0 for ; Fri, 16 Sep 2016 20:09:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=XBB74+pKas5IOIyXwF0tP9QV+DIxswH6XuFv8JTKjfI=; b=Yqz19fAC82FoR/UECvaIeB2JRlJwbxYeBYj+V3WyJKA/TbIVc6dSF27NtXgAMTQvc9 8DS7YcX743t+lMMzP5pF/GmawyHxKy+BDSdP9UWPd39Q6/v0d3xhD5TjCdp6mhmhInMF Zj7dB/x2FXxE+o79ynHyRkm1Oc6Tc8yXYnU10Xfv5Jb/i7X6j6MmJ5n8/pAhiR/8qvK/ KTpbEEANjkDkD4XMtbglnaCIeth2gIMcTjf9ip77DInrUwLSbFLgYhj8M56YxnXKsSjL F3af5Ul2if63s54SW7ln4FoqTEIrybUJKtCSwQJwSn3QRc+XnyzP3C7tL4VPv03SkVUy b0Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=XBB74+pKas5IOIyXwF0tP9QV+DIxswH6XuFv8JTKjfI=; b=Gno/2G3eW4iEacqC5hzbkm8l7UgJ/WmRrL6Qmm8tTcJNCBUV8c09KOUFQKrVukx18O VDt7316mxLWVOCkgPoI/wX5TtnUkhspw9Qnrl4tNOmkcNDB4uU20zk/bZsYhlwhP3m04 aZOfpxkoYef6G7d1H0F3eGLnaEx89/mnqBBo2zswUCJ9nSDyCn1dsXtlP+fo+UQh4iWA be0BjV4alIZH0GN2B949e4HV2M+RWxnuWQUR5Q5+Bh8EIkifmSiH6VFSXkLsJdpuK+W0 49JYUVoWdP8FkgUCPBZfQoLdPbDO62h3qtCQcR1DEWDJLmuYx/nGmnYLLDVPLv2dq5S5 zqpg== X-Gm-Message-State: AE9vXwOsdcg4UK7iUCL5nilvctnaJ6kznJiPoQUHKMQBIrnxH/gcDwaY/vs0c03kk8lk5vGecVfrtDG1VZh+cQ== X-Received: by 10.31.207.198 with SMTP id f189mr6932800vkg.56.1474081747532; Fri, 16 Sep 2016 20:09:07 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.35.200 with HTTP; Fri, 16 Sep 2016 20:09:06 -0700 (PDT) In-Reply-To: References: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> From: Kevin Oberman Date: Fri, 16 Sep 2016 20:09:06 -0700 X-Google-Sender-Auth: Q4KCxcztcXT2LBlJKaHee6JcAkI Message-ID: Subject: Re: Checking port option descriptions To: scratch65535@att.net Cc: freebsd-ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 03:09:09 -0000 On Fri, Sep 16, 2016 at 3:42 PM, wrote: > On Fri, 16 Sep 2016 15:11:51 -0400, Jim Ohlstein > wrote: > > >"[S]ome" being the operative word here. I don't disagres with your basic > >premise, but the truth is, at the end of the day it's up to the user to > >understand the consequences of his decisions. If a user doesn't know > >what 'XYZ' is, then adding 'Include protocols for use with XYZ servers' > >probably doesn't tell him or her that much. On the other hand, if a user > >knows what 'XYZ' is, then 'Enable XYZ' is likely enough information with > >which to make a decision. > > > >So in this case there are likely to be two categories of users: those > >who know what 'XYZ' is and those who do not. Those in the former have > >the information either way. Those in the latter have three basic choices: > > > >1) Educate themselves before possibly adding software to their system > >that they do not fully understand, thereby moving into to the former > >category. > > > >2) Choose the default, on the (very possibly mistaken) assumption that > >the porter "knows what's best." Unfortunately that assumption may be a > >bad one, as the porter/maintainer is more likely to choose something > >that satisfies "most users" and loads people with unnecessary > >dependencies (thus defeating much of the benefit of building your own > >ports), or worse, to choose options that work best for him or her. > > Most people want to *use* the machine they're integrating. For > them it's not a pastime or hobby. > > Very few such people have the time or energy to "educate > themselves" enough to understand the interactive effects of the > many MANY options for each of the ports they want to install. > > In part, that's due to the useless "comments" Warren rightly > calls out in his post. So yes, in hope of being safe, they'll > accept the defaults. With real, thoughtful, information-rich > comments, that might actually happen less often. > > The same problem affects software development and causes a lot of > code to be re-written from scratch rather than maintained. Told > to comment their code, too many programmers write things like " > x=x+1 ; // increment x" and are baffled when more experienced > engineers are scathing during code review. After all, they did > comment each line, so what's the problem? If people want to > understand what the code does, they should study it! > While I agree that you can't hope to fully cover the meaning of the each option, some clue as to what it means if just so we can know where to look for more information. Some items are both hard to describe briefly and not worth the effort. E.g. the long list of available codecs and formats. What can you hope to say about inclusion of speex or x264 in the available space? On the other hand, what the heck is VDPAU? (Yes, I know, but lots of people don't). Also, if an option has licensing implications, that's important to many, but seldom mentioned. Even when the meaning is clear in global sense, what are the implications for an application. E.g. "RTC=on: Add support for kernel real time clock" in mplayer. I know exactly what the RTC is, but I have no idea why I might or might not want it in mplayer. No, I don't know the best thing in many cases, but I can assure you that the defaults, while usually a good choice, are sometimes not. A prime example is optimization. It is almost always desirable, but is usually not default so that the package can be run on any hardware. I have no answers, but it's not easy or clear-cut, but there is clearly room for improvement. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Sat Sep 17 04:18: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 638E3BDE58B for ; Sat, 17 Sep 2016 04:18:41 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 43030891 for ; Sat, 17 Sep 2016 04:18:41 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3BADDBDE588; Sat, 17 Sep 2016 04:18: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 3B30FBDE587; Sat, 17 Sep 2016 04:18:41 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::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 E858A88F; Sat, 17 Sep 2016 04:18:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id g9so54485397vkg.1; Fri, 16 Sep 2016 21:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ffigUmg1MoKkfwpnMVwNwavTAgj/GCR54CjMCzvIBvY=; b=ZZZyRFOUVjsKOHQEkdNF8zk+mGdmO6mcoGhfeCLmlkFZ4PW7YjbPKp2sGZnCTFWqnq mHnDe25jYl0i5afuOhBo5uAvdEHRVKVmajipjbkgOqm+UNpTntvt/UftH2dTYUIN8n8Q ejtBHkiUbZ6iI0G7uE2l+OMr9gFT4gOwk0rd/HunXFqig1rZyHxs+XrjIV+CNbILqJAB mnJEV0UPkqyZOiVfE8/yHJ5xScoxOEIjUbJPEAIVQrIeTux19XGb85JnDY3BBbb72jwE WRcn4DgFW1FaQN1T3ZEgghVP43vxb6mfhz2L+D+jv2pFVJihvo6KM9glJZxlQVpcw8lJ 3IWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ffigUmg1MoKkfwpnMVwNwavTAgj/GCR54CjMCzvIBvY=; b=BYsdRYsp2plvzBJNhH65poOJyMbK0WwlLh82tgKMSb7+NaZZPKeki0/+QNzU7Pvhm+ BAqbgwQb1Eq6RC50A+8d5XiYN4br5djctdsHTdIyr7zFz1PRW7XaX40pL6AdBlilslWZ Xp/6R94z9+lm41xrgOube0nmgoXZPkXfD7rKjxgPcrsGWyzdLnePOoC681EXz9q0T3b7 wniP4wGUyWX8IjmvylumWa0w/meKnqEyxyYoe+p5pMh1mCehbjkAB0Gs/I6Nu4TpTaBf 0jYO1RMLXW3wQARxBo1/Xc9FjSF4njC7FiY5dS2Rqr3hfhOnMcfdrk+uIR5whhLLw+69 mqvw== X-Gm-Message-State: AE9vXwNIO+7DboY8kzQkrsV1otuAMQgzZuh/FmyO6o4ZKL6DktYz2MmPdhYRPCgerpnqSir+fzJFDmUGEHFmrw== X-Received: by 10.31.224.131 with SMTP id x125mr6754209vkg.39.1474085919961; Fri, 16 Sep 2016 21:18:39 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.35.200 with HTTP; Fri, 16 Sep 2016 21:18:39 -0700 (PDT) In-Reply-To: <000001d2107d$1390aa50$3ab1fef0$@quicknet.nl> References: <000001d2107d$1390aa50$3ab1fef0$@quicknet.nl> From: Kevin Oberman Date: Fri, 16 Sep 2016 21:18:39 -0700 X-Google-Sender-Auth: 98z4qiS08qZ3kmELtryZZgCiors Message-ID: Subject: Re: FreeBSD Port: mp4v2-1.9.1_1 To: Michael Cc: multimedia@freebsd.org, "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 04:18:41 -0000 On Fri, Sep 16, 2016 at 5:47 PM, Michael wrote: > Port is marked as broken :( > > > > please fix this see > https://www.freebsd.org/cgi/ports.cgi?query=^mp4v2-1.9.1_1 > > &stype=name > The port was housed on Google Code which is longer exists. There is a version on gifhub that is at 3.0.1.1 while the current FreeBSD version is 1.9.1. It may take a bit of work to update the port to that version. If I get some time, I will give it a try, but I have not written or updated a port in a long time, so, if someone else wants to give it a shot (maybe you), go for it. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Sat Sep 17 04:20:19 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 47860BDE61C for ; Sat, 17 Sep 2016 04:20:19 +0000 (UTC) (envelope-from kob6558@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 25A299A6 for ; Sat, 17 Sep 2016 04:20:19 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 24EE2BDE61A; Sat, 17 Sep 2016 04:20:19 +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 24702BDE618; Sat, 17 Sep 2016 04:20:19 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (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 D0BF09A4; Sat, 17 Sep 2016 04:20:18 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id g9so54511660vkg.1; Fri, 16 Sep 2016 21:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=9/V2PPgv9EpN3EmUpxumJgFB6UXFw6SnoJL3hqum9c0=; b=StDTGyKnzFjUXblSY4ZNfmWxjXPfYetiC5309Oh6uomHy/qkGz8sRjkMzpdN2h/rwl lfvNioHQmIFwRjUm2ULbamYqy1QQVs9guI2OQ8y61AvZO524decJ7IIODZxruEy+BQMC Vj27ydoHGoK52S8IJjggXDAkK40N6hKm2aFT9Wt3vLrzUs0WRl6+ofA8NXx2fzNk5ae/ M/e6wLVbw4UYoXjm7SX+7rYNI91gEu4yoxtbcndV5JASaGnyqOjGVZT/aVCQGX/ZsJYv oI+bedjjMh1Y2OYTPXq+zktHMq1kvHnOISrUURunhN7EVRBzDzYX0FTtVJftjNHYtVki dIbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=9/V2PPgv9EpN3EmUpxumJgFB6UXFw6SnoJL3hqum9c0=; b=cNZyy9owxfI5cxwTJuVxBkGlhZtFHfuia79GDPfmK4+43sIc20D9MsCfpfD1oe96Fz oodbcxVGHeZ9HvEu1p/fA8ooTpjsaXTafAA/npjMC/jmJ8CPG7l/LeMhenIN9px/bNpW bFZKyo7UigOVpPqwtz5bnyLFh+V7O0ZA4fbCUQZGjWFavAi7jVX8Bw0fdfIKa08E+DB7 Sjs+Jhw4xXLF5cH+es546sKgOgUWIQt/2hBqjll/ORiXMCC2B6tnEeUyJGGxafIYoVIF oXjXY9jHyadh5s1mDxFutLDMf4cjlit9PyxstSOP6UGx/5SpmDy81e/GbP+PUifN/HNU iogQ== X-Gm-Message-State: AE9vXwMLN5vd40kuEMQALoknylpXnkyl5D8mdlzu9oMv6fWwxDOIQKJtCWcyuAOq58cs98KP8rBtEGKtRskHLA== X-Received: by 10.31.110.140 with SMTP id j134mr5498310vkc.87.1474086017963; Fri, 16 Sep 2016 21:20:17 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.35.200 with HTTP; Fri, 16 Sep 2016 21:20:17 -0700 (PDT) In-Reply-To: References: <000001d2107d$1390aa50$3ab1fef0$@quicknet.nl> From: Kevin Oberman Date: Fri, 16 Sep 2016 21:20:17 -0700 X-Google-Sender-Auth: dZUMSU_RhMp1Zg43xFL0RKqWOis Message-ID: Subject: Re: FreeBSD Port: mp4v2-1.9.1_1 To: Michael Cc: multimedia@freebsd.org, "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 04:20:19 -0000 Oops.Forgot the URL. https://github.com/TechSmith/mp4v2/releases Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Fri, Sep 16, 2016 at 9:18 PM, Kevin Oberman wrote: > On Fri, Sep 16, 2016 at 5:47 PM, Michael wrote: > >> Port is marked as broken :( >> >> >> >> please fix this see >> https://www.freebsd.org/cgi/ports.cgi?query=^mp4v2-1.9.1_1 >> >> &stype=name >> > > The port was housed on Google Code which is longer exists. There is a > version on gifhub that is at 3.0.1.1 while the current FreeBSD version is > 1.9.1. It may take a bit of work to update the port to that version. If I > get some time, I will give it a try, but I have not written or updated a > port in a long time, so, if someone else wants to give it a shot (maybe > you), go for it. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > From owner-freebsd-ports@freebsd.org Sat Sep 17 08:50: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 1216ABDEE6A for ; Sat, 17 Sep 2016 08:50:40 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B6919E1 for ; Sat, 17 Sep 2016 08:50:38 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk ([80.229.31.82]) by avasout08 with smtp id kYnR1t0031mJoLY01YnSvY; Sat, 17 Sep 2016 09:47:26 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=Y6S6iVWN c=1 sm=1 tr=0 a=cd0K7rcWwnZFf6xQxRobyA==:117 a=cd0K7rcWwnZFf6xQxRobyA==:17 a=kj9zAlcOel0A:10 a=GW1xBdLrtEIA:10 a=o5jpBRpSQihOQRg46woA:9 a=R0xic6zjUnxikngp:21 a=I15dLs9zNDkLtwCx:21 a=CjuIK1q_8ugA:10 Received: from curlew.lan ([192.168.1.13] helo=milibyte.co.uk) by curlew.milibyte.co.uk with esmtp (Exim 4.87) (envelope-from ) id 1blBHD-0000tJ-NZ for freebsd-ports@freebsd.org; Sat, 17 Sep 2016 09:47:25 +0100 From: Mike Clarke To: freebsd-ports@freebsd.org Date: Sat, 17 Sep 2016 09:47:10 +0100 Message-ID: <11003591.UQgRz8LoQ6@curlew.lan> User-Agent: KMail/4.14.10 (FreeBSD/10.3-RELEASE-p7; KDE/4.14.10; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: Checking port option descriptions Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 08:50:40 -0000 On Friday 16 Sep 2016 20:09:06 Kevin Oberman wrote: > Even when the meaning is clear in global sense, what are the implications > for an application. E.g. "RTC=on: Add support for kernel real time clock" > in mplayer. I know exactly what the RTC is, but I have no idea why I might > or might not want it in mplayer. For cases where one line comments won't suffice how about providing the facility to include an extra text file in a port (perhaps "pkg-options") containing notes about why some particular options would be chosen? In its simplest form a user would be able to refer to the file before selecting an option, A further enhancement could be to modify the way that configure works so that the user can select an option and press "?" to see the section of text, if any, from pkg-options explaining that option. -- Mike Clarke From owner-freebsd-ports@freebsd.org Sat Sep 17 09:45: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 4338ABDDFDF for ; Sat, 17 Sep 2016 09:45:02 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9A7879D for ; Sat, 17 Sep 2016 09:45:00 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MGFz9-1booRF2glz-00F7oE; Sat, 17 Sep 2016 11:39:02 +0200 Subject: Re: Checking port option descriptions To: freebsd-ports@freebsd.org References: <11003591.UQgRz8LoQ6@curlew.lan> Cc: Mike Clarke , Warren Block From: olli hauer Message-ID: <547860e5-6511-56f2-13d3-9ec9e3d1db37@gmx.de> Date: Sat, 17 Sep 2016 11:39:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <11003591.UQgRz8LoQ6@curlew.lan> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:WWKZMD8La5S2NiapfovYku+dQVOOolzTM4FxooOfKXBmmdnTK0o Sy9V7GdBLTVEEzWO9Q0Et67TsLSsU1KKwPRc/JG8sadskZfOJDbj00r5piUpSyZ8l8uZF25 GH6OE/pCgbs/ILl7D5x4xKZhKpnpkSUDo/ghDyC9rtRilFscU+Yg3ChAmD7drLhZs4MLuJ3 6VAtgh2BA+Ev5W8XGGj2Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:eo+mgyCQbr4=:fK10TiF6M4phGYRNRxP+cc TDL0DF2L0nevU9n29HVopgHg6B44mTVQctLf2WkNUrvyxemqZzhkkxYo9Ny3xWvd+ZDDrPeSJ wvYMEmSQFxdxHU6PR8RTiC2FDoPQcBjLK6wxb9/n/hWYHcuOXzvDaReosT80WDqVy56CIzu9o 7H5RNs6BGOiVwTl3JQYx0A7v2h0A6fz9ugQBTEp58bK1BtB5/DCKmH/L3/bLnf2gmmFlBmAn5 YnUu9cBaGafyVNEHlNPC3Z9hojEH9bSF9PKaAXEwy41aKXBJexp57ChvEaNfn9FsOGyPGwufk fw2EVi6A8Z9YBgg0I8Ya9XJ1Ahh8nmrt1KsU7DhAMMjJXJY2skhOljaGU8uUAo23qBY8kvlBc IbeUCR97F/z90zVvPvFNsR3T1IvuH5ToLTQ2sCLZR3/aZagCs4ejH/NrKJP1HfnKiZYfUcy5w NAS1IsbeDbmwwGRVij8jtcjeo7j6S5Qw2s9B2zEct/pS6sRihjneJat42uYT9HklKwbOKs1UY 9cBB48bRFXFX0YP+Ea4uDeZ6hBbUpma5LBsAeeWh4PzGHYNonoOxeIlcUDMOWUuq8t3c+zhX4 hx2YpiUyiblLr7IU2lewjk/ugyF1U+pd691kxGw3W/+qzdurzynTlWiFLYxFRpC68WWrXvaFP rdxjVSZTu6Vpm0y/NoAcw5R7cuHi6qlhnGFuETMVlv4LwznkJ6xJ6IIQKjq1gw5X2YJbFKLl1 BqVnhQQ6OUy5zKrq//NyrZ1tJZRW7j373claZPSeqGF8pbpIps5z13OZzR5S2L7PNDXy1EbIw hsKx4rH X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 09:45:02 -0000 On 2016-09-17 10:47, Mike Clarke wrote: > On Friday 16 Sep 2016 20:09:06 Kevin Oberman wrote: > >> Even when the meaning is clear in global sense, what are the implications >> for an application. E.g. "RTC=on: Add support for kernel real time clock" >> in mplayer. I know exactly what the RTC is, but I have no idea why I might >> or might not want it in mplayer. > > For cases where one line comments won't suffice how about providing the facility > to include an extra text file in a port (perhaps "pkg-options") containing > notes about why some particular options would be chosen? > > In its simplest form a user would be able to refer to the file before selecting > an option, A further enhancement could be to modify the way that configure > works so that the user can select an option and press "?" to see the section > of text, if any, from pkg-options explaining that option. > This is already possible with the pkg-help file, but until now only 17 ports using this to provide additional information I agree with the request from Warren, but looking over optcheck-output.txt we will find many false positives. Sometimes the port defines a descriptive OPTION where it is hard to find a better description, also many ports using Mk/bsd.options.desc.mk, so the same description should match for example to a server or a client port (e.g. KERBEROS) I suspect the list will contain less the 100 issues if reviewed in context of the port and the port category Some samples from the list for "** just adding "enable support" is not a description" audio/decibel-audio-player/Makefile AUDIOCD = AudioCD support deskutils/py-bugwarrior/Makefile BUGZILLA = Enable Bugzilla support PHABRICATOR = Enable Phabricator support dns/gdnsd/Makefile GEOIP = Enable GeoIP Support games/imaze/Makefile JOYSTICK = Joystick support graphics/devil/Makefile JPEG = Enable JPEG support (one example for most every graphic format) ... -- olli From owner-freebsd-ports@freebsd.org Sat Sep 17 10:11: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 38407BDCCA5 for ; Sat, 17 Sep 2016 10:11:29 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from outbound-queue-3.mail.thdo.gradwell.net (outbound-queue-3.mail.thdo.gradwell.net [212.11.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id 042D134F for ; Sat, 17 Sep 2016 10:11:28 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from outbound-edge-2.mail.thdo.gradwell.net (clyde.gradwell.net [212.11.70.3]) by outbound-queue-3.mail.thdo.gradwell.net (Postfix) with ESMTP id C71D421B7B for ; Sat, 17 Sep 2016 11:11:21 +0100 (BST) Received: from cpc89374-jarr11-2-0-cust348.16-2.cable.virginm.net (HELO amd.asgard.uk) (82.13.141.93) (smtp-auth username fbsd%pop3.dgmm.net, mechanism plain) by outbound-edge-2.mail.thdo.gradwell.net (qpsmtpd/0.83) with ESMTPA; Sat, 17 Sep 2016 11:11:21 +0100 From: Dave To: freebsd-ports@freebsd.org Subject: Re: llvm37 build fail, FreeBSD 10.3 Date: Sat, 17 Sep 2016 11:11:08 +0100 Message-ID: <3293777.BgDW8ohRfi@amd.asgard.uk> User-Agent: KMail/4.14.10 (FreeBSD/9.3-RELEASE-p43; KDE/4.14.10; amd64; ; ) In-Reply-To: <20160912164238.GD62599@spindle.one-eyed-alien.net> References: <2899047.Ad49gWPyde@amd.asgard.uk> <20160912164238.GD62599@spindle.one-eyed-alien.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Gradwell-MongoId: 57dd16c9.132ca-7a6a-2 X-Gradwell-Auth-Method: mailbox X-Gradwell-Auth-Credentials: fbsd@pop3.dgmm.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 10:11:29 -0000 On Monday 12 September 2016 16:42:38 Brooks Davis wrote: > On Sun, Sep 11, 2016 at 12:30:59PM +0100, Dave wrote: > > building llvm37 from ports (via portupgrade), fails on at least 10.3 > > > > Requires re2c and ninja but neither are pulled in, build fails unless manually installed first. > > Something is seriously out of wack with portupgrade or perhaps your > ports tree. I don't portupgrade any more so can't really do much to > diagnose this problem without a log (and I'm not really sure what I'd do > with one). > > llvm37/Makefile includes USES=ninja which causes ninja to be a build > depend. Off hand, the only way I could see that not happening is of > something was wrong with Mk/Uses/ninja.mk. > Thanks for the reply. I use portsnap/portupgrade because it covers those ports which either don't have packages for whatever reason or where I compile with non-standard options (getting fewer and fewer fortunately.) I usually do a pkg upgrade first and that often takes care of most updates. As for LLVM, everything else seems to have updated ok, which is why I mentioned it, just in case there was an actual problem with the port. I rarely see compile issues these days and it's entirely possible it's at my end. Obviously I "fixed" it by manually installing the required ports, so I can't really duplicate it now. Still, if no one else has sen the issue then it likely is an issue at my end rather than the port itself. From owner-freebsd-ports@freebsd.org Sat Sep 17 12:37: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 20C01BDB7C3; Sat, 17 Sep 2016 12:37:27 +0000 (UTC) (envelope-from eltonluis@hotmail.com) Received: from BAY004-OMC2S3.hotmail.com (bay004-omc2s3.hotmail.com [65.54.190.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E523EE97; Sat, 17 Sep 2016 12:37:26 +0000 (UTC) (envelope-from eltonluis@hotmail.com) Received: from NAM03-BY2-obe.outbound.protection.outlook.com ([65.54.190.124]) by BAY004-OMC2S3.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 17 Sep 2016 05:36:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=iI0RSnI0LwDRr2hT0aYzvQpnr1cwB24xKCI/kQJjmho=; b=d8ktPN/0Iql35RFPXVqZdv7NsC/7XJcDU68swuiqPFqIy8fk7YBtOcJ6tGgE8yKH/a065Uh0LZyV0H7jykd80YweNdlAnbnnWXOsj8dalRm9CnqTnHaesmnQqL1mDqwUOtLrojv4ya2/f3drj19rJUBZuLC02VFqW7xrDY45s3vGiSAWBYYRokOLL4FyTDJ1jIYLI/3qEWg2FX+4bXbL5bBM0+RUbHnw35t1qjf/rkjPIr09vb3Y91O4Rl5WwZyg+jsg/ey1M2j0+6PBsif3Z8KFR1JZR5+YKdw5qVhaUfaP/cH8LEKwruBeCfKtAhFIb6nXk7TDvmlH2kd9Upi99Q== Received: from BY2NAM03FT011.eop-NAM03.prod.protection.outlook.com (10.152.84.58) by BY2NAM03HT191.eop-NAM03.prod.protection.outlook.com (10.152.85.109) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.629.5; Sat, 17 Sep 2016 12:36:20 +0000 Received: from CY1PR0301MB1979.namprd03.prod.outlook.com (10.152.84.58) by BY2NAM03FT011.mail.protection.outlook.com (10.152.84.233) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P384) id 15.1.629.5 via Frontend Transport; Sat, 17 Sep 2016 12:36:20 +0000 Received: from CY1PR0301MB1979.namprd03.prod.outlook.com ([10.164.1.29]) by CY1PR0301MB1979.namprd03.prod.outlook.com ([10.164.1.29]) with mapi id 15.01.0619.012; Sat, 17 Sep 2016 12:36:21 +0000 From: Elton Luis Grandolpho To: "gecko@freebsd.org" CC: "freebsd-ports@freebsd.org" Subject: Firefox with no sound Thread-Topic: Firefox with no sound Thread-Index: AQHSEOAXHQE8aQ0Ib02oTWkqP26hOA== Date: Sat, 17 Sep 2016 12:36:20 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=softfail (sender IP is 10.152.84.58) smtp.mailfrom=hotmail.com; freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=fail action=none header.from=hotmail.com; received-spf: SoftFail (protection.outlook.com: domain of transitioning hotmail.com discourages use of 10.152.84.58 as permitted sender) x-incomingtopheadermarker: OriginalChecksum:3A25E58F285F2D75FE016E99E146FF759C3A8CC49A7D3BD07E5D1A5330492586; UpperCasedChecksum:22144E6427C40716C5BBBC8EF600EF99636B2EAEE455B7B76FBA665B313F0DD1; SizeAsReceived:7065; Count:36 x-tmn: [NPp6PGC1sjomUk5B+PhL2wJEq/NC1i7f] x-incomingheadercount: 36 x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1; BY2NAM03HT191; 6:cCPkBfzbQB1gJioXGrn/uVJjZnvwWAvrILoy18/dqoxED6Nj+I9FZirYzucEdg+9DhzUt0F0LFGp4u2R3LavHxIZOVYTJzi7X6KiImp7el40Mw3iX0sDZPiuXowWMQ9d3uwrVEt22bBUMsm3H9SSgLE+bmproOk29sRoE2ng8kWk5PumuEtBvE1hDISXMPulLvWGPPxJRjlo023oic9s58kqzWG/E3xeczWChqYcI46NMyflWcPYf9mE/2usg58lyBgIuotlnTRpvRWyZzS0F9kRBe4qR6A64h/TTCI6RKs=; 5:anJDUFhfUO+4bMXYpCVg0/e86S4wbIgH/0TwmwoHT4ZshC2l0Ax41r/46orgl2eryP3hffhxg88e/rvWuP+vtB/bUzQSZRhwwGXDEjgnSlkgrQZY3v8ZRjf2lSOw+Mv2A0hgRMnE6tggTgxijmELQw==; 24:kJ9EG15U9tWHh6hfRJUnknqPUdZnjOrmM+heM2Nwyh67xB+YE7/CaE8xPacglUhK2n1/sYb/drPlS9X4jwG136NnTbYcCpszgwF9v1JcgRU=; 7:guWa3xaAhagteyWEYmQY8K5uWCS1nH8FXNaj+W4YXmOTyqlNCIdQpIhWmuE/WbW+6KkLYacrbieNpwBdUt/yGeQ8BGyC6gjV8IlxfBZ+lf8NcGHjfs88wdCwW4OEeJwByy7f3/Z9lUNX1q6IqBb+ntwqgDFZ0LsndawYO1/CCmECJ/Oyf6jDIAOOhTn47oorgbW4zzcd7yimvFkRGuL51EaGYd3KgX9Gzeh7oFTEHYZNPmNVBUlh1TSaQqVF5lxh5hE13kimgk49iLG/zE2qz/Cu60dIPdDJGkvTSzzhib3tQ3Pw3aS0cP9EhJTV3+KP x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(10019020)(98900003); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2NAM03HT191; H:CY1PR0301MB1979.namprd03.prod.outlook.com; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: df1a9ffa-aad0-4d70-cff3-08d3def73a90 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(1601124038)(1603103081)(1601125047); SRVR:BY2NAM03HT191; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(432015012)(82015046); SRVR:BY2NAM03HT191; BCL:0; PCL:0; RULEID:; SRVR:BY2NAM03HT191; x-forefront-prvs: 0068C7E410 spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: hotmail.com X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Sep 2016 12:36:20.7677 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2NAM03HT191 X-OriginalArrivalTime: 17 Sep 2016 12:36:21.0646 (UTC) FILETIME=[1878E2E0:01D210E0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 12:37:27 -0000 Hi, I am using Firefox and Chromium in my computer. Sound works fine using Chromium(last version), but does not work with Firef= ox(last version) using youtube , for example. uname -a FreeBSD FX6100ASUS 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25= 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GE= NERIC amd64 $ ident /usr/ports/www/firefox/Makefile /usr/ports/www/firefox/Makefile: $FreeBSD: tags/RELEASE_10_3_0/www/firefox/Makefile 410638 2016-03-08 1= 8:19:56Z jbeich $ Could you check, please? If you have any questions, please let me know Best regards Elton Luis Grandolpho From owner-freebsd-ports@freebsd.org Sat Sep 17 12:46: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 C880BBDBADF; Sat, 17 Sep 2016 12:46:05 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 841D224B; Sat, 17 Sep 2016 12:46:04 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id u8HCk3GB088578; Sat, 17 Sep 2016 12:46:03 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id u8HCk3lZ088577; Sat, 17 Sep 2016 05:46:03 -0700 (PDT) (envelope-from david) Date: Sat, 17 Sep 2016 05:46:03 -0700 From: David Wolfskill To: Elton Luis Grandolpho Cc: "gecko@freebsd.org" , "freebsd-ports@freebsd.org" Subject: Re: Firefox with no sound Message-ID: <20160917124603.GI1100@albert.catwhisker.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oWTZj2IXuq/WGFAU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 12:46:05 -0000 --oWTZj2IXuq/WGFAU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 17, 2016 at 12:36:20PM +0000, Elton Luis Grandolpho wrote: > Hi, >=20 > I am using Firefox and Chromium in my computer. >=20 > Sound works fine using Chromium(last version), but does not work with Fir= efox(last version) using youtube , for example. >=20 > uname -a > FreeBSD FX6100ASUS 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar = 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/= GENERIC amd64 >=20 > $ ident /usr/ports/www/firefox/Makefile > /usr/ports/www/firefox/Makefile: > $FreeBSD: tags/RELEASE_10_3_0/www/firefox/Makefile 410638 2016-03-08= 18:19:56Z jbeich $ >=20 > Could you check, please? >=20 > If you have any questions, please let me know I don't run chromium on my laptop, but I do keep both FreeBSD and firefox up-to-date, and I've had no problems with sound playing using firefox (e.g., http://www.npr.org/programs/wait-wait-dont-tell-me/): g1-252(10.3-S)[1] uname -a FreeBSD g1-252.catwhisker.org 10.3-STABLE FreeBSD 10.3-STABLE #475 r305853= M/305866:1003508: Fri Sep 16 04:59:56 PDT 2016 root@g1-252.catwhisker.o= rg:/common/S1/obj/usr/src/sys/CANARY amd64 g1-252(10.3-S)[2] ident /usr/ports/www/firefox/Makefile /usr/ports/www/firefox/Makefile: $FreeBSD: head/www/firefox/Makefile 422207 2016-09-15 15:28:27Z jbeich= $ g1-252(10.3-S)[3] pkg info firefox-\* firefox-49.0_2,1 g1-252(10.3-S)[4]=20 (Note: as of r305896, r305853 was (still) the most recent commit to stable/10; that's why I didn't bother rebuilding stable/10 this morning.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --oWTZj2IXuq/WGFAU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJX3TsKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XJZkH/2Va8j7o5jDGUUNgForhma0V cZzTM2oTk2cCZWBAuPK6ZNuFItcJq45qtuzfgxZjnXGjKSHLeyiLms7qXxRK2vym VtEKAgXqnQHvHd+QzU0bpF26KTtbc0rQvyPwqcaji/09RdRsJ9lwQKTw1KkvuAPn 4NizPeJHMjMXaHC40DdgMozb+kZMzYmNI9N0tCpODY+BWp3BHK7xT2GQGgV+sDN/ lEZ6qvoejjoP8YjnkT5dEeF9nXFvwMqK+fsKNc7HWHxnSapWC4IoDPBs5Pu8eR1Y Hm55zFS7rLmHKhOXuvpMdegMJeNPFP8k2+jiAAJK8djcVXFPRgXSIXuppPsTjRc= =URgg -----END PGP SIGNATURE----- --oWTZj2IXuq/WGFAU-- From owner-freebsd-ports@freebsd.org Sat Sep 17 14:09: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 E6F59BDE2BA for ; Sat, 17 Sep 2016 14:09:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D1AFDF0F for ; Sat, 17 Sep 2016 14:09:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id CD212BDE2B9; Sat, 17 Sep 2016 14:09:51 +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 CCCD6BDE2B8 for ; Sat, 17 Sep 2016 14:09:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 976A9F0E for ; Sat, 17 Sep 2016 14:09:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u8HE9o67028925 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 17 Sep 2016 08:09:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u8HE9nW9028922; Sat, 17 Sep 2016 08:09:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 17 Sep 2016 08:09:49 -0600 (MDT) From: Warren Block To: Jim Ohlstein cc: ports@FreeBSD.org Subject: Re: Checking port option descriptions In-Reply-To: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> Message-ID: References: <3de26d31-e4e0-ddc4-27ae-03bab473849b@ohlste.in> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 17 Sep 2016 08:09:50 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 14:09:52 -0000 On Fri, 16 Sep 2016, Jim Ohlstein wrote: > Hello, > > On 09/16/2016 11:52 AM, Warren Block wrote: >> Ports options ask the user to make a decision on whether to enable that >> option. Option descriptions are critical for this, giving the user >> information to help them make that decision. >> >> Unfortunately, what is clear to the porter is often not clear to a user. >> The Porter's Handbook says "Do not just repeat the name", but this still >> happens, either exactly, or with a description that adds no information. >> >> For example: >> >> XYZ Enable XYZ >> >> The description here adds no information. The name of the option itself >> tells the reader that this is for enabling or disabling a feature. The >> option asks them to make a decision, whether to enable that option or >> not, or even just to leave it at the default, but does not give them any >> help in making that decision. Let's improve that: >> >> XYZ Include protocols for use with XYZ servers >> >> This gives the reader some additional details. > > "[S]ome" being the operative word here. I don't disagres with your basic > premise, but the truth is, at the end of the day it's up to the user to > understand the consequences of his decisions. If a user doesn't know what > 'XYZ' is, then adding 'Include protocols for use with XYZ servers' probably > doesn't tell him or her that much. On the other hand, if a user knows what > 'XYZ' is, then 'Enable XYZ' is likely enough information with which to make a > decision. Certainly the user is ultimately responsible. On the other hand, it is irresponsible to force the user to choose without giving what help we can. Especially since we have a framework which makes that easy to do! From owner-freebsd-ports@freebsd.org Sat Sep 17 15:00: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 C25D9BDE150 for ; Sat, 17 Sep 2016 15:00:01 +0000 (UTC) (envelope-from scratch65535@att.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A4EF5CE5 for ; Sat, 17 Sep 2016 15:00:01 +0000 (UTC) (envelope-from scratch65535@att.net) Received: by mailman.ysv.freebsd.org (Postfix) id A460ABDE14F; Sat, 17 Sep 2016 15:00: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 A407DBDE14E for ; Sat, 17 Sep 2016 15:00:01 +0000 (UTC) (envelope-from scratch65535@att.net) Received: from nm21-vm3.access.bullet.mail.gq1.yahoo.com (nm21-vm3.access.bullet.mail.gq1.yahoo.com [216.39.63.79]) (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 7ACFDCE4 for ; Sat, 17 Sep 2016 15:00:01 +0000 (UTC) (envelope-from scratch65535@att.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1474124272; bh=YVu+vYu6RG51zyymVQi4gUGISj+JGrxAN8Qnrgs/wKM=; h=From:To:Subject:Date:References:In-Reply-To:From:Subject; b=Vm/rugQPJt+JXnAHtn+7/4hvaQPaHMVJsjPgAGhBXtNmqGobCd7iACRssB6fRMN5Gt6VLBh/oSLYB6spvz6RFQotk/yABAT9R9s6Akir19MI0Tode5NKmQG3aH4VU0MyyD7GkVtgj4kTjin6XCM07s9DX7h42iYQdOYii4Lwn6k= Received: from [216.39.60.166] by nm21.access.bullet.mail.gq1.yahoo.com with NNFMP; 17 Sep 2016 14:57:52 -0000 Received: from [67.195.23.144] by tm2.access.bullet.mail.gq1.yahoo.com with NNFMP; 17 Sep 2016 14:57:52 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.gq1.yahoo.com with NNFMP; 17 Sep 2016 14:57:52 -0000 X-Yahoo-Newman-Id: 60500.83929.bm@smtp116.sbc.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: l7bMACAVM1m2GQisDQDaJpyktqCeK4kT6BGCuPuerlhX6LA DzXEf8K_FoXU364Jxcbzk3gKFkw.UcakZxoulLDHkDrzfRmsEsdkYHGwCfii 0b8RdsAte.u_jU6op1b6TilGsl65oMaMHzfeHdJvA8IXvazV8tGtrhJWS_rY 3TksWXEkGuo0T8D7IruodBuAWCCllfRy.sRT5r1crGCyR.KmCYyVxj0zabb5 F4DUBvz7RucWZKw_AopGxgONDWsjeMOZYIHbSncrfQP.uM6CFb.QbR2el474 7OfKUJMD_teJpDfYiH5RgyhU.NO_Q.Yp3n4YTsggICI_YeMwH4vM06FX_5Xb 0AcyJZ25QXUFPHotpdKafn7qGnncQ5g6TabfJKugBS5.E1NJ7t1uGvhszS9G XGVjdJX7WQL86B1VT4e8ZmaQ7RfXnKjUn_ehiQqIui6_O0ixtnJC3xkqTG7I tOs8aFXr76w66ZRtjTA9e1HkjDz0jKxf.A9hC60.CwAzhZyLCCseqiPuddhL 5C8lEHl_SZjWnQfp7yy0E6pSciJpJ0b1oIcS36ZG1.SOrY9yvlqr6He_v53V GqemmxVSv X-Yahoo-SMTP: pPvqnOaswBBbYZLVYFzvU7GaowLcbNioPp.aF8KvOjZk From: Margaret To: FreeBSD ports Subject: Re: Checking port option descriptions Date: Sat, 17 Sep 2016 10:58:40 -0400 Message-ID: <4bmqtblq0nl3qmcdomq1koa0n7ic3bqk71@4ax.com> References: <11003591.UQgRz8LoQ6@curlew.lan> In-Reply-To: <11003591.UQgRz8LoQ6@curlew.lan> X-Mailer: Forte Agent 4.2/32.1118 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 15:00:01 -0000 [Default] On Sat, 17 Sep 2016 09:47:10 +0100, Mike Clarke wrote: >For cases where one line comments won't suffice how about providing the facility >to include an extra text file in a port (perhaps "pkg-options") containing >notes about why some particular options would be chosen? > >In its simplest form a user would be able to refer to the file before selecting >an option, A further enhancement could be to modify the way that configure >works so that the user can select an option and press "?" to see the section >of text, if any, from pkg-options explaining that option. I like that idea! The nice thing about good, useful comments is that, like the software itself, they generally only have to be written from scratch ONCE. It shouldn't be too hard to agree a template for the file you propose. From owner-freebsd-ports@freebsd.org Sat Sep 17 15:34: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 A8453BDE916 for ; Sat, 17 Sep 2016 15:34:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 91D30F24 for ; Sat, 17 Sep 2016 15:34:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8DBD2BDE915; Sat, 17 Sep 2016 15:34:07 +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 8D5DABDE914 for ; Sat, 17 Sep 2016 15:34:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD5BF23 for ; Sat, 17 Sep 2016 15:34:06 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u8HFXuk6050137 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 17 Sep 2016 09:33:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u8HFXuB7050134; Sat, 17 Sep 2016 09:33:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 17 Sep 2016 09:33:56 -0600 (MDT) From: Warren Block To: Margaret cc: FreeBSD ports Subject: Re: Checking port option descriptions In-Reply-To: <4bmqtblq0nl3qmcdomq1koa0n7ic3bqk71@4ax.com> Message-ID: References: <11003591.UQgRz8LoQ6@curlew.lan> <4bmqtblq0nl3qmcdomq1koa0n7ic3bqk71@4ax.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 17 Sep 2016 09:33:56 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 15:34:07 -0000 On Sat, 17 Sep 2016, Margaret wrote: > [Default] On Sat, 17 Sep 2016 09:47:10 +0100, Mike Clarke > wrote: > >> For cases where one line comments won't suffice how about providing the facility >> to include an extra text file in a port (perhaps "pkg-options") containing >> notes about why some particular options would be chosen? >> >> In its simplest form a user would be able to refer to the file before selecting >> an option, A further enhancement could be to modify the way that configure >> works so that the user can select an option and press "?" to see the section >> of text, if any, from pkg-options explaining that option. > > I like that idea! > > The nice thing about good, useful comments is that, like the > software itself, they generally only have to be written from > scratch ONCE. > > It shouldn't be too hard to agree a template for the file you > propose. This already exists, without adding anything at all. There is help text at the bottom of the screen to show these. Unfortunately, I can't think of an example. From owner-freebsd-ports@freebsd.org Sat Sep 17 17:40: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 AAC2ABDE8F3 for ; Sat, 17 Sep 2016 17:40:28 +0000 (UTC) (envelope-from alexander.4mail@gmail.com) Received: from mail-lf0-x22e.google.com (mail-lf0-x22e.google.com [IPv6:2a00:1450:4010:c07::22e]) (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 2DC0DEDB for ; Sat, 17 Sep 2016 17:40:28 +0000 (UTC) (envelope-from alexander.4mail@gmail.com) Received: by mail-lf0-x22e.google.com with SMTP id h127so85630922lfh.0 for ; Sat, 17 Sep 2016 10:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:mime-version:content-transfer-encoding:subject:from:date :to:message-id; bh=d7BgOHcr0IAgi+u8Qyn20xxs5lvcXcqAF/AzezdS/7Y=; b=tTRuHznYsRwS8+nypvynDJ/45mddFQ+hrVcRR6jvtrm1spj9285vGooDz7uRc4f28o SUbWOp3RVmwmLlHBYFWdPKDSwa1/vn9O3Xnxz/ZJuFb+WCOy5+f2v1a6AD4ZahD1AKcy FS+mb06SXRssVZ2aSOQHu65AL+mYWA45fEuxU599jfaRp3zLlxagLnJ/ZkmRalesZcCV ibimJleFo6jrkOMZB9uSLvim6bEEELLEPuw99vTw7+iziN8UqlLeK8z39830spNzSKMk bny3f1+nMTqT3CJavE/MgMb4/q5DsBtD4NrGDXa0+P0ZZbSMNbfALbvBTHCu83TjUwgt f9iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:user-agent:mime-version :content-transfer-encoding:subject:from:date:to:message-id; bh=d7BgOHcr0IAgi+u8Qyn20xxs5lvcXcqAF/AzezdS/7Y=; b=Z0pxFNFjLJYZ3HcDNWs1XVeArrIoBxMWyqxag+6TRkDidszNaCqORbxtql5ISagSUx KjLertqeUu7IgyAXNA6Bobi1HdsVHxCWS2Se0/wG8k1RUuPav5kvwS2MxSCo8Bnxcsi3 XGPcNFwq5lajYqaSHCXrDEIr0k8a2I7y4HWvyUt/EpUnzkCHXdo3EuMAvrXP4ukygMAI toM567BdyLCdezlYvCkortZONe4nFzwBhX2KWgwkmXdRZhYV+stRiqFfzzimSxq3VBqW DGnQgheqYHZ5AZnL5MLit3JtcWkWzLVhhEfq0UJgodYyBvRH2+dBRNgtiYLTSOfbNiHk Aj3Q== X-Gm-Message-State: AE9vXwNQDIQLYJVttGKG6VEYGLTVfmr9gmSAxS3sU+rJAuwpi316hOmslcBU4Q8AS0ZIJg== X-Received: by 10.25.17.100 with SMTP id g97mr8380124lfi.44.1474134025770; Sat, 17 Sep 2016 10:40:25 -0700 (PDT) Received: from [10.8.0.2] ([46.229.143.102]) by smtp.gmail.com with ESMTPSA id 201sm3454410ljf.17.2016.09.17.10.40.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Sep 2016 10:40:25 -0700 (PDT) User-Agent: K-9 Mail for Android MIME-Version: 1.0 Subject: [maintainer change] net-mgmt/cnagios From: Alexander Date: Sat, 17 Sep 2016 20:40:20 +0300 To: freebsd-ports@freebsd.org,danny@dannywarren.com Message-ID: <4C16EC8D-2ED1-4784-88AC-360600E305A9@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 17:40:28 -0000 Hi, I want to transfer net-mgmt/cnagios maintainership to dannywarren (danny@dannywarren.com). He has already gave an approve, see comments here at 212102 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212102) P.S. Sorry for my English. From owner-freebsd-ports@freebsd.org Sat Sep 17 18:02: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 82626BDEEE9 for ; Sat, 17 Sep 2016 18:02:01 +0000 (UTC) (envelope-from ohauer@gmx.de) 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-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D9CD4A for ; Sat, 17 Sep 2016 18:02:00 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Llm9w-1bBzBS1Q4e-00ZN63; Sat, 17 Sep 2016 20:01:54 +0200 Subject: Re: [maintainer change] net-mgmt/cnagios To: freebsd-ports@freebsd.org References: <4C16EC8D-2ED1-4784-88AC-360600E305A9@gmail.com> Cc: Alexander , danny@dannywarren.com From: olli hauer Message-ID: <4f7e12be-09ba-bcdd-fc8e-e55e5d7367fb@gmx.de> Date: Sat, 17 Sep 2016 20:02:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <4C16EC8D-2ED1-4784-88AC-360600E305A9@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:x9ZDnCqerTKD3SvFnnPNK6d8OPttOlXUQQqeTiikjAg0Fan5iNb vxyATxfaFy/h5WHTtS5dWlAjBDNr3Tl5IgtYj1ZuuFvxxigYO6eQywMzZpN95S8pbTdVvwX SaKvQl4IH2NC7gZiiL61BnG8FOk4s2/EhTkDuDlOACG03mgMNPnDbgCX5m9MGap4HhXnCGh eP5qt1S4CuqkhWXW2KFIA== X-UI-Out-Filterresults: notjunk:1;V01:K0:dEOKIWH3ybk=:AbErE56Y+auqLZQc8uuVf6 KA6IdQXPB4aXGoADtC0KVRfL0H2IZMdGvqgFx9QMy+W+nj6z02aLfcMb76ufQTsBwKkGMkjlT ZrdtNlPwU/MGtQFWQYyVassTZjW06fZH5QU4VCAfp81ITClynpr3ILbwyK5yP+fcv2tXDZhrL bvYLNXQYMve05PG6L3HDKgE+vju1zzZ75iZXedx+pqIjXigewdI03G7GloWA9nk7k0uLqpR9z 9zjWo9MAmebhHLu6Qe/V8ph/9pA785fLTtktc/xficlEiWpttu8j68IMDPWK6jlgsFtUP4idw BKPLRmxhBZIy2PA5yIvRurmRD9n3DQyKoYkSNXMbJPxRLsHIfb/6ccNdq2Jzp1zDfp5bias5U 2gD2tQYuEDXWTwIr9Y91ZBH4wDqyyYaxgOlsAl+UCKEuj8zs3jvxWJx29MPAbpm5WbqvNny0U V2cNy4zRBW/C6bzoKfhhI8Vp9owwAQv/1m+qV2lTl8CM6RahoTK7sFwseAFNN6Kie6HnRhh6a jopmMdfZaa+BHzQ9oolaPK6PbjrKS943ti3jyYLWUDv9yr6RaImHWra2zCpGLTjZdqVWv49hB OX1IcBASHbbZ3VjEcT651DmcqCVYDeKbkfxLU/wi7pLSi+UEiGxev9S1p2kcHr5e04r0aT2/G PDkCqFSsGIBc/k9Tn9kuYgoZSZb01gazIvoYx7zO6hwFJ452ZzI5LFrtz8CU72dhXued1IZJ4 EVMsv5jNj6nOeO9r96KpSYiiJfubxhRgCg2bHDLAGoGuGZYJMOHLS4Zox1QjzzZIyAlRRFzWD HSkU2xB X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 18:02:01 -0000 On 2016-09-17 19:40, Alexander wrote: > Hi, I want to transfer net-mgmt/cnagios maintainership to dannywarren (danny@dannywarren.com). He has already gave an approve, see comments here at 212102 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212102) > done; Thanks for maintaining cnagios during the last years! -- olli From owner-freebsd-ports@freebsd.org Sat Sep 17 18:43: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 4961FBDEE0A for ; Sat, 17 Sep 2016 18:43:40 +0000 (UTC) (envelope-from danny@dannywarren.com) Received: from helper.dannywarren.com (helper.dannywarren.com [45.32.229.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13BB88A7 for ; Sat, 17 Sep 2016 18:43:39 +0000 (UTC) (envelope-from danny@dannywarren.com) Received: from [10.0.0.100] (173-160-240-149-Washington.hfc.comcastbusiness.net [173.160.240.149]) by helper.dannywarren.com (OpenSMTPD) with ESMTPSA id afe7d1b3 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO); Sat, 17 Sep 2016 11:36:58 -0700 (PDT) Subject: Re: [maintainer change] net-mgmt/cnagios To: olli hauer , freebsd-ports@freebsd.org References: <4C16EC8D-2ED1-4784-88AC-360600E305A9@gmail.com> <4f7e12be-09ba-bcdd-fc8e-e55e5d7367fb@gmx.de> Cc: Alexander From: Danny Warren Message-ID: Date: Sat, 17 Sep 2016 11:36:56 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4f7e12be-09ba-bcdd-fc8e-e55e5d7367fb@gmx.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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 18:43:40 -0000 On 9/17/2016 11:02 AM, olli hauer wrote: > On 2016-09-17 19:40, Alexander wrote: >> Hi, I want to transfer net-mgmt/cnagios maintainership to dannywarren (danny@dannywarren.com). He has already gave an approve, see comments here at 212102 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212102) >> > done; > > Thanks for maintaining cnagios during the last years! Thanks Alexander and Olli! From owner-freebsd-ports@freebsd.org Sat Sep 17 19:15: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 18572BDE524; Sat, 17 Sep 2016 19:15:50 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 D5C20637; Sat, 17 Sep 2016 19:15:49 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id 186so40687904itf.0; Sat, 17 Sep 2016 12:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4SDP98IOC+5g35nHSYzyLl8eBlSoUOPuLtKLQ3ZS7Yg=; b=CdN7CjFvwHU3SlfYJ+Py3V397834fNOPDywVGY8hqBJBUVJR5S1bkOZTvVeZlzyoLm qBe7MuQ1Q+UL7xLipxMFygV1NOZ3aY5kuS+r2ZBkQNrVUOHNQtaOwsuHUL2BBpqYwZ50 HdeQh3qRuOGt6+OWhe/elVKsDNDEoZLIVnbgz6wNpGT7xUNlJuBZoK2G3RK16QPJ8ZfW XEpqAkyBw0xEleaSDjinNzS5x6SqU2JMGsCt3QLN/e7ca1VFYO4qykrhUF8L/S02ipUY XesWWs91I8HR+kI268vtjXEPHTzxudxG4hLqNWE4gcNtE/sfopOtiwMcLyuZrz6oTHZ5 MKRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4SDP98IOC+5g35nHSYzyLl8eBlSoUOPuLtKLQ3ZS7Yg=; b=dFLCH5OwWBY980xEzLKYem/VEjUfYUMbXUPFPqk2xognatoW/asImkIOHbhy6dHhBw GYdqLeAA9ZmYuqa61Bw9Qh8FQ8RfJAZDVmDZ5BCwyaNefz+rjVL2/gk/vIm6XjSUROMM Lg+GeR3qrIzG/HI21AxnSTy1PoaMTidpJwNilCzpaULCp1UjqqdA3cOT5fznYQSzwBVz eZBU/xjJNdXFsLSrg9U9ecqmlYBowK/8NrNfx+lfDqj9ImAUwtSjJjNMZvn/ATCExcym zuHPeChEpKFHbeR2dREcUdVSTnrKWgXQhAdNW98np4zU5OkIfVNT8Y1qMcliyIKXXRq3 9vLQ== X-Gm-Message-State: AE9vXwNuxEXfysbmsp33/zOMLLQ5O7+JTMqGL7RJdBY18xQAn+z5SsEV3CXd2gIrlsal6YwHGrgwBSa0kcnHAw== X-Received: by 10.36.227.143 with SMTP id d137mr3670675ith.18.1474139749295; Sat, 17 Sep 2016 12:15:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.95.18 with HTTP; Sat, 17 Sep 2016 12:15:48 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= Date: Sat, 17 Sep 2016 21:15:48 +0200 Message-ID: Subject: Re: Firefox with no sound To: Elton Luis Grandolpho Cc: "gecko@freebsd.org" , "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 19:15:50 -0000 2016-09-17 14:36 GMT+02:00 Elton Luis Grandolpho : > Hi, > > I am using Firefox and Chromium in my computer. > > Sound works fine using Chromium(last version), but does not work with > Firefox(last version) using youtube , for example. > > uname -a > FreeBSD FX6100ASUS 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar > 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > $ ident /usr/ports/www/firefox/Makefile > /usr/ports/www/firefox/Makefile: > $FreeBSD: tags/RELEASE_10_3_0/www/firefox/Makefile 410638 2016-03-08 > 18:19:56Z jbeich $ > > Could you check, please? > > If you have any questions, please let me know > > Best regards > > Elton Luis Grandolpho > > > Hi Elton Luis, If you have compiled firefox with Pulseaudio support you may want to check PA's settings. From the command line, you can reroute audio with something like "pactl move-sink-input 3 oss_output.dsp0". You can inspect clients using PA with "pactl list". I'm pretty sure there are some graphical options like gnome-audio-settings or something like that, but I haven't got them installed. Otherwise there is a sysctl variable, hw.snd.default_unit, which you may also want to check. Set it to your desired output before launching firefox (if you don't have PA support compiled in). Hope that helps, Fernando From owner-freebsd-ports@freebsd.org Sat Sep 17 20:58:55 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 E7429BDEE71 for ; Sat, 17 Sep 2016 20:58:55 +0000 (UTC) (envelope-from bronzehedwick@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 C3E9A368 for ; Sat, 17 Sep 2016 20:58:55 +0000 (UTC) (envelope-from bronzehedwick@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BFEC0BDEE70; Sat, 17 Sep 2016 20:58: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 BD56EBDEE6F for ; Sat, 17 Sep 2016 20:58:55 +0000 (UTC) (envelope-from bronzehedwick@gmail.com) Received: from mail-qk0-x242.google.com (mail-qk0-x242.google.com [IPv6:2607:f8b0:400d:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68FC2367 for ; Sat, 17 Sep 2016 20:58:55 +0000 (UTC) (envelope-from bronzehedwick@gmail.com) Received: by mail-qk0-x242.google.com with SMTP id n66so7637195qkf.0 for ; Sat, 17 Sep 2016 13:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:date:message-id:cc:to:mime-version; bh=ptRDItXTAI79V5wCXIGo18oEJNlSSwWnQMtDicKRtRE=; b=Wl7yELyK9AAmsEUvu+V8uehEQwOm1AGJi3XC3UGUA7/hQgkmAipArmTZiaAgkqvtzH FMwX4B+gu92tQrYcEIoSb2CDmzMHzxh4PkXUhMWnUs8eqE63bGHcyTgsaI6bePTeZ4kn 8hV1V851wNW3tMwyoDbC0KWUvjIzaNqDsRWj5RHlzYOlx8bgAhUkw0CRyQzr3MjpxurY jpI0dfUrCyDEgoiOxGaueVz/eOSJLbNDtCGPNDBlH2TGC8yhGuOlF0ZLp0IflNmoTf6d w/WEagKP4p3fHpsdqzFc8IB+ojO9Pn7r9Y4t++8shtBD4/dpNSBn1j+ul8AS0x3awu9I pDXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:date:message-id:cc:to:mime-version; bh=ptRDItXTAI79V5wCXIGo18oEJNlSSwWnQMtDicKRtRE=; b=J3LSUg2ZaIBSb+XKj/FSLYnhXiLAY6ts+8H1ltXFAy0tfJU6DYAGM09FDGoJNa+dOR NnhlTGuZHp0VTaka/Fwvko4dfklDPlMUwAq6bozfIsO6weQGIoMgXhRboqEtewItA3Ma PRbHjnOBdvPqdw/CukkH9K/wD3pEueMN3m9q4LgX8KG1PLMWsgYTmMK+MvHL13RmAbaw mVgSU5wOxn5oIYICDcGZqKNNolgwx4I/CWS8WINmxMPT/KgJAtIYH8bo1pSnWiugV/gu Zq3mf+VZu1e2CrAAnxrC3fvTOFQS0K8DszGwDxdsClG72tzA1wTLEqAIt5+tGC7NQ7IC PoGQ== X-Gm-Message-State: AE9vXwM2sjuDd2YBuq0XkmBwZK4jYgOzCwaG4WSXQ2mxNwsvOtO94qulApg4vEMSMT5ViQ== X-Received: by 10.55.201.209 with SMTP id m78mr13306914qkl.308.1474145934627; Sat, 17 Sep 2016 13:58:54 -0700 (PDT) Received: from [192.168.1.15] (cpe-67-250-90-7.nyc.res.rr.com. [67.250.90.7]) by smtp.gmail.com with ESMTPSA id c64sm1417331qkg.27.2016.09.17.13.58.53 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 17 Sep 2016 13:58:54 -0700 (PDT) From: Christopher Deluca X-Pgp-Agent: GPGMail Content-Type: multipart/signed; boundary="Apple-Mail=_C9D2EF84-F452-4B75-BAEF-D0BA5A6C2121"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: FreeBSD Port: neovim-0.1.4_2 Date: Sat, 17 Sep 2016 16:58:54 -0400 Message-Id: <762FF2D3-DDD7-47CC-9104-94050842EBE0@gmail.com> Cc: ports@FreeBSD.org To: gor@clogic.com.ua Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 20:58:56 -0000 --Apple-Mail=_C9D2EF84-F452-4B75-BAEF-D0BA5A6C2121 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Hello, Thanks for maintaining the FreeBSD Neovim port! Just wondering if/when it will be upgraded to 0.1.5? Thanks! --Apple-Mail=_C9D2EF84-F452-4B75-BAEF-D0BA5A6C2121 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----- iQIcBAEBCAAGBQJX3a6OAAoJEEYcAV4DLvnLM6gP/i2ihK+26C6EPzYxyRQKUDmk zxbU851W131EDGBNQJE4ge59eXWJwEufGzdNC9DRMkoJy3fQQW0/LS8TwwUhAE9x cKsdtxwpOD0uE8jLFpqw/bS/2kqu9CJeDfQxZIhAVYYD5MFlNLehidR4UOQQZUS7 95931SXWS4HKsQJZ4htgxlQyF+t6jHeEh/Kmx4oZUAAzdIGr1Qx6TYa2p9QMIiRJ ju30pvgPvt/XtE1nK48lqRXCaGNd6sqwfTZoQymXOOXgyuXh8Wng4kvYVlmHKe7v vfsDUg371GxiWEPeBoLsBRPXYPahD4JaunaJS3xliDtOWbW/WJYwHwxkb0dpqSLh fAh5IlF6OyGCOYHpc4vwfcvVfwGYUZl6e2l8uO7zo2DomAu4HpRQDEZrjt4Pa0pL L3FFwuyN97pJLSpidw20FyN7JngGzqQ/XxZnBRnCsppzzQawFfbeFLOUp8CMnLQp I1ADj1HxIChuqoKwKpkscCfg+nR0FZDXtsh4XKgVqijtGgV7IpmaN7dZ9nbZMxCj dfVEU3Qlp2++YqXNaZOWNuXoPpWZ1jvs3bvdMT5cnpuCNbWz3qWsFTWLG1F0qXTf OJMxeGKRbUUZYjqhAfTlP4+GWO3h5lfgNWCiF5iMDhCfeAWZazvc2gA7EumNKupR exdqRSW7k3LUO6Dl/OsP =Kt+B -----END PGP SIGNATURE----- --Apple-Mail=_C9D2EF84-F452-4B75-BAEF-D0BA5A6C2121--