use LIBCXX

This commit is contained in:
sthen 2017-04-10 11:45:22 +00:00
parent 33f00b9481
commit 7b9fdbb2c9
281 changed files with 567 additions and 564 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/10/01 11:54:14 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:45:22 sthen Exp $
COMMENT = navigate zip archives through FUSE
@ -11,7 +11,7 @@ HOMEPAGE = https://code.google.com/p/fuse-zip/
# LGPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c fuse m stdc++ z zip
WANTLIB += c fuse m ${LIBCXX} z zip
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=fuse-zip/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/09/12 22:44:08 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:22 sthen Exp $
COMMENT= unpack Inno Setup installers
@ -15,7 +15,7 @@ MAINTAINER= Donovan Watteau <tsoomi@gmail.com>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= boost_filesystem-mt boost_iostreams-mt boost_program_options-mt
WANTLIB+= boost_system-mt c iconv lzma m pthread stdc++
WANTLIB+= boost_system-mt c iconv lzma m pthread ${LIBCXX}
LIB_DEPENDS= archivers/xz \
converters/libiconv \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/06/08 01:19:54 juanfra Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:22 sthen Exp $
COMMENT = lossless data compressor
@ -9,6 +9,6 @@ HOMEPAGE = http://lzip.nongnu.org/lzip.html
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/05/23 12:49:59 juanfra Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:22 sthen Exp $
COMMENT = data recovery tool and decompressor for lzip files
@ -10,6 +10,6 @@ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/lziprecover/}
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2016/06/04 19:15:20 juanfra Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:45:22 sthen Exp $
COMMENT = multi-threaded data compressor based on lzlib
@ -10,7 +10,7 @@ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/plzip/}
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c lz m pthread stdc++
WANTLIB = c lz m pthread ${LIBCXX}
LIB_DEPENDS = archivers/lzip/lzlib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2017/01/11 13:44:33 jasper Exp $
# $OpenBSD: Makefile,v 1.39 2017/04/10 11:45:22 sthen Exp $
COMMENT-main= file archiver with high compression ratio
COMMENT-rar= rar modules for p7zip
@ -22,7 +22,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
# uses pledge()
WANTLIB= m pthread stdc++
WANTLIB= m pthread ${LIBCXX}
WANTLIB-main= ${WANTLIB} c
WANTLIB-rar= ${WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2016/06/13 17:32:27 semarie Exp $
# $OpenBSD: Makefile,v 1.13 2017/04/10 11:45:22 sthen Exp $
COMMENT = command line implementation of the PAR v2.0 specification
@ -15,7 +15,7 @@ HOMEPAGE = https://github.com/BlackIkeEagle/par2cmdline/
PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2016/03/19 21:18:38 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:22 sthen Exp $
COMMENT= PHP support for rar archives
@ -9,7 +9,7 @@ REVISION= 2
# PHP
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2016/12/26 12:38:07 zhuk Exp $
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:45:22 sthen Exp $
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
DISTNAME = quazip-0.7.2
@ -32,7 +32,7 @@ CONFIGURE_ARGS = -DBUILD_WITH_QT4=No
CMAKENAME = QuaZip5
.else
MODULES += x11/qt4
WANTLIB += stdc++
WANTLIB += ${LIBCXX}
CONFIGURE_ARGS = -DBUILD_WITH_QT4=Yes
CMAKENAME = QuaZip
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2017/02/19 16:11:52 fcambus Exp $
# $OpenBSD: Makefile,v 1.4 2017/04/10 11:45:22 sthen Exp $
COMMENT = fast compression/decompression library
@ -16,7 +16,7 @@ HOMEPAGE = http://google.github.io/snappy/
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m stdc++
WANTLIB += m ${LIBCXX}
MASTER_SITES = https://github.com/google/snappy/releases/download/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.65 2016/11/03 16:09:22 naddy Exp $
# $OpenBSD: Makefile,v 1.66 2017/04/10 11:45:22 sthen Exp $
COMMENT= extract, list, and test RAR archives
@ -21,7 +21,7 @@ MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# nonstandard
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto m pthread stdc++
WANTLIB= c crypto m pthread ${LIBCXX}
MASTER_SITES= ${HOMEPAGE}rar/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/11/24 09:11:02 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:22 sthen Exp $
COMMENT= java-like zip interface
@ -16,7 +16,7 @@ DISTFILES= zipios++_0.1.5.9+cvs.2004.02.07.orig.tar.gz \
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= m stdc++ z
WANTLIB= m ${LIBCXX} z
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2016/09/08 10:17:26 jasper Exp $
# $OpenBSD: Makefile,v 1.39 2017/04/10 11:45:22 sthen Exp $
COMMENT= free space simulator and planetarium
@ -23,7 +23,7 @@ WANTLIB += gdk_pixbuf-2.0 gdkglext-x11-1.0 gio-2.0 glapi glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0
WANTLIB += gtkglext-x11-1.0 harfbuzz iconv intl jpeg m ogg pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pangox-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs stdc++ theora xcb xcb-dri2
WANTLIB += png pthread pthread-stubs ${LIBCXX} theora xcb xcb-dri2
WANTLIB += xcb-glx xcb-render xcb-shm z
WANTLIB += ${MODLUA_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/11/08 23:24:53 fcambus Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/10 11:45:22 sthen Exp $
COMMENT = console-based OPL2 audio player
@ -13,7 +13,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL adplug binio c iconv m pthread sndio stdc++ usbhid
WANTLIB += SDL adplug binio c iconv m pthread sndio ${LIBCXX} usbhid
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=adplug/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/11/08 23:22:32 fcambus Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/10 11:45:22 sthen Exp $
COMMENT = AdLib sound player library
@ -13,7 +13,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += binio c m stdc++
WANTLIB += binio c m ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=adplug/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2016/03/16 21:19:37 naddy Exp $
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:22 sthen Exp $
COMMENT= decoding library for KDE Multimedia
@ -18,7 +18,7 @@ DISTFILES= 30375-${DISTNAME}${EXTRACT_SUFX}
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= FLAC c ltdl m mad ogg pthread samplerate sndio speex stdc++ \
WANTLIB= FLAC c ltdl m mad ogg pthread samplerate sndio speex ${LIBCXX} \
vorbis vorbisenc vorbisfile z
LIB_DEPENDS= audio/flac \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2016/11/19 18:25:53 jeremy Exp $
# $OpenBSD: Makefile,v 1.44 2017/04/10 11:45:22 sthen Exp $
COMMENT= advanced music player
@ -19,7 +19,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 bz2 c cairo fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 m mp3lame ogg pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pthread samplerate sndfile sndio stdc++
WANTLIB += pangoft2-1.0 pthread samplerate sndfile sndio ${LIBCXX}
WANTLIB += vorbis vorbisenc vorbisfile z gtk-x11-2.0 gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 xml2 mac mad mpcdec FLAC avcodec
WANTLIB += avformat avutil wavpack lrdf oggz speex cddb cdio

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2016/08/30 10:20:15 jasper Exp $
# $OpenBSD: Makefile,v 1.69 2017/04/10 11:45:22 sthen Exp $
COMMENT = input and output plugins for Audacious
@ -19,7 +19,7 @@ WANTLIB += cdio cdio_cdda cue curl dbus-1 dbus-glib-1 faad fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gtk-3 m mms modplug mp3lame mpg123 neon
WANTLIB += notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread
WANTLIB += samplerate sndfile sndio soxr stdc++ vorbis vorbisenc
WANTLIB += samplerate sndfile sndio soxr ${LIBCXX} vorbis vorbisenc
WANTLIB += vorbisfile wavpack xml2 z
MASTER_SITES = http://distfiles.audacious-media-player.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2016/03/11 20:28:21 naddy Exp $
# $OpenBSD: Makefile,v 1.44 2017/04/10 11:45:22 sthen Exp $
COMMENT= free audio editor
@ -18,7 +18,7 @@ HOMEPAGE= http://audacity.sourceforge.net/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c expat glib-2.0 gobject-2.0 gtk-x11-2.0 m ogg pthread
WANTLIB += sndfile sndio stdc++ wx_base_xml wx_base_odbc wx_gtk2_aui
WANTLIB += sndfile sndio ${LIBCXX} wx_base_xml wx_base_odbc wx_gtk2_aui
WANTLIB += wx_gtk2_html wx_gtk2_adv wx_gtk2_xrc wx_base_net wx_gtk2_dbgrid
WANTLIB += wx_gtk2_qa wx_base wx_gtk2_core wx_gtk2_richtext samplerate>=1
WANTLIB += FLAC>=8 FLAC++>=7 vorbis>=5 vorbisfile>=4 vorbisenc>=2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2016/03/18 21:38:22 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2017/04/10 11:45:22 sthen Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
@ -18,7 +18,7 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-x11-2.0 harfbuzz jack lzma m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += stdc++ xcb xcb-render xcb-shm xml2 z
WANTLIB += ${LIBCXX} xcb xcb-render xcb-shm xml2 z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/16 16:46:32 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:22 sthen Exp $
COMMENT = CAPS LADSPA plugins
@ -13,7 +13,7 @@ HOMEPAGE = http://quitte.de/dsp/caps.html
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m stdc++
WANTLIB = m ${LIBCXX}
MASTER_SITES = http://quitte.de/dsp/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/18 23:12:15 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:22 sthen Exp $
COMMENT = audio fingerprint extraction library
@ -12,7 +12,7 @@ SHARED_LIBS = chromaprint 1.0 # 0.1
# LGPL2.1+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += avcodec avformat avutil c m pthread stdc++ swresample
WANTLIB += avcodec avformat avutil c m pthread ${LIBCXX} swresample
MODULES = devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2016/03/16 16:46:32 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:22 sthen Exp $
COMMENT= computer music toolkit
HOMEPAGE= http://www.ladspa.org/
@ -14,7 +14,7 @@ MASTER_SITES= ${HOMEPAGE:=download/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m stdc++
WANTLIB += m ${LIBCXX}
BUILD_DEPENDS= audio/ladspa

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2016/12/06 09:17:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.57 2017/04/10 11:45:22 sthen Exp $
COMMENT= tag editor for various audio file formats
@ -17,7 +17,7 @@ WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz iconv
WANTLIB += id3 id3tag intl m ogg opus opusfile pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += speex stdc++ tag vorbis vorbisfile wavpack xcb xcb-render
WANTLIB += speex ${LIBCXX} tag vorbis vorbisfile wavpack xcb xcb-render
WANTLIB += xcb-shm z
MODULES= devel/dconf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2014/03/20 18:10:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:23 sthen Exp $
COMMENT= compact speech synthesizer
@ -15,7 +15,7 @@ HOMEPAGE= http://espeak.sourceforge.net/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m portaudio pthread stdc++
WANTLIB += c m portaudio pthread ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=espeak/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2015/12/03 21:24:29 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:23 sthen Exp $
COMMENT= general multi-lingual speech synthesis system
V= 1.95
@ -51,7 +51,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c m sndio stdc++ termcap
WANTLIB= c m sndio ${LIBCXX} termcap
post-patch:
@cp ${FILESDIR}/OpenBSD.mak ${WRKSRC}/speech_tools/config/systems/OpenBSD.mak

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2017/01/12 21:13:58 naddy Exp $
# $OpenBSD: Makefile,v 1.52 2017/04/10 11:45:23 sthen Exp $
COMMENT= free lossless audio codec
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://downloads.xiph.org/releases/flac/
EXTRACT_SUFX= .tar.xz
WANTLIB= c iconv m ogg stdc++
WANTLIB= c iconv m ogg ${LIBCXX}
LIB_DEPENDS= audio/libogg converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2016/11/04 11:35:18 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:23 sthen Exp $
COMMENT= small and easy to use graphical MPD client
@ -15,7 +15,7 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-x11-2.0 harfbuzz lzma m mpd nghttp2 nxml pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs ssl stdc++ tag tag_c xcb xcb-render xcb-shm
WANTLIB += pthread-stubs ssl ${LIBCXX} tag tag_c xcb xcb-render xcb-shm
WANTLIB += xml2 z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimmix.berlios/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2017/01/31 08:46:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2017/04/10 11:45:23 sthen Exp $
COMMENT = bundle of plugins for gmpc
@ -22,7 +22,7 @@ WANTLIB += cairo dbus-1 dbus-glib-1 expat ffi fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz
WANTLIB += iconv intl lzma m mpd pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs sqlite3 stdc++
WANTLIB += pcre pixman-1 png pthread pthread-stubs sqlite3 ${LIBCXX}
WANTLIB += tag tag_c xcb xcb-render xcb-shm xml2 z
MODULES = textproc/intltool

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2017/02/26 22:55:38 fcambus Exp $
# $OpenBSD: Makefile,v 1.4 2017/04/10 11:45:23 sthen Exp $
COMMENT = crossplatform music editor for creating Commodore 64 music
@ -18,7 +18,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL c m pthread stdc++
WANTLIB += SDL c m pthread ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=goattracker2/}GoatTracker%202/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/02/28 18:48:54 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:45:23 sthen Exp $
COMMENT = music collection manager and player
DISTNAME = gogglesmm-0.12.7
@ -11,7 +11,7 @@ HOMEPAGE = https://gogglesmm.github.io/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FOX-1.6 GL GLU X11 c dbus-1 expat intl m sqlite3 stdc++
WANTLIB += FOX-1.6 GL GLU X11 c dbus-1 expat intl m sqlite3 ${LIBCXX}
WANTLIB += tag xine
MASTER_SITES = http://www.linklevel.net/distfiles/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2017/02/27 07:59:54 nigel Exp $
# $OpenBSD: Makefile,v 1.55 2017/04/10 11:45:23 sthen Exp $
COMMENT= front-end to external cd audio rippers and mp3 encoders
@ -21,7 +21,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gnome-2 gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 id3 m nghttp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png popt pthread
WANTLIB += pthread-stubs ssl stdc++ vte xcb xcb-render xcb-shm z
WANTLIB += pthread-stubs ssl ${LIBCXX} vte xcb xcb-render xcb-shm z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/10 22:55:02 espie Exp $
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:45:23 sthen Exp $
COMMENT= software drum machine
@ -11,7 +11,7 @@ HOMEPAGE= http://www.hydrogen-music.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m ogg pthread sndio stdc++ QtGui QtNetwork QtXml sndfile>=1
WANTLIB += c m ogg pthread sndio ${LIBCXX} QtGui QtNetwork QtXml sndfile>=1
WANTLIB += FLAC>=8 FLAC++>=7 jack archive lrdf
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2014/10/06 12:17:21 armani Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:23 sthen Exp $
COMMENT= interactive console id3 tag editor
@ -11,7 +11,7 @@ HOMEPAGE= http://code.fluffytapeworm.com/projects/id3ed/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c curses m readline stdc++
WANTLIB= c curses m readline ${LIBCXX}
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2017/04/09 11:03:30 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2017/04/10 11:45:23 sthen Exp $
COMMENT= library for manipulating ID3v1 and ID3v2 tags
@ -13,7 +13,7 @@ HOMEPAGE= http://id3lib.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++ z
WANTLIB= c m ${LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2016/03/16 16:46:32 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:45:23 sthen Exp $
COMMENT= linux audio developer simple plugin API
HOMEPAGE= http://www.ladspa.org/
@ -23,7 +23,7 @@ ALL_TARGET= targets
MAKE_FLAGS= LIBRARIES=-lm OPTS="${CFLAGS}"
PROGRAMS= analyseplugin applyplugin listplugins
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
do-install:
.for i in ${PROGRAMS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/03/27 11:13:15 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/10 11:45:23 sthen Exp $
COMMENT= Bauer stereophonic-to-binaural DSP
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC c m ogg sndfile stdc++ vorbis vorbisenc
WANTLIB += FLAC c m ogg sndfile ${LIBCXX} vorbis vorbisenc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bs2b/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2016/03/18 21:38:22 naddy Exp $
# $OpenBSD: Makefile,v 1.47 2017/04/10 11:45:23 sthen Exp $
COMMENT-main= implementation of the Freedesktop sound theme spec.
COMMENT-gtk= gtk+2 helper for libcanberra
@ -41,7 +41,7 @@ WANTLIB-gtk += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo canberra
WANTLIB-gtk += drm expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB-gtk += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB-gtk += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB-gtk += pixman-1 png pthread-stubs xcb xcb-render xcb-shm z stdc++
WANTLIB-gtk += pixman-1 png pthread-stubs xcb xcb-render xcb-shm z ${LIBCXX}
WANTLIB-gtk += harfbuzz
WANTLIB-gtk += graphite2
@ -52,7 +52,7 @@ WANTLIB-gtk3 += cairo-gobject canberra drm expat ffi fontconfig freetype
WANTLIB-gtk3 += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB-gtk3 += gthread-2.0 gtk-3 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB-gtk3 += pcre pixman-1 png pthread-stubs xcb xcb-render
WANTLIB-gtk3 += xcb-shm z stdc++
WANTLIB-gtk3 += xcb-shm z ${LIBCXX}
WANTLIB-gtk3 += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz
WANTLIB-gtk3 += epoxy graphite2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/09/13 11:44:06 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:45:23 sthen Exp $
COMMENT= compact disk input and control library
@ -19,7 +19,7 @@ HOMEPAGE= https://www.gnu.org/software/libcdio/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c cddb iconv m ncurses stdc++
WANTLIB= c cddb iconv m ncurses ${LIBCXX}
LIB_DEPENDS= audio/libcddb \
converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/03/18 23:12:15 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:23 sthen Exp $
COMMENT = Qt-based C++ library for the Last.fm webservices
V = 1.0.9
@ -22,7 +22,7 @@ DIST_SUBDIR = liblastfm
WRKDIST = ${WRKDIR}/${PKGNAME}
WANTLIB = lib/qt4/QtDBus lib/qt4/QtNetwork lib/qt4/QtSql lib/qt4/QtXml
WANTLIB += fftw3f c m pthread samplerate stdc++
WANTLIB += fftw3f c m pthread samplerate ${LIBCXX}
LIB_DEPENDS = audio/libsamplerate \
math/fftw3,float

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/03/11 19:59:12 naddy Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
COMMENT = library for decoding mod-like music formats
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
WANTLIB += m stdc++
WANTLIB += m ${LIBCXX}
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/11/18 12:59:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
PORTROACH= limit:^3
@ -14,7 +14,7 @@ HOMEPAGE= http://musicbrainz.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += discid m neon stdc++
WANTLIB += discid m neon ${LIBCXX}
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
http://uk.musicbrainz.org/pub/musicbrainz/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/11/16 14:36:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2017/04/10 11:45:23 sthen Exp $
PORTROACH= limit:^5
@ -18,7 +18,7 @@ HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m neon stdc++
WANTLIB += m neon ${LIBCXX}
MASTER_SITES= https://github.com/downloads/metabrainz/libmusicbrainz/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2016/10/01 11:54:14 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2017/04/10 11:45:23 sthen Exp $
COMMENT = Open Fingerprint Architecture library
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=musicip-libofa/}
WANTLIB += m pthread stdc++ fftw3
WANTLIB += m pthread ${LIBCXX} fftw3
# needed to build the examples
BUILD_DEPENDS = net/curl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2016/03/11 19:59:12 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:23 sthen Exp $
COMMENT= C64 music player and SID chip emulator library
@ -12,7 +12,7 @@ MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = m stdc++
WANTLIB = m ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_OPENBSD}
EXTRACT_SUFX= .tgz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2016/03/18 23:12:15 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:23 sthen Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = ICE SM QtGui QtXml X11 Xext Xft Xinerama c fltk jack \
fftw3f fluidsynth fontconfig freetype m ncurses ogg \
pthread readline samplerate sndfile sndio vorbis \
vorbisenc vorbisfile z stdc++
vorbisenc vorbisfile z ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lmms/}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/03/16 18:07:36 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:45:23 sthen Exp $
ONLY_FOR_ARCHS= amd64 arm i386
@ -18,7 +18,7 @@ MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
# http://www.monkeysaudio.com/license.html
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
MASTER_SITES= http://bsd.cenkes.org/myports/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/16 16:46:32 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:23 sthen Exp $
COMMENT = MCP LADSPA plugins
@ -12,7 +12,7 @@ HOMEPAGE = http://kokkinizita.net/linuxaudio/ladspa/index.html
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m stdc++
WANTLIB = m ${LIBCXX}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/03/15 22:23:33 fcambus Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:45:23 sthen Exp $
COMMENT = Fasttracker II inspired MOD tracker
@ -17,7 +17,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL2 c m stdc++ z zzip
WANTLIB += SDL2 c m ${LIBCXX} z zzip
MODULES = devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2016/12/19 22:52:46 zhuk Exp $
# $OpenBSD: Makefile,v 1.10 2017/04/10 11:45:23 sthen Exp $
COMMENT = console audio player
DISTNAME = moc-2.5.1
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC avcodec avformat avutil bz2 c crypto curl db
WANTLIB += faad gsm iconv id3tag intl ltdl m mad magic mp3lame mpcdec
WANTLIB += ncursesw nghttp2 ogg opus pthread samplerate sndfile sndio
WANTLIB += speex ssl stdc++ swresample tag tag_c vorbis vorbisenc
WANTLIB += speex ssl ${LIBCXX} swresample tag tag_c vorbis vorbisenc
WANTLIB += vorbisfile vpx wavpack x264 x265 xvidcore z
# libvpx -> libavcodec -> mocp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2015/04/04 14:45:36 schwarze Exp $
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:45:23 sthen Exp $
COMMENT= text console audio player with an interactive interface
@ -10,7 +10,7 @@ HOMEPAGE= http://mp3blaster.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ncurses ogg pthread sidplay sndio stdc++ vorbis vorbisfile
WANTLIB= c m ncurses ogg pthread sidplay sndio ${LIBCXX} vorbis vorbisfile
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2017/02/28 15:35:21 dcoppa Exp $
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:45:23 sthen Exp $
COMMENT = low-latency voice chat client
@ -17,7 +17,7 @@ WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender c crypto
WANTLIB += fontconfig freetype lib/qt4/QtDBus lib/qt4/QtGui
WANTLIB += lib/qt4/QtNetwork lib/qt4/QtSql lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml m opus portaudio protobuf
WANTLIB += pthread sndfile speex speexdsp ssl stdc++
WANTLIB += pthread sndfile speex speexdsp ssl ${LIBCXX}
MODULES = devel/qmake x11/qt4
SEPARATE_BUILD = No

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/03/26 20:37:35 zhuk Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
COMMENT = graphical music player focused on a clean ui
DISTNAME = musique-1.4
@ -14,7 +14,7 @@ MASTER_SITES = http://flavio.tordini.org/files/musique/
WANTLIB += ICE QtDBus QtGui QtNetwork QtSql QtXml SM
WANTLIB += X11 Xext Xi Xinerama Xrender c fontconfig
WANTLIB += freetype m phonon pthread stdc++ tag
WANTLIB += freetype m phonon pthread ${LIBCXX} tag
MODULES = devel/qmake x11/qt4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2017/02/28 16:15:30 dcoppa Exp $
# $OpenBSD: Makefile,v 1.56 2017/04/10 11:45:23 sthen Exp $
BROKEN-alpha = error: looser throw specifier for 'virtual OutOfBounds::~OutOfBounds()
BROKEN-hppa = bindings.h:85:4: error: type 'Binding' is not a direct base of 'Binding'
@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += boost_filesystem-mt boost_locale-mt boost_program_options-mt
WANTLIB += boost_regex-mt boost_system-mt boost_thread-mt c crypto curl
WANTLIB += ereadline m mpdclient ncursesw nghttp2 pthread ssl stdc++ tag
WANTLIB += ereadline m mpdclient ncursesw nghttp2 pthread ssl ${LIBCXX} tag
WANTLIB += termcap z
MASTER_SITES = ${HOMEPAGE}stable/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/02/06 15:33:15 fcambus Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:23 sthen Exp $
BROKEN-alpha = arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077
@ -16,7 +16,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC SDL adplug binio c iconv m mad ncurses ogg pthread
WANTLIB += sidplay stdc++ vorbis vorbisfile z
WANTLIB += sidplay ${LIBCXX} vorbis vorbisfile z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opencubicplayer/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/06/05 08:15:02 landry Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:23 sthen Exp $
BROKEN-powerpc = SIGILL when building
COMMENT = program for extreme audio stretching
@ -14,7 +14,7 @@ HOMEPAGE = http://hypermammut.sourceforge.net/paulstretch/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xau Xdmcp Xext Xft Xinerama audiofile c fltk fontconfig
WANTLIB += m mad mxml ogg portaudio pthread stdc++ vorbis vorbisenc
WANTLIB += m mad mxml ogg portaudio pthread ${LIBCXX} vorbis vorbisenc
WANTLIB += vorbisfile z Xcursor Xfixes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hypermammut/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2015/09/29 10:51:14 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:23 sthen Exp $
COMMENT = automatic audio files tagger using the MusicBrainz database
@ -16,7 +16,7 @@ MAINTAINER = Amaury Gauthier <amaury.gauthier@etu.unilim.fr>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += avcodec avformat m ofa pthread stdc++
WANTLIB += avcodec avformat m ofa pthread ${LIBCXX}
MASTER_SITES = http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/04/21 18:40:20 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
COMMENT= curses based frontend for mpd
@ -12,7 +12,7 @@ HOMEPAGE= http://pms.sourceforge.net/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c glib-2.0 m ncursesw pthread stdc++
WANTLIB += c glib-2.0 m ncursesw pthread ${LIBCXX}
LIB_DEPENDS= devel/glib2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2017/01/03 19:14:44 landry Exp $
# $OpenBSD: Makefile,v 1.23 2017/04/10 11:45:23 sthen Exp $
COMMENT= Python bindings to TagLib audio file tag library
@ -14,7 +14,7 @@ HOMEPAGE = http://mathema.tician.de/software/tagpy
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += boost_python${MODPY_MAJOR_VERSION:M3}-mt m pthread stdc++ tag ${MODPY_WANTLIB}
WANTLIB += boost_python${MODPY_MAJOR_VERSION:M3}-mt m pthread ${LIBCXX} tag ${MODPY_WANTLIB}
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2016/11/04 21:26:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:45:23 sthen Exp $
COMMENT= Ruby interface to the id3lib C++ library
@ -12,7 +12,7 @@ CATEGORIES= audio
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
WANTLIB= iconv id3>=4 stdc++ z
WANTLIB= iconv id3>=4 ${LIBCXX} z
LIB_DEPENDS= audio/id3lib \
converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/11/04 21:26:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:23 sthen Exp $
COMMENT = reads and writes metadata/tags for many audio formats
@ -13,7 +13,7 @@ HOMEPAGE = http://robinst.github.io/taglib-ruby/
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = stdc++ tag
WANTLIB = ${LIBCXX} tag
MODULES = lang/ruby

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2014/10/26 15:24:09 ratchov Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:45:23 sthen Exp $
COMMENT= Commodore 64 music player and SID chip emulator
@ -12,7 +12,7 @@ MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m sidplay>=1 sndio stdc++
WANTLIB= c m sidplay>=1 sndio ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_OPENBSD}
EXTRACT_SUFX= .tgz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2017/03/17 07:15:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:45:23 sthen Exp $
COMMENT= tempo/pitch audio processing library
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2014/11/10 10:55:58 dcoppa Exp $
# $OpenBSD: Makefile,v 1.37 2017/04/10 11:45:23 sthen Exp $
COMMENT= managing meta-data of audio formats
DISTNAME= taglib-1.9.1
@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/cmake
WANTLIB= stdc++ m z
WANTLIB= ${LIBCXX} m z
BUILD_DEPENDS= devel/cppunit

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2015/06/05 12:20:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:45:23 sthen Exp $
COMMENT= Ogg Vorbis and MP3 files tagger
@ -18,7 +18,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread-stubs stdc++ xcb xml2 z gthread-2.0 pthread
WANTLIB += png pthread-stubs ${LIBCXX} xcb xml2 z gthread-2.0 pthread
WANTLIB += xcb-render id3>=3.8 vorbis>=5
WANTLIB += gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0>=0.3
WANTLIB += vorbisfile>=4 GL xcb-shm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2013/03/10 22:55:06 espie Exp $
# $OpenBSD: Makefile,v 1.21 2017/04/10 11:45:23 sthen Exp $
COMMENT= sends AM radio signals using a monitor
@ -12,7 +12,7 @@ HOMEPAGE= http://www.erikyyy.de/tempest/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += SDL c m pthread stdc++
WANTLIB += SDL c m pthread ${LIBCXX}
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2016/11/04 11:35:18 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:23 sthen Exp $
COMMENT= last.fm client for GNOME
@ -20,7 +20,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gstinterfaces-0.10 gstreamer-0.10
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz lzma m nghttp2 notify
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
WANTLIB += pthread pthread-stubs ssl stdc++ xcb xcb-render xcb-shm xml2
WANTLIB += pthread pthread-stubs ssl ${LIBCXX} xcb xcb-render xcb-shm xml2
WANTLIB += z
MASTER_SITES= http://vagalume.igalia.com/files/source/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2016/03/19 10:22:23 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/04/10 11:45:24 sthen Exp $
COMMENT = audio plugin API
@ -15,7 +15,7 @@ HOMEPAGE = http://www.vamp-plugins.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vamp/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2013/11/09 18:22:02 zhuk Exp $
# $OpenBSD: Makefile,v 1.31 2017/04/10 11:45:24 sthen Exp $
COMMENT = Tcl/Tk CD player
DISTNAME = xcd-1.7
@ -9,7 +9,7 @@ MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
# custom free license; see top of cdplayer.cc
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
MASTER_SITES = ${MASTER_SITE_FREEBSD_LOCAL:=jmz/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2016/10/04 12:37:31 fcambus Exp $
# $OpenBSD: Makefile,v 1.41 2017/04/10 11:45:24 sthen Exp $
COMMENT = audio player daemon with library management
BROKEN-sparc64 = waf build goes into an infinite loop
@ -25,7 +25,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC ao avahi-client avahi-common avahi-glib avcodec
WANTLIB += avutil c curl gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 jack m mad ncurses ogg pcre perl pthread readline
WANTLIB += sndfile speex sqlite3 stdc++ vorbis vorbisfile
WANTLIB += sndfile speex sqlite3 ${LIBCXX} vorbis vorbisfile
WANTLIB += vorbisidec vpx x264 xml2 opus swresample x265 ${MODPY_WANTLIB}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xmms2/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/08/18 20:41:29 bluhm Exp $
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:24 sthen Exp $
# -Winit-self
NOT_FOR_ARCHS= ${GCC3_ARCHS}
@ -17,7 +17,7 @@ HOMEPAGE= http://www.coker.com.au/bonnie++/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread stdc++
WANTLIB= c m pthread ${LIBCXX}
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf dest

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/08/25 14:17:45 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:45:24 sthen Exp $
COMMENT = modular, cross-platform and multi-threaded benchmark tool
DISTNAME = sysbench-0.4.8
@ -29,7 +29,7 @@ FLAVOR ?=
.if ${FLAVOR:Mmysql}
CONFIGURE_ARGS += --with-mysql
LIB_DEPENDS += databases/mariadb
WANTLIB += crypto ssl stdc++ z lib/mysql/mysqlclient_r
WANTLIB += crypto ssl ${LIBCXX} z lib/mysql/mysqlclient_r
.else
CONFIGURE_ARGS += --with-mysql=no
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2017/02/27 11:27:25 jca Exp $
# $OpenBSD: Makefile,v 1.35 2017/04/10 11:45:24 sthen Exp $
COMMENT= record and analyze your meals for nutrient composition
@ -13,7 +13,7 @@ HOMEPAGE= http://nut.sourceforge.net/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xpm Xinerama
WANTLIB += c fltk fontconfig m pthread stdc++
WANTLIB += c fltk fontconfig m pthread ${LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nut/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2017/01/21 18:25:02 zhuk Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:45:24 sthen Exp $
COMMENT= interactive electronics designing software
@ -42,7 +42,7 @@ pre-configure:
${SUBST_CMD} ${WRKSRC}/phoenix.pro ${WRKSRC}/src/fapplication.cpp
WANTLIB += ICE QtGui QtNetwork QtSql QtSvg QtXml SM X11 Xext Xi
WANTLIB += Xinerama Xrender c fontconfig freetype m pthread stdc++
WANTLIB += Xinerama Xrender c fontconfig freetype m pthread ${LIBCXX}
WANTLIB += z lib/qt4/QtSerialPort
# -DLINUX_32 gets added to CFLAGS, though it's only used to figure out

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2016/03/11 20:28:22 naddy Exp $
# $OpenBSD: Makefile,v 1.22 2017/04/10 11:45:24 sthen Exp $
COMMENT = suite of tools for electronic design automation
DISTNAME = geda-gaf-1.6.0
@ -18,7 +18,7 @@ WANTLIB += Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm expat ffi
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-x11-2.0 guile harfbuzz ltdl m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs stdc++
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs ${LIBCXX}
WANTLIB += xcb xcb-render xcb-shm z
MASTER_SITES = http://geda.seul.org/release/v1.6/1.6.0/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2015/05/05 17:00:16 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:45:24 sthen Exp $
COMMENT= viewer for Gerber (RS-274X) files
DISTNAME= gerbv-2.5.0
@ -17,7 +17,7 @@ WANTLIB += Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm expat ffi
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-x11-2.0 harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render
WANTLIB += pcre pixman-1 png pthread pthread-stubs ${LIBCXX} xcb xcb-render
WANTLIB += xcb-shm z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2014/09/16 19:56:09 miod Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:24 sthen Exp $
# gcc spins compiling d_mos7
NOT_FOR_ARCHS= m88k
@ -14,7 +14,7 @@ HOMEPAGE= http://www.gnucap.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++ readline termcap
WANTLIB= c m ${LIBCXX} readline termcap
MASTER_SITES= ${HOMEPAGE}dist/ \
http://www.geda.seul.org/dist/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2016/11/12 16:26:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:24 sthen Exp $
COMMENT= GTK+-based electronic waveform viewer
@ -14,7 +14,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 bz2 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 intl lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pthread stdc++ z
WANTLIB += pthread ${LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/03/27 08:11:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2017/04/10 11:45:24 sthen Exp $
COMMENT-main= schematic and PCB editing software
COMMENT-docs= documentation for the kicad library of components
@ -44,7 +44,7 @@ RUN_DEPENDS-main= cad/kicad-library \
LIB_DEPENDS= x11/wxWidgets
WANTLIB-main += ${WANTLIB} GL GLU c m pthread stdc++
WANTLIB-main += ${WANTLIB} GL GLU c m pthread ${LIBCXX}
WANTLIB-main += ICE SM X11 Xext wx_base wx_base_net wx_gtk2_adv wx_gtk2_aui
WANTLIB-main += wx_gtk2_core wx_gtk2_gl wx_gtk2_html z
WANTLIB-docs=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2016/03/19 22:48:27 naddy Exp $
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:24 sthen Exp $
COMMENT= logic circuit simulator for KDE
@ -15,7 +15,7 @@ WANTLIB += ${KDE}/DCOP ${KDE}/kdecore ${KDE}/kdefx ${KDE}/kdesu
WANTLIB += ${KDE}/kdeui ${KDE}/kio ${KDE}/kwalletclient
WANTLIB += GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama Xmu
WANTLIB += Xrandr Xrender Xt Xxf86vm art_lgpl_2 c drm expat fontconfig
WANTLIB += freetype idn jpeg lcms m mng png pthread stdc++ util xcb
WANTLIB += freetype idn jpeg lcms m mng png pthread ${LIBCXX} util xcb
WANTLIB += xcb-glx z X11-xcb Xau Xdmcp fam glapi pthread-stubs xcb-dri2
LIB_DEPENDS= x11/kde/libs3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2015/03/16 18:07:37 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:24 sthen Exp $
COMMENT= NEC2++ antenna simulator
@ -16,7 +16,7 @@ CONFIGURE_STYLE=gnu
SHARED_LIBS=necpp 0.0
WANTLIB=c m stdc++
WANTLIB=c m ${LIBCXX}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2017/01/23 13:50:10 zhuk Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:24 sthen Exp $
COMMENT = the programmer's solid 3D CAD modeller#'
BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3
@ -18,7 +18,7 @@ WANTLIB += CGAL GL GLEW GLU ICE SM X11 Xext Xi Xinerama Xrender
WANTLIB += boost_filesystem-mt boost_program_options-mt boost_regex-mt
WANTLIB += boost_system-mt boost_thread-mt c fontconfig freetype
WANTLIB += glib-2.0 gmp harfbuzz m mpfr opencsg pthread qscintilla2
WANTLIB += stdc++ z lib/qt4/QtGui lib/qt4/QtOpenGL
WANTLIB += ${LIBCXX} z lib/qt4/QtGui lib/qt4/QtOpenGL
MASTER_SITES = http://files.openscad.org/
DISTFILES = openscad-${V}.src.tar.gz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2017/03/04 11:38:42 espie Exp $
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:45:24 sthen Exp $
COMMENT= Qt-based 2D CAD system
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Non-free data files
PERMIT_PACKAGE_FTP= Non-free data files
PERMIT_DISTFILES_FTP= Non-free data files
WANTLIB= X11 Xext c m pthread stdc++
WANTLIB= X11 Xext c m pthread ${LIBCXX}
MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2016/03/11 20:07:49 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:45:24 sthen Exp $
PORTROACH= limit:[0-9]\.[0-9]\.[0-9][0-9]$
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qucs/}
WANTLIB += ICE SM X11 c m pthread stdc++
WANTLIB += ICE SM X11 c m pthread ${LIBCXX}
MODULES= x11/qt3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2017/02/20 10:23:28 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:24 sthen Exp $
COMMENT= soundcard-based software modem for Amateur Radio use
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xinerama c fltk
WANTLIB += fltk_images fontconfig hamlib iconv intl jpeg m png
WANTLIB += portaudio pthread samplerate sndfile stdc++ z
WANTLIB += portaudio pthread samplerate sndfile ${LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2014/04/02 09:36:09 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:24 sthen Exp $
COMMENT= GNOME multimode HF terminal
@ -22,7 +22,7 @@ WANTLIB += fftw fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnomecanvas-2
WANTLIB += gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += hamlib m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png popt pthread pthread-stubs sndio stdc++ xcb xcb-render
WANTLIB += png popt pthread pthread-stubs sndio ${LIBCXX} xcb xcb-render
WANTLIB += xcb-shm z
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2013/10/11 23:48:11 naddy Exp $
# $OpenBSD: Makefile,v 1.23 2017/04/10 11:45:24 sthen Exp $
COMMENT= gtk PSK31 send and receive
@ -20,7 +20,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gthread-2.0
WANTLIB += gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs sndio stdc++ xcb xcb-render
WANTLIB += pixman-1 png pthread pthread-stubs sndio ${LIBCXX} xcb xcb-render
WANTLIB += z gtk-x11-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 GL
WANTLIB += xcb-shm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2017/02/06 20:20:23 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2017/04/10 11:45:24 sthen Exp $
COMMENT-main= radio/rotator control library
COMMENT-python= python bindings for hamlib
@ -28,7 +28,7 @@ PERMIT_PACKAGE_CDROM= Yes
LIBTOOL_FLAGS= --tag=disable-static
cWANTLIB= ltdl m pthread usb usb-1.0
WANTLIB-main= ${cWANTLIB} c iconv lzma stdc++ xml2 z
WANTLIB-main= ${cWANTLIB} c iconv lzma ${LIBCXX} xml2 z
WANTLIB-main += perl # uses perl ABI
WANTLIB-python= ${cWANTLIB} hamlib ${MODPY_WANTLIB}
WANTLIB-tcl= ${cWANTLIB} hamlib ${MODTCL_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2015/07/20 22:00:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.74 2017/04/10 11:45:24 sthen Exp $
COMMENT= send/receive faxes and share modems
DISTNAME= hylafax-6.0.6
@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes
FLAVORS= a4
FLAVOR?=
WANTLIB= c jbig m stdc++ tiff util z
WANTLIB= c jbig m ${LIBCXX} tiff util z
MODULES= devel/gettext
BUILD_DEPENDS= print/ghostscript/gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/02/27 15:47:17 jca Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:24 sthen Exp $
COMMENT = tool for programming Wouxun transcievers
@ -13,7 +13,7 @@ MAINTAINER = Mitja Muzenic <mitja@kerberos.si>
# Apache 2.0 license
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = c m stdc++
WANTLIB = c m ${LIBCXX}
MASTER_SITES = https://distfiles.nl/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/01/21 18:25:02 zhuk Exp $
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:24 sthen Exp $
COMMENT = provides functions to access serial ports
@ -26,7 +26,7 @@ MODULES = devel/qmake x11/qt4
FAKE_FLAGS = INSTALL_ROOT=${WRKINST}
NO_TEST = Yes
WANTLIB += m pthread stdc++
WANTLIB += m pthread ${LIBCXX}
.for l v in $(SHARED_LIBS)
MAKE_FLAGS += LIB$l_VERSION=$v

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/02/26 20:27:21 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:24 sthen Exp $
PORTROACH= limit:.*[^a]$$
@ -14,7 +14,7 @@ HOMEPAGE= http://www.mbayer.de/html2text/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m stdc++
WANTLIB += c m ${LIBCXX}
MASTER_SITES= http://www.mbayer.de/html2text/downloads/ \
ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2017/02/27 15:55:30 jca Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:45:24 sthen Exp $
COMMENT = tools for LiDAR processing
DISTNAME = lastools-0.20170108
@ -10,7 +10,7 @@ CATEGORIES = converters textproc devel
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m stdc++
WANTLIB += c m ${LIBCXX}
MAKE_FLAGS = COMPILER="${CXX}" \
LINKER="${CXX}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2017/02/10 10:06:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.48 2017/04/10 11:45:24 sthen Exp $
BROKEN-hppa= linking .libs/python-libpst.o fails
@ -21,12 +21,12 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
cWANTLIB += m pthread stdc++
cWANTLIB += m pthread ${LIBCXX}
WANTLIB-main += ${cWANTLIB} iconv intl
WANTLIB-main += bz2 c expat ffi fontconfig freetype gd gio-2.0
WANTLIB-main += glib-2.0 gmodule-2.0 gobject-2.0 gsf-1 jpeg pcre png
WANTLIB-main += pthread-stubs tiff vpx xml2 z m pthread stdc++ lzma
WANTLIB-main += pthread-stubs tiff vpx xml2 z m pthread ${LIBCXX} lzma
WANTLIB-python += ${cWANTLIB} iconv
WANTLIB-python += pst util boost_python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/11/24 09:11:03 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2017/04/10 11:45:24 sthen Exp $
COMMENT= convert pf(4) logs to XML
@ -12,7 +12,7 @@ HOMEPAGE= http://akldev.free.fr/pflogx/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c expat m pcap stdc++
WANTLIB= c expat m pcap ${LIBCXX}
MASTER_SITES= ${HOMEPAGE}/releases/ \
https://distfiles.nl/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2016/09/12 22:44:08 naddy Exp $
# $OpenBSD: Makefile,v 1.34 2017/04/10 11:45:24 sthen Exp $
COMMENT= library functions to access Microsoft Word/Excel files
@ -14,7 +14,7 @@ HOMEPAGE= http://wvware.sourceforge.net/
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += glib-2.0 gsf-1 iconv m stdc++ z
WANTLIB += glib-2.0 gsf-1 iconv m ${LIBCXX} z
MODULES= devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2017/04/05 04:25:58 mglocker Exp $
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:45:24 sthen Exp $
COMMENT = distributed, document-oriented database
@ -13,7 +13,7 @@ HOMEPAGE = http://couchdb.apache.org/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c crypto curl icudata icui18n icuuc m mozjs ncurses nghttp2
WANTLIB += nspr4 plc4 plds4 pthread ssl stdc++ z
WANTLIB += nspr4 plc4 plds4 pthread ssl ${LIBCXX} z
MODULES = devel/gettext \
lang/erlang

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.67 2016/06/29 16:14:38 espie Exp $
# $OpenBSD: Makefile,v 1.68 2017/04/10 11:45:24 sthen Exp $
COMMENT-java= Java bindings for Berkeley DB, revision ${REV}
@ -37,7 +37,7 @@ PATCHFILES= patch.${VERSION}.1:2 \
CONFIGURE_STYLE=gnu
DEST_SUBDIR= ${REV}
WANTLIB= c m stdc++
WANTLIB= c m ${LIBCXX}
PSEUDO_FLAVORS= no_java bootstrap
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.220 2017/03/29 13:27:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.221 2017/04/10 11:45:24 sthen Exp $
# XXX add libphonenumber support when a cpp release is out
@ -41,7 +41,7 @@ WANTLIB += jpeg json-glib-1.0 lber-2.4 ldap-2.4 lzma m nghttp2
WANTLIB += notify nspr4 nss3 nssutil3 oauth orc-0.4 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
WANTLIB += png pthread pthread-stubs sasl2 secret-1 smime3 softokn3
WANTLIB += soup-2.4 sqlite3 ssl ssl3 stdc++ webkit2gtk-4.0 webp
WANTLIB += soup-2.4 sqlite3 ssl ssl3 ${LIBCXX} webkit2gtk-4.0 webp
WANTLIB += xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2016/12/30 10:20:31 jsg Exp $
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:24 sthen Exp $
BROKEN-hppa= undefined reference to `__sync_fetch_and_add_8'
BROKEN-powerpc= undefined reference to `__sync_fetch_and_add_8'
@ -20,7 +20,7 @@ HOMEPAGE= http://fallabs.com/kyotocabinet/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m pthread stdc++ z
WANTLIB += c m pthread ${LIBCXX} z
MASTER_SITES= ${HOMEPAGE}pkg/

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