mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix graphics/glfw2 dependency due to recent commit
devel/ChipmunkPhysics - Bump PORTREVISION for dependency change games/pink-pony - Bump PORTREVISION for dependency change games/sea-defender - Bump PORTREVISION for dependency change lang/io - Bump PORTREVISION for dependency change
This commit is contained in:
parent
40d5080c51
commit
e1f5d1e557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341656
5 changed files with 6 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ChipmunkPhysics
|
PORTNAME= ChipmunkPhysics
|
||||||
PORTVERSION= 6.2.1
|
PORTVERSION= 6.2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \
|
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \
|
||||||
http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \
|
http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \
|
||||||
|
@ -29,7 +30,7 @@ PORTEXAMPLES= *.c *.h
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDEMOS}
|
.if ${PORT_OPTIONS:MDEMOS}
|
||||||
USE_GL= glew
|
USE_GL= glew
|
||||||
LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw
|
LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw2
|
||||||
PLIST_SUB+= DEMOS=""
|
PLIST_SUB+= DEMOS=""
|
||||||
.else
|
.else
|
||||||
CMAKE_ARGS= -DBUILD_DEMOS=OFF
|
CMAKE_ARGS= -DBUILD_DEMOS=OFF
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \
|
LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \
|
||||||
libprotobuf.so:${PORTSDIR}/devel/protobuf \
|
libprotobuf.so:${PORTSDIR}/devel/protobuf \
|
||||||
libglfw.so:${PORTSDIR}/graphics/glfw \
|
libglfw.so:${PORTSDIR}/graphics/glfw2 \
|
||||||
libHalf.so:${PORTSDIR}/graphics/ilmbase \
|
libHalf.so:${PORTSDIR}/graphics/ilmbase \
|
||||||
libftgl.so:${PORTSDIR}/graphics/ftgl \
|
libftgl.so:${PORTSDIR}/graphics/ftgl \
|
||||||
libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
|
libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
|
||||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Simple missile command clone
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw2
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= snoutmate
|
GH_ACCOUNT= snoutmate
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= io
|
PORTNAME= io
|
||||||
PORTVERSION= 2011.09.12
|
PORTVERSION= 2011.09.12
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
|
|
||||||
MAINTAINER= gahr@FreeBSD.org
|
MAINTAINER= gahr@FreeBSD.org
|
||||||
|
|
|
@ -120,7 +120,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||||
# GLFW
|
# GLFW
|
||||||
#
|
#
|
||||||
.if ${PORT_OPTIONS:MGLFW}
|
.if ${PORT_OPTIONS:MGLFW}
|
||||||
LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw
|
LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue