From owner-svn-ports-head@freebsd.org Mon Apr 25 14:41:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA6F7B1BAFF; Mon, 25 Apr 2016 14:41:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBE8118A; Mon, 25 Apr 2016 14:41:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3PEfcJT082063; Mon, 25 Apr 2016 14:41:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3PEfcjX082059; Mon, 25 Apr 2016 14:41:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604251441.u3PEfcjX082059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Apr 2016 14:41:38 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 14:41:39 -0000 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