From owner-freebsd-ports@FreeBSD.ORG Sun Apr 4 22:06:16 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 DEF48106564A; Sun, 4 Apr 2010 22:06:16 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6ECBF8FC12; Sun, 4 Apr 2010 22:06:16 +0000 (UTC) Received: by qyk33 with SMTP id 33so3647192qyk.28 for ; Sun, 04 Apr 2010 15:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:cc:content-type; bh=5r4dJgdljOTeBrjgVcqGVM2XR0S3d4Ti+Iwi6IawNTQ=; b=oenhVW6UL+PLIr3/H16yAh0ZKh2JohX9qPkiQAy+XvzbjiRbjM17TbIYypJ0HJzAgl D3vmbEo5nRBHNN95Y5GkD6fHWwJvuyc6Ql6zCJ1G1loL40v5jncTBrI0Yo/ApVi5UFf7 loBlkj124MqZo1Ym3FWT9ezm4rkZcd2v9SVco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=DsvZaasY3SVkZ5jbafWEv3hbCJa8T9c4uw5gWyM6OpvZFCyhQRvEXYQFGrqOaWUJBG eAvfxfuvvr+vD+V9zF8MxdJEKQm03lvUu2hYIg774jupQhJjndB++gwHt86gpzNaTx0H jV1E6dhiJtDC1pdD6PbXqAKnimQEfNNuiDwC8= MIME-Version: 1.0 Received: by 10.229.33.72 with HTTP; Sun, 4 Apr 2010 15:06:15 -0700 (PDT) Date: Sun, 4 Apr 2010 15:06:15 -0700 Received: by 10.229.230.65 with SMTP id jl1mr8118568qcb.7.1270418775393; Sun, 04 Apr 2010 15:06:15 -0700 (PDT) Message-ID: From: Garrett Cooper To: FreeBSD Ports Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current , Xin Li Subject: 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: Sun, 04 Apr 2010 22:06:17 -0000 Hi all, 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 and what needs to be fixed. The following 3rd party libraries and all of their dependencies: graphics/png graphics/tiff textproc/libxml2 all needed to be rebuilt. The following items incorrectly define LARGEFILE64 and result in errors like the following: /usr/include/zlib.h:1561: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gzseek64' /usr/include/zlib.h:1562: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gztell64' /usr/include/zlib.h:1563: error: expected '=', ',', ';', '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) 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. Thanks, -Garrett