Bug 112228

Summary: [PATCH] x11-toolkits/qt4-gui: creates wrong pkg-config data
Product: Ports & Packages Reporter: Koji Yokota <yokota>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
QtGui.pc.diff none

Description Koji Yokota 2007-04-29 10:10:06 UTC
	x11-toolkits/qt4-gui creates ${LOCALBASE}/libdata/pkgconfig/QtGui.pc which has wrong moc_location, uic_location and Libs:

Fix: Quick fix is to apply the following patch in the post-configure stage.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-29 10:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-01 16:14:54 UTC
lofi        2007-05-01 15:14:48 UTC

  FreeBSD ports repository

  Modified files:
    databases/qt4-sql    Makefile 
    devel/dbus-qt4       Makefile 
    devel/qt4-corelib    Makefile 
    devel/qt4-designer   Makefile 
    devel/qt4-qt3support Makefile 
    devel/qt4-qtestlib   Makefile 
    graphics/qt4-svg     Makefile 
    net/qt4-network      Makefile 
    textproc/qt4-xml     Makefile 
    x11/qt4-opengl       Makefile 
    x11-toolkits/qt4-gui Makefile 
  Log:
  Fix/remove bogus paths pointing to the build directory from pkgconfig files,
  libtool archives and dot-prl files.
  
  PR:             ports/112228
  Submitted by:   Koji Yokota <yokota@res.otaru-uc.ac.jp>
  
  Revision  Changes    Path
  1.6       +5 -1      ports/databases/qt4-sql/Makefile
  1.7       +5 -1      ports/devel/dbus-qt4/Makefile
  1.8       +5 -1      ports/devel/qt4-corelib/Makefile
  1.6       +8 -1      ports/devel/qt4-designer/Makefile
  1.6       +5 -1      ports/devel/qt4-qt3support/Makefile
  1.6       +5 -1      ports/devel/qt4-qtestlib/Makefile
  1.8       +5 -1      ports/graphics/qt4-svg/Makefile
  1.6       +5 -1      ports/net/qt4-network/Makefile
  1.6       +5 -1      ports/textproc/qt4-xml/Makefile
  1.6       +5 -1      ports/x11-toolkits/qt4-gui/Makefile
  1.7       +5 -1      ports/x11/qt4-opengl/Makefile
_______________________________________________
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"
Comment 3 Michael Nottebrock freebsd_committer freebsd_triage 2007-05-01 16:15:38 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting!