Date: Fri, 1 Jan 2021 16:10:08 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559842 - in head/multimedia/libbdplus: . files Message-ID: <202101011610.101GA89o021609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Jan 1 16:10:08 2021 New Revision: 559842 URL: https://svnweb.freebsd.org/changeset/ports/559842 Log: multimedia/libbdplus: Makefile cleanup - Update MASTER_SITES - use ports framework instead of trying to work around it - make portlint happy PR: 250986 Submitted by: daniel.engberg.lists@pyret.net Added: head/multimedia/libbdplus/files/ head/multimedia/libbdplus/files/patch-configure.ac (contents, props changed) Modified: head/multimedia/libbdplus/Makefile Modified: head/multimedia/libbdplus/Makefile ============================================================================== --- head/multimedia/libbdplus/Makefile Fri Jan 1 16:05:45 2021 (r559841) +++ head/multimedia/libbdplus/Makefile Fri Jan 1 16:10:08 2021 (r559842) @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= libbdplus -PORTVERSION= 0.1.2 +DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ - http://blu.opsec.eu/ +MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= BD+ System research implementation LICENSE= LGPL21 -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ +LIB_DEPENDS= libaacs.so:multimedia/libaacs \ + libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error +USES= autoreconf libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes -USES= autoreconf tar:bzip2 pkgconfig libtool -CONFIGURE_ARGS= --without-libaacs - -.include "${.CURDIR}/../libbluray/Makefile.include" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-optimizations .include <bsd.port.mk> Added: head/multimedia/libbdplus/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbdplus/files/patch-configure.ac Fri Jan 1 16:10:08 2021 (r559842) @@ -0,0 +1,13 @@ +--- configure.ac.orig 2020-11-09 02:33:57 UTC ++++ configure.ac +@@ -168,10 +168,6 @@ CC_CHECK_CFLAGS_APPEND([-Wall -Wdisabled-optimization + [-Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef ]dnl + [-Wmissing-prototypes -Wshadow]) + +-CC_CHECK_CFLAGS_APPEND([-Werror=implicit-function-declaration ]dnl +- [-Werror-implicit-function-declaration], +- [break;]) +- + CC_CHECK_WERROR + AS_IF([test "x$enable_werror" = "xyes"], [ + CFLAGS="${CFLAGS} $cc_cv_werror"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101011610.101GA89o021609>