svn commit: r432151 - head/multimedia/qt5-multimedia

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 22 15:08:33 UTC 2017


Author: rakuco
Date: Sun Jan 22 15:08:31 2017
New Revision: 432151
URL: https://svnweb.freebsd.org/changeset/ports/432151

Log:
  Remove sed call that is no longer necessary.
  
  The sys/types.h include was added upstream and is present in Qt since 5.6.1.

Modified:
  head/multimedia/qt5-multimedia/Makefile

Modified: head/multimedia/qt5-multimedia/Makefile
==============================================================================
--- head/multimedia/qt5-multimedia/Makefile	Sun Jan 22 14:38:49 2017	(r432150)
+++ head/multimedia/qt5-multimedia/Makefile	Sun Jan 22 15:08:31 2017	(r432151)
@@ -71,7 +71,5 @@ post-patch:
 	@${REINPLACE_CMD} -e '/${d}/ d' \
 		${WRKSRC}/qtmultimedia.pro
 .endfor
-	@${REINPLACE_CMD} -e 's|<linux/types.h>|<sys/types.h>|' \
-		${WRKSRC}/src/plugins/v4l/radio/v4lradiocontrol.h
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list