From owner-freebsd-ports@FreeBSD.ORG Mon Apr 5 09:30:13 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67922106566B; Mon, 5 Apr 2010 09:30:13 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id D4FC68FC0C; Mon, 5 Apr 2010 09:30:12 +0000 (UTC) Received: by qyk11 with SMTP id 11so3791291qyk.13 for ; Mon, 05 Apr 2010 02:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uGB1KeIwIYkhXOc+TGnsL4C3Miud7+e92y1J4njEiAQ=; b=kkconCrPFOnP0ZP9NVSFZa3BpNZ4fwN3rQKSE/OpZL61kE392tWjFAkxpZUYsf5Fh7 ZRNjpwMoLCJxY7xD4bikHZrhOwJMtQejef164CEK85Y9SD7cOJ+izzQRK0mdFyhcaCLB 8nuu2i+XVj99Cyf/Beo7jxnAI8rJoOnkWZWJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UdNOTviMUKOk3+Tq9pCRsYYV/ke74vF5sRaq755cJ7h87jfPgSkeXoNkz536qs8aj7 9sBS+iDMB+/fCp908ZW4l4xz27I8mcKF6C8/pXNTdJIWuxexCBZBLVpVf5wGfYfk2dGA sGOMuGRhmRhN8WnJFwBHbBoEgNfX9cXMex/g0= MIME-Version: 1.0 Received: by 10.229.33.72 with HTTP; Mon, 5 Apr 2010 02:30:12 -0700 (PDT) In-Reply-To: <20100405091223.GF35766@droso.net> References: <20100405085045.GD35766@droso.net> <4BB9A736.9040802@delphij.net> <20100405091223.GF35766@droso.net> Date: Mon, 5 Apr 2010 02:30:12 -0700 Received: by 10.229.242.85 with SMTP id lh21mr8481161qcb.67.1270459812214; Mon, 05 Apr 2010 02:30:12 -0700 (PDT) Message-ID: From: Garrett Cooper To: Erwin Lansing Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Ports , Xin Li , FreeBSD Current , Xin LI Subject: Re: Ports breakage since r205471 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: Mon, 05 Apr 2010 09:30:13 -0000 On Mon, Apr 5, 2010 at 2:12 AM, Erwin Lansing wrote: > On Mon, Apr 05, 2010 at 02:02:46AM -0700, Xin LI wrote: >> On 2010/04/05 01:50, Erwin Lansing wrote: >> > On Sun, Apr 04, 2010 at 03:06:15PM -0700, Garrett Cooper wrote: >> >> Hi all, >> >> =A0 =A0 I realize that this is most suitable for current@ and I'm >> >> cross-posting, but I wanted to jot down all of the ports broken since >> >> the zlib version bump so that we can keep track of what's going on an= d >> >> what needs to be fixed. >> > >> > I have just started a new package build against todays HEAD on pointyh= at >> > , actually before seeing this thread, so these, and any others, will b= e >> > picked up there. =A0I'll update the list with the results when it fini= shes >> > in a day or two. >> >> Which svn revision is currently using on the build cluster? >> > Unfortunately, we're still using cvs for updating, but I just double > checked that it is past r206058. =A0The update is less than an hour old > from cvs. You won't see the issue unless you roll back to before r206057; r206057 and r206058 disguise the compatibility issue by completely zapping the #ifdef _LARGEFILE64_SOURCE and #if _FILE_OFFSET_BITS =3D=3D 64 enable pieces. Thanks, -Garrett