Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2018 09:38:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479830 - in head/multimedia/mkclean: . files
Message-ID:  <201809150938.w8F9cMbX085331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <unistd.h>
  #include <dirent.h>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809150938.w8F9cMbX085331>