Bug 62297 - New port: graphics/oglext A library for easier access to OpenGL extensions
Summary: New port: graphics/oglext A library for easier access to OpenGL extensions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-03 03:40 UTC by Igor Pokrovsky
Modified: 2004-05-29 23:09 UTC (History)
0 users

See Also:


Attachments
oglext.shar (5.54 KB, text/plain)
2004-02-03 03:40 UTC, Igor Pokrovsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Pokrovsky 2004-02-03 03:40:07 UTC
OglExt is a free OpenGL extension library, enabling the easy access of all
functionality up to OpenGL version 1.4 as well as API functions of more than
200 OpenGL extensions. With OglExt you don't need to use glXGetProcAddress[ARB]
anymore. See README for more information.
Comment 1 Igor Pokrovsky 2004-02-05 03:32:56 UTC
diff -ru oglext-orig/Makefile oglext/Makefile
--- oglext-orig/Makefile	Wed Feb  4 15:33:11 2004
+++ oglext/Makefile	Wed Feb  4 15:48:35 2004
@@ -18,6 +18,7 @@
 USE_GMAKE=	yes
 USE_GL=		yes
 USE_X_PREFIX=	yes
+INSTALLS_SHLIB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 BUILD_WRKSRC=   ${WRKSRC}/src
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2004-05-29 23:09:25 UTC
State Changed
From-To: open->closed


New port added, thanks!