summaryrefslogtreecommitdiff
path: root/x11-clocks/glclock/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-clocks/glclock: Fix build with Clang 6Tobias Kortkamp2018-07-091-0/+15
| | | | | | | | | | | GLObject.cpp:843:22: error: non-constant-expression cannot be narrowed from type 'double' to 'GLfloat' (aka 'float') in initializer list [-Wc++11-narrowing] GLfloat lamb[4] = { color[0] * 0.1, color[1] * 0.1, color[2] * 0.1, 1.0f } ; ^~~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474051_s336054/logs/glclock-6.0.b6.0_6.log Notes: svn path=/head/; revision=474251
* x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clangKurt Jaeger2016-05-095-18/+18
| | | | | | | | | | - make patches conform to recommended format (makepatch) PR: 209399 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=414879
* - Fix build on -currentMartin Wilke2014-05-173-28/+33
| | | | | | | | PR: 188143 Submitted by: Ports Fury Notes: svn path=/head/; revision=354299
* - Update to 6.0.b6.0 (6.0 Beta 6.0)Rong-En Fan2006-10-046-38/+120
| | | | | | | | | | | | - Pass maintainership to submitter - Fix build with GCC 4.1 http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/glclock-5.0_2.log PR: ports/103880 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=174429
* - Fix build on non-i386 archKirill Ponomarev2004-02-101-38/+0
| | | | | | | | PR: ports/62644 Submitted by: Ports Fury Notes: svn path=/head/; revision=100567
* Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to fix compile errorsSteve Price2001-06-171-3/+3
| | | | | | | | PR: 28073 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44126
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* UnbreakChris Piazza1999-12-221-2/+3
| | | | Notes: svn path=/head/; revision=23822
* Import of glclock.Chris Piazza1999-09-252-0/+75
glclock is an opengl demo with benchmarking capability. It displays clocks with different textures etc. You will need a very fast cpu or a hardware accelerated 3d card (www.freebsd.org/~3d). PR: 13866 Submitted by: Randall Hopper <aa8vb@ipass.net> Notes: svn path=/head/; revision=21953