Date: Mon, 25 Apr 2016 14:41:38 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414007 - in head: devel/qscintilla2-designerplugin devel/qscintilla2-designerplugin-qt5 net-p2p/retroshare textproc/goldendict Message-ID: <201604251441.u3PEfcjX082059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Apr 25 14:41:38 2016 New Revision: 414007 URL: https://svnweb.freebsd.org/changeset/ports/414007 Log: Don't lie about having a configure script. Reported by: antoine Sponsored by: Absolight Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile (contents, props changed) head/devel/qscintilla2-designerplugin/Makefile (contents, props changed) head/net-p2p/retroshare/Makefile (contents, props changed) head/textproc/goldendict/Makefile (contents, props changed) Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile Mon Apr 25 14:14:39 2016 (r414006) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile Mon Apr 25 14:41:38 2016 (r414007) @@ -17,7 +17,6 @@ USE_GL= gl USES= qmake pyqt:5 USE_QT5= core designer printsupport gui widgets xml \ buildtools_build qmake_build -HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 Modified: head/devel/qscintilla2-designerplugin/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin/Makefile Mon Apr 25 14:14:39 2016 (r414006) +++ head/devel/qscintilla2-designerplugin/Makefile Mon Apr 25 14:41:38 2016 (r414007) @@ -17,7 +17,6 @@ LIB_DEPENDS= libqscintilla2.so:devel/qsc DISTINFO_FILE= ${.CURDIR:H}/qscintilla2/distinfo USES= qmake pyqt:4 USE_QT4= qmake_build moc_build gui xml designer -HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Mon Apr 25 14:14:39 2016 (r414006) +++ head/net-p2p/retroshare/Makefile Mon Apr 25 14:41:38 2016 (r414007) @@ -26,7 +26,6 @@ USE_GNOME= glib20 libxml2 libxslt USE_XORG= x11 xscrnsaver USE_QT4= corelib gui network xml script designer_build uic_build \ qmake_build moc_build rcc_build multimedia -HAS_CONFIGURE= yes BINARY= RetroShare SRC_REVISION= 0.7068 Modified: head/textproc/goldendict/Makefile ============================================================================== --- head/textproc/goldendict/Makefile Mon Apr 25 14:14:39 2016 (r414006) +++ head/textproc/goldendict/Makefile Mon Apr 25 14:41:38 2016 (r414007) @@ -17,7 +17,6 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes -HAS_CONFIGURE= yes USES= dos2unix execinfo iconv pkgconfig qmake tar:bzip2 DOS2UNIX_FILES= processwrapper.cc USE_XORG= xtst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604251441.u3PEfcjX082059>