svn commit: r444581 - head/devel/ace

Tobias C. Berner tcberner at FreeBSD.org
Wed Jun 28 15:30:17 UTC 2017


Author: tcberner
Date: Wed Jun 28 15:30:16 2017
New Revision: 444581
URL: https://svnweb.freebsd.org/changeset/ports/444581

Log:
  Do not patch in wrong qt4-moc paths.
  
  This port was overlooked in r434380 where bin/moc-qt4 was moved to lib/qt4/bin/moc.
  
  PR:		220179
  Submitted by:	Jov <amutu at amutu.com>

Modified:
  head/devel/ace/Makefile

Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile	Wed Jun 28 14:51:22 2017	(r444580)
+++ head/devel/ace/Makefile	Wed Jun 28 15:30:16 2017	(r444581)
@@ -63,10 +63,6 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/$$libdir/pkgconfig|/libdata/pkgconfig|g' \
 		${WRKSRC}/bin/ace_install_pkgconfig.pl
-	@${REINPLACE_CMD} -e \
-		's|bin/moc)|bin/moc-qt4)|g ; \
-		 s|bin/moc,|bin/moc-qt4,|g' \
-		${WRKSRC}/ace/QtReactor/GNUmakefile.ACE_Qt4Reactor_moc
 	@${REINPLACE_CMD} -i "" -e \
 		'/^C[CX]/s|\([[:space:]]\)=|\1?=| ; \
 		 s|/usr/local|${LOCALBASE}| ; \


More information about the svn-ports-all mailing list