From doc@pr93.lublin.sdi.tpnet.pl  Sat Dec 29 13:09:21 2001
Return-Path: <doc@pr93.lublin.sdi.tpnet.pl>
Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93])
	by hub.freebsd.org (Postfix) with ESMTP id E4AFC37B41D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Dec 2001 13:09:14 -0800 (PST)
Received: (from root@localhost)
	by pr93.lublin.sdi.tpnet.pl (8.11.6/8.11.6) id fBTLEPT61326;
	Sat, 29 Dec 2001 22:14:25 +0100 (CET)
	(envelope-from doc)
Message-Id: <200112292114.fBTLEPT61326@pr93.lublin.sdi.tpnet.pl>
Date: Sat, 29 Dec 2001 22:14:25 +0100 (CET)
From: Michal Pasternak <doc@lublin.t1.pl>
Reply-To: Michal Pasternak <doc@lublin.t1.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: doc@safenet.pl
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33304
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 13:10:01 PST 2001
>Closed-Date:    Mon Jan 7 13:21:09 PST 2002
>Last-Modified:  Thu Oct 07 18:47:09 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Submitter-Id:	current-users
 Originator:	Michal Pasternak
 Confidential:	no
 Synopsis:	NEW PORT: devel/mingw-opengl-headers
 Severity:	non-critical
 Priority:	low
 Category:ports
 Class:		update
 Release:	FreeBSD 4.4-STABLE i386
 Environment:	System: FreeBSD pr93.lublin.sdi.tpnet.pl 4.4-STABLE FreeBSD 4.4-STABLE #14: Mon Nov 26 05:27:32 CET 2001 doc@pr93.lublin.sdi.tpnet.pl:/usr/obj/usr/src/sys/DOCUS i386
 Description:
 
   Mingw32 is a gcc, which produce Windows 9x/NT/XP .exe files. It can be used
   for cross compilation. It includes OpenGL libraries with it, but doesn't
   include header files for OpenGL application.
   This port fixes it. Fresh OpenGL header files, directly from Windows
   9x/NT/XP manufacturer site, which allow us to create Windows OpenGL
   applications on FreeBSD.
 	    
   Thank you,
 
 Fix:
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	mingw-opengl-headers
 #	mingw-opengl-headers/distinfo
 #	mingw-opengl-headers/Makefile
 #	mingw-opengl-headers/pkg-comment
 #	mingw-opengl-headers/pkg-descr
 #	mingw-opengl-headers/pkg-plist
 #
 echo c - mingw-opengl-headers
 mkdir -p mingw-opengl-headers > /dev/null 2>&1
 echo x - mingw-opengl-headers/distinfo
 sed 's/^X//' >mingw-opengl-headers/distinfo << 'END-of-mingw-opengl-headers/distinfo'
 XMD5 (mingw/opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3
 END-of-mingw-opengl-headers/distinfo
 echo x - mingw-opengl-headers/Makefile
 sed 's/^X//' >mingw-opengl-headers/Makefile << 'END-of-mingw-opengl-headers/Makefile'
 X# New ports collection makefile for: OpenGL headers for Mingw32
 X# Date created:	29 Dec 2001
 X# Whom:		Michal Pasternak <doc@lublin.t1.pl>
 X#
 X# $FreeBSD$
 X
 XPORTNAME=	opengl
 XPORTVERSION=	20011229
 XPORTEPOCH=	1
 XCATEGORIES=	devel graphics
 XMASTER_SITES=	ftp://ftp.microsoft.com/softlib/mslfiles/
 XPKGNAMEPREFIX=	mingw-
 XPKGNAMESUFFIX=	-headers
 XDISTNAME=	opengl95
 XEXTRACT_SUFX=	.exe
 X
 XMAINTAINER=	doc@lublin.t1.pl
 X
 XBUILD_DEPENDS=	mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
 X
 XDIST_SUBDIR=	mingw
 X
 XUSE_ZIP=	yes
 XNO_BUILD=	yes
 XNO_CDROM=	yes
 XWRKSRC=		${WRKDIR}/
 X
 XPREFIX=	${LOCALBASE}/i386-mingw32msvc/
 X
 Xdo-install:
 X	${MKDIR} ${PREFIX}/include/GL
 X	${LN} -s ${PREFIX}/include/GL ${PREFIX}/include/gl
 X	${CP} ${WRKSRC}/INCLUDE/GL/GL.H ${PREFIX}/include/GL/gl.h
 X	${CP} ${WRKSRC}/INCLUDE/GL/GLAUX.H ${PREFIX}/include/GL/glaux.h
 X	${CP} ${WRKSRC}/INCLUDE/GL/GLU.H ${PREFIX}/include/GL/glu.h
 X	${CP} ${WRKSRC}/DLL/GLU32.DLL ${PREFIX}/lib/glu32.dll
 X	${CP} ${WRKSRC}/DLL/OPENGL32.DLL ${PREFIX}/lib/opengl32.dll
 X
 Xdo-build:
 X	${DO_NADA}
 X
 X.include <bsd.port.mk>
 END-of-mingw-opengl-headers/Makefile
 echo x - mingw-opengl-headers/pkg-comment
 sed 's/^X//' >mingw-opengl-headers/pkg-comment << 'END-of-mingw-opengl-headers/pkg-comment'
 XOpenGL headers from Microsoft(TM) for Windows development with Mingw
 END-of-mingw-opengl-headers/pkg-comment
 echo x - mingw-opengl-headers/pkg-descr
 sed 's/^X//' >mingw-opengl-headers/pkg-descr << 'END-of-mingw-opengl-headers/pkg-descr'
 XHeaders and DLLs for OpenGL development, missing in MinGW installation.
 X
 XRead more about MinGW + OpenGL at
 XWWW: http://sites.netscape.net/ptrpck/
 X
 X-- Michal Pasternak <doc@lublin.t1.pl>
 END-of-mingw-opengl-headers/pkg-descr
 echo x - mingw-opengl-headers/pkg-plist
 sed 's/^X//' >mingw-opengl-headers/pkg-plist << 'END-of-mingw-opengl-headers/pkg-plist'
 Xinclude/GL/gl.h
 Xinclude/GL/glaux.h
 Xinclude/GL/glu.h
 Xlib/glu32.dll
 Xlib/opengl32.dll
 Xinclude/gl
 X@dirrm include/GL/
 END-of-mingw-opengl-headers/pkg-plist
 exit
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mikeh 
State-Changed-When: Mon Jan 7 13:21:09 PST 2002 
State-Changed-Why:  
Duplicate of ports/33490. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33304 
>Unformatted:
