From owner-freebsd-mono@FreeBSD.ORG Tue Dec 2 22:48:24 2014 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B734C9E2 for ; Tue, 2 Dec 2014 22:48:24 +0000 (UTC) Received: from barracuda.ixsystems.com (mail.ixsystems.com [69.198.165.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certification Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 95152F77 for ; Tue, 2 Dec 2014 22:48:24 +0000 (UTC) X-ASG-Debug-ID: 1417560487-08ca04797401e20002-Mpeibh Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id 298j8EjMBq3jR7rk (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 02 Dec 2014 14:48:08 -0800 (PST) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 Message-ID: <547E41A6.3050304@pcbsd.org> Date: Tue, 02 Dec 2014 17:48:06 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-mono@freebsd.org Subject: Problem compiling Content-Type: text/plain; charset=utf-8 X-ASG-Orig-Subj: Problem compiling Content-Transfer-Encoding: quoted-printable X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1417560487 X-Barracuda-Encrypted: ECDHE-RSA-AES128-SHA X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.50 X-Barracuda-Spam-Status: No, SCORE=0.50 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=WEIRD_PORT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.12355 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.50 WEIRD_PORT URI: Uses non-standard port number for HTTP X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:48:24 -0000 I'm running into a strange issue trying to compile lang/mono on our main package building system. The odd thing is, that it works on my workstation and our secondary package builder, even though they have pretty much identical installs of FreeBSD 10.1.. # uname -a FreeBSD avenger 10.1-RELEASE FreeBSD 10.1-RELEASE #0: Thu Nov 13 13:17:05 UTC 2014 =20 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Here's the specific error during the port build: gmake[7]: gmcs: Command not found build/profiles/basic.make:92: recipe for target 'build/deps/basic-profile-check.exe' failed gmake[7]: *** [build/deps/basic-profile-check.exe] Error 127 *** The compiler 'gmcs' doesn't appear to be usable. *** Trying the 'monolite' directory. Mono: Config attempting to parse: '/usr/ports/lang/mono/work/mono-3.10.0/runtime/etc/mono/config'. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build/profiles/basic.make:92: recipe for target 'build/deps/basic-profile-check.exe' failed gmake[9]: *** [build/deps/basic-profile-check.exe] Abort trap *** The contents of your 'monolite' directory may be out-of-date I've confirmed that my systems all seem to have the same settings, make.conf, sysctl, loader.conf, etc. The secondary builder (which works) is the same CPU / motherboard, except it has 48GB of memory, instead of 196GB of main memory. Let me know if I can send any additional debug info. Here's the full log file from poudriere if that helps: http://builds.pcbsd.org:8880/data/pcbsd-100-RELEASE-10edgeQ12015/2014-12-= 01_16h47m50s/logs/errors/mono-3.10.0_2.log --=20 Kris Moore PC-BSD Software iXsystems From owner-freebsd-mono@FreeBSD.ORG Wed Dec 3 15:47:51 2014 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6033F49C for ; Wed, 3 Dec 2014 15:47:51 +0000 (UTC) Received: from walmailout01.yourhostingaccount.com (walmailout01.yourhostingaccount.com [65.254.253.172]) by mx1.freebsd.org (Postfix) with ESMTP id 2A964C10 for ; Wed, 3 Dec 2014 15:47:50 +0000 (UTC) Received: from mailscan14.yourhostingaccount.com ([10.1.15.14] helo=walmailscan14.yourhostingaccount.com) by walmailout01.yourhostingaccount.com with esmtp (Exim) id 1XwBgS-0003ZX-8U for mono@freebsd.org; Wed, 03 Dec 2014 10:17:40 -0500 Received: from [10.114.3.33] (helo=walimpout13) by walmailscan14.yourhostingaccount.com with esmtp (Exim) id 1XwBgS-000684-6z for mono@freebsd.org; Wed, 03 Dec 2014 10:17:40 -0500 Received: from walauthsmtp03.yourhostingaccount.com ([10.1.18.3]) by walimpout13 with id P3Hd1p00403yUm2013Hg68; Wed, 03 Dec 2014 10:17:40 -0500 X-Authority-Analysis: v=2.1 cv=Sch5d5hu c=1 sm=1 tr=0 a=maIvl2Yd+fJND/e85XqkCw==:117 a=acxc6K5ZopiW+Sxpaf4R9w==:17 a=pq4jwCggAAAA:8 a=OF-CdTOGAAAA:8 a=knRG6B-UQUwA:10 a=A92cGCtB03wA:10 a=DAwyPP_o2Byb1YXLmDAA:9 a=Zr7miEi8wWIA:10 a=cKsnjEOsciEA:10 a=2oeSqxxVzlsA:10 a=Y39wkfHuyrKf_xphLZcA:9 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=Xx8pK_KpK1SnKkUAEGMA:9 a=ny-ew4SWt4dL40Ho:21 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 Received: from [106.51.135.41] (port=50653 helo=usd39d25c54a94) by walauthsmtp03.yourhostingaccount.com with esmtpa (Exim) id 1XwBg2-0005Oe-Lo for mono@FreeBSD.org; Wed, 03 Dec 2014 10:17:15 -0500 From: "Nancy Powell" To: Subject: AWS Users Leads Date: Wed, 3 Dec 2014 09:16:42 -0600 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdAPDCBy4FiG7MAqTPaC9HdAvXLxwA== Content-Language: en-us X-EN-UserInfo: d0194474bc65745152f509120fb1eb8d:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: nancy.powell@udsleads.us Sender: "Nancy Powell" X-EN-OrigIP: 106.51.135.41 X-EN-OrigHost: unknown Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 15:47:51 -0000 Hi, I am writing to you in regards to our recent list release, and check if you would be interested in acquiring 6,000 recently verified AWS Users List. Every contact from this database has completed verification on the 25th of November 2014 to give you 95%+ accuracy and ensure your message reaches the right contact from the right company. Please write back for 50 samples at no cost. Regards, Nancy Powell Business Data Expert If you don't wish to receive emails from us reply back with "REMOVE ME". This message contains confidential information, intended only for the person(s) named above, which may also be privileged. Any use, distribution, copying or disclosure by any other person is strictly prohibited. In such case, you should delete this message and kindly notify the sender via reply e-mail. Please advise immediately if you or your employer does not consent to Internet e-mail for messages of this kind. From owner-freebsd-mono@FreeBSD.ORG Sat Dec 6 11:22:40 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA8FBB28 for ; Sat, 6 Dec 2014 11:22:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 924E73B7 for ; Sat, 6 Dec 2014 11:22:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6BMeRF090256 for ; Sat, 6 Dec 2014 11:22:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Date: Sat, 06 Dec 2014 11:22:40 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 11:22:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660 Ben Woods changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149452|0 |1 is obsolete| | --- Comment #13 from Ben Woods --- Created attachment 150260 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150260&action=edit PR194660: Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Updated patch to not break Windows or Linux builds. Also updated in upstream pull request. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-mono@FreeBSD.ORG Sat Dec 6 11:25:49 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5BC4B73 for ; Sat, 6 Dec 2014 11:25:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADCA63D3 for ; Sat, 6 Dec 2014 11:25:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6BPnBS091683 for ; Sat, 6 Dec 2014 11:25:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Date: Sat, 06 Dec 2014 11:25:49 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 11:25:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660 --- Comment #14 from Ben Woods --- Romain - can you explain why the FreeBSD port has Makefile.in and Makefile.am, but the upstream github repository only has Makefile.am? In the patch I have submitted here on Bugzilla I have had to additionally patch Makefile.in (which I obviously could not do in my Github pull request as the file does not exist there). -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-mono@FreeBSD.ORG Sat Dec 6 11:40:29 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A730CD1C for ; Sat, 6 Dec 2014 11:40:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF836A1 for ; Sat, 6 Dec 2014 11:40:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6BeT99032941 for ; Sat, 6 Dec 2014 11:40:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Date: Sat, 06 Dec 2014 11:40:29 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: romain@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 11:40:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194660 --- Comment #15 from Romain Tarti=C3=A8re --- A Makefile.am file is only in the source repository because it is used by t= he autotools to generate the corresponding Makefile.in file, which in turn is = used at the ./configure stage to generate the final Makefile. Usualy, a repository will therefore only contain a Makefile.am, but release tarballs will include both the Makefile.am and the generated Makefile.in fi= les (to avoid users to have all the autotools chain installed. The Makefile.am file is not useful for final users unless they want to regenerate a new Makefile.in). So, as far as the ports tree is concerned, only the changes to the Makefile= .in are relevant for a patch (but changes for the corresponding Makefile.am do = not hurt), and for upstream, only the changes to Makefile.am are relevant. This new patch is better shaped than the previous one, I am giving it a try= at the moment. Thank you for your work on this! --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-mono@FreeBSD.ORG Sat Dec 6 12:01:12 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42AB059F for ; Sat, 6 Dec 2014 12:01:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A7968F3 for ; Sat, 6 Dec 2014 12:01:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6C1CNV034856 for ; Sat, 6 Dec 2014 12:01:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Date: Sat, 06 Dec 2014 12:01:12 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 12:01:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660 --- Comment #16 from Ben Woods --- Thanks for that. So if my pull request is accepted upstream, and we incorporate the change into the FreeBSD port using a PATCHFILES statement in the Makefile, I assume the Makefile.in will not be changed? Would we have to maintain the changes to that as a separate patch file? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-mono@FreeBSD.ORG Sat Dec 6 18:16:41 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7707733 for ; Sat, 6 Dec 2014 18:16:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF71BF3A for ; Sat, 6 Dec 2014 18:16:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6IGfEM015155 for ; Sat, 6 Dec 2014 18:16:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local Date: Sat, 06 Dec 2014 18:16:41 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: romain@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 18:16:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194660 --- Comment #17 from Romain Tarti=C3=A8re --- (In reply to Ben Woods from comment #16) > Thanks for that. > So if my pull request is accepted upstream, and we incorporate the change > into the FreeBSD port using a PATCHFILES statement in the Makefile, I ass= ume > the Makefile.in will not be changed? Would we have to maintain the changes > to that as a separate patch file? Exactly, if possible, I prefer having reference to bug-fixes as PATCHFILES = but since this change is quite large and has an impact on the generated Makefile.in, a separate patch is preferred in this case (as you attached). As soon as upstream merges your changes, I'll commit that patch, but in case they have some more suggestions, I guess we would have benefits to wait for= a "final" version. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=