From owner-freebsd-ports@FreeBSD.ORG Fri Apr 13 05:50:55 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1036B16A403; Fri, 13 Apr 2007 05:50:55 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.freebsd.org (Postfix) with ESMTP id BFF5513C487; Fri, 13 Apr 2007 05:50:54 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 5E52E6A50; Fri, 13 Apr 2007 09:23:46 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 3C8F66A43; Fri, 13 Apr 2007 09:23:46 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id l3D5NeIL057536; Fri, 13 Apr 2007 09:23:40 +0400 (MSD) (envelope-from ru) Date: Fri, 13 Apr 2007 09:23:40 +0400 From: Ruslan Ermilov To: gerald@FreeBSD.org Message-ID: <20070413052340.GA57378@rambler-co.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) X-Virus-Scanned: No virus found Cc: ports@FreeBSD.org Subject: ports INDEX broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 05:50:55 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, My nightly "make release" has failed when trying to generate a ports INDEX-6. It turned out to be caused by the recent commit to lang/gcc41/Makefile that affects lang/gcc41-withgcjawt. The problem is that USE_GNOME is now defined too late in the makefile, after bsd.port.pre.mk has already been processed, thus _USE_GNOME_ALL isn't set when expected: $ cd /usr/ports/lang/gcc41-withgcjawt $ make -n "/usr/ports/Mk/bsd.gnome.mk", line 652: Malformed conditional (${_USE_GNOME= _ALL:Mgtk20}=3D=3D"") "/usr/ports/Mk/bsd.gnome.mk", line 652: Malformed conditional (${_USE_GNOME= _ALL:Mlibartlgpl2}=3D=3D"") "/usr/ports/Mk/bsd.port.mk", line 2009: if-less endif "/usr/ports/Mk/bsd.port.mk", line 5975: if-less endif make: fatal errors encountered -- cannot continue $=20 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGHxPcqRfpzJluFF4RAh1JAJwN2v1zX6EItv1bljNS67ceQLhT6wCdGS7O 6yksTr/mO+RkR4lZTejBIio= =97xk -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--