defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
33 lines
858 B
Makefile
33 lines
858 B
Makefile
# Created by: Jille Timmermans (jille@quis.cx)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oggvideotools
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Toolbox for manipulating Ogg video files
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libgd.so:graphics/gd \
|
|
libogg.so:audio/libogg \
|
|
libtheora.so:multimedia/libtheora \
|
|
libvorbis.so:audio/libvorbis
|
|
|
|
BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope
|
|
|
|
USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2
|
|
USE_CXXSTD= c++11
|
|
USE_SDL= sdl
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|-O0.*-fPIC|-fPIC|' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|