Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2012 15:26:36 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/qct Makefile pkg-descr pkg-plist ports/devel/qct/files patch-setup.py
Message-ID:  <201201181526.q0IFQaim013735@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lapo at lapo dot it>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201181526.q0IFQaim013735>