Index: head/multimedia/mkclean/Makefile =================================================================== --- head/multimedia/mkclean/Makefile (revision 479829) +++ head/multimedia/mkclean/Makefile (revision 479830) @@ -1,38 +1,37 @@ # $FreeBSD$ PORTNAME= mkclean PORTVERSION= 0.8.7 PORTREVISION= 1 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= iconv gmake tar:bzip2 +USES= iconv localbase:ldflags gmake tar:bzip2 -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= ${ICONV_LIB} -MAKE_ENV+= "LFLAGS=${LDFLAGS}" +MAKE_ENV= "LFLAGS=${LDFLAGS}" MAKEFILE= GNUmakefile BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} PLIST_FILES= bin/mkclean \ bin/mkWDclean - -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 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 Index: head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c =================================================================== --- head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c (revision 479829) +++ head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c (revision 479830) @@ -1,11 +1,11 @@ ---- ./corec/corec/helpers/file/file_libc.c.orig 2011-09-25 11:25:46.000000000 +0200 -+++ ./corec/corec/helpers/file/file_libc.c 2011-09-28 16:25:02.262950715 +0200 +--- corec/corec/helpers/file/file_libc.c.orig 2012-08-26 13:26:55 UTC ++++ corec/corec/helpers/file/file_libc.c @@ -40,7 +40,7 @@ #include #include #include -#if defined(TARGET_OSX) +#if defined(TARGET_OSX) || defined(TARGET_FREEBSD) #include #else #include Index: head/multimedia/mkclean/files/patch-corec__corec__portab.h =================================================================== --- head/multimedia/mkclean/files/patch-corec__corec__portab.h (revision 479829) +++ head/multimedia/mkclean/files/patch-corec__corec__portab.h (revision 479830) @@ -1,12 +1,12 @@ ---- ./corec/corec/portab.h.orig 2011-09-25 11:25:46.000000000 +0200 -+++ ./corec/corec/portab.h 2011-09-28 16:25:47.730826509 +0200 +--- corec/corec/portab.h.orig 2012-08-26 13:26:56 UTC ++++ corec/corec/portab.h @@ -159,6 +159,9 @@ #elif defined(__linux__) || defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__FreeBSD__) +#define TARGET_FREEBSD +#endif #define TARGET_LINUX #ifndef TARGET_QTOPIA // qtopia defines desktop manually Index: head/multimedia/mkclean/files/patch-root.proj =================================================================== --- head/multimedia/mkclean/files/patch-root.proj (revision 479829) +++ head/multimedia/mkclean/files/patch-root.proj (revision 479830) @@ -1,10 +1,10 @@ ---- root.proj.orig 2010-09-26 04:42:30.000000000 -0700 -+++ root.proj 2010-10-24 01:48:34.000000000 -0700 -@@ -12,6 +12,7 @@ +--- root.proj.orig 2012-08-26 13:26:56 UTC ++++ root.proj +@@ -12,6 +12,7 @@ WORKSPACE(CONFIG_MATROSKA2) matroska USE matroska2 USE mkvtests USE mkclean + USE mkWDclean USE mkvalidator } Index: head/multimedia/mkclean/pkg-descr =================================================================== --- head/multimedia/mkclean/pkg-descr (revision 479829) +++ head/multimedia/mkclean/pkg-descr (revision 479830) @@ -1,4 +1,4 @@ mkclean is a command line tool to clean and optimize Matroska files that have already been muxed. -WWW: http://www.matroska.org/downloads/mkclean.html +WWW: https://www.matroska.org/downloads/mkclean.html