Bug 114984 - New port:graphics/qtpfsgui A graphical user interface that provides a workflow for HDR imaging
Summary: New port:graphics/qtpfsgui A graphical user interface that provides a workflo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 07:00 UTC by Yinghong. Liu
Modified: 2007-09-09 13:20 UTC (History)
1 user (show)

See Also:


Attachments
qtpfsgui.shar (5.38 KB, text/plain)
2007-07-28 07:00 UTC, Yinghong. Liu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yinghong. Liu 2007-07-28 07:00:06 UTC
Qtpfsgui is a graphical user interface (based on trolltech's Qt4)
that provides a workflow for HDR imaging.

WWW: http://qtpfsgui.sourceforge.net/

How-To-Repeat: The "qmake,uic,rcc,moc,linguist" of QT4 in this ports are only BUILD_DEPENDS but not RUN_DEPEND. If I define they with QT_COMPONENTS that'll both BUILD_DEPENDS and RUN_DEPEND(see ${PORTSDIR}/Mk/bsd.qt.mk). How should I do to be better? Thanks!
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-07-28 09:32:27 UTC
State Changed
From-To: open->suspended

From misfiled PR ports/114985: 

Date: Sat, 28 Jul 2007 10:04:00 +0200 
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-08-21 12:19:59 UTC
State Changed
From-To: suspended->open

bsd.qt.mk is already fixed.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:03:18 UTC
State Changed
From-To: open->feedback

This port requires fftw3f.4:${PORTSDIR}/math/fftw3-float 
but fftw3-float doesn't provide the necessary include files: 

Project MESSAGE: Detecting fftw3: 
Project MESSAGE: fftw3 devel package not found 

They are installed by math/fftw3. 

Using math/fftw3 compiles fine, so is that change okay? 



Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:03:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

I'll track with submitter.
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:11:05 UTC
State Changed
From-To: feedback->open
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:11:27 UTC
State Changed
From-To: open->feedback

So it really needs the -float version: 

/usr/bin/ld: cannot find -lfftw3f 
*** Error code 1 

Stop in /var/ports/usr/ports/NEW/qtpfsgui/work/qtpfsgui-1.8.10. 


Installing both of them seems to work, and even might be working 
at runtime...
Comment 7 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 13:13:50 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2007-09-09 13:15:48 UTC
edwin       2007-09-09 12:15:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/qtpfsgui    Makefile distinfo pkg-descr pkg-plist 
    graphics/qtpfsgui/files patch-project.pro 
  Log:
  New port:graphics/qtpfsgui A graphical user interface that provides a workflow for HDR imaging
  
          Qtpfsgui is a graphical user interface (based on trolltech's Qt4)
          that provides a workflow for HDR imaging.
  
          WWW: http://qtpfsgui.sourceforge.net/
  
  PR:             ports/114984
  Submitted by:   Yinghong.Liu <relaxbsd@gmail.com>
  
  Revision  Changes    Path
  1.1099    +1 -0      ports/graphics/Makefile
  1.1       +48 -0     ports/graphics/qtpfsgui/Makefile (new)
  1.1       +3 -0      ports/graphics/qtpfsgui/distinfo (new)
  1.1       +29 -0     ports/graphics/qtpfsgui/files/patch-project.pro (new)
  1.1       +4 -0      ports/graphics/qtpfsgui/pkg-descr (new)
  1.1       +35 -0     ports/graphics/qtpfsgui/pkg-plist (new)
_______________________________________________
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"