svn commit: r448388 - head/multimedia/mediainfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:26:55 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:26:53 2017
New Revision: 448388
URL: https://svnweb.freebsd.org/changeset/ports/448388

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/multimedia/mediainfo/Makefile

Modified: head/multimedia/mediainfo/Makefile
==============================================================================
--- head/multimedia/mediainfo/Makefile	Sun Aug 20 12:26:48 2017	(r448387)
+++ head/multimedia/mediainfo/Makefile	Sun Aug 20 12:26:53 2017	(r448388)
@@ -14,10 +14,10 @@ COMMENT=	Provides technical and tag information for vi
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../../../License.html
 
+BROKEN_powerpc64=	does not build: undefined reference to fmodl
+
 LIB_DEPENDS=	libmediainfo.so:multimedia/libmediainfo \
 		libzen.so:multimedia/libzen
-
-BROKEN_powerpc64=	does not build: undefined reference to fmodl
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list