Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 19:23:10 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327179 - head/multimedia/vdr-plugin-control
Message-ID:  <201309131923.r8DJNAPD008132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri Sep 13 19:23:10 2013
New Revision: 327179
URL: http://svnweb.freebsd.org/changeset/ports/327179

Log:
  Fix build on recent head. (bsdpatch)
  
  Reported by:	beefy2 via pkg-fallout

Modified:
  head/multimedia/vdr-plugin-control/Makefile

Modified: head/multimedia/vdr-plugin-control/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-control/Makefile	Fri Sep 13 19:20:11 2013	(r327178)
+++ head/multimedia/vdr-plugin-control/Makefile	Fri Sep 13 19:23:10 2013	(r327179)
@@ -25,6 +25,7 @@ WRKSRC=		${WRKDIR}/${PLUGIN}-${DISTVERSI
 .include	"${.CURDIR}/../vdr/Makefile.plugins"
 
 post-patch: post-patch-plugin
+	${RM} ${WRKSRC}/vdr-plugin-${PLUGIN}-${DISTVERSION:S/a45/a/}/debian/patches/90*
 	for i in ${WRKSRC}/vdr-plugin-${PLUGIN}-${DISTVERSION:S/a45/a/}/debian/patches/*.dpatch; do \
 		${PATCH} -d ${WRKSRC} `${SED} -n '/^#PATCHOPTIONS:/{s///;p;q;}' $$i` --forward --quiet <$$i ;\
 	done



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