From owner-cvs-all@FreeBSD.ORG Sat Jun 16 22:20:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA5AF16A41F; Sat, 16 Jun 2007 22:20:09 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 8420913C457; Sat, 16 Jun 2007 22:20:09 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 5951837DCD9; Sun, 17 Jun 2007 08:20:08 +1000 (EST) X-Viruscan-Id: <467462180000CB1388F2C3@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 2782E42331E; Sun, 17 Jun 2007 08:20:08 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id C65E137DC48; Sun, 17 Jun 2007 08:20:07 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 32F83F4; Sun, 17 Jun 2007 08:20:06 +1000 (EST) Date: Sun, 17 Jun 2007 08:20:06 +1000 From: Edwin Groothuis To: Andrew Pantyukhin Message-ID: <20070616222005.GA1328@k7.mavetju> References: <200706160843.l5G8hvic058725@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706160843.l5G8hvic058725@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics Makefile ports/graphics/lcdtest Makefile distinfo pkg-descr 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, 16 Jun 2007 22:20:09 -0000 On Sat, Jun 16, 2007 at 08:43:57AM +0000, Andrew Pantyukhin wrote: > sat 2007-06-16 08:43:57 UTC > > FreeBSD ports repository > > Modified files: > graphics Makefile > Added files: > graphics/lcdtest Makefile distinfo pkg-descr > Log: > Add port graphics/lcdtest: > > lcdtest is a utility to display LCD monitor test patterns. It may be > useful for adjusting the pixel clock frequency and phase on LCD > monitors when using analog inputs, and for finding pixels that are > stuck on or off. > > WWW: http://www.brouhaha.com/~eric/software/lcdtest/ > Author: Eric Smith > > Note: there are newer versions, but they have unresolved bugs ===> Building for lcdtest-1.04 Makefile:78: lcdtest.d: No such file or directory Makefile:78: SFont.d: No such file or directory cc -M -MG -I/usr/local/include -Wall -g -DRELEASE="1.04" SFont.c | sed -e 's@ /[ ^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > SFont.d cc -M -MG -I/usr/local/include -Wall -g -DRELEASE="1.04" lcdtest.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > lcdtest.d cc -I/usr/local/include -Wall -g -DRELEASE="1.04" -c -o lcdtest.o lcdtest.c pngtopnm 14P_Arial_Plain_Red.png | ppmtoxpm -name help_font_xpm -hexonly | sed ' s/static //;s/black/#000000/;s/magenta/#FF00FF/;s/#E40808/#009900/' >helpfont.c ppmtoxpm: (Computing colormap... ppmtoxpm: ...Done. 3 colors found.) cc -I/usr/local/include -Wall -g -DRELEASE="1.04" -c -o helpfont.o helpfont.c cc -I/usr/local/include -Wall -g -DRELEASE="1.04" -c -o SFont.o SFont.c cc -L/usr/local/lib lcdtest.o helpfont.o SFont.o -lSDL -lSDL_image -o lcdtest /usr/local/lib/libSDL.so: undefined reference to `pthread_create' /usr/local/lib/libSDL.so: undefined reference to `pthread_attr_init' /usr/local/lib/libSDL.so: undefined reference to `pthread_exit' /usr/local/lib/libSDL.so: undefined reference to `pthread_cancel' /usr/local/lib/libSDL.so: undefined reference to `pthread_setcanceltype' /usr/local/lib/libSDL.so: undefined reference to `pthread_attr_setdetachstate' /usr/local/lib/libSDL.so: undefined reference to `pthread_join' /usr/local/lib/libSDL.so: undefined reference to `pthread_cond_timedwait' gmake: *** [lcdtest] Error 1 *** Error code 2 This one has them too :-) -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/