From owner-svn-ports-all@freebsd.org Thu Jan 14 06:28:27 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A14F64D6D1B; Thu, 14 Jan 2021 06:28:27 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGZBg47Yrz4rK3; Thu, 14 Jan 2021 06:28:27 +0000 (UTC) (envelope-from fluffy@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 7CA3325420; Thu, 14 Jan 2021 06:28:27 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10E6SRYT038335; Thu, 14 Jan 2021 06:28:27 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10E6SRlj038331; Thu, 14 Jan 2021 06:28:27 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202101140628.10E6SRlj038331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 14 Jan 2021 06:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561535 - in head/multimedia: vdr-plugin-xineliboutput xine X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head/multimedia: vdr-plugin-xineliboutput xine X-SVN-Commit-Revision: 561535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 06:28:27 -0000 Author: fluffy Date: Thu Jan 14 06:28:26 2021 New Revision: 561535 URL: https://svnweb.freebsd.org/changeset/ports/561535 Log: multimedia/xine, multimedia/vdr-plugin-xineliboutput: unbreak after r561322 multimedia/libxine update introduces new versioned dir for xine plugins, force rebuild Pointyhat to: tcberner Reported by: poudriere failure Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/xine/Makefile Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Thu Jan 14 03:45:58 2021 (r561534) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Thu Jan 14 06:28:26 2021 (r561535) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-xineliboutput PORTVERSION= 1.0.90s20120511 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= multimedia MASTER_SITES= SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \ LOCAL/nox:snapshot @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} USE_GL= gl glu glut WRKSRC= ${WRKDIR}/vdr-${PLUGIN} -XINE_PLUGINSDIR=lib/xine/plugins/2.7 +XINE_PLUGINSDIR=lib/xine/plugins/2.9 PORTDOCS= README HISTORY PORTEXAMPLES= xine Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Thu Jan 14 03:45:58 2021 (r561534) +++ head/multimedia/xine/Makefile Thu Jan 14 06:28:26 2021 (r561535) @@ -2,7 +2,7 @@ PORTNAME= xine PORTVERSION= 0.99.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -54,7 +54,7 @@ WIN32_CODECS_RUN_DEPENDS=\ XFT_USE= XORG=xft XFT_CONFIGURE_ENABLE= xft -XINE_PLUGINSDIR= lib/xine/plugins/2.7 +XINE_PLUGINSDIR= lib/xine/plugins/2.9 post-patch: @${REINPLACE_CMD} -e \