use COMPILER_LIBCXX where applicable

This commit is contained in:
espie 2017-07-16 19:18:47 +00:00
parent 411fb3a8ce
commit 8ac47fd9c6
886 changed files with 1797 additions and 1798 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:47 espie 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 ${LIBCXX} z zip
WANTLIB += c fuse m ${COMPILER_LIBCXX} z zip
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=fuse-zip/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:47 espie 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 ${LIBCXX}
WANTLIB+= boost_system-mt c iconv lzma m pthread ${COMPILER_LIBCXX}
LIB_DEPENDS= archivers/xz \
converters/libiconv \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2017/05/01 12:21:57 juanfra Exp $
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:47 espie Exp $
COMMENT = lossless data compressor
@ -9,6 +9,6 @@ HOMEPAGE = http://lzip.nongnu.org/lzip.html
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2017/04/22 10:34:45 juanfra Exp $
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:47 espie 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 ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/04/28 20:40:46 juanfra Exp $
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:47 espie 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 ${LIBCXX}
WANTLIB = c lz m pthread ${COMPILER_LIBCXX}
LIB_DEPENDS = archivers/lzip/lzlib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2017/07/02 18:38:24 jca Exp $
# $OpenBSD: Makefile,v 1.41 2017/07/16 19:18:47 espie 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 ${LIBCXX}
WANTLIB= m pthread ${COMPILER_LIBCXX}
WANTLIB-main= ${WANTLIB} c
WANTLIB-rar= ${WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2017/07/16 19:18:47 espie 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 ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:47 espie Exp $
COMMENT= PHP support for rar archives
@ -9,7 +9,7 @@ REVISION= 2
# PHP
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ${LIBCXX}
WANTLIB= c m ${COMPILER_LIBCXX}
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/06/30 22:11:09 bcallah Exp $
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:47 espie Exp $
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
DISTNAME = quazip-0.7.3
@ -33,7 +33,7 @@ CONFIGURE_ARGS = -DBUILD_WITH_QT4=No
CMAKENAME = QuaZip5
.else
MODULES += x11/qt4
WANTLIB += ${LIBCXX}
WANTLIB += ${COMPILER_LIBCXX}
CONFIGURE_ARGS = -DBUILD_WITH_QT4=Yes
CMAKENAME = QuaZip
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/07/02 13:45:36 fcambus Exp $
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:48 espie Exp $
COMMENT = fast compression/decompression library
@ -15,7 +15,7 @@ HOMEPAGE = http://google.github.io/snappy/
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m ${LIBCXX}
WANTLIB += m ${COMPILER_LIBCXX}
MASTER_SITES = https://github.com/google/snappy/releases/download/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2017/07/06 20:42:17 naddy Exp $
# $OpenBSD: Makefile,v 1.69 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c crypto m pthread ${COMPILER_LIBCXX}
MASTER_SITES= ${HOMEPAGE}rar/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:48 espie 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 ${LIBCXX} z
WANTLIB= m ${COMPILER_LIBCXX} z
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.40 2017/07/16 19:18:48 espie 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 ${LIBCXX} theora xcb xcb-dri2
WANTLIB += png pthread pthread-stubs ${COMPILER_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.2 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2017/07/16 19:18:48 espie 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 ${LIBCXX} usbhid
WANTLIB += SDL adplug binio c iconv m pthread sndio ${COMPILER_LIBCXX} usbhid
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=adplug/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2017/04/18 21:13:03 espie Exp $
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie Exp $
COMMENT = AdLib sound player library
@ -14,7 +14,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += binio c m ${LIBCXX}
WANTLIB += binio c m ${COMPILER_LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=adplug/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2017/07/16 19:18:48 espie 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 ${LIBCXX} \
WANTLIB= FLAC c ltdl m mad ogg pthread samplerate sndio speex ${COMPILER_LIBCXX} \
vorbis vorbisenc vorbisfile z
LIB_DEPENDS= audio/flac \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.45 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += pangoft2-1.0 pthread samplerate sndfile sndio ${COMPILER_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.69 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.70 2017/07/16 19:18:48 espie 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 ${LIBCXX} vorbis vorbisenc
WANTLIB += samplerate sndfile sndio soxr ${COMPILER_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.44 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.45 2017/07/16 19:18:48 espie 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 ${LIBCXX} wx_base_xml wx_base_odbc wx_gtk2_aui
WANTLIB += sndfile sndio ${COMPILER_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.23 2017/06/12 10:57:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2017/07/16 19:18:48 espie Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_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 += ${LIBCXX} xcb xcb-render xcb-shm xml2 z
WANTLIB += ${COMPILER_LIBCXX} xcb xcb-render xcb-shm xml2 z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie Exp $
COMMENT = CAPS LADSPA plugins
@ -13,7 +13,7 @@ HOMEPAGE = http://quitte.de/dsp/caps.html
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m ${LIBCXX}
WANTLIB = m ${COMPILER_LIBCXX}
MASTER_SITES = http://quitte.de/dsp/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie 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 ${LIBCXX} swresample
WANTLIB += avcodec avformat avutil c m pthread ${COMPILER_LIBCXX} swresample
MODULES = devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2017/07/11 20:42:34 rsadowski Exp $
# $OpenBSD: Makefile,v 1.26 2017/07/16 19:18:48 espie Exp $
COMMENT = Qt4-based featureful music player
@ -26,7 +26,7 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gstapp-0.10 gstbase-0.10 gstcdda-0.10 gstreamer-0.10
WANTLIB += gsttag-0.10
WANTLIB += cdio chromaprint gpod execinfo fftw3 lastfm mtp mygpo-qt
WANTLIB += protobuf qca qjson tag>=5.0 usb-1.0 xml2 ${LIBECXX}
WANTLIB += protobuf qca qjson tag>=5.0 usb-1.0 xml2 ${COMPILER_LIBCXX}
# those are dlopen'ed
WANTLIB += plist

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += m ${COMPILER_LIBCXX}
BUILD_DEPENDS= audio/ladspa

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2017/04/10 11:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.58 2017/07/16 19:18:48 espie 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 ${LIBCXX} tag vorbis vorbisfile wavpack xcb xcb-render
WANTLIB += speex ${COMPILER_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.16 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:48 espie Exp $
COMMENT= compact speech synthesizer
@ -15,7 +15,7 @@ HOMEPAGE= http://espeak.sourceforge.net/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m portaudio pthread ${LIBCXX}
WANTLIB += c m portaudio pthread ${COMPILER_LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=espeak/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.27 2017/07/16 19:18:48 espie 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 ${LIBCXX} termcap
WANTLIB= c m sndio ${COMPILER_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.52 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.53 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c iconv m ogg ${COMPILER_LIBCXX}
LIB_DEPENDS= audio/libogg converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.27 2017/07/16 19:18:48 espie 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 ${LIBCXX} tag tag_c xcb xcb-render xcb-shm
WANTLIB += pthread-stubs ssl ${COMPILER_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.38 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += pcre pixman-1 png pthread pthread-stubs sqlite3 ${COMPILER_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.4 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += SDL c m pthread ${COMPILER_LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=goattracker2/}GoatTracker%202/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += FOX-1.6 GL GLU X11 c dbus-1 expat intl m sqlite3 ${COMPILER_LIBCXX}
WANTLIB += tag xine
MASTER_SITES = http://www.linklevel.net/distfiles/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2017/04/30 15:38:15 naddy Exp $
# $OpenBSD: Makefile,v 1.57 2017/07/16 19:18:48 espie Exp $
COMMENT= front-end to external cd audio rippers and mp3 encoders
@ -20,7 +20,7 @@ WANTLIB += cdda_paranoia crypto curl fontconfig freetype gconf-2
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 intl m nghttp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 popt pthread ssl ${LIBCXX} vte z
WANTLIB += pangocairo-1.0 pangoft2-1.0 popt pthread ssl ${COMPILER_LIBCXX} vte z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2017/07/16 19:18:48 espie 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 ${LIBCXX} QtGui QtNetwork QtXml sndfile>=1
WANTLIB += c m ogg pthread sndio ${COMPILER_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.20 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c curses m readline ${COMPILER_LIBCXX}
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2017/07/16 19:18:48 espie 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 ${LIBCXX} z
WANTLIB= c m ${COMPILER_LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c m ${COMPILER_LIBCXX}
do-install:
.for i in ${PROGRAMS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2017/07/05 10:22:05 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie Exp $
COMMENT= Bauer stereophonic-to-binaural DSP
REVISION= 0
@ -14,7 +14,7 @@ HOMEPAGE= http://bs2b.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC c m ogg sndfile ${LIBCXX} vorbis vorbisenc
WANTLIB += FLAC c m ogg sndfile ${COMPILER_LIBCXX} vorbis vorbisenc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bs2b/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.48 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB-gtk += pixman-1 png pthread-stubs xcb xcb-render xcb-shm z ${COMPILER_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 ${LIBCXX}
WANTLIB-gtk3 += xcb-shm z ${COMPILER_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.18 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c cddb iconv m ncurses ${COMPILER_LIBCXX}
LIB_DEPENDS= audio/libcddb \
converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += fftw3f c m pthread samplerate ${COMPILER_LIBCXX}
LIB_DEPENDS = audio/libsamplerate \
math/fftw3,float

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += m ${COMPILER_LIBCXX}
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie Exp $
PORTROACH= limit:^3
@ -14,7 +14,7 @@ HOMEPAGE= http://musicbrainz.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += discid m neon ${LIBCXX}
WANTLIB += discid m neon ${COMPILER_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.10 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:48 espie Exp $
PORTROACH= limit:^5
@ -18,7 +18,7 @@ HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += m neon ${LIBCXX}
WANTLIB += m neon ${COMPILER_LIBCXX}
MASTER_SITES= https://github.com/downloads/metabrainz/libmusicbrainz/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2017/04/19 15:40:25 jca Exp $
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie Exp $
COMMENT = Open Fingerprint Architecture library
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=musicip-libofa/}
WANTLIB += m pthread ${LIBCXX} fftw3
WANTLIB += m pthread ${COMPILER_LIBCXX} fftw3
# needed to build the examples
BUILD_DEPENDS = net/curl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2017/05/03 18:36:05 fcambus Exp $
# $OpenBSD: Makefile,v 1.18 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB = m ${COMPILER_LIBCXX}
MASTER_SITES= https://www.distfiles.pl/
EXTRACT_SUFX= .tgz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2017/04/19 11:16:03 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:48 espie Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_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 ${LIBCXX}
vorbisenc vorbisfile z ${COMPILER_LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lmms/}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB= c m ${COMPILER_LIBCXX}
MASTER_SITES= http://bsd.cenkes.org/myports/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie Exp $
COMMENT = MCP LADSPA plugins
@ -12,7 +12,7 @@ HOMEPAGE = http://kokkinizita.net/linuxaudio/ladspa/index.html
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m ${LIBCXX}
WANTLIB = m ${COMPILER_LIBCXX}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:48 espie 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 ${LIBCXX} z zzip
WANTLIB += SDL2 c m ${COMPILER_LIBCXX} z zzip
MODULES = devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/05/13 10:33:14 espie Exp $
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:49 espie 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 ${LIBCXX} swresample tag tag_c vorbis vorbisenc
WANTLIB += speex ssl ${COMPILER_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.21 2017/06/18 14:56:03 bcallah Exp $
# $OpenBSD: Makefile,v 1.22 2017/07/16 19:18:48 espie Exp $
COMMENT= text console audio player with an interactive interface
@ -10,7 +10,7 @@ MAINTAINER= Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ncurses ogg pthread sidplay sndio ${LIBCXX} vorbis vorbisfile
WANTLIB= c m ncurses ogg pthread sidplay sndio ${COMPILER_LIBCXX} vorbis vorbisfile
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.107 2017/06/09 08:44:52 dcoppa Exp $
# $OpenBSD: Makefile,v 1.108 2017/07/16 19:18:48 espie Exp $
BROKEN-hppa = no atomic ops
COMMENT = Music Player Daemon
@ -17,7 +17,7 @@ WANTLIB = FLAC audiofile avcodec avformat avutil \
id3tag iso9660 m mikmod mp3lame mpcdec \
mpdclient ogg opus pthread samplerate \
shout sndfile sndio speex sqlite3 theora \
vorbis vorbisenc yajl z ${LIBECXX}
vorbis vorbisenc yajl z ${COMPILER_LIBCXX}
MASTER_SITES = http://www.musicpd.org/download/mpd/${VER:R}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB += pthread sndfile speex speexdsp ssl ${COMPILER_LIBCXX}
MODULES = devel/qmake x11/qt4
SEPARATE_BUILD = No

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie 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 ${LIBCXX} tag
WANTLIB += freetype m phonon pthread ${COMPILER_LIBCXX} tag
MODULES = devel/qmake x11/qt4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.59 2017/06/09 15:09:51 dcoppa Exp $
# $OpenBSD: Makefile,v 1.60 2017/07/16 19:18:48 espie 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'
@ -22,7 +22,7 @@ WANTLIB += boost_date_time-mt boost_filesystem-mt boost_locale-mt
WANTLIB += boost_program_options-mt boost_regex-mt boost_system-mt
WANTLIB += boost_thread-mt c crypto curl ereadline m mpdclient
WANTLIB += ncursesw nghttp2 pthread ssl ${LIBCXX} tag termcap z
WANTLIB += ${LIBECXX}
WANTLIB += ${COMPILER_LIBCXX}
MASTER_SITES = ${HOMEPAGE}stable/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:48 espie 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 ${LIBCXX} vorbis vorbisfile z
WANTLIB += sidplay ${COMPILER_LIBCXX} vorbis vorbisfile z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opencubicplayer/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2017/05/31 08:08:15 espie Exp $
# $OpenBSD: Makefile,v 1.46 2017/07/16 19:18:48 espie Exp $
BROKEN-hppa = undefined reference to __sync atomic ops
BROKEN-mips64 = undefined reference to __sync atomic ops
@ -21,7 +21,7 @@ MAINTAINER = David Carlier <devnexen@gmail.com>
# LGPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m pthread sndio ${LIBECXX}
WANTLIB += c m pthread sndio ${COMPILER_LIBCXX}
MASTER_SITES = ${HOMEPAGE:S,.html,-releases/,}
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie 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 ${LIBCXX} vorbis vorbisenc
WANTLIB += m mad mxml ogg portaudio pthread ${COMPILER_LIBCXX} vorbis vorbisenc
WANTLIB += vorbisfile z Xcursor Xfixes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hypermammut/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += avcodec avformat m ofa pthread ${COMPILER_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.15 2017/04/19 16:23:39 jca Exp $
# $OpenBSD: Makefile,v 1.16 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += c glib-2.0 m ncursesw pthread ${COMPILER_LIBCXX}
LIB_DEPENDS= devel/glib2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2017/05/31 08:08:15 espie Exp $
# $OpenBSD: Makefile,v 1.84 2017/07/16 19:18:49 espie Exp $
# XXX
# sndio: what to do with (channel) map
@ -28,7 +28,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC ICE SM X11 X11-xcb Xext Xi Xtst c crypto dbus-1
WANTLIB += execinfo gdbm glib-2.0 iconv intl ltdl m ogg pcre pthread
WANTLIB += sndfile sndio speexdsp ssl vorbis vorbisenc xcb $(LIBECXX)
WANTLIB += sndfile sndio speexdsp ssl vorbis vorbisenc xcb $(COMPILER_LIBCXX)
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2017/07/16 19:18:49 espie 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 ${LIBCXX} tag ${MODPY_WANTLIB}
WANTLIB += boost_python${MODPY_MAJOR_VERSION:M3}-mt m pthread ${COMPILER_LIBCXX} tag ${MODPY_WANTLIB}
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/07/16 19:18:49 espie 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 ${LIBCXX} z
WANTLIB= iconv id3>=4 ${COMPILER_LIBCXX} z
LIB_DEPENDS= audio/id3lib \
converters/libiconv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:49 espie 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 = ${LIBCXX} tag
WANTLIB = ${COMPILER_LIBCXX} tag
MODULES = lang/ruby

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2017/05/03 18:36:05 fcambus Exp $
# $OpenBSD: Makefile,v 1.14 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB= c m sidplay>=1 sndio ${COMPILER_LIBCXX}
MASTER_SITES= https://www.distfiles.pl/
EXTRACT_SUFX= .tgz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2017/07/16 19:18:49 espie Exp $
COMMENT= tempo/pitch audio processing library
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c m ${LIBCXX}
WANTLIB= c m ${COMPILER_LIBCXX}
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.38 2017/07/16 19:18:49 espie 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= ${LIBCXX} m z
WANTLIB= ${COMPILER_LIBCXX} m z
BUILD_DEPENDS= devel/cppunit

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2017/07/16 19:18:49 espie 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 ${LIBCXX} xcb xml2 z gthread-2.0 pthread
WANTLIB += png pthread-stubs ${COMPILER_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.21 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += SDL c m pthread ${COMPILER_LIBCXX}
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:23 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2017/07/16 19:18:49 espie 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 ${LIBCXX} xcb xcb-render xcb-shm xml2
WANTLIB += pthread pthread-stubs ssl ${COMPILER_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.15 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2017/07/16 19:18:49 espie Exp $
COMMENT = audio plugin API
@ -15,7 +15,7 @@ HOMEPAGE = http://www.vamp-plugins.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vamp/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2017/07/16 19:18:48 espie 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 ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
MASTER_SITES = ${MASTER_SITE_FREEBSD_LOCAL:=jmz/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.42 2017/07/16 19:18:49 espie 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 ${LIBCXX} vorbis vorbisfile
WANTLIB += sndfile speex sqlite3 ${COMPILER_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.15 2017/05/24 14:04:50 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2017/07/16 19:18:49 espie Exp $
COMMENT= enhanced performance test of filesystem I/O
@ -12,7 +12,7 @@ HOMEPAGE= http://www.coker.com.au/bonnie++/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m pthread ${LIBCXX}
WANTLIB= c m pthread ${COMPILER_LIBCXX}
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf dest

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2017/07/16 19:18:49 espie 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 ${LIBCXX} z lib/mysql/mysqlclient_r
WANTLIB += crypto ssl ${COMPILER_LIBCXX} z lib/mysql/mysqlclient_r
.else
CONFIGURE_ARGS += --with-mysql=no
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += c fltk fontconfig m pthread ${COMPILER_LIBCXX}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nut/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += Xinerama Xrender c fontconfig freetype m pthread ${COMPILER_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.22 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs ${COMPILER_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.12 2017/05/01 19:29:26 espie Exp $
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:49 espie 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 ${LIBCXX} readline termcap
WANTLIB= c m ${COMPILER_LIBCXX} readline termcap
MASTER_SITES= ${HOMEPAGE}dist/ \
http://www.geda.seul.org/dist/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2017/04/28 17:55:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2017/07/16 19:18:49 espie 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 ${LIBCXX} z
WANTLIB += pthread ${COMPILER_LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB-main += ${WANTLIB} GL GLU c m pthread ${COMPILER_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.11 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:49 espie Exp $
COMMENT= NEC2++ antenna simulator
@ -16,7 +16,7 @@ CONFIGURE_STYLE=gnu
SHARED_LIBS=necpp 0.0
WANTLIB=c m ${LIBCXX}
WANTLIB=c m ${COMPILER_LIBCXX}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:49 espie 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 += ${LIBCXX} z lib/qt4/QtGui lib/qt4/QtOpenGL
WANTLIB += ${COMPILER_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.27 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB= X11 Xext c m pthread ${COMPILER_LIBCXX}
MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/05/02 15:13:39 espie Exp $
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += ICE SM X11 c m pthread ${COMPILER_LIBCXX}
MODULES= x11/qt3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2017/05/24 14:05:42 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2017/07/16 19:18:49 espie Exp $
COMMENT= soundcard-based software modem for Amateur Radio use
@ -15,7 +15,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 ${LIBCXX} z
WANTLIB += portaudio pthread samplerate sndfile ${COMPILER_LIBCXX} z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2017/05/04 14:02:00 espie Exp $
# $OpenBSD: Makefile,v 1.38 2017/07/16 19:18:49 espie 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 ${LIBCXX} xcb xcb-render
WANTLIB += png popt pthread pthread-stubs sndio ${COMPILER_LIBCXX} xcb xcb-render
WANTLIB += xcb-shm z
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2017/05/02 16:47:32 espie Exp $
# $OpenBSD: Makefile,v 1.25 2017/07/16 19:18:49 espie 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 ${LIBCXX} xcb xcb-render
WANTLIB += pixman-1 png pthread pthread-stubs sndio ${COMPILER_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.35 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2017/07/16 19:18:49 espie 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 ${LIBCXX} xml2 z
WANTLIB-main= ${cWANTLIB} c iconv lzma ${COMPILER_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.75 2017/06/17 17:22:04 schwarze Exp $
# $OpenBSD: Makefile,v 1.76 2017/07/16 19:18:49 espie 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 ${LIBCXX} tiff util z
WANTLIB= c jbig m ${COMPILER_LIBCXX} tiff util z
MODULES= devel/gettext
BUILD_DEPENDS= print/ghostscript/gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB = c m ${COMPILER_LIBCXX}
MASTER_SITES = https://distfiles.nl/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += m pthread ${COMPILER_LIBCXX}
.for l v in $(SHARED_LIBS)
MAKE_FLAGS += LIB$l_VERSION=$v

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:49 espie Exp $
PORTROACH= limit:.*[^a]$$
@ -14,7 +14,7 @@ HOMEPAGE= http://www.mbayer.de/html2text/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m ${LIBCXX}
WANTLIB += c m ${COMPILER_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.3 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB += c m ${COMPILER_LIBCXX}
MAKE_FLAGS = COMPILER="${CXX}" \
LINKER="${CXX}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2017/05/15 19:56:02 rsadowski Exp $
# $OpenBSD: Makefile,v 1.50 2017/07/16 19:18:49 espie Exp $
BROKEN-hppa= linking .libs/python-libpst.o fails
@ -22,12 +22,12 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
cWANTLIB += m pthread ${LIBCXX}
cWANTLIB += m pthread ${COMPILER_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 webp xml2 z m pthread ${LIBCXX} lzma
WANTLIB-main += pthread-stubs tiff webp xml2 z m pthread ${COMPILER_LIBCXX} lzma
WANTLIB-python += ${cWANTLIB} iconv
WANTLIB-python += pst util boost_python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2017/05/11 20:50:55 espie Exp $
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB= c expat m pcap ${COMPILER_LIBCXX}
MASTER_SITES= ${HOMEPAGE}/releases/ \
https://distfiles.nl/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2017/07/16 19:18:49 espie 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 ${LIBCXX} z
WANTLIB += glib-2.0 gsf-1 iconv m ${COMPILER_LIBCXX} z
MODULES= devel/cmake

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2017/07/16 19:18:49 espie 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 ${LIBCXX} z
WANTLIB += nspr4 plc4 plds4 pthread ssl ${COMPILER_LIBCXX} z
MODULES = devel/gettext \
lang/erlang

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2017/04/21 13:27:46 kurt Exp $
# $OpenBSD: Makefile,v 1.70 2017/07/16 19:18:49 espie 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 ${LIBCXX}
WANTLIB= c m ${COMPILER_LIBCXX}
PSEUDO_FLAVORS= no_java bootstrap
FLAVOR?=

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