Date: Sun, 22 Jan 2017 15:08:31 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432151 - head/multimedia/qt5-multimedia Message-ID: <201701221508.v0MF8V6I078005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701221508.v0MF8V6I078005>