svn commit: r444945 - head/devel/qdevelop

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 3 12:58:54 UTC 2017


Author: amdmi3
Date: Mon Jul  3 12:58:53 2017
New Revision: 444945
URL: https://svnweb.freebsd.org/changeset/ports/444945

Log:
  - Add LICENSE
  - Add missing Qt depend
  - Silence patching

Modified:
  head/devel/qdevelop/Makefile

Modified: head/devel/qdevelop/Makefile
==============================================================================
--- head/devel/qdevelop/Makefile	Mon Jul  3 12:24:45 2017	(r444944)
+++ head/devel/qdevelop/Makefile	Mon Jul  3 12:58:53 2017	(r444945)
@@ -11,9 +11,12 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Development environment entirely dedicated to Qt 4
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/copying
+
 RUN_DEPENDS=	exctags:devel/ctags
 
-USE_QT4=	gui sql network xml designer sql-sqlite3_run \
+USE_QT4=	corelib gui sql network xml designer sql-sqlite3_run \
 		moc_build uic_build rcc_build
 USES=		qmake
 
@@ -42,9 +45,9 @@ post-patch:
 		-e "s|\"/usr/bin/make\"|\"${LOCALBASE}/bin/gmake\"|g" \
 		-e "s|\"/usr/bin/ctags\"|\"${LOCALBASE}/bin/exctags\"|g" \
 		${WRKSRC}/src/toolscontrolimpl.cpp
-	${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \
+	@${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \
 		${WRKSRC}/QDevelop.pro
-	${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \
+	@${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \
 		${WRKSRC}/src/main.cpp \
 		${WRKSRC}/plugins/tools-regexp-planner/replugin.cpp \
 		${WRKSRC}/plugins/formatting-astyle/astyleplugin.cpp


More information about the svn-ports-all mailing list