diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /devel/love | |
parent | 51498efaebaad1106dcf0d3f70c8feaa14c411ee (diff) |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Notes
Notes:
svn path=/head/; revision=322840
Diffstat (limited to 'devel/love')
-rw-r--r-- | devel/love/Makefile | 13 | ||||
-rw-r--r-- | devel/love/files/patch-src-modules-graphics-opengl-GLee.h | 16 |
2 files changed, 15 insertions, 14 deletions
diff --git a/devel/love/Makefile b/devel/love/Makefile index a6610eb35ffd..94b31e14fced 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -12,12 +12,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - modplug.1:${PORTSDIR}/audio/libmodplug \ - mpg123.0:${PORTSDIR}/audio/mpg123 \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - physfs.1:${PORTSDIR}/devel/physfs \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= IL:${PORTSDIR}/graphics/devil \ + modplug:${PORTSDIR}/audio/libmodplug \ + mpg123:${PORTSDIR}/audio/mpg123 \ + vorbisfile:${PORTSDIR}/audio/libvorbis \ + physfs:${PORTSDIR}/devel/physfs \ + freetype:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_GMAKE= yes @@ -31,6 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib WRKSRC= ${WRKDIR}/love-${PORTVERSION} +USE_DOS2UNIX= yes PLIST_FILES= bin/love diff --git a/devel/love/files/patch-src-modules-graphics-opengl-GLee.h b/devel/love/files/patch-src-modules-graphics-opengl-GLee.h index ee29f8c1c064..fb28b6582ebe 100644 --- a/devel/love/files/patch-src-modules-graphics-opengl-GLee.h +++ b/devel/love/files/patch-src-modules-graphics-opengl-GLee.h @@ -1,11 +1,11 @@ --- src/modules/graphics/opengl/GLee.h.orig 2011-05-04 20:00:10.000000000 +0400 +++ src/modules/graphics/opengl/GLee.h 2011-09-20 00:16:46.000000000 +0400 @@ -799,8 +799,6 @@ -
- /* GLX */
-
-- typedef void (*__GLXextFuncPtr)(void);
--
- #ifndef GLX_ARB_get_proc_address
- #define GLX_ARB_get_proc_address 1
- extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
+ + /* GLX */ + +- typedef void (*__GLXextFuncPtr)(void); +- + #ifndef GLX_ARB_get_proc_address + #define GLX_ARB_get_proc_address 1 + extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); |