cvs commit: ports/graphics Makefile ports/graphics/lcdtest Makefile distinfo pkg-descr

Edwin Groothuis edwin at mavetju.org
Sat Jun 16 22:20:09 UTC 2007


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 <eric at brouhaha.com>
>   
>   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 at mavetju.org    |              Weblog: http://www.mavetju.org/weblog/


More information about the cvs-all mailing list