use LIBCXX

This commit is contained in:
sthen 2017-04-10 11:46:18 +00:00
parent 7b9fdbb2c9
commit bcbf44ab87
279 changed files with 568 additions and 566 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/02/26 22:29:58 kili Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:18 sthen Exp $
COMMENT = open source remake of old DOS game Sherlock
@ -13,7 +13,7 @@ HOMEPAGE = http://games.flowix.com/
# "you can download game for free under GPL license terms".
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c freetype m pthread stdc++ z SDL>=8 SDL_mixer>=3 SDL_ttf>=7
WANTLIB = c freetype m pthread ${LIBCXX} z SDL>=8 SDL_mixer>=3 SDL_ttf>=7
MASTER_SITES = ${HOMEPAGE}files/einstein/
EXTRACT_SUFX = -src.tar.gz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2015/08/25 13:18:26 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:18 sthen Exp $
V = 2.1
COMMENT = scrabble game
@ -33,7 +33,7 @@ BUILD_DEPENDS = devel/boost \
devel/libexecinfo
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = textproc/arabica devel/libconfig
WANTLIB += lib/qt4/QtGui lib/qt4/QtNetwork c m pthread stdc++
WANTLIB += lib/qt4/QtGui lib/qt4/QtNetwork c m pthread ${LIBCXX}
WANTLIB += arabica config++ expat ncursesw
post-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2015/03/27 08:41:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:46:18 sthen Exp $
COMMENT= Oxyd/Rock'n'Roll clone
@ -14,7 +14,7 @@ HOMEPAGE= http://www.nongnu.org/enigma/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m enet pthread stdc++ z SDL_image>=1 \
WANTLIB= SDL c m enet pthread ${LIBCXX} z SDL_image>=1 \
SDL_mixer>=2 SDL_ttf>=7 png>=8 zipios>=1 \
xerces-c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2016/11/04 11:35:18 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2017/04/10 11:46:18 sthen Exp $
COMMENT= remake of Konami's F1-Spirit
@ -17,7 +17,7 @@ MASTER_SITES= http://braingames.jorito.net/f1spirit/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= GL GLU SDL SDL_image SDL_mixer SDL_net c crypto curl m nghttp2
WANTLIB+= pthread ssl stdc++ z
WANTLIB+= pthread ssl ${LIBCXX} z
NO_TEST= Yes
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/03/11 20:28:25 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:46:18 sthen Exp $
COMMENT = wonderful puzzle game
V = 1.0.1
@ -10,7 +10,7 @@ HOMEPAGE = http://fillets.sourceforge.net/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = SDL SDL_image SDL_mixer SDL_ttf c fribidi \
${MODLUA_WANTLIB} m pthread smpeg stdc++
${MODLUA_WANTLIB} m pthread smpeg ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fillets/}
DISTFILES = fillets-ng-${V}.tar.gz \
fillets-ng-data-${V}.tar.gz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2015/03/27 08:41:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:18 sthen Exp $
COMMENT = free/libre action roleplaying engine
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++
WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=flare-game/}
DISTFILES = flare-engine.${V}.tar.gz \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2016/03/18 21:38:23 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:18 sthen Exp $
COMMENT = cross-platform interactive fiction player
@ -25,7 +25,7 @@ WANTLIB += SDL SDL_mixer SDL_sound X11 Xcomposite Xcursor Xdamage
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0 jpeg m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread smpeg stdc++
WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread smpeg ${LIBCXX}
WANTLIB += vorbisfile z
MODULES = devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/04/26 07:06:36 kirby Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:18 sthen Exp $
SHARED_LIBS += gemrb_core 0.0
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gemrb/}
WANTLIB += SDL SDL_mixer c freetype iconv m openal png pthread stdc++
WANTLIB += SDL SDL_mixer c freetype iconv m openal png pthread ${LIBCXX}
WANTLIB += vlc vorbisfile z ${MODPY_WANTLIB}
MODULES = devel/cmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2016/11/17 02:06:46 jca Exp $
# $OpenBSD: Makefile,v 1.40 2017/04/10 11:46:18 sthen Exp $
COMMENT= chess program
@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=chess/}
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c iconv intl m ncurses pthread readline stdc++
WANTLIB += c iconv intl m ncurses pthread readline ${LIBCXX}
LIB_DEPENDS= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/20 16:12:24 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:18 sthen Exp $
COMMENT = game of life simulator
@ -21,7 +21,7 @@ RUN_DEPENDS = devel/desktop-file-utils
# Note: perl and python are loaded with wxDynamicLibrary.Load(), and
# python needs libutil to prevent undefined openpty and forkpty symbols.
WANTLIB += c m perl pthread stdc++ util wx_base wx_base_net wx_gtk2_adv
WANTLIB += c m perl pthread ${LIBCXX} util wx_base wx_base_net wx_gtk2_adv
WANTLIB += wx_gtk2_core wx_gtk2_html wx_gtk2_richtext z ${MODPY_WANTLIB}
CONFIGURE_STYLE = gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.9 2016/03/28 09:29:00 zhuk Exp $
# $OpenBSD: Makefile.inc,v 1.10 2017/04/10 11:46:18 sthen Exp $
CATEGORIES = games
PKGNAME ?= ${DISTNAME:S/-src//}
@ -21,7 +21,7 @@ WANTLIB += GL Qt5Core Qt5Gui Qt5Widgets
.else
MODULES += x11/qt4
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
WANTLIB += QtGui stdc++
WANTLIB += QtGui ${LIBCXX}
.endif
WANTLIB += c m pthread
RUN_DEPENDS += devel/desktop-file-utils x11/gtk+3,-guic

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2014/10/31 12:21:26 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:46:18 sthen Exp $
COMMENT = Othello/Reversi-like game
DISTNAME = grhino-${V}
@ -18,7 +18,7 @@ WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c cairo fontconfig
WANTLIB += freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gnome-2 gnomecanvas-2 gnomeui-2
WANTLIB += gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 popt pthread stdc++ z
WANTLIB += pangocairo-1.0 pangoft2-1.0 popt pthread ${LIBCXX} z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=rhino/GRhino/${V}/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/02/04 15:23:57 pascal Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:46:18 sthen Exp $
COMMENT-main = Worms-like strategy game
COMMENT-server = Worms-like strategy game, server
@ -24,7 +24,7 @@ MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB-main += QtGui QtNetwork SDL SDL_image SDL_mixer SDL_net SDL_ttf
WANTLIB-main += c m physfs png pthread stdc++ util z
WANTLIB-main += c m physfs png pthread ${LIBCXX} util z
WANTLIB-main += ${MODLUA_WANTLIB} ${MODQT4_WANTLIB}
# dlopen()ed; do not remove.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:07:39 espie Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:46:18 sthen Exp $
COMMENT = hexagonal tile-based puzzle game
DISTNAME = hex-a-hop-1.1.0
@ -8,7 +8,7 @@ HOMEPAGE = http://hexahop.sourceforge.net
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = SDL SDL_mixer SDL_ttf c m pthread stdc++
WANTLIB = SDL SDL_mixer SDL_ttf c m pthread ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hexahop/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/12/26 15:27:26 zhuk Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/10 11:46:18 sthen Exp $
COMMENT = package manager for Instead game engine
V = 0.6.3
@ -12,7 +12,7 @@ MAINTAINER = Roman Yakovlev <obsd@51t.ru>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = ICE QtGui QtNetwork SM X11 Xext Xi Xinerama Xrender
WANTLIB += c fontconfig freetype m pthread stdc++ z
WANTLIB += c fontconfig freetype m pthread ${LIBCXX} z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=instead/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/08/25 13:18:26 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:19 sthen Exp $
V = 0.1.1
COMMENT = third person, 3D physics game
@ -11,7 +11,7 @@ CATEGORIES = games x11
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += BulletCollision BulletDynamics BulletSoftBody Irrlicht
WANTLIB += LinearMath c m openal pthread stdc++
WANTLIB += LinearMath c m openal pthread ${LIBCXX}
GH_ACCOUNT = jazztickets
GH_PROJECT = irrlamb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/04/24 11:07:55 zhuk Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:19 sthen Exp $
COMMENT = arcade-puzzle game
V = 0.3.2
DISTNAME = jag-${V}
@ -11,7 +11,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL ICE QtGui QtOpenGL QtXml SDL SDL_mixer SM X11 Xext
WANTLIB += Xi Xinerama Xrandr Xrender c fontconfig freetype m
WANTLIB += pthread stdc++
WANTLIB += pthread ${LIBCXX}
MASTER_SITES = http://jag.xlabsoft.com/files/
DISTFILES = jag-${V}-src.zip jag-${V}-data.zip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2016/01/17 17:29:08 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2017/04/10 11:46:19 sthen Exp $
COMMENT= billiard game
CATEGORIES= x11 x11/kde games
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC ICE SM X11 Xext Xfixes Xrender Xt art_lgpl_2
WANTLIB += audiofile bz2 c expat fam fontconfig freetype glib-2.0
WANTLIB += gmodule-2.0 gthread-2.0 idn m mad ogg pcre png
WANTLIB += pthread pthread-stubs sndio stdc++ util vorbis
WANTLIB += pthread pthread-stubs sndio ${LIBCXX} util vorbis
WANTLIB += vorbisenc vorbisfile xcb z
WANTLIB += X11-xcb Xdamage Xxf86vm drm glapi xcb-dri2 xcb-glx
WANTLIB += ${KDE}/DCOP ${KDE}/artsflow ${KDE}/artsflow_idl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2016/04/25 18:59:11 jca Exp $
# $OpenBSD: Makefile,v 1.21 2017/04/10 11:46:19 sthen Exp $
COMMENT= sdl port of xkobo
DISTNAME= KoboDeluxe-0.5.1
@ -20,7 +20,7 @@ PATCH_LIST=patch-* extra-hard
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m pthread stdc++ SDL_image
WANTLIB= SDL c m pthread ${LIBCXX} SDL_image
LIB_DEPENDS= devel/sdl-image

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2013/11/29 22:34:25 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:46:19 sthen Exp $
COMMENT= puzzle game resembling the arcade game Qix
DISTNAME= late-0.1.0
@ -11,7 +11,7 @@ HOMEPAGE= http://late.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ \
WANTLIB= SDL X11 Xext c m pthread pthread-stubs ${LIBCXX} \
usbhid xcb SDL_image
LIB_DEPENDS= devel/sdl-image

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/04/09 20:14:48 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:19 sthen Exp $
COMMENT = politics and government game with liberal bias
DISTNAME = liberalcrimesquad-4.07.0
@ -10,7 +10,7 @@ HOMEPAGE = http://lcs.wikidot.com/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c iconv m ncurses stdc++
WANTLIB += c iconv m ncurses ${LIBCXX}
MASTER_SITES = http://mirrors.nycbug.org/pub/distfiles/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:07:39 espie Exp $
# $OpenBSD: Makefile,v 1.13 2017/04/10 11:46:19 sthen Exp $
COMMENT= SDL clone of the popular Game of Life
@ -10,7 +10,7 @@ CATEGORIES= games
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread stdc++ SDL
WANTLIB= c m pthread ${LIBCXX} SDL
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/08/03 13:06:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:46:19 sthen Exp $
COMMENT= city simulation game
@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lincity-ng.berlios/}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= GL SDL X11 c m pthread pthread-stubs stdc++ xcb z \
WANTLIB= GL SDL X11 c m pthread pthread-stubs ${LIBCXX} xcb z \
SDL_gfx SDL_image SDL_mixer SDL_ttf physfs xml2
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/03/04 10:11:21 kirby Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:46:19 sthen Exp $
BROKEN-sparc64 = Illegal operands error building SDL_gfxPrimitives.cpp
@ -23,7 +23,7 @@ LIB_DEPENDS = devel/sdl-net \
devel/sdl-ttf
WANTLIB += SDL SDL_image SDL_mixer SDL_net SDL_ttf X11 Xau
WANTLIB += Xdmcp Xext Xrandr Xrender c freetype m pthread stdc++
WANTLIB += Xdmcp Xext Xrandr Xrender c freetype m pthread ${LIBCXX}
USE_GMAKE = Yes
MODULES += devel/cmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2016/09/13 15:29:01 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:46:19 sthen Exp $
COMMENT= 2D games framework for use with Lua
@ -19,7 +19,7 @@ WANTLIB += ${MODLUA_WANTLIB}
WANTLIB += GL Half IL Iex IexMath IlmImf IlmThread Imath SDL X11
WANTLIB += X11-xcb Xdamage Xext Xfixes Xxf86vm c drm
WANTLIB += freetype glapi iconv jasper jpeg lcms m mng modplug mpg123
WANTLIB += ogg openal physfs png pthread sndio stdc++
WANTLIB += ogg openal physfs png pthread sndio ${LIBCXX}
WANTLIB += tiff usbhid vorbis vorbisfile xcb xcb-dri2 xcb-glx
WANTLIB += z expat

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:07:39 espie Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:19 sthen Exp $
COMMENT = asteroid-like game
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = gnu
WANTLIB = SDL c m pthread stdc++ SDL_net
WANTLIB = SDL c m pthread ${LIBCXX} SDL_net
LIB_DEPENDS = devel/sdl-net
pre-configure:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.86 2016/11/04 14:33:26 naddy Exp $
# $OpenBSD: Makefile,v 1.87 2017/04/10 11:46:19 sthen Exp $
COMMENT = client for The Mana World
V = 1.6.3.26
@ -12,7 +12,7 @@ HOMEPAGE = http://manaplus.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL X11 c crypto curl m nghttp2 physfs png pthread ssl stdc++ xml2 z
WANTLIB += GL X11 c crypto curl m nghttp2 physfs png pthread ssl ${LIBCXX} xml2 z
MASTER_SITES = http://download.evolonline.org/manaplus/download/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/09/01 16:50:56 pascal Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:19 sthen Exp $
V = 0.7.5
COMMENT = ridiculous shoot-em-up game
@ -13,7 +13,7 @@ HOMEPAGE = http://mars-game.sourceforge.net/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU Xrandr c fribidi m pthread sfml-audio sfml-graphics
WANTLIB += sfml-system sfml-window stdc++ tag
WANTLIB += sfml-system sfml-window ${LIBCXX} tag
# Not using the GH_* variables on purpose. The tarball was generated
# separately. Will update to use GH_* next time M.A.R.S. is updated.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/03/27 08:41:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:19 sthen Exp $
COMMENT = puzzle/platform game
@ -23,7 +23,7 @@ LIB_DEPENDS = net/curl \
archivers/libarchive
WANTLIB += SDL SDL_gfx SDL_image SDL_mixer SDL_ttf archive c crypto
WANTLIB += curl m pthread ssl stdc++ GL GLU ICE SM X11 Xext
WANTLIB += curl m pthread ssl ${LIBCXX} GL GLU ICE SM X11 Xext
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2016/11/04 11:35:19 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2017/04/10 11:46:19 sthen Exp $
COMMENT = 3D real-time strategy game
DISTNAME = megaglest-source-${V}
@ -8,7 +8,7 @@ REVISION = 1
WANTLIB += ${MODLUA_WANTLIB}
WANTLIB += GL GLEW GLU SDL X11 c crypto curl fontconfig freetype fribidi
WANTLIB += ftgl glib-2.0 ircclient jpeg m miniupnpc nghttp2 openal png
WANTLIB += pthread ssl stdc++ vlc vlccore vorbisfile wx_base
WANTLIB += pthread ssl ${LIBCXX} vlc vlccore vorbisfile wx_base
WANTLIB += wx_gtk2_core wx_gtk2_gl z
MODULES = devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/09/23 09:16:54 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:46:19 sthen Exp $
COMMENT = infinite-world block sandbox game
V = 0.4.14
@ -12,7 +12,7 @@ HOMEPAGE = http://www.minetest.net/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU ICE Irrlicht SM X11 Xext Xxf86vm bz2 c curl freetype jpeg m ogg openal
WANTLIB += png pthread spatialindex sqlite3 stdc++ vorbis vorbisfile z
WANTLIB += png pthread spatialindex sqlite3 ${LIBCXX} vorbis vorbisfile z
WANTLIB += luajit-${MODLUA_VERSION}
MASTER_SITES = https://github.com/minetest/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2016/01/07 23:00:10 sthen Exp $
# $OpenBSD: Makefile,v 1.61 2017/04/10 11:46:19 sthen Exp $
COMMENT = dungeon explorin', hackin', game. Piece of cake
V = 3.4.3
@ -33,7 +33,7 @@ NETHACKCONFIG = ${FILESDIR}/simple-config
.elif ${FLAVOR} == "qt"
NETHACKCONFIG = ${FILESDIR}/qt-config
MODULES = x11/qt3
WANTLIB += SM m pthread stdc++
WANTLIB += SM m pthread ${LIBCXX}
.else
NETHACKCONFIG = ${FILESDIR}/x-config
WANTLIB += X11 Xaw Xext Xmu Xpm Xt pthread-stubs xcb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2016/01/28 14:00:07 kirby Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:46:19 sthen Exp $
COMMENT-main = physics-based drawing puzzle game
COMMENT-npcomplete = extra levels for physics-based drawing puzzle game
@ -27,7 +27,7 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
PERMIT_PACKAGE_CDROM = Yes
WANTLIB-main = SDL SDL_image SDL_ttf X11 c m \
pthread stdc++ z
pthread ${LIBCXX} z
RUN_DEPENDS-main = devel/desktop-file-utils \
x11/gtk+3,-guic

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2014/08/30 21:54:08 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:19 sthen Exp $
COMMENT= sdl shoot 'em up; stop evil army from getting your oil
DISTNAME= OilWar-1.2.1
@ -9,7 +9,7 @@ CATEGORIES= games x11
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m pthread stdc++ SDL_image SDL_mixer
WANTLIB= SDL c m pthread ${LIBCXX} SDL_image SDL_mixer
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2016/12/05 16:16:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.50 2017/04/10 11:46:19 sthen Exp $
COMMENT= open source clone of the game Transport Tycoon Deluxe
@ -25,7 +25,7 @@ MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += SDL c fontconfig freetype icudata icui18n icuuc
WANTLIB += lzma lzo2 m png pthread stdc++ xdg-basedir z
WANTLIB += lzma lzo2 m png pthread ${LIBCXX} xdg-basedir z
MASTER_SITES= http://binaries.openttd.org/releases/${V}/
MASTER_SITES0= https://bundles.openttdcoop.org/opengfx/releases/${GFX_V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2016/09/23 09:16:54 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2017/04/10 11:46:19 sthen Exp $
COMMENT= texas hold'em poker game with online capabilities
BROKEN-hppa = needs atomic ops
@ -16,7 +16,7 @@ HOMEPAGE= http://www.pokerth.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m pthread stdc++
WANTLIB += c m pthread ${LIBCXX}
WANTLIB += ICE lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSql SDL SDL_mixer SM
WANTLIB += X11 Xext Xi Xinerama Xrender boost_filesystem-mt boost_iostreams-mt
WANTLIB += boost_program_options-mt boost_random-mt boost_regex-mt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/06/01 02:15:15 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/10 11:46:19 sthen Exp $
COMMENT = puzzle game featuring dominoes
@ -12,7 +12,7 @@ HOMEPAGE = http://pushover.sourceforge.net/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC SDL SDL_mixer SDL_ttf c freetype m mikmod ogg
WANTLIB += png pthread smpeg sndio stdc++ usbhid vorbis vorbisfile z
WANTLIB += png pthread smpeg sndio ${LIBCXX} usbhid vorbis vorbisfile z
WANTLIB += ${MODLUA_WANTLIB}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pushover/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2015/05/05 17:00:17 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2017/04/10 11:46:19 sthen Exp $
COMMENT= go client and fully featured sgf editor
@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm c drm expat
WANTLIB += fontconfig freetype glapi jpeg lcms m mng png pthread
WANTLIB += pthread-stubs stdc++ xcb xcb-dri2 xcb-glx z
WANTLIB += pthread-stubs ${LIBCXX} xcb xcb-dri2 xcb-glx z
MODULES= x11/qt3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/09/13 15:29:01 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:19 sthen Exp $
COMMENT = clone of Doubleback, an intruder circling game
@ -13,7 +13,7 @@ HOMEPAGE = http://sarrazip.com/dev/quadrupleback.html
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC SDL SDL_gfx SDL_image SDL_mixer c flatzebra-0.1 iconv
WANTLIB += jpeg m mikmod ogg png pthread smpeg sndio stdc++ tiff
WANTLIB += jpeg m mikmod ogg png pthread smpeg sndio ${LIBCXX} tiff
WANTLIB += usbhid vorbis vorbisfile webp z
MASTER_SITES = http://sarrazip.com/dev/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2017/01/23 11:40:16 jsg Exp $
# $OpenBSD: Makefile,v 1.15 2017/04/10 11:46:19 sthen Exp $
ONLY_FOR_ARCHS= i386 amd64
@ -45,7 +45,7 @@ LIB_DEPENDS-main= devel/sdl2-mixer \
devel/sdl2-image \
net/enet>=1.3.12
WANTLIB-main+= GL X11 SDL2 SDL2_image SDL2_mixer c enet m pthread \
stdc++ z
${LIBCXX} z
WRKDIST= ${WRKDIR}/base-${V}/src
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/09/13 15:29:01 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:19 sthen Exp $
COMMENT = interpreter for some LucasArts 3D games
@ -14,7 +14,7 @@ HOMEPAGE = http://residualvm.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL SDL c freetype iconv jpeg m mad mpeg2 ogg png pthread stdc++
WANTLIB += GL SDL c freetype iconv jpeg m mad mpeg2 ogg png pthread ${LIBCXX}
WANTLIB += theoradec vorbis vorbisfile z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=residualvm/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2016/03/11 20:28:25 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:46:19 sthen Exp $
COMMENT= drive a toy wood engine
@ -10,7 +10,7 @@ HOMEPAGE= http://ri-li.sourceforge.net
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += SDL SDL_mixer c m pthread stdc++
WANTLIB += SDL SDL_mixer c m pthread ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ri-li/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2017/03/01 10:15:27 benoit Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:19 sthen Exp $
COMMENT= remake of Konami's Road Fighter
@ -26,6 +26,6 @@ LIB_DEPENDS= devel/sdl-sound \
devel/sdl-image \
devel/sdl-ttf \
devel/sdl-mixer
WANTLIB= SDL c stdc++ m pthread SDL_sound SDL_image SDL_ttf SDL_mixer
WANTLIB= SDL c ${LIBCXX} m pthread SDL_sound SDL_image SDL_ttf SDL_mixer
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2015/11/02 11:56:54 espie Exp $
# $OpenBSD: Makefile,v 1.4 2017/04/10 11:46:19 sthen Exp $
ONLY_FOR_ARCHS= i386 amd64
@ -38,7 +38,7 @@ RUN_DEPENDS-main += ${BASE_PKGPATH},-data
LIB_DEPENDS-main= devel/sdl-mixer \
devel/sdl-image \
net/enet
WANTLIB-main= GL X11 SDL SDL_image SDL_mixer c enet m pthread stdc++ z
WANTLIB-main= GL X11 SDL SDL_image SDL_mixer c enet m pthread ${LIBCXX} z
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sauer_client ${PREFIX}/libexec

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:07:40 espie Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:19 sthen Exp $
COMMENT = modernization of the classic DOS game Scorched Earth
@ -13,7 +13,7 @@ HOMEPAGE = http://www.scorched3d.co.uk/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU c expat freetype m pthread stdc++ z
WANTLIB += GL GLU c expat freetype m pthread ${LIBCXX} z
WANTLIB += SDL SDL_net alut fftw3f jpeg openal png ogg vorbisfile
WANTLIB += wx_base wx_base_net wx_base_odbc wx_base_xml vorbis
WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_dbgrid

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2016/11/01 13:04:15 jsg Exp $
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:46:19 sthen Exp $
COMMENT= collection of various tools for scummvm
V= 1.9.0
@ -13,7 +13,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c freetype iconv m ogg stdc++ z FLAC mad png pthread vorbis \
WANTLIB= c freetype iconv m ogg ${LIBCXX} z FLAC mad png pthread vorbis \
vorbisenc vorbisfile \
wx_base_net wx_base wx_base_odbc wx_base_xml \
wx_gtk2_adv wx_gtk2_aui wx_gtk2_core \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.67 2016/11/01 13:03:14 jsg Exp $
# $OpenBSD: Makefile,v 1.68 2017/04/10 11:46:19 sthen Exp $
COMMENT= graphical adventure game interpreter
V= 1.9.0
@ -13,7 +13,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC SDL2 c faad freetype jpeg m mad png pthread sndio stdc++
WANTLIB += FLAC SDL2 c faad freetype jpeg m mad png pthread sndio ${LIBCXX}
WANTLIB += theoradec z
.if ${MACHINE_ARCH} == "i386"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:07:40 espie Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:19 sthen Exp $
COMMENT = overhead shooting game
@ -16,7 +16,7 @@ MAINTAINER = Edd Barrett <edd@openbsd.org>
# zlib-a-like - see COPYING in sources
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL c m pthread stdc++ SDL_image>=2 SDL_mixer>=3
WANTLIB += SDL c m pthread ${LIBCXX} SDL_image>=2 SDL_mixer>=3
MASTER_SITES = http://icculus.org/oes/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/05/05 17:00:17 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/04/10 11:46:19 sthen Exp $
COMMENT= total conversion of the Space Hulk board game
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm c drm expat
WANTLIB += fontconfig freetype glapi jpeg lcms m mng png pthread
WANTLIB += pthread-stubs stdc++ xcb xcb-dri2 xcb-glx z
WANTLIB += pthread-stubs ${LIBCXX} xcb xcb-dri2 xcb-glx z
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/09/20 18:18:52 pascal Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:19 sthen Exp $
ONLY_FOR_ARCHS = amd64 i386
@ -24,7 +24,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB-main += GL GLU ICE OpenThreads SDL2 SM X11 Xext Xrandr c enet
WANTLIB-main += expat jpeg m ogg openal osg osgDB osgFX osgGA osgParticle
WANTLIB-main += osgShadow osgUtil osgViewer png pthread stdc++ vorbis
WANTLIB-main += osgShadow osgUtil osgViewer png pthread ${LIBCXX} vorbis
WANTLIB-main += vorbisfile z
WANTLIB-data = #empty

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/03/03 03:04:34 bentley Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:46:19 sthen Exp $
COMMENT = sidescrolling space shmup
@ -15,7 +15,7 @@ MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL2 SDL2_image SDL2_mixer c m pthread stdc++
WANTLIB += SDL2 SDL2_image SDL2_mixer c m pthread ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=starfighter/1.5/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2016/03/18 21:38:23 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:46:19 sthen Exp $
BROKEN-alpha= libtomcrypt/src/headers/tomcrypt_cfg.h:130:6: error: #error You must specify a word size as well as endianess in tomcrypt_cfg.h
@ -37,7 +37,7 @@ LIB_DEPENDS = audio/libvorbis \
WANTLIB += GL GLU X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender Xtst c fontconfig freetype
WANTLIB += m pthread stdc++ z
WANTLIB += m pthread ${LIBCXX} z
WANTLIB += GLEW avcodec avformat avutil bz2 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += mad ogg pulse swscale vorbis vorbisfile
WANTLIB += atk-1.0 cairo gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2015/05/05 17:00:17 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2017/04/10 11:46:19 sthen Exp $
COMMENT= silly little game based on Spacetaxi for the C64
@ -16,7 +16,7 @@ WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 c
WANTLIB += drm expat fam fontconfig freetype glapi idn jpeg lcms
WANTLIB += lib/kde3/DCOP lib/kde3/kdecore>=4 lib/kde3/kdefx
WANTLIB += lib/kde3/kdesu lib/kde3/kdeui lib/kde3/kio
WANTLIB += lib/kde3/kwalletclient m mng png pthread pthread-stubs stdc++
WANTLIB += lib/kde3/kwalletclient m mng png pthread pthread-stubs ${LIBCXX}
WANTLIB += util xcb xcb-dri2 xcb-glx z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=taxipilot/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2017/03/01 20:42:57 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2017/04/10 11:46:19 sthen Exp $
# Crashes on strict-alignment archs, see: src/base/system.c:164
ONLY_FOR_ARCHS= amd64 i386 powerpc
@ -23,7 +23,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bam-${BAM_VERSION}${EXTRACT_SUFX}
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= GL GLU SDL X11 c freetype m pthread stdc++ wavpack z
WANTLIB= GL GLU SDL X11 c freetype m pthread ${LIBCXX} wavpack z
LIB_DEPENDS= audio/wavpack \
devel/sdl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2015/08/25 13:18:26 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2017/04/10 11:46:19 sthen Exp $
COMMENT = Tetris and Pong played simultaneously on one playing field
DISTNAME = tong-1.3
@ -10,7 +10,7 @@ HOMEPAGE = http://www.nongnu.org/tong/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++
WANTLIB += SDL SDL_image SDL_mixer c m pthread ${LIBCXX}
MASTER_SITES = http://www.nongnu.org/tong/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2015/08/25 14:03:21 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:46:19 sthen Exp $
COMMENT= Nebulous rewrite of Tower Toppler
@ -11,7 +11,7 @@ HOMEPAGE= http://toppler.sourceforge.net/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC SDL SDL_mixer c m ogg pthread smpeg sndio stdc++
WANTLIB += FLAC SDL SDL_mixer c m ogg pthread smpeg sndio ${LIBCXX}
WANTLIB += usbhid vorbis vorbisfile z mikmod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:07:41 espie Exp $
# $OpenBSD: Makefile,v 1.13 2017/04/10 11:46:19 sthen Exp $
COMMENT= graphical tetris clone
DISTNAME= Tutris-1.0.1
@ -8,7 +8,7 @@ CATEGORIES= games x11
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL X11 Xext c m pthread pthread-stubs stdc++ usbhid xcb \
WANTLIB= SDL X11 Xext c m pthread pthread-stubs ${LIBCXX} usbhid xcb \
SDL_image
LIB_DEPENDS= devel/sdl-image

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2013/08/09 19:04:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:19 sthen Exp $
COMMENT = tuxkart is a simple Go-Kart racing game.
@ -15,7 +15,7 @@ MAINTAINER = Gallon Sylvestre <ccna.syl@gmail.com>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = GL ICE SM X11 Xext Xi Xmu c m pthread pthread-stubs \
sndio stdc++ xcb
sndio ${LIBCXX} xcb
BUILD_DEPENDS = devel/plib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/08/21 19:17:10 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:46:19 sthen Exp $
COMMENT= graphical tool to change Tux Paint's settings
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
WANTLIB += X11 Xau Xdmcp Xext c m stdc++ pthread fltk paper
WANTLIB += X11 Xau Xdmcp Xext c m ${LIBCXX} pthread fltk paper
WANTLIB += Xft Xinerama fontconfig Xcursor Xfixes
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/05/05 02:32:55 bentley Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:46:19 sthen Exp $
COMMENT = free J-RPG game
CATEGORIES = games x11
@ -17,7 +17,7 @@ HOMEPAGE = https://valyriatear.blogspot.com/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU ICE SDL SDL_image SDL_ttf SM X11 Xext c m
WANTLIB += ogg openal png pthread stdc++ vorbis vorbisfile
WANTLIB += ogg openal png pthread ${LIBCXX} vorbis vorbisfile
WANTLIB += z ${MODLUA_WANTLIB}
MODULES = devel/cmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/02/13 07:23:37 kirby Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:19 sthen Exp $
COMMENT = 3D space simulator
@ -11,7 +11,7 @@ WANTLIB += Xext Xfixes Xi Xinerama Xmu Xrandr Xrender atk-1.0
WANTLIB += boost_python boost_thread-mt c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glut gobject-2.0 gtk-x11-2.0 jpeg m ogg openal pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread stdc++ util
WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread ${LIBCXX} util
WANTLIB += vorbis vorbisfile z
PATCHORIG = .orig.port

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2015/11/05 19:08:58 jca Exp $
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:46:19 sthen Exp $
COMMENT= combine pipes to lead water from the house to the tank
@ -12,7 +12,7 @@ HOMEPAGE= http://home.gna.org/vodovod/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m pthread stdc++ SDL_image SDL_mixer
WANTLIB= SDL c m pthread ${LIBCXX} SDL_image SDL_mixer
MASTER_SITES= http://download.gna.org/vodovod/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2015/05/05 17:00:17 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:46:19 sthen Exp $
COMMENT= free software clone of Worms(R) game concept
@ -11,7 +11,7 @@ CATEGORIES= games
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= SDL SDL_gfx SDL_image SDL_mixer SDL_net SDL_ttf X11 c curl>=5
WANTLIB+= m png pthread stdc++ xml2 z
WANTLIB+= m png pthread ${LIBCXX} xml2 z
MASTER_SITES= http://download.gna.org/warmux/ \
http://download.gna.org/warmux/archive/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.67 2016/05/23 14:30:16 kirby Exp $
# $OpenBSD: Makefile,v 1.68 2017/04/10 11:46:19 sthen Exp $
PORTROACH = limitw:1,even
@ -24,7 +24,7 @@ WANTLIB += Xext boost_filesystem-mt boost_iostreams-mt
WANTLIB += boost_locale-mt boost_program_options-mt boost_regex-mt
WANTLIB += boost_system-mt c cairo dbus-1 fontconfig freetype fribidi
WANTLIB += glib-2.0 gobject-2.0 intl m pango-1.0 pangocairo-1.0
WANTLIB += pthread stdc++ vorbisfile z
WANTLIB += pthread ${LIBCXX} vorbisfile z
MODULES= devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/11/05 19:08:58 jca Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:46:19 sthen Exp $
COMMENT= economic and military simulation game
@ -17,7 +17,7 @@ MASTER_SITES = https://launchpad.net/widelands/build${V}/build-${V}/+download/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GL GLEW SDL SDL_gfx SDL_image SDL_mixer SDL_net SDL_ttf
WANTLIB += c m png pthread stdc++ z execinfo ${MODLUA_WANTLIB}
WANTLIB += c m png pthread ${LIBCXX} z execinfo ${MODLUA_WANTLIB}
WANTLIB += boost_signals-mt
LIB_DEPENDS = devel/boost \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2015/01/22 17:47:51 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:19 sthen Exp $
COMMENT= breakout game for the X Window System
@ -11,7 +11,7 @@ HOMEPAGE= http://xbreaky.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xpm c m pthread-stubs sndio stdc++ xcb
WANTLIB= X11 Xpm c m pthread-stubs sndio ${LIBCXX} xcb
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2016/03/12 07:12:57 bentley Exp $
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:46:19 sthen Exp $
#
PORTROACH_COMMENT = 2.02r2 is newer than 2.02
@ -20,7 +20,7 @@ EXTRACT_SUFX= .zip
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xpm c m pthread-stubs stdc++ xcb
WANTLIB= X11 Xpm c m pthread-stubs ${LIBCXX} xcb
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:07:41 espie Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:46:19 sthen Exp $
COMMENT= jigsaw puzzle game for X11
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs stdc++ xcb
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs ${LIBCXX} xcb
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2017/02/28 14:17:53 espie Exp $
# $OpenBSD: Makefile,v 1.32 2017/04/10 11:46:19 sthen Exp $
COMMENT = multi-way scrolling shoot'em up for X11, addictive
#'
@ -22,7 +22,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = X11 Xau Xdmcp Xext c m pthread-stubs stdc++ xcb
WANTLIB = X11 Xau Xdmcp Xext c m pthread-stubs ${LIBCXX} xcb
CONFIGURE_STYLE = imake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2015/04/06 22:08:08 schwarze Exp $
# $OpenBSD: Makefile,v 1.29 2017/04/10 11:46:20 sthen Exp $
COMMENT= colorful solitaire Mah Jongg game for X11
@ -11,7 +11,7 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/xmahjongg/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 c m pthread-stubs stdc++ xcb
WANTLIB= ICE SM X11 c m pthread-stubs ${LIBCXX} xcb
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2016/05/05 19:52:28 naddy Exp $
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:46:20 sthen Exp $
COMMENT= Motif minesweeper game
@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xext Xpm Xt c m pthread-stubs stdc++ xcb Xm
WANTLIB= X11 Xext Xpm Xt c m pthread-stubs ${LIBCXX} xcb Xm
LIB_DEPENDS+= x11/motif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2016/11/08 14:23:59 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:46:20 sthen Exp $
COMMENT = challenging 2D motocross platform game
@ -18,7 +18,7 @@ MASTER_SITES = http://download.tuxfamily.org/xmoto/xmoto/${V}/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU SDL SDL_mixer SDL_net SDL_ttf X11 bz2 c curl iconv intl jpeg
WANTLIB += ${MODLUA_WANTLIB} m ode png pthread sqlite3 stdc++ xdg-basedir lzma xml2 z
WANTLIB += ${MODLUA_WANTLIB} m ode png pthread sqlite3 ${LIBCXX} xdg-basedir lzma xml2 z
MODULES= lang/lua
MODLUA_SA= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:07:42 espie Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:46:20 sthen Exp $
COMMENT= 2.5 dimensional tetris-like game
@ -13,7 +13,7 @@ HOMEPAGE= http://xnc.jinr.ru/xwelltris/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2015/08/25 13:18:26 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:46:20 sthen Exp $
COMMENT = puzzle game collecting diamonds and avoiding obstacles
DISTNAME = xye-0.12.2
@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xye/}
WANTLIB += SDL SDL_image SDL_ttf c m pthread stdc++
WANTLIB += SDL SDL_image SDL_ttf c m pthread ${LIBCXX}
LIB_DEPENDS = devel/sdl-image \
devel/sdl-ttf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:07:42 espie Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:20 sthen Exp $
COMMENT = zuma-like arkade game
DISTNAME = zaz-1.0.0
@ -12,7 +12,7 @@ MAINTAINER = Matthias Kilian <kili@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = GL SDL SDL_image c freetype ftgl m ogg pthread stdc++ \
WANTLIB = GL SDL SDL_image c freetype ftgl m ogg pthread ${LIBCXX} \
theoradec theoraenc vorbis vorbisenc vorbisfile z
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/18 23:12:17 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:20 sthen Exp $
COMMENT = garmin gps device driver
@ -13,7 +13,7 @@ MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
PERMIT_PACKAGE_CDROM = Yes
MODULES = devel/cmake
WANTLIB += m pthread stdc++ usb
WANTLIB += m pthread ${LIBCXX} usb
LIB_DEPENDS += devel/libusb-compat
# libgarmindev is only needed to compile the drivers, but not on runtime

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2017/02/07 08:16:45 landry Exp $
# $OpenBSD: Makefile,v 1.56 2017/04/10 11:46:20 sthen Exp $
COMMENT-main = translator library for geospatial data formats
COMMENT-python =python bindings and utilities for GDAL
@ -47,13 +47,13 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \
devel/proj \
devel/geotiff
WANTLIB-main = ${WANTLIB} c expat m stdc++ z tiff openjp2 ssl crypto qhull \
WANTLIB-main = ${WANTLIB} c expat m ${LIBCXX} z tiff openjp2 ssl crypto qhull \
curl pq geos geos_c png gif jpeg jasper json-c geotiff \
proj pthread freexl pcre spatialite sqlite3 xml2 lzma nghttp2
LIB_DEPENDS-python = ${PKGNAME}:${BASE_PKGPATH},-main
WANTLIB-python = ${MODPY_WANTLIB} gdal m pthread stdc++
WANTLIB-python = ${MODPY_WANTLIB} gdal m pthread ${LIBCXX}
LIB_DEPENDS-perl = ${PKGNAME}:${BASE_PKGPATH},-main
WANTLIB-perl = perl gdal # uses perl ABI

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2017/02/06 09:56:49 landry Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:20 sthen Exp $
BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
COMMENT= 2d geometry and topology engine
@ -16,7 +16,7 @@ MASTER_SITES= http://download.osgeo.org/geos/
EXTRACT_SUFX= .tar.bz2
WANTLIB= m stdc++
WANTLIB= m ${LIBCXX}
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2016/03/26 20:37:35 zhuk Exp $
# $OpenBSD: Makefile,v 1.29 2017/04/10 11:46:20 sthen Exp $
COMMENT-main= GPS waypoint, track, and route conversion tool
COMMENT-tk= Tk front-end to gpsbabel
@ -48,7 +48,7 @@ cWANTLIB = c m pthread
WANTLIB-main += expat shp>=1 usb z ${cWANTLIB}
WANTLIB-tk =
WANTLIB-qt += ICE QtCore QtGui QtNetwork QtWebKit QtXml SM X11 Xext Xi
WANTLIB-qt += Xinerama Xrender fontconfig freetype stdc++ ${cWANTLIB}
WANTLIB-qt += Xinerama Xrender fontconfig freetype ${LIBCXX} ${cWANTLIB}
LIB_DEPENDS-tk=
PKG_ARCH-tk= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/03/23 21:14:58 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:46:20 sthen Exp $
COMMENT-main= GPS processing toolkit
COMMENT-devel= GPStk development libraries and headers
@ -49,7 +49,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
devel/libtool \
${MODGNU_AUTOMAKE_DEPENDS}
MULTI_PACKAGES= -main -devel
WANTLIB-main= m c stdc++ curses
WANTLIB-main= m c ${LIBCXX} curses
WANTLIB-devel=
RUN_DEPENDS-devel= ${PKGNAME-main}:geo/gpstk

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2017/02/14 09:46:56 landry Exp $
# $OpenBSD: Makefile,v 1.45 2017/04/10 11:46:20 sthen Exp $
MULTI_PACKAGES= -utils -main -php -perl
@ -48,7 +48,7 @@ WANTLIB += gdal geos_c cairo fribidi gif harfbuzz
LIB_DEPENDS-utils = STEM->=${V}:${BUILD_PKGPATH},-main
LIB_DEPENDS-php = STEM->=${V}:${BUILD_PKGPATH},-main
LIB_DEPENDS-perl = STEM->=${V}:${BUILD_PKGPATH},-main
WANTLIB-main = ${WANTLIB} c fcgi pthread stdc++
WANTLIB-main = ${WANTLIB} c fcgi pthread ${LIBCXX}
WANTLIB-utils = ${WANTLIB} c mapserver pthread
WANTLIB-php = ${WANTLIB} mapserver
WANTLIB-perl = ${WANTLIB} mapserver perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2016/10/31 15:46:35 landry Exp $
# $OpenBSD: Makefile,v 1.25 2017/04/10 11:46:20 sthen Exp $
COMMENT = OpenStreetMap editor
@ -24,7 +24,7 @@ LIB_DEPENDS = devel/proj \
geo/gdal
WANTLIB += QtGui QtNetwork QtSvg QtWebKit QtXml c m proj pthread gdal
WANTLIB += stdc++ z ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
WANTLIB += ${LIBCXX} z ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
do-configure:
cd ${WRKSRC} && env ${CONFIGURE_ENV} qmake4 PROJ=1 NODEBUG=1 RELEASE=1 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2015/05/28 19:59:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:46:20 sthen Exp $
V = 2.0.0
COMMENT = convert OSM data to PgRouting format
@ -10,7 +10,7 @@ HOMEPAGE = http://pgrouting.org
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c expat m pq stdc++
WANTLIB += c expat m pq ${LIBCXX}
GH_ACCOUNT = pgRouting
GH_PROJECT = osm2pgrouting

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2017/02/07 08:15:30 landry Exp $
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:46:20 sthen Exp $
V = 2.3.2
COMMENT= geographic objects support for PostgreSQL
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c crypto curl expat freexl gdal geos geos_c geotiff gif
WANTLIB += jasper jpeg json-c lzma m nghttp2 openjp2 pcre png pq>=5.3
WANTLIB += proj pthread qhull spatialite sqlite3 ssl stdc++ tiff xml2 z
WANTLIB += proj pthread qhull spatialite sqlite3 ssl ${LIBCXX} tiff xml2 z
MASTER_SITES= http://download.osgeo.org/postgis/source/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/05/10 16:53:19 sebastia Exp $
# $OpenBSD: Makefile,v 1.25 2017/04/10 11:46:20 sthen Exp $
COMMENT = garmin gps map management tool
@ -13,7 +13,7 @@ MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
PERMIT_PACKAGE_CDROM = Yes
MODULES = devel/cmake x11/qt4
WANTLIB += GL GLU c m pthread stdc++ z gdal gps>=19
WANTLIB += GL GLU c m pthread ${LIBCXX} z gdal gps>=19
WANTLIB += exif QtDBus QtGui QtNetwork QtOpenGL QtSql QtXml QtCore proj
WANTLIB += QtWebKit QtXmlPatterns phonon jpeg dmtx QtScript
BUILD_DEPENDS += geo/gpsbabel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/09/20 07:58:20 landry Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:20 sthen Exp $
COMMENT = library for spatial indexing and querying
DISTNAME= spatialindex-src-1.8.5
@ -14,6 +14,6 @@ HOMEPAGE = http://libspatialindex.github.com/
MASTER_SITES = http://download.osgeo.org/libspatialindex/
CONFIGURE_STYLE = gnu
WANTLIB = m pthread stdc++
WANTLIB = m pthread ${LIBCXX}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/09/23 09:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:20 sthen Exp $
COMMENT = minimalistic GIS on top of spatialite and rasterlite
PROJECT = spatialite_gis
@ -20,7 +20,7 @@ WANTLIB += geos geos_c geotiff gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 hpdf graphite2 harfbuzz
WANTLIB += iodbc jpeg m mspack pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png proj pthread pthread-stubs rasterlite
WANTLIB += sndio spatialite sqlite3 stdc++ tiff usbhid wx_base
WANTLIB += sndio spatialite sqlite3 ${LIBCXX} tiff usbhid wx_base
WANTLIB += wx_base_net wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui
WANTLIB += wx_gtk2_core wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa
WANTLIB += wx_gtk2_richtext wx_gtk2_xrc xcb xcb-render xcb-shm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/09/23 09:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:46:20 sthen Exp $
COMMENT = GUI for spatialite
DISTNAME = spatialite_gui-1.7.1
@ -18,7 +18,7 @@ WANTLIB += gdk_pixbuf-2.0 geos geos_c geotiff gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0
WANTLIB += harfbuzz iodbc jpeg lzma m mspack pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png proj pthread pthread-stubs
WANTLIB += sndio spatialite sqlite3 stdc++ tiff usbhid wx_base
WANTLIB += sndio spatialite sqlite3 ${LIBCXX} tiff usbhid wx_base
WANTLIB += wx_base_net wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui
WANTLIB += wx_gtk2_core wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa
WANTLIB += wx_gtk2_richtext wx_gtk2_xrc xcb xcb-render xcb-shm xml2 z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/09/23 09:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:20 sthen Exp $
COMMENT = store rasters coverages within spatialite
PROJECT = librasterlite
@ -16,7 +16,7 @@ LIB_DEPENDS += converters/libiconv \
devel/geotiff
WANTLIB += c freexl geos geos_c geotiff iconv jpeg lzma m png proj pthread
WANTLIB += spatialite sqlite3 stdc++ tiff xml2 z
WANTLIB += spatialite sqlite3 ${LIBCXX} tiff xml2 z
# 1 test fails
#ERROR: jpeg50 reference image mismatch at offset 717

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/11/04 11:35:19 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:20 sthen Exp $
COMMENT = store rasters coverages within spatialite
PROJECT = librasterlite2
@ -19,7 +19,7 @@ LIB_DEPENDS += geo/spatialite/libspatialite>=4.1.0 \
WANTLIB += X11 Xext Xrender c cairo crypto curl expat fontconfig
WANTLIB += freetype freexl geos geos_c geotiff gif jpeg lzma m nghttp2
WANTLIB += pixman-1 png proj pthread pthread-stubs spatialite sqlite3
WANTLIB += ssl stdc++ tiff webp xcb xcb-render xcb-shm xml2 z
WANTLIB += ssl ${LIBCXX} tiff webp xcb xcb-render xcb-shm xml2 z
# needed for check_sql_stmt test to succeed - it loads mod_rasterlite2
TEST_DEPENDS = ${BUILD_PKGPATH}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/11/04 11:35:19 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:20 sthen Exp $
COMMENT = WMS viewer built on top of spatialite and rasterlite2
DISTNAME = librewms-1.0.0
@ -20,7 +20,7 @@ WANTLIB += gdk_pixbuf-2.0 geos geos_c geotiff gif gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0
WANTLIB += harfbuzz iodbc jpeg lzma m mspack nghttp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png proj pthread
WANTLIB += pthread-stubs rasterlite2 sndio spatialite sqlite3 ssl stdc++
WANTLIB += pthread-stubs rasterlite2 sndio spatialite sqlite3 ssl ${LIBCXX}
WANTLIB += tiff usbhid webp wx_base wx_base_net wx_base_odbc wx_base_xml
WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_dbgrid
WANTLIB += wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext wx_gtk2_xrc xcb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2016/09/23 09:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:20 sthen Exp $
COMMENT= sqlite extented with spatial SQL capabilities
PROJECT = libspatialite
@ -13,7 +13,7 @@ LIB_DEPENDS += converters/libiconv \
geo/geos>=3.4.0 \
devel/proj
WANTLIB += freexl geos geos_c iconv m proj pthread sqlite3 stdc++ xml2 lzma z
WANTLIB += freexl geos geos_c iconv m proj pthread sqlite3 ${LIBCXX} xml2 lzma z
# needed for check_extension test to succeed
TEST_DEPENDS = ${BUILD_PKGPATH}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/09/23 09:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:20 sthen Exp $
COMMENT = CLI tools for spatialite
PROJECT = spatialite-tools
@ -11,6 +11,6 @@ LIB_DEPENDS += converters/libiconv \
geo/spatialite/readosm
WANTLIB += c curses expat freexl geos geos_c iconv lzma m proj pthread
WANTLIB += readline readosm spatialite sqlite3 stdc++ xml2 z
WANTLIB += readline readosm spatialite sqlite3 ${LIBCXX} xml2 z
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2016/09/13 15:29:01 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:20 sthen Exp $
COMMENT= library for powerful image loading capabilities
@ -21,7 +21,7 @@ EXTRACT_SUFX= .zip
WANTLIB += GL GLU Half ICE Iex IexMath IlmImf IlmThread Imath
WANTLIB += SDL SM X11 X11-xcb Xdamage Xext Xfixes Xi
WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm c drm glapi glut iconv jasper
WANTLIB += jpeg lcms m mng png pthread sndio stdc++
WANTLIB += jpeg lcms m mng png pthread sndio ${LIBCXX}
WANTLIB += tiff usbhid xcb xcb-dri2 xcb-glx z expat
LIB_DEPENDS= converters/libiconv \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2017/02/06 20:20:23 sthen Exp $
# $OpenBSD: Makefile,v 1.49 2017/04/10 11:46:20 sthen Exp $
COMMENT= image processing tools with stable ABI
@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext bz2 c freetype iconv \
jasper jbig jpeg lcms2 ltdl lzma m png16 pthread \
pthread-stubs stdc++ tiff webp wmflite-0.2 xcb xml2 z
pthread-stubs ${LIBCXX} tiff webp wmflite-0.2 xcb xml2 z
WANTLIB+= perl # uses perl ABI
LIB_DEPENDS= archivers/bzip2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.162 2017/03/28 10:51:37 sthen Exp $
# $OpenBSD: Makefile,v 1.163 2017/04/10 11:46:20 sthen Exp $
COMMENT= image processing tools
@ -27,7 +27,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xt bz2 c djvulibre expat
WANTLIB += fftw3 fontconfig freetype iconv jbig jpeg lcms2 lzma m
WANTLIB += openjp2 perl png pthread pthread-stubs stdc++ tiff
WANTLIB += openjp2 perl png pthread pthread-stubs ${LIBCXX} tiff
WANTLIB += webp xcb xml2 z
LIB_DEPENDS = archivers/bzip2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2016/09/13 15:29:01 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2017/04/10 11:46:20 sthen Exp $
COMMENT= anti-grain geometry graphics library
@ -15,7 +15,7 @@ HOMEPAGE= http://www.antigrain.com/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 freetype iconv m sndio usbhid xcb z SDL>=6 stdc++ pthread
WANTLIB= X11 freetype iconv m sndio usbhid xcb z SDL>=6 ${LIBCXX} pthread
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2015/08/12 22:27:31 sthen Exp $
# $OpenBSD: Makefile,v 1.46 2017/04/10 11:46:20 sthen Exp $
COMMENT = Amide a Medical Imaging Data Examiner
@ -18,7 +18,7 @@ WANTLIB += freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnomecanvas-2 gobject-2.0
WANTLIB += gsl gslcblas gsm gthread-2.0 gtk-x11-2.0 m mdc mp3lame
WANTLIB += ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs speex stdc++ vorbis
WANTLIB += pixman-1 png pthread pthread-stubs speex ${LIBCXX} vorbis
WANTLIB += vorbisenc vpx x264 xcb xcb-render xcb-shm xml2 z
WANTLIB += dbus-1 dbus-glib-1 ffi graphite2 opus
WANTLIB += harfbuzz xvidcore lzma swresample x265

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2016/03/11 19:59:14 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:46:20 sthen Exp $
COMMENT= morphing engine
@ -13,7 +13,7 @@ HOMEPAGE= http://www.dedalo-3d.com/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m stdc++
WANTLIB += m ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2016/03/18 23:12:17 naddy Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:46:20 sthen Exp $
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
@ -26,7 +26,7 @@ WANTLIB += GL Half Iex IlmImf IlmThread Imath boost_filesystem-mt
WANTLIB += boost_iostreams-mt boost_program_options-mt boost_regex-mt
WANTLIB += boost_system-mt boost_thread-mt boost_wave-mt c
WANTLIB += lib/qt4/QtCore lib/qt4/QtGui lib/qt4/QtOpenGL
WANTLIB += m png pthread stdc++ tiff tiffxx z
WANTLIB += m png pthread ${LIBCXX} tiff tiffxx z
MODULES= devel/cmake

Some files were not shown because too many files have changed in this diff Show More