ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mkclean
|
|
PORTVERSION= 0.8.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/matroska/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Clean and optimize Matroska and WebM files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BROKEN_aarch64= Does not install: arm-none-linux-gnueabi-gcc: Command not found
|
|
BROKEN_armv6= Does not install: arm-none-linux-gnueabi-gcc: Command not found
|
|
BROKEN_armv7= Does not install: arm-none-linux-gnueabi-gcc: Command not found
|
|
BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found
|
|
BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USES= compiler:c++11-lang iconv localbase:ldflags gmake tar:bzip2
|
|
|
|
LDFLAGS+= ${ICONV_LIB}
|
|
|
|
MAKE_ENV= "LFLAGS=${LDFLAGS}"
|
|
MAKEFILE= GNUmakefile
|
|
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/mkclean \
|
|
bin/mkWDclean
|
|
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e 's,/usr/local,$$(DESTDIR)$$(PREFIX),g' ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
|
|
@${RM} ${WRKSRC}/libmatroska2/test/test.proj
|
|
|
|
.include <bsd.port.mk>
|