From owner-svn-ports-head@freebsd.org Sat Sep 15 09:38:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC18410A1B81; Sat, 15 Sep 2018 09:38:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 806CB86538; Sat, 15 Sep 2018 09:38:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7592211B02; Sat, 15 Sep 2018 09:38:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8F9cNnN085336; Sat, 15 Sep 2018 09:38:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8F9cMbX085331; Sat, 15 Sep 2018 09:38:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201809150938.w8F9cMbX085331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 15 Sep 2018 09:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479830 - in head/multimedia/mkclean: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/multimedia/mkclean: . files X-SVN-Commit-Revision: 479830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2018 09:38:24 -0000 Author: amdmi3 Date: Sat Sep 15 09:38:22 2018 New Revision: 479830 URL: https://svnweb.freebsd.org/changeset/ports/479830 Log: - Pet portlint - Switch to USES=localbase - Regenerate patches - Update WWW Modified: head/multimedia/mkclean/Makefile head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c head/multimedia/mkclean/files/patch-corec__corec__portab.h head/multimedia/mkclean/files/patch-root.proj head/multimedia/mkclean/pkg-descr Modified: head/multimedia/mkclean/Makefile ============================================================================== --- head/multimedia/mkclean/Makefile Sat Sep 15 09:08:23 2018 (r479829) +++ head/multimedia/mkclean/Makefile Sat Sep 15 09:38:22 2018 (r479830) @@ -11,25 +11,24 @@ 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 Modified: head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c ============================================================================== --- head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c Sat Sep 15 09:08:23 2018 (r479829) +++ head/multimedia/mkclean/files/patch-corec__corec__helpers__file__file_libc.c Sat Sep 15 09:38:22 2018 (r479830) @@ -1,5 +1,5 @@ ---- ./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 Modified: head/multimedia/mkclean/files/patch-corec__corec__portab.h ============================================================================== --- head/multimedia/mkclean/files/patch-corec__corec__portab.h Sat Sep 15 09:08:23 2018 (r479829) +++ head/multimedia/mkclean/files/patch-corec__corec__portab.h Sat Sep 15 09:38:22 2018 (r479830) @@ -1,5 +1,5 @@ ---- ./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__) Modified: head/multimedia/mkclean/files/patch-root.proj ============================================================================== --- head/multimedia/mkclean/files/patch-root.proj Sat Sep 15 09:08:23 2018 (r479829) +++ head/multimedia/mkclean/files/patch-root.proj Sat Sep 15 09:38:22 2018 (r479830) @@ -1,6 +1,6 @@ ---- 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 Modified: head/multimedia/mkclean/pkg-descr ============================================================================== --- head/multimedia/mkclean/pkg-descr Sat Sep 15 09:08:23 2018 (r479829) +++ head/multimedia/mkclean/pkg-descr Sat Sep 15 09:38:22 2018 (r479830) @@ -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