Date: Mon, 3 Jul 2017 12:58:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444945 - head/devel/qdevelop Message-ID: <201707031258.v63CwrZ7098467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707031258.v63CwrZ7098467>