From owner-freebsd-ports@FreeBSD.ORG Mon Apr 5 01:58:42 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 2A2B41065670; Mon, 5 Apr 2010 01:58:42 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.221.175]) by mx1.freebsd.org (Postfix) with ESMTP id A95488FC16; Mon, 5 Apr 2010 01:58:41 +0000 (UTC) Received: by qyk5 with SMTP id 5so4107647qyk.3 for ; Sun, 04 Apr 2010 18:58:40 -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=c7kBlyJSuPfuLQE9xMgO3sIG8VtwQzitH4lfirVeZm4=; b=u45ncTq5hFQfF/iK495bpp+s6xRQRbkGLd7bNn06co6540TFha3dS5JN5vn8CgQAgv E4attb4bQJ+DOfeMrYVeeQ1rKgVKKfemyZenlkdGEu5Rd+O9rA10spIyXEsWDpIJ3q3A Rxl1brFI91sVNwcn+4NnqI0ADAlLdgumDM+so= 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=RSn/qGTI2AUc1nlHweVwXdA5zlv/UvjF4W3LnZg1tT3lGSZXJT00wN7XQubntFSl6A BkE1BT5RSCpyOjfkIzF8vWKTOedDuTGzkhYcKBVm5fQlEbYbmk+quT77v7jImk9h3Xfg 60gxfvpRM2W4SzHKXWbchw9xL/DE0ePlXrx1Y= MIME-Version: 1.0 Received: by 10.229.33.72 with HTTP; Sun, 4 Apr 2010 18:58:40 -0700 (PDT) In-Reply-To: References: Date: Sun, 4 Apr 2010 18:58:40 -0700 Received: by 10.229.221.78 with SMTP id ib14mr8374548qcb.28.1270432720729; Sun, 04 Apr 2010 18:58:40 -0700 (PDT) Message-ID: From: Garrett Cooper To: FreeBSD Ports Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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 01:58:42 -0000 On Sun, Apr 4, 2010 at 3:06 PM, Garrett Cooper wrote: > Hi all, > =A0 =A0I 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 and > what needs to be fixed. > =A0 =A0The following 3rd party libraries and all of their dependencies: > > graphics/png > graphics/tiff > textproc/libxml2 > > =A0 all needed to be rebuilt. > =A0 The following items incorrectly define LARGEFILE64 and result in > errors like the following: > > /usr/include/zlib.h:1561: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before 'gzseek64' > /usr/include/zlib.h:1562: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before 'gztell64' > /usr/include/zlib.h:1563: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before 'gzoffset64' > /usr/include/zlib.h:1564: error: expected declaration specifiers or > '...' before 'off64_t' > /usr/include/zlib.h:1565: error: expected declaration specifiers or > '...' before 'off64_t' > > devel/qt-moc > lang/python (uses pieces from gpac-libgpac I think) > multimedia/gpac-libgpac > multimedia/vlc (draft patch attached to ports/145387) > > =A0 Also, I really think we should add packaging metadata to third > party libraries in base and at least track the versioning and > dependencies because this CURRENT upgrade has turned into a royal mess > and has eaten up more of my time than it should have. As jsa@ so kindly pointed out, upgrading to r206057 temporarily alleviates this issue. I'll keep on looking for problematic areas where this needs to be fixed, but a #warning should probably be added to the header to catch all of the offenders. Thanks, -Garrett