From owner-freebsd-ports@FreeBSD.ORG Mon Feb 18 09:26:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64D8E78D for ; Mon, 18 Feb 2013 09:26:22 +0000 (UTC) (envelope-from develloper.unix@hotmail.fr) Received: from blu0-omc3-s13.blu0.hotmail.com (blu0-omc3-s13.blu0.hotmail.com [65.55.116.88]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5B877B for ; Mon, 18 Feb 2013 09:26:21 +0000 (UTC) Received: from BLU0-SMTP133 ([65.55.116.74]) by blu0-omc3-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 18 Feb 2013 01:26:14 -0800 X-EIP: [1ePeGXTG9SoZUud6a2aoDKDeTf1QMAC3] X-Originating-Email: [develloper.unix@hotmail.fr] Message-ID: Received: from FreeBSD.local ([163.5.111.71]) by BLU0-SMTP133.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 18 Feb 2013 01:26:12 -0800 Date: Mon, 18 Feb 2013 10:26:10 +0100 From: Quentin Schwerkolt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130205 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: devel/dconf failed to build with gcc 4.6.3 X-Enigmail-Version: 1.4.6 Content-Type: multipart/mixed; boundary="------------080405020807050204040706" X-OriginalArrivalTime: 18 Feb 2013 09:26:13.0085 (UTC) FILETIME=[FE8960D0:01CE0DB9] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 09:26:22 -0000 --------------080405020807050204040706 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've just try to build devel/dconf with gcc 4.6.3 FreeBSD 9.1-STABLE amd64 r246821. The build faild with an unrecognized option '-avoid-version'. So I had make a patch for allow build with gcc 4.6.3. It doesn't break the port with clang and the base's gcc version. Cordially. Quentin Schwerkolt -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJRIfOyAAoJEMQ92ZzRWSo8iL0P/RnKxzVL/8talIcGQDu0xCCJ u60y5+w+n/p9XeQmGeKCO42qR6lojGal85VSt5/DXL8RK4wo023A2eJrCZhL80pH +jUZ8bnyC5RKzbPgEk25DpPEJuapT8/7uNePFwaghPrc/DA24JZwKvzj423qy+0G BQlVyMSF9a9sP8p68E/IimllimW+B0vHgovT8JM0FESfwvK4u0N1uCu7EhoE9NHH nsEbHf3o9AIAkZxbopt8CbR7XBI6JaTD90Km9X2u9sutKdIwJCqJLuyjIffwSE+L +xvc6FImERFSmviF4mGnYBEvXYEC/GUW9gzQJVyKGcHprQEbiRyjtxRhAZgpcjGS Md9LzaJ1Cmxe5iAOT5VziKrAPVfOMgKIkKgchou/4SJMTg2IN0VkDOCHrW3xpSSP ExSrrd7iJEv/w0s1kDnk4DYckMZhOLLY/rA6dLBjAMg+2Ex+wHHjXDglkqnSAe8u 4tsB611qR3tgvA5XY7ComNk710W1PzXYBsArfgIfxFSt661oi6fZlnqNKOH30L+Z G8GgURMJxn0I5NI/pe9yr2f/d182Z717ZVM6idLi9/HMxZSpW1NnRD6y0eYETvaa D8v+ybxjgt0iuUsAA4wfzP64YIN5jhZzLkFf/yxdJhO/pRSZ+HHyWQFjPnBz66zx YYrNUFG9uLOxI7JgDbgK =Wh9y -----END PGP SIGNATURE----- --------------080405020807050204040706 Content-Type: text/plain; charset="us-ascii"; name="patch-gsettings_Makefile.in" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-gsettings_Makefile.in" --- gsettings/Makefile.in.orig 2013-02-18 10:04:22.579524810 +0100 +++ gsettings/Makefile.in 2013-02-18 10:04:52.377517488 +0100 @@ -194,7 +194,7 @@ AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings -fPIC -DPIC INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS) libdconfsettings_so_LDADD = $(gio_LIBS) -libdconfsettings_so_LDFLAGS = -module -avoid-version -shared +libdconfsettings_so_LDFLAGS = -module -shared libdconfsettings_so_SOURCES = \ ../engine/dconf-engine.c \ ../common/dconf-shmdir.c \ --------------080405020807050204040706--