FreeBSD Bugzilla – Attachment 232049 Details for
Bug 262041
multimedia/mkclean: Update to 0.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/mkclean patch
mkclean.diff (text/plain), 4.71 KB, created by
sega01
on 2022-02-23 16:55:28 UTC
(
hide
)
Description:
multimedia/mkclean patch
Filename:
MIME Type:
Creator:
sega01
Created:
2022-02-23 16:55:28 UTC
Size:
4.71 KB
patch
obsolete
>diff --git a/multimedia/mkclean/Makefile b/multimedia/mkclean/Makefile >index bb42b6e8af05..47347923ceb6 100644 >--- a/multimedia/mkclean/Makefile >+++ b/multimedia/mkclean/Makefile >@@ -1,37 +1,41 @@ > PORTNAME= mkclean >-PORTVERSION= 0.8.7 >-PORTREVISION= 2 >+PORTVERSION= 0.9.0 > 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_riscv64= Does not compile: cc: invalid arch name 'i486', string must begin with rv32{i,e,g} or rv64{i,g} >-BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory >+# These may work better now with cmake. >+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_riscv64= does not compile: cc: invalid arch name 'i486', string must begin with rv32{i,e,g} or rv64{i,g} >+BROKEN_sparc64= does not install: gmake: GNUmakefile: No such file or directory > >-HAS_CONFIGURE= yes >+USES= cmake compiler:c++11-lang cpe iconv localbase:ldflags > >-USES= compiler:c++11-lang cpe iconv localbase:ldflags gmake tar:bzip2 > CPE_VENDOR= matroska > >-LDFLAGS+= ${ICONV_LIB} >+USE_GITHUB= yes >+GH_ACCOUNT= Matroska-Org >+GH_PROJECT= foundation-source >+GH_TAGNAME= ${PORTNAME}-${PORTVERSION} > >-MAKE_ENV= "LFLAGS=${LDFLAGS}" >-MAKEFILE= GNUmakefile >-BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} >+post-extract: >+ @${REINPLACE_CMD} -e 's/vfs.h/mount.h/' ${WRKSRC}/corec/corec/helpers/file/file_libc.c >+ >+LDFLAGS+= ${ICONV_LIB} > > 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 >+post-stage: >+ rm -rf ${STAGEDIR}/* >+ ${MKDIR} ${STAGEDIR}/${LOCALBASE}/bin >+ ${CP} ${BUILD_WRKSRC}/${PORTNAME}/mkclean ${STAGEDIR}${LOCALBASE}/bin/ >+ ${CP} ${BUILD_WRKSRC}/${PORTNAME}/mkWDclean ${STAGEDIR}${LOCALBASE}/bin/ > > .include <bsd.port.mk> >diff --git a/multimedia/mkclean/distinfo b/multimedia/mkclean/distinfo >index 4fcf7f677b32..3102b82ba4bf 100644 >--- a/multimedia/mkclean/distinfo >+++ b/multimedia/mkclean/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (mkclean-0.8.7.tar.bz2) = 88713065a172d1ab7fd34c8854a42f6bf8d0e794957265340328a2f692ad46d9 >-SIZE (mkclean-0.8.7.tar.bz2) = 737877 >+TIMESTAMP = 1645167021 >+SHA256 (Matroska-Org-foundation-source-0.9.0-mkclean-0.9.0_GH0.tar.gz) = d42123ceb22be6f682105fd4fc28b6657ca86ab2bb9450f753054bf17b65ad1e >+SIZE (Matroska-Org-foundation-source-0.9.0-mkclean-0.9.0_GH0.tar.gz) = 718527 >diff --git a/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c b/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c >deleted file mode 100644 >index 67af15a1395d..000000000000 >--- a/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c >+++ /dev/null >@@ -1,11 +0,0 @@ >---- 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 <unistd.h> >- #include <dirent.h> >- #include <errno.h> >--#if defined(TARGET_OSX) >-+#if defined(TARGET_OSX) || defined(TARGET_FREEBSD) >- #include <sys/mount.h> >- #else >- #include <sys/vfs.h> >diff --git a/multimedia/mkclean/files/patch-corec__corec__portab.h b/multimedia/mkclean/files/patch-corec__corec__portab.h >deleted file mode 100644 >index d8006722c0ec..000000000000 >--- a/multimedia/mkclean/files/patch-corec__corec__portab.h >+++ /dev/null >@@ -1,12 +0,0 @@ >---- 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 >diff --git a/multimedia/mkclean/files/patch-root.proj b/multimedia/mkclean/files/patch-root.proj >deleted file mode 100644 >index e75e66633ffd..000000000000 >--- a/multimedia/mkclean/files/patch-root.proj >+++ /dev/null >@@ -1,10 +0,0 @@ >---- 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 >- } >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262041
:
231932
|
232045
|
232049
|
232050
|
232051