svn commit: r491739 - head/www/vdr-plugin-live

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 17:28:52 UTC 2019


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


More information about the svn-ports-head mailing list