Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 17:28:52 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491739 - head/www/vdr-plugin-live
Message-ID:  <201901311728.x0VHSqqc018427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 31 17:28:51 2019
New Revision: 491739
URL: https://svnweb.freebsd.org/changeset/ports/491739

Log:
  www/vdr-plugin-live: Remove EXTRA_PATCH_STRIP
  
  AFAICT it does nothing.  This wasn't an error because PATCH_STRIP=-p1
  is set earlier in the port.

Modified:
  head/www/vdr-plugin-live/Makefile

Modified: head/www/vdr-plugin-live/Makefile
==============================================================================
--- head/www/vdr-plugin-live/Makefile	Thu Jan 31 15:57:47 2019	(r491738)
+++ head/www/vdr-plugin-live/Makefile	Thu Jan 31 17:28:51 2019	(r491739)
@@ -33,7 +33,6 @@ OPTIONS_DEFINE=	DOCS
 
 .if ${COMPILER_FEATURES:Mlibc++}
 EXTRA_PATCHES+=		${FILESDIR}/extra-patch-libcxx
-EXTRA_PATCH_STRIP=	-p1
 .endif
 
 post-patch: post-patch-plugin



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