non port: graphics/glew/Makefile |
SVNWeb
|
Number of commits found: 62 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 May 2022
|
[ 11:17 Emmanuel Vadot (manu) ] 91348aa
graphics/glew: Set x11 as maintainer
|
[ 10:46 Rene Ladan (rene) ] d64256b (Only the first 10 of 22 ports in this commit are shown above. )
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
|
Sat, 20 Nov 2021
|
[ 07:58 Jan Beich (jbeich) ] 1d10648
graphics/glew-wayland: drop X11 dependency after b44acc9409bdn
libGL is legacy GLX entry point, so maybe missing if libglvnd and/or
mesa-libs was built without X11 support.
$ make clean all deinstall install WITHOUT=X11 -C ../libglvnd
$ make clean all
[...]
===> glew-wayland-2.2.0_2 depends on shared library: libGL.so - not found
*** Error code 1
[...]
ld -shared -soname libGLEW-wayland.so.2 -o lib/libGLEW-wayland.so.2.2.0
tmp/freebsd/default/shared/glew.o -L/usr/local/lib -lEGL -lGL
ld: error: unable to find library -lGL
gmake[1]: *** [Makefile:123: lib/libGLEW-wayland.so.2.2.0] Error 1
|
Fri, 27 Aug 2021
|
[ 18:42 Jan Beich (jbeich) ] 6930766
graphics/glew: restore GLU for now after 8532b6f5d078
While glew itself builds with -DGLEW_NO_GLU it's neither passed via
pkg-config to consumers nor visible outside of pkg-config.
$ pkg install glew pkgconf
$ pkg-config --cflags glew
Package glu was not found in the pkg-config search path.
Perhaps you should add the directory containing `glu.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glu', required by 'glew', not found
PR: 257626 (for tracking)
Reported by: madpilot
|
[ 15:40 Jan Beich (jbeich) ] 8532b6f
graphics/glew: drop unused dependencies after 0ccfc073ab99
* -lGLU dropped in https://github.com/nigels-com/glew/commit/3828cfb38c7b
* -lXmu -lXi -lXext dropped in
https://github.com/nigels-com/glew/commit/d03b68e40d00
PR: 257626
Approved by: maintainer timeout (3 weeks)
|
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.
|
Sat, 6 Jun 2020
|
[ 13:50 jbeich ]
graphics/glew: update to 2.2.0
Changes: https://github.com/nigels-com/glew/compare/glew-2.1.0...555aa3ffc085
Approved by: zeising (maintainer)
Differential Revision: https://reviews.freebsd.org/D25162
|
Sat, 29 Feb 2020
|
[ 22:52 jbeich ]
graphics/glew-wayland: install more files
$ LD_PRELOAD=libGLEW-wayland.so glewinfo
Error [main]: glewInit failed: Missing GL version
|
Thu, 14 Nov 2019
|
[ 00:43 jbeich ]
graphics/glew: add -wayland slave
SDL_VIDEODRIVER=wayland doesn't work with current glew package while
SDL_VIDEODRIVER=x11 doesn't work using this package. So, build against
libEGL instead of libX11 and let the user decide when to use.
Idea from: ArchLinux
Tested by: SDL (freeorion, ppsspp, renpy)
|
Sun, 3 Nov 2019
|
[ 21:56 zeising ] (Only the first 10 of 237 ports in this commit are shown above. )
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
|
Sat, 18 Nov 2017
|
[ 19:32 zeising ]
Update to 2.1.0
Some hilights from release notes:
* adds support for OpenGL 4.6
* adds support for OSMesa and EGL
* Removes support for MX and removes related libraries
Use upstream install target instead of our own do-install:
Fix the pkgconfig script to actually tell something at least closer to the
truth.
Add missing GL dependencies.
Library version bump.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Sun, 29 Oct 2017
|
[ 20:46 zeising ]
Grab
|
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
|
Thu, 13 Apr 2017
|
[ 09:02 amdmi3 ]
- Pet portlint
- Cosmetic fixes
- Switch to options helpers
|
Sun, 22 Jan 2017
|
[ 22:27 rene ] (Only the first 10 of 56 ports in this commit are shown above. )
Reset mva@'s ports, he handed in his ports bit.
|
Sat, 19 Dec 2015
|
[ 08:35 mva ]
- Update to version 1.13.0
Changelog: http://glew.sourceforge.net/log.html
|
Sun, 8 Feb 2015
|
[ 10:09 mva ]
- Update to version 1.12.0
This update adds a couple of nvidia extensions and fixes some minor
bugs.
Changelog: http://glew.sourceforge.net/log.html
|
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)
|
Sun, 17 Aug 2014
|
[ 17:46 mva ]
- Fix tools linkage and unbreak installation
Reported by: many
|
[ 13:09 mva ]
- Update to version 1.11.0, which adds support for OpenGL 4.5
Changelog: http://glew.sourceforge.net/log.html
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Thu, 22 May 2014
|
[ 18:24 ak ]
- Convert to OptionsNG
Approved by: portmgr (blanket)
|
Fri, 17 Jan 2014
|
[ 21:30 mva ]
- Enable stagedir support
- Add LICENSE
|
Thu, 10 Oct 2013
|
[ 16:37 mva ]
- Fix the include path reported by pkg-config --cflags
Submitted by: acm@
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 24 Jul 2013
|
[ 17:26 mva ]
- Update to version 1.10.0
- Trim Makefile headers
- OPTIONize
- Switch to USES=gmake
|
Thu, 4 Oct 2012
|
[ 21:29 mva ]
- Update to 1.9.0
|
Fri, 20 Jul 2012
|
[ 19:58 mva ]
- Update to 1.8.0
|
Wed, 5 Oct 2011
|
[ 16:14 mva ]
- Update to 1.7.0
|
Mon, 9 May 2011
|
[ 19:32 mva ]
- Update to 1.6.0
|
Sat, 12 Mar 2011
|
[ 12:30 mva ]
- Update to 1.5.8
|
Sun, 7 Nov 2010
|
[ 18:17 mva ]
- Update to version 1.5.7
|
Sun, 19 Sep 2010
|
[ 11:31 mva ]
- Update to 1.5.6
|
Tue, 3 Aug 2010
|
[ 11:29 mva ]
- Update to 1.5.5
|
Mon, 24 May 2010
|
[ 07:58 mva ]
- Update to 1.5.4
|
Fri, 2 Apr 2010
|
[ 11:46 mva ]
- Update to 1.5.2.
|
Wed, 13 May 2009
|
[ 17:36 mva ]
Update to 1.5.1
Approved by: miwi (mentor)
|
Mon, 4 May 2009
|
[ 20:11 mva ]
Take maintainership.
Approved by: miwi (mentor)
|
Thu, 20 Mar 2008
|
[ 20:04 miwi ]
- Get rid of USE_X_PREFIX.
- Use SF macro
PR: 121890
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
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}.
|
Tue, 1 May 2007
|
[ 17:19 vd ]
Upgrade graphics/glew to 1.4.0
|
Sun, 3 Dec 2006
|
[ 06:54 acm ]
- Revert the previous commit
Suggested by: mezz
|
[ 04:22 acm ]
- Remove USE_X_PREFIX
- Add USE_XLIB
|
Wed, 22 Nov 2006
|
[ 20:29 miwi ]
- Update to 1.3.5
PR: 105742
Submitted by: trasz
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sat, 22 Jul 2006
|
[ 04:28 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.
Hat: portmgr
|
Mon, 5 Jun 2006
|
[ 14:03 erwin ]
Update to 1.3.4
PR: 98428
Submitted by: miwi
Approved by: maintainer
|
Wed, 18 Jan 2006
|
[ 17:20 sem ]
- Fix undefined symbol errors when including glut.h just after glew.h in
applications which depends on both of them.
- Bumped PORTREVISION.
PR: ports/91944
Submitted by: maintainer
|
Sat, 3 Sep 2005
|
[ 23:46 pav ]
- Update to 1.3.3
PR: ports/85576
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
Sun, 6 Mar 2005
|
[ 22:42 pav ]
- Update to 1.3.1
PR: ports/78423
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
Wed, 22 Dec 2004
|
[ 08:26 vs ]
Update to 1.2.5
PR: ports/75224
Submitted by: maintainer
|
Fri, 20 Aug 2004
|
[ 16:56 krion ]
Update to 1.2.3
PR: ports/70730
Submitted by: maintainer
|
Wed, 21 Jul 2004
|
[ 17:47 krion ] (Only the first 10 of 26 ports in this commit are shown above. )
Change maintainer's email.
|
Fri, 2 Apr 2004
|
[ 05:03 pav ]
- Bring back a part of revision 1.4 which was correct
Submitted by: maintainer
|
[ 03:49 pav ]
- Revert my previous commit, it was completely bogus [1]
- Respect CFLAGS [2]
Requested by: maintainer [1]
Submitted by: maintainer [2]
|
Thu, 1 Apr 2004
|
[ 21:42 pav ]
- Respect ${CC} and ${CFLAGS}
PR: ports/65047
Submitted by: michael johnson <ahze@ahze.net>
|
[ 12:16 krion ]
- Update to version 1.2.1
PR: ports/65035
Submitted by: maintainer
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thu, 1 Jan 2004
|
[ 18:26 krion ]
Add glew 1.1.4,
The goal of the OpenGL Extension Wrangler Library (GLEW) is to
assist C/C++ OpenGL developers with two tedious tasks:
initializing and using extensions and writing portable
applications. GLEW provides an efficient run-time mechanism to
determine whether a certain extension is supported by the
driver or not. OpenGL core and extension functionality is
exposed via a single header file.
PR: 60717
Submitted by: Igor Pokrovsky <tiamat@comset.net>
|
Number of commits found: 62 |