From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 18 15:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34EC1106567B for ; Wed, 18 Jan 2012 15:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 238918FC15 for ; Wed, 18 Jan 2012 15:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0IFUHxT057230 for ; Wed, 18 Jan 2012 15:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0IFUGK2057227; Wed, 18 Jan 2012 15:30:17 GMT (envelope-from gnats) Date: Wed, 18 Jan 2012 15:30:17 GMT Message-Id: <201201181530.q0IFUGK2057227@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156975: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2012 15:30:17 -0000 The following reply was made to PR ports/156975; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156975: commit references a PR Date: Wed, 18 Jan 2012 15:26:49 +0000 (UTC) rm 2012-01-18 15:26:36 UTC FreeBSD ports repository Modified files: devel/qct Makefile pkg-descr pkg-plist Added files: devel/qct/files patch-setup.py Log: Switch back to using distutils to fix runtime. Also fix logic bug in setup.py that had mixing use of setuptools with distutils. With using setuptools some ui-related files are not generating and not installing so gui becomes broken. As for original submitter's plist problem, i believe it was also because it needs py-qt4-gui on build stage too, not only on runtime (see QctBuild.compile_ui() in setup.py for details). This port revision works fine for me both on live system and in tinderbox. Please also note that this port doesn't work with modern mercurial versions, but works fine with cvs/svn. hg support should be trivial to fix, but i have no time/desire resources for this. PR: 156975 Submitted by: Lapo Luchini Revision Changes Path 1.18 +3 -3 ports/devel/qct/Makefile 1.1 +25 -0 ports/devel/qct/files/patch-setup.py (new) 1.3 +0 -2 ports/devel/qct/pkg-descr 1.6 +56 -66 ports/devel/qct/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"