notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/glew/Makefile
SVNWeb

Number of commits found: 62

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 2 May 2022
[ 11:17 Emmanuel Vadot (manu) search for other commits by this committer ]    commit hash:91348aa11da63636a2adfa3c791728bc392e0a4c  commit hash:91348aa11da63636a2adfa3c791728bc392e0a4c  commit hash:91348aa11da63636a2adfa3c791728bc392e0a4c  91348aa 
graphics/glew: Set x11 as maintainer
[ 10:46 Rene Ladan (rene) search for other commits by this committer ]    commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  commit hash:d64256b72d6c06774342e032ebb1364df52d3bf6  d64256b  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
Sat, 20 Nov 2021
[ 07:58 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:1d106488bd2115ec60b364ba04c730dde0965eb5  commit hash:1d106488bd2115ec60b364ba04c730dde0965eb5  commit hash:1d106488bd2115ec60b364ba04c730dde0965eb5  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) search for other commits by this committer ]    commit hash:69307666c81eab8e37a872fdc0481c4d3e250311  commit hash:69307666c81eab8e37a872fdc0481c4d3e250311  commit hash:69307666c81eab8e37a872fdc0481c4d3e250311  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) search for other commits by this committer ]    commit hash:8532b6f5d0782df7f5243758bd67f458758dfeb0  commit hash:8532b6f5d0782df7f5243758bd67f458758dfeb0  commit hash:8532b6f5d0782df7f5243758bd67f458758dfeb0  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) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Jun 2020
[ 13:50 jbeich search for other commits by this committer ] Original commit   Revision:538091
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 search for other commits by this committer ] Original commit   Revision:527479
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 search for other commits by this committer ] Original commit   Revision:517542
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 search for other commits by this committer ] Original commit   Revision:516607 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:454453
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 search for other commits by this committer ] Original commit   Revision:453135
Grab
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:438429
- Pet portlint
- Cosmetic fixes
- Switch to options helpers
Sun, 22 Jan 2017
[ 22:27 rene search for other commits by this committer ] Original commit   Revision:432169 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Reset mva@'s ports, he handed in his ports bit.
Sat, 19 Dec 2015
[ 08:35 mva search for other commits by this committer ] Original commit   Revision:404003
- Update to version 1.13.0

Changelog: http://glew.sourceforge.net/log.html
Sun, 8 Feb 2015
[ 10:09 mva search for other commits by this committer ] Original commit   Revision:378635
- 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 search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:365213
- Fix tools linkage and unbreak installation

Reported by:	many
[ 13:09 mva search for other commits by this committer ] Original commit   Revision:365183
- 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 search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:354879
- Convert to OptionsNG

Approved by:	portmgr (blanket)
Fri, 17 Jan 2014
[ 21:30 mva search for other commits by this committer ] Original commit   Revision:340112
- Enable stagedir support
- Add LICENSE
Thu, 10 Oct 2013
[ 16:37 mva search for other commits by this committer ] Original commit   Revision:330016
- Fix the include path reported by pkg-config --cflags

Submitted by:	acm@
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Wed, 24 Jul 2013
[ 17:26 mva search for other commits by this committer ] Original commit   Revision:323612
- Update to version 1.10.0
- Trim Makefile headers
- OPTIONize
- Switch to USES=gmake
Thu, 4 Oct 2012
[ 21:29 mva search for other commits by this committer ] Original commit   Revision:305282
- Update to 1.9.0
Fri, 20 Jul 2012
[ 19:58 mva search for other commits by this committer ] Original commit 
- Update to 1.8.0
Wed, 5 Oct 2011
[ 16:14 mva search for other commits by this committer ] Original commit 
- Update to 1.7.0
Mon, 9 May 2011
[ 19:32 mva search for other commits by this committer ] Original commit 
- Update to 1.6.0
Sat, 12 Mar 2011
[ 12:30 mva search for other commits by this committer ] Original commit 
- Update to 1.5.8
Sun, 7 Nov 2010
[ 18:17 mva search for other commits by this committer ] Original commit 
- Update to version 1.5.7
Sun, 19 Sep 2010
[ 11:31 mva search for other commits by this committer ] Original commit 
- Update to 1.5.6
Tue, 3 Aug 2010
[ 11:29 mva search for other commits by this committer ] Original commit 
- Update to 1.5.5
Mon, 24 May 2010
[ 07:58 mva search for other commits by this committer ] Original commit 
- Update to 1.5.4
Fri, 2 Apr 2010
[ 11:46 mva search for other commits by this committer ] Original commit 
- Update to 1.5.2.
Wed, 13 May 2009
[ 17:36 mva search for other commits by this committer ] Original commit 
Update to 1.5.1

Approved by:    miwi (mentor)
Mon, 4 May 2009
[ 20:11 mva search for other commits by this committer ] Original commit 
Take maintainership.

Approved by:    miwi (mentor)
Thu, 20 Mar 2008
[ 20:04 miwi search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
Upgrade graphics/glew to 1.4.0
Sun, 3 Dec 2006
[ 06:54 acm search for other commits by this committer ] Original commit 
- Revert the previous commit

Suggested by:   mezz
[ 04:22 acm search for other commits by this committer ] Original commit 
- Remove USE_X_PREFIX
- Add USE_XLIB
Wed, 22 Nov 2006
[ 20:29 miwi search for other commits by this committer ] Original commit 
- Update to 1.3.5

PR:             105742
Submitted by:   trasz
Mon, 14 Aug 2006
[ 23:06 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Reset bouncing maintainer address ip@doom.homeunix.org.  We hope to see him
back soon.

Hat:            portmgr
Mon, 5 Jun 2006
[ 14:03 erwin search for other commits by this committer ] Original commit 
Update to 1.3.4

PR:             98428
Submitted by:   miwi
Approved by:    maintainer
Wed, 18 Jan 2006
[ 17:20 sem search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update to 1.3.3

PR:             ports/85576
Submitted by:   Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Sun, 6 Mar 2005
[ 22:42 pav search for other commits by this committer ] Original commit 
- Update to 1.3.1

PR:             ports/78423
Submitted by:   Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Wed, 22 Dec 2004
[ 08:26 vs search for other commits by this committer ] Original commit 
Update to 1.2.5

PR:             ports/75224
Submitted by:   maintainer
Fri, 20 Aug 2004
[ 16:56 krion search for other commits by this committer ] Original commit 
Update to 1.2.3

PR:             ports/70730
Submitted by:   maintainer
Wed, 21 Jul 2004
[ 17:47 krion search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Change maintainer's email.
Fri, 2 Apr 2004
[ 05:03 pav search for other commits by this committer ] Original commit 
- Bring back a part of revision 1.4 which was correct

Submitted by:   maintainer
[ 03:49 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Respect ${CC} and ${CFLAGS}

PR:             ports/65047
Submitted by:   michael johnson <ahze@ahze.net>
[ 12:16 krion search for other commits by this committer ] Original commit 
- Update to version 1.2.1

PR:             ports/65035
Submitted by:   maintainer
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Thu, 1 Jan 2004
[ 18:26 krion search for other commits by this committer ] Original commit 
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