Port details |
- glclock OpenGL spinning pocket watch demo and benchmark utility
- 6.0.b6.0_7 x11-clocks =5 6.0.b6.0_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:23:33
- Commit Hash: 8426708
- People watching this port, also watch:: bzip, xv, unzip, rar, unix2dos
- License: not specified in port
- Description:
- glclock is a OpenGL demo with benchmarking capability. For fun and
performance testing, glclock will be of some use for those who have
hardware-accelerated 3D cards, or fast CPUs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- glclock>0:x11-clocks/glclock
- To install the port:
- cd /usr/ports/x11-clocks/glclock/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-clocks/glclock
- pkg install glclock
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glclock
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (glclock-6.0b6.0.tar.gz) = 7636e53db08c2c955742590abb62d0b61eee791a801e528892b9269fe05a1fc7
SIZE (glclock-6.0b6.0.tar.gz) = 811803
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xext.pc : x11/libXext
- x11.pc : x11/libX11
- Runtime dependencies:
-
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xext.pc : x11/libXext
- x11.pc : x11/libX11
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for glclock-6.0.b6.0_7:
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- x11-clocks_glclock
- USES:
- gl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.b6.0_7 20 Jul 2022 14:23:33 |
Tobias C. Berner (tcberner) |
x11-clocks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@fix.no>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Brian Handy <handy@physics.montana.edu>
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org>
* David Leonard <leonard@dstc.edu.au>
* Emanuel Haupt <ehaupt@critical.ch>
* FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
* Greg Lewis <glewis@FreeBSD.org>
* Harold Gutch <logix@foobar.franken.de> (Only the first 15 lines of the commit message are shown above ) |
6.0.b6.0_7 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
6.0.b6.0_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.b6.0_6 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
6.0.b6.0_6 18 Jul 2018 11:49:29 |
tobik |
x11-clocks/glclock: Revert r474520
r474251 already fixed the build with Clang 6. |
6.0.b6.0_6 12 Jul 2018 14:11:47 |
amdmi3 |
- Fix build with clang 6 |
6.0.b6.0_6 09 Jul 2018 12:08:09 |
tobik |
x11-clocks/glclock: Fix build with Clang 6
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 |
6.0.b6.0_6 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
6.0.b6.0_5 09 May 2016 18:38:47 |
pi |
x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clang
- make patches conform to recommended format (makepatch)
PR: 209399
Submitted by: yuri@rawbw.com |
6.0.b6.0_5 24 Oct 2015 15:08:39 |
danfe |
- Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/
- Simplify installation routine while I'm here
PR: 203455
Submitted by: Walter Schwarzenfeld |
6.0.b6.0_5 27 Sep 2015 10:30:52 |
antoine |
Mark BROKEN: fails to link
c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector
-fno-strict-aliasing -L/usr/local/lib -o glclock main.o glclock.o GLObject.o
GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm
GLextensions.o: In function `IsSupported_EXT_polygon_offset()':
GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT'
Reported by: pkg-fallout |
6.0.b6.0_5 20 Dec 2014 19:56:13 |
bapt |
cleanup plist |
6.0.b6.0_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
6.0.b6.0_4 17 May 2014 08:42:00 |
miwi |
- Fix build on -current
PR: 188143
Submitted by: Ports Fury |
6.0.b6.0_4 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
6.0.b6.0_3 28 Jan 2014 10:42:26 |
danfe |
- Stagify, convert to OptionsNG, remove check for alpha (unsupported)
- Cleanup Makefile and port description while here |
6.0.b6.0_3 20 Sep 2013 23:44:55 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-clocks) |
6.0.b6.0_3 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
6.0.b6.0_2 09 Jun 2012 05:48:43 |
eadler |
Add missing depends
PR: ports/168846
Submitted by: Niclas Zeising <zeising@daemonic.se> |
6.0.b6.0_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
6.0.b6.0_2 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
6.0.b6.0_2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
6.0.b6.0_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
6.0.b6.0_1 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
6.0.b6.0_1 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
6.0.b6.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.0.b6.0 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
6.0.b6.0 04 Oct 2006 05:41:19 |
rafan |
- Update to 6.0.b6.0 (6.0 Beta 6.0)
- 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> |
5.0_2 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
5.0_1 25 Nov 2005 19:16:38 |
pav |
- Add SHA256 |
5.0_1 30 May 2004 21:47:23 |
pav |
- Remove dead MASTER_SITES
PR: ports/67395
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
5.0_1 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
5.0_1 26 Mar 2004 17:22:28 |
vs |
Slap my fingers to note that this was of course
Approved by: linimon (mentor) |
5.0_1 26 Mar 2004 17:21:29 |
vs |
Unbreak on alpha/current. -ffast-math is broken atm. |
5.0_1 10 Feb 2004 16:10:37 |
krion |
- Fix build on non-i386 arch
PR: ports/62644
Submitted by: Ports Fury |
5.0_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
5.0_1 18 Oct 2003 07:35:46 |
kris |
Reset bouncing maintainer
Submitted by: linimon |
5.0_1 21 Feb 2003 14:08:24 |
knu |
De-pkg-comment. |
17 Jun 2001 19:19:53 |
steve |
Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to fix compile errors |
05 Feb 2001 17:05:30 |
olgeni |
Style fixes for x11-clocks. |
08 Oct 2000 07:41:03 |
asami |
Convert category x11-clocks to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |