Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.2.0_3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
2.2.0_3 02 May 2022 11:17:20 |
Emmanuel Vadot (manu) |
graphics/glew: Set x11 as maintainer |
2.2.0_3 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
2.2.0_3 20 Nov 2021 07:58:03 |
Jan Beich (jbeich) |
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 |
2.2.0_3 27 Aug 2021 18:42:11 |
Jan Beich (jbeich) |
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 |
2.2.0_2 27 Aug 2021 15:40:55 |
Jan Beich (jbeich) |
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) |
2.2.0_1 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 |
2.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 06 Jun 2020 13:50:56 |
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 |
2.1.0 29 Feb 2020 22:52:52 |
jbeich |
graphics/glew-wayland: install more files
$ LD_PRELOAD=libGLEW-wayland.so glewinfo
Error [main]: glewInit failed: Missing GL version |
2.1.0 14 Nov 2019 00:43:21 |
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) |
2.1.0 03 Nov 2019 21:56:38 |
zeising |
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 |
2.1.0 18 Nov 2017 19:32:30 |
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 |
1.13.0_1 29 Oct 2017 20:46:34 |
zeising |
Grab |
1.13.0_1 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 |
1.13.0 13 Apr 2017 09:02:14 |
amdmi3 |
- Pet portlint
- Cosmetic fixes
- Switch to options helpers |
1.13.0 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
1.13.0 19 Dec 2015 08:35:48 |
mva |
- Update to version 1.13.0
Changelog: http://glew.sourceforge.net/log.html |
1.12.0 08 Feb 2015 10:09:51 |
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 |
1.11.0_2 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.11.0_2 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) |
1.11.0_1 17 Aug 2014 17:46:09 |
mva |
- Fix tools linkage and unbreak installation
Reported by: many |
1.11.0 17 Aug 2014 13:09:59 |
mva |
- Update to version 1.11.0, which adds support for OpenGL 4.5
Changelog: http://glew.sourceforge.net/log.html |
1.10.0_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.10.0_1 22 May 2014 18:24:21 |
ak |
- Convert to OptionsNG
Approved by: portmgr (blanket) |
1.10.0_1 17 Jan 2014 21:30:37 |
mva |
- Enable stagedir support
- Add LICENSE |
1.10.0_1 10 Oct 2013 16:37:02 |
mva |
- Fix the include path reported by pkg-config --cflags
Submitted by: acm@ |
1.10.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.10.0 24 Jul 2013 17:26:21 |
mva |
- Update to version 1.10.0
- Trim Makefile headers
- OPTIONize
- Switch to USES=gmake |
1.9.0 04 Oct 2012 21:29:54 |
mva |
- Update to 1.9.0 |
1.8.0 20 Jul 2012 19:58:16 |
mva |
- Update to 1.8.0 |
1.7.0 05 Oct 2011 16:14:40 |
mva |
- Update to 1.7.0 |
1.6.0 09 May 2011 19:32:30 |
mva |
- Update to 1.6.0 |
1.5.8 12 Mar 2011 12:30:35 |
mva |
- Update to 1.5.8 |
1.5.7 07 Nov 2010 18:17:52 |
mva |
- Update to version 1.5.7 |
1.5.6 19 Sep 2010 11:31:14 |
mva |
- Update to 1.5.6 |
1.5.5 03 Aug 2010 11:29:34 |
mva |
- Update to 1.5.5 |
1.5.4 24 May 2010 07:58:01 |
mva |
- Update to 1.5.4 |
1.5.2 02 Apr 2010 11:46:00 |
mva |
- Update to 1.5.2. |
1.5.1 17 May 2009 14:58:53 |
mva |
Unbreak build on amd64.
Approved by: miwi (mentor) |
1.5.1 14 May 2009 08:16:30 |
mva |
Fixed distinfo entries for graphics/glew update.
Submitted by: QAT, various
Approved by: miwi (mentor) |
1.5.1 13 May 2009 17:36:51 |
mva |
Update to 1.5.1
Approved by: miwi (mentor) |
1.4.0_2 04 May 2009 20:11:06 |
mva |
Take maintainership.
Approved by: miwi (mentor) |
1.4.0_2 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) |
1.4.0_2 20 Mar 2008 20:04:41 |
miwi |
- Get rid of USE_X_PREFIX.
- Use SF macro
PR: 121890
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.4.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}. |
1.4.0 01 May 2007 17:19:00 |
vd |
Upgrade graphics/glew to 1.4.0 |
1.3.5 03 Dec 2006 06:54:51 |
acm |
- Revert the previous commit
Suggested by: mezz |
1.3.5 03 Dec 2006 04:22:15 |
acm |
- Remove USE_X_PREFIX
- Add USE_XLIB |
1.3.5 22 Nov 2006 20:29:07 |
miwi |
- Update to 1.3.5
PR: 105742
Submitted by: trasz |
1.3.4 14 Aug 2006 23:06:39 |
clsung |
- 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> |
1.3.4 22 Jul 2006 04:28:27 |
linimon |
Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.
Hat: portmgr |
1.3.4 05 Jun 2006 14:03:56 |
erwin |
Update to 1.3.4
PR: 98428
Submitted by: miwi
Approved by: maintainer |
1.3.3_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.3.3_1 21 Jan 2006 16:57:02 |
sem |
- Fix SONAME
PR: ports/92095
Submitted by: maintainer |
1.3.3_1 18 Jan 2006 17:20:18 |
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 |
1.3.3 03 Sep 2005 23:46:44 |
pav |
- Update to 1.3.3
PR: ports/85576
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
1.3.1 06 Mar 2005 22:42:41 |
pav |
- Update to 1.3.1
PR: ports/78423
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
1.2.5 21 Jan 2005 11:34:27 |
vs |
Fix stupid bug introduced by previous commit.
PR: ports/76512
Submitted by: maintainer |
1.2.5 08 Jan 2005 10:45:44 |
krion |
Fix build on amd64. |
1.2.5 22 Dec 2004 08:26:15 |
vs |
Update to 1.2.5
PR: ports/75224
Submitted by: maintainer |
1.2.3 20 Aug 2004 16:56:55 |
krion |
Update to 1.2.3
PR: ports/70730
Submitted by: maintainer |
1.2.1 21 Jul 2004 17:47:52 |
krion |
Change maintainer's email. |
1.2.1 02 Apr 2004 05:03:07 |
pav |
- Bring back a part of revision 1.4 which was correct
Submitted by: maintainer |
1.2.1 02 Apr 2004 03:49:20 |
pav |
- Revert my previous commit, it was completely bogus [1]
- Respect CFLAGS [2]
Requested by: maintainer [1]
Submitted by: maintainer [2] |
1.2.1 01 Apr 2004 21:42:02 |
pav |
- Respect ${CC} and ${CFLAGS}
PR: ports/65047
Submitted by: michael johnson <ahze@ahze.net> |
1.2.1 01 Apr 2004 12:16:17 |
krion |
- Update to version 1.2.1
PR: ports/65035
Submitted by: maintainer |
1.1.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.1.4 25 Jan 2004 08:48:06 |
krion |
- Fix build on AMD64
PR: 61866
Submitted by: maintainer
Noticed by: bento via kris |
1.1.4 01 Jan 2004 18:26:52 |
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> |