svn commit: r414007 - in head: devel/qscintilla2-designerplugin devel/qscintilla2-designerplugin-qt5 net-p2p/retroshare textproc/goldendict

Mathieu Arnold mat at FreeBSD.org
Mon Apr 25 14:41:39 UTC 2016


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


More information about the svn-ports-all mailing list