non port: x11-clocks/glclock/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 8426708 (Only the first 10 of 34 ports in this commit are shown above. )
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 )
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
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.
|
Wed, 18 Jul 2018
|
[ 11:49 tobik ]
x11-clocks/glclock: Revert r474520
r474251 already fixed the build with Clang 6.
|
Thu, 12 Jul 2018
|
[ 14:11 amdmi3 ]
- Fix build with clang 6
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Mon, 9 May 2016
|
[ 18:38 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
|
Sat, 24 Oct 2015
|
[ 15:08 danfe ]
- Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/
- Simplify installation routine while I'm here
PR: 203455
Submitted by: Walter Schwarzenfeld
|
Sun, 27 Sep 2015
|
[ 10:30 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
|
Sat, 20 Dec 2014
|
[ 19:56 bapt ]
cleanup plist
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sat, 17 May 2014
|
[ 08:42 miwi ]
- Fix build on -current
PR: 188143
Submitted by: Ports Fury
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Tue, 28 Jan 2014
|
[ 10:42 danfe ]
- Stagify, convert to OptionsNG, remove check for alpha (unsupported)
- Cleanup Makefile and port description while here
|
Fri, 20 Sep 2013
|
[ 23:44 bapt ] (Only the first 10 of 57 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-clocks)
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Sat, 9 Jun 2012
|
[ 05:48 eadler ]
Add missing depends
PR: ports/168846
Submitted by: Niclas Zeising <zeising@daemonic.se>
|
Mon, 25 Oct 2010
|
[ 20:09 trasz ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop maintainership for ports I can't maintain anymore.
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sat, 22 Mar 2008
|
[ 14:48 miwi ] (Only the first 10 of 61 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Wed, 11 Jul 2007
|
[ 22:06 trasz ] (Only the first 10 of 53 ports in this commit are shown above. )
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 13 Apr 2007
|
[ 13:03 trasz ] (Only the first 10 of 51 ports in this commit are shown above. )
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor)
|
Wed, 4 Oct 2006
|
[ 05:41 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>
|
Thu, 12 Jan 2006
|
[ 12:54 sem ] (Only the first 10 of 154 ports in this commit are shown above. )
- 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>
|
Sun, 30 May 2004
|
[ 21:47 pav ]
- Remove dead MASTER_SITES
PR: ports/67395
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
Sat, 10 Apr 2004
|
[ 17:26 trevor ] (Only the first 10 of 218 ports in this commit are shown above. )
Tidy up whitespace.
|
Fri, 26 Mar 2004
|
[ 17:22 vs ]
Slap my fingers to note that this was of course
Approved by: linimon (mentor)
|
[ 17:21 vs ]
Unbreak on alpha/current. -ffast-math is broken atm.
|
Tue, 10 Feb 2004
|
[ 16:10 krion ]
- Fix build on non-i386 arch
PR: ports/62644
Submitted by: Ports Fury
|
Sat, 18 Oct 2003
|
[ 07:35 kris ]
Reset bouncing maintainer
Submitted by: linimon
|
Fri, 21 Feb 2003
|
[ 14:08 knu ] (Only the first 10 of 62 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 17 Jun 2001
|
[ 19:19 steve ]
Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to fix compile errors
|
Mon, 5 Feb 2001
|
[ 17:05 olgeni ] (Only the first 10 of 23 ports in this commit are shown above. )
Style fixes for x11-clocks.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(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.
|
Number of commits found: 37 |