The FreeBSD Ports Archive
FreeBSD x11-toolkits : gtkglarea4>
An OpenGL widget for the GTK+ GUI toolkit
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
which is basically wrapper around GLX functions. The widget itself is
derived from GtkDrawinigArea widget and adds only few extra functions.
Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
C++ wrapper for gtkglarea written by Karl Nelson .
|
gtkglarea history
v. 1.29
date: 2007/05/19 20:31:00; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28
date: 2007/02/01 02:42:03; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.27
date: 2006/08/15 01:13:36; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.26
date: 2006/02/23 10:40:20; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.25
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.24
date: 2005/06/03 20:18:11; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2004/07/09 17:43:05; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/03/20 17:27:35; author: krion; state: Exp; lines: +10 -7
- Update to version 1.2.3
PR: ports/64512
Submitted by: Ports Fury
v. 1.21
date: 2004/03/14 06:17:47; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/22 02:20:31; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address
v. 1.19
date: 2004/02/04 05:10:07; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.18
date: 2003/12/15 19:37:11; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL (maintainer timeout).
v. 1.17
date: 2003/04/20 19:54:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.16
date: 2003/02/21 14:19:05; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.15
date: 2002/10/12 22:51:04; author: marcus; state: Exp; lines: +2 -0
Use USE_X_PREFIX.
v. 1.14
date: 2002/07/14 12:07:01; author: sobomax; state: Exp; lines: +2 -1
Use USE_GNOMENG.
v. 1.13
date: 2002/06/23 11:48:56; author: ijliao; state: Exp; lines: +1 -1
fix build on current
v. 1.12
date: 2001/06/01 16:57:10; author: sobomax; state: Exp; lines: +2 -1
Unbroke when used with XFree86-4.
v. 1.11
date: 2001/02/05 16:48:59; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.10
date: 2000/10/05 06:42:45; author: reg; state: Exp; lines: +2 -6
Implement USE_GTK, part 2.
v. 1.9
date: 2000/08/03 09:27:41; author: asami; state: Exp; lines: +3 -3
(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.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.8
date: 2000/06/16 21:52:30; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.7
date: 2000/06/16 10:38:16; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/05 11:39:15; author: sobomax; state: Exp; lines: +2 -2
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
v. 1.5
date: 2000/05/29 22:18:24; author: will; state: Exp; lines: +9 -11
Update to 1.2.2. Add WWW to pkg/DESCR.
PR: 18885
Submitted by: KATO Tsuguru
No response: maintainer
v. 1.4
date: 2000/04/10 01:10:26; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/20 23:25:18; author: jseger; state: Exp; lines: +2 -2
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.2
date: 1999/08/31 02:59:18; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp; lines: +0 -0
GtkGLArea, an openGL widget for the GTK+ GUI toolkit
PR: 12931
Submitted by: Michael Sardo
=============================================================================
v. 1.29
date: 2007/05/19 20:31:00; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28
date: 2007/02/01 02:42:03; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.27
date: 2006/08/15 01:13:36; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.26
date: 2006/02/23 10:40:20; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.25
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.24
date: 2005/06/03 20:18:11; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2004/07/09 17:43:05; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/03/20 17:27:35; author: krion; state: Exp; lines: +10 -7
- Update to version 1.2.3
PR: ports/64512
Submitted by: Ports Fury
v. 1.21
date: 2004/03/14 06:17:47; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/22 02:20:31; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address
v. 1.19
date: 2004/02/04 05:10:07; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.18
date: 2003/12/15 19:37:11; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL (maintainer timeout).
v. 1.17
date: 2003/04/20 19:54:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.16
date: 2003/02/21 14:19:05; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.15
date: 2002/10/12 22:51:04; author: marcus; state: Exp; lines: +2 -0
Use USE_X_PREFIX.
v. 1.14
date: 2002/07/14 12:07:01; author: sobomax; state: Exp; lines: +2 -1
Use USE_GNOMENG.
v. 1.13
date: 2002/06/23 11:48:56; author: ijliao; state: Exp; lines: +1 -1
fix build on current
v. 1.12
date: 2001/06/01 16:57:10; author: sobomax; state: Exp; lines: +2 -1
Unbroke when used with XFree86-4.
v. 1.11
date: 2001/02/05 16:48:59; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.10
date: 2000/10/05 06:42:45; author: reg; state: Exp; lines: +2 -6
Implement USE_GTK, part 2.
v. 1.9
date: 2000/08/03 09:27:41; author: asami; state: Exp; lines: +3 -3
(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.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.8
date: 2000/06/16 21:52:30; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.7
date: 2000/06/16 10:38:16; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/05 11:39:15; author: sobomax; state: Exp; lines: +2 -2
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
v. 1.5
date: 2000/05/29 22:18:24; author: will; state: Exp; lines: +9 -11
Update to 1.2.2. Add WWW to pkg/DESCR.
PR: 18885
Submitted by: KATO Tsuguru
No response: maintainer
v. 1.4
date: 2000/04/10 01:10:26; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/20 23:25:18; author: jseger; state: Exp; lines: +2 -2
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.2
date: 1999/08/31 02:59:18; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp; lines: +0 -0
GtkGLArea, an openGL widget for the GTK+ GUI toolkit
PR: 12931
Submitted by: Michael Sardo
=============================================================================
v. 1.29
date: 2007/05/19 20:31:00; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28
date: 2007/02/01 02:42:03; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.27
date: 2006/08/15 01:13:36; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.26
date: 2006/02/23 10:40:20; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.25
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.24
date: 2005/06/03 20:18:11; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.23
date: 2004/07/09 17:43:05; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.22
date: 2004/03/20 17:27:35; author: krion; state: Exp; lines: +10 -7
- Update to version 1.2.3
PR: ports/64512
Submitted by: Ports Fury
v. 1.21
date: 2004/03/14 06:17:47; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/22 02:20:31; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address
v. 1.19
date: 2004/02/04 05:10:07; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.18
date: 2003/12/15 19:37:11; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL (maintainer timeout).
v. 1.17
date: 2003/04/20 19:54:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.16
date: 2003/02/21 14:19:05; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.15
date: 2002/10/12 22:51:04; author: marcus; state: Exp; lines: +2 -0
Use USE_X_PREFIX.
v. 1.14
date: 2002/07/14 12:07:01; author: sobomax; state: Exp; lines: +2 -1
Use USE_GNOMENG.
v. 1.13
date: 2002/06/23 11:48:56; author: ijliao; state: Exp; lines: +1 -1
fix build on current
v. 1.12
date: 2001/06/01 16:57:10; author: sobomax; state: Exp; lines: +2 -1
Unbroke when used with XFree86-4.
v. 1.11
date: 2001/02/05 16:48:59; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.10
date: 2000/10/05 06:42:45; author: reg; state: Exp; lines: +2 -6
Implement USE_GTK, part 2.
v. 1.9
date: 2000/08/03 09:27:41; author: asami; state: Exp; lines: +3 -3
(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.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.8
date: 2000/06/16 21:52:30; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.7
date: 2000/06/16 10:38:16; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/05 11:39:15; author: sobomax; state: Exp; lines: +2 -2
--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
v. 1.5
date: 2000/05/29 22:18:24; author: will; state: Exp; lines: +9 -11
Update to 1.2.2. Add WWW to pkg/DESCR.
PR: 18885
Submitted by: KATO Tsuguru
No response: maintainer
v. 1.4
date: 2000/04/10 01:10:26; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/20 23:25:18; author: jseger; state: Exp; lines: +2 -2
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.2
date: 1999/08/31 02:59:18; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/04 05:48:35; author: cpiazza; state: Exp; lines: +0 -0
GtkGLArea, an openGL widget for the GTK+ GUI toolkit
PR: 12931
Submitted by: Michael Sardo
=============================================================================
|
| |

|