From owner-cvs-all@FreeBSD.ORG Sat Aug 4 00:48:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8118516A421 for ; Sat, 4 Aug 2007 00:48:06 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 3D95013C45D for ; Sat, 4 Aug 2007 00:48:06 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: (qmail 26372 invoked by uid 399); 4 Aug 2007 00:21:25 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 4 Aug 2007 00:21:25 -0000 X-Originating-IP: 127.0.0.1 Date: Fri, 3 Aug 2007 17:21:23 -0700 (PDT) From: Doug Barton To: Thierry Thomas In-Reply-To: <200708022208.l72M8TCV079158@repoman.freebsd.org> Message-ID: References: <200708022208.l72M8TCV079158@repoman.freebsd.org> X-OpenPGP-Key-ID: 0xD5B2F0FB X-message-flag: Outlook -- Not just for spreading viruses anymore! Organization: Triborough Bridge & Tunnel Authority MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/libafterimage Makefile distinfo ports/graphics/libafterimage/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 00:48:06 -0000 On Thu, 2 Aug 2007, Thierry Thomas wrote: > thierry 2007-08-02 22:08:29 UTC > > FreeBSD ports repository > > Modified files: > graphics/libafterimage Makefile distinfo > graphics/libafterimage/files patch-Makefile.in > Log: > Upgrade to 1.15. > > Changelog at > . > > Revision Changes Path > 1.19 +7 -5 ports/graphics/libafterimage/Makefile > 1.7 +3 -3 ports/graphics/libafterimage/distinfo > 1.4 +26 -15 ports/graphics/libafterimage/files/patch-Makefile.in > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/libafterimage/Makefile.diff?&r1=1.18&r2=1.19&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/libafterimage/distinfo.diff?&r1=1.6&r2=1.7&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/libafterimage/files/patch-Makefile.in.diff?&r1=1.3&r2=1.4&f=h Doesn't compile for me on a pretty recent -current: cc asscale.o common.o -L/usr/local/lib -L/usr/local/lib -L../ -lAfterImage -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -ltiff -lX11 -L/usr/local/lib -lSM -lICE -lXext -ljpeg -lpng -lz -lm -lX11 -L/usr/local/lib -lSM -lICE -lXext -o asscale asscale.o(.text+0x638): In function `main': /usr/local/tmp/usr/local/ports/graphics/libafterimage/work/libAfterImage-1.15/apps/asscale.c:139: undefined reference to `scale_asimage2' asscale.o(.text+0x695):/usr/local/tmp/usr/local/ports/graphics/libafterimage/work/libAfterImage-1.15/apps/asscale.c:146: undefined reference to `slice_asimage2' *** Error code 1 -- If you're never wrong, you're not trying hard enough