From owner-freebsd-ports@FreeBSD.ORG Sat Jul 12 07:23:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9765537B401 for ; Sat, 12 Jul 2003 07:23:29 -0700 (PDT) Received: from TheWorld.com (pcls4.std.com [199.172.62.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC4443F93 for ; Sat, 12 Jul 2003 07:23:28 -0700 (PDT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id h6CENOZ4025807; Sat, 12 Jul 2003 10:23:25 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id KAA7862250; Sat, 12 Jul 2003 10:23:24 -0400 (EDT) Date: Sat, 12 Jul 2003 10:23:24 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200307121423.KAA7862250@shell.TheWorld.com> To: freebsd-ports@freebsd.org Subject: scr2png build broken after 2003/07/11 commits X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 14:23:29 -0000 Hello -ports: Apparently the 2003/07/11 commits to ports/graphics/gd, gd2 and scr2png have broken the scr2png build, viz: -------------------- ===> Extracting for scr2png-1.1_1 >> Checksum OK for scr2png-1.1.tar.gz. ===> Patching for scr2png-1.1_1 ===> scr2png-1.1_1 depends on shared library: gd.4 - found ===> Configuring for scr2png-1.1_1 ===> Building for scr2png-1.1_1 Warning: Object directory not changed from original /usr/ports/graphics/scr2png/work cc -O -pipe -march=pentiumpro -march=pentiumpro -I/usr/local/include -c scr2png.c scr2png.c:42: gd/gd.h: No such file or directory scr2png.c: In function `main': scr2png.c:51: syntax error before `im' scr2png.c:83: `font' undeclared (first use in this function) scr2png.c:83: (Each undeclared identifier is reported only once scr2png.c:83: for each function it appears in.) scr2png.c:133: `im' undeclared (first use in this function) scr2png.c: At top level: scr2png.c:210: syntax error before `*' scr2png.c: In function `syscons2gdfont': scr2png.c:217: `fn' undeclared (first use in this function) scr2png.c:221: `font' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/graphics/scr2png/work. *** Error code 1 Stop in /usr/ports/graphics/scr2png. -------------------- Any idea(s) as to fixing? Should I file a pr? Thanks, -kc