Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Nov 2019 22:16:15
0.66_6

|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
27 May 2018 20:15:20
0.66_6

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
23 May 2017 05:03:16
0.66_6

|
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 |
06 Jul 2015 17:47:40
0.66_5

|
sunpoet  |
- Add PORTSCOUT |
03 May 2015 20:47:16
0.66_5

|
amdmi3  |
- Add missing xorg depends
Approved by: portmgr blanket
MFH: 2015Q2 |
26 Nov 2014 13:08:38
0.66_4

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 17:04:21
0.66_3

|
bapt  |
Cleanup plist |
15 Sep 2014 22:33:37
0.66_3

|
mat  |
Use a correct manual package build message.
Poked by: bapt
Sponsored by: Absolight |
10 Sep 2014 20:50:37
0.66_3

|
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) |
29 Aug 2014 15:17:31
0.66_2

|
mat  |
USE_GL=glut -> freeglut, also, it needs the display during configure.
Sponsored by: Absolight |
10 Jun 2014 12:14:14
0.66_2

|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
28 May 2014 12:11:16
0.66_2

|
bapt  |
Remove unused USE_DISPLAY |
16 Apr 2014 18:28:50
0.66_2

|
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 ) |
05 Jan 2014 12:07:21
0.66_1

|
az  |
- support stage |
20 Sep 2013 18:35:46
0.66_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
02 Aug 2013 22:11:25
0.66_1

|
bapt  |
USE_PERL5 doesn't now about display, USES does
Reported by: mat |
02 Aug 2013 22:03:54
0.66_1

|
bapt  |
Convert USE_DISPLAY to USES=display |
02 Aug 2013 18:52:11
0.66_1

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
25 Sep 2012 18:02:15
0.66_1

|
beat  |
- Disallow from pointyhat: fails to start X server
Reported by: pointyhat |
22 Aug 2012 18:15:16
0.66_1
|
crees  |
There's apparently a magic variable, USE_DISPLAY that I'd somehow missed.
Hopefully this will fix the build on pointyhat...
Submitted by: beat
Submitted by: linimon |
22 Aug 2012 17:40:22
0.66_1
|
crees  |
Mark IS_INTERACTIVE-- requires an X server for configure stage.
I'm thinking of using xvfb somehow... or finding the freeglut version by
perhaps looking in source code/headers.
Submitted by: pointyhat (beat) |
04 Aug 2012 22:52:04
0.66_1
|
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. |
05 Dec 2011 03:24:28
0.66
|
sunpoet  |
- Update to 0.66
- While I'm here, add missing trailing slash to WWW
Changes: http://search.cpan.org/dist/OpenGL/Release_Notes
PR: ports/161534
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes |
08 Sep 2011 08:36:43
0.54_2
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
03 Jul 2011 14:12:23
0.54_2
|
ohauer  |
-remove MD5 |
23 Jan 2010 14:45:05
0.54_2
|
ehaupt  |
- Add cpan site to WWW
- Fix indentation, fmt -w 80 |
31 Aug 2009 19:48:35
0.54_2
|
pav  |
- Un-IGNORE: glut is USE_GL keyword, not USE_XORG one |
19 Apr 2008 17:56:05
0.54_2 
|
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) |
17 Apr 2008 14:30:31
0.54_2
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
19 May 2007 20:32:57
0.54_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 Dec 2006 18:21:04
0.54_1
|
rafan  |
- Respect X11BASE
Reported by: pointyhat |
12 Jan 2006 12:54:32
0.54_1
|
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> |
26 Nov 2005 01:48:16
0.54
|
pav  |
- Add SHA256 |
17 Dec 2004 19:34:05
0.54
|
lesi  |
After a bit of discussion with CPAN maintainer of this module, make it
compile with Mesa 6, but in a way that hopefully doesn't break with
older GL.
Pointed out by: dosirak via kris |
29 Jan 2004 07:24:56
0.54
|
trevor  |
SIZEify. |
20 Feb 2003 18:08:19
0.54
|
knu  |
de-pkg-comment |
06 Jan 2003 20:27:42
0.54
|
ijliao  |
add p5-OpenGL 0.54
Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX |