View | Details | Raw Unified | Return to bug 160830
Collapse All | Expand All

(-)files/patch-src-opengl-GLee.h (-11 lines)
Removed Link Here
1
--- src/opengl/GLee.h.orig	2008-09-20 18:40:14.000000000 +0400
2
+++ src/opengl/GLee.h	2009-03-10 17:33:52.000000000 +0300
3
@@ -747,8 +747,6 @@
4
 
5
 	/* GLX */
6
 
7
-	typedef void (*__GLXextFuncPtr)(void);
8
-
9
 	#ifndef GLX_ARB_get_proc_address 
10
 	#define GLX_ARB_get_proc_address 1
11
 	extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
(-)files/patch-src-modules-graphics-opengl-GLee.h (+11 lines)
Added Link Here
1
--- src/modules/graphics/opengl/GLee.h.orig	2011-09-19 16:43:16.000000000 +0200
2
+++ src/modules/graphics/opengl/GLee.h	2011-09-19 16:43:33.000000000 +0200
3
@@ -799,7 +799,7 @@
4
 
5
 	/* GLX */
6
 
7
-	typedef void (*__GLXextFuncPtr)(void);
8
+	/* typedef void (*__GLXextFuncPtr)(void);*/
9
 
10
 	#ifndef GLX_ARB_get_proc_address 
11
 	#define GLX_ARB_get_proc_address 1
(-)Makefile (-6 / +8 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	love
8
PORTNAME=	love
9
DISTVERSION=	0.5-0
9
DISTVERSION=	0.7.2
10
PORTREVISION=	7
11
CATEGORIES=	devel games
10
CATEGORIES=	devel games
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
DISTNAME=	${PORTNAME}-${PORTVERSION}-linux-src
12
MASTER_SITES=	https://bitbucket.org/rude/love/downloads/
13
13
14
MAINTAINER=	amdmi3@FreeBSD.org
14
MAINTAINER=	amdmi3@FreeBSD.org
15
COMMENT=	Open-source 2D game engine
15
COMMENT=	Open-source 2D game engine
16
16
17
LIB_DEPENDS=	IL.2:${PORTSDIR}/graphics/devil \
17
LIB_DEPENDS=	IL.2:${PORTSDIR}/graphics/devil \
18
		openal.1:${PORTSDIR}/audio/openal-soft \
19
		modplug.1:${PORTSDIR}/audio/libmodplug \
20
		mpg123.0:${PORTSDIR}/audio/mpg123 \
21
		vorbisfile.6:${PORTSDIR}/audio/libvorbis \
18
		physfs.1:${PORTSDIR}/devel/physfs \
22
		physfs.1:${PORTSDIR}/devel/physfs \
19
		freetype.9:${PORTSDIR}/print/freetype2
23
		freetype.9:${PORTSDIR}/print/freetype2
20
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
24
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
25
WRKSRC=		${WRKDIR}/love-HEAD
21
26
22
USE_BZIP2=	yes
23
USE_GMAKE=	yes
27
USE_GMAKE=	yes
24
USE_SDL=	sdl mixer
28
USE_SDL=	sdl mixer
25
USE_GL=		gl glu
29
USE_GL=		gl glu
Lines 35-42 Link Here
35
PORTDOCS=	*
39
PORTDOCS=	*
36
40
37
post-patch:
41
post-patch:
38
	@${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \
39
		${WRKSRC}/src/opengl/love_opengl.cpp
40
	@${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \
42
	@${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \
41
		${WRKSRC}/configure
43
		${WRKSRC}/configure
42
44
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (love-0.5-0.tar.bz2) = 0f325fb92f032d089b6b77e1d1410e227631cac9b7c902869ab88441ba2c826b
1
SHA256 (love-0.7.2-linux-src.tar.gz) = a57adcb0cbdc390a9bd8e2fe477bc175799b9ffd3486e01f859a36bf27f7f268
2
SIZE (love-0.5-0.tar.bz2) = 739252
2
SIZE (love-0.7.2-linux-src.tar.gz) = 900209

Return to bug 160830