./x11/qt4-libs, C++ X GUI toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q2, Version: 4.7.3, Package name: qt4-libs-4.7.3, Maintainer: pkgsrc-users

Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications.

Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.

Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.

Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.


Required to run:
[graphics/jpeg] [graphics/png]

Required to build:
[devel/libtool-base] [devel/gmake] [pkgtools/x11-links]

Master sites:

SHA1: 765eb70d9779f93fefddddda5e6ddb33f4c0b71e
RMD160: ab9c11c85898430fa74e5e07894f8da5e5936645
Filesize: 208651.536 KB

Version history: (Expand)


CVS history: (Expand)


   2011-08-25 15:25:19 by Steven Drake | Files touched by this commit (1)
Log message:
Pullup ticket #3502 - requested by taca
x11/qt4-libs build fix

Revisions pulled up:
- x11/qt4-libs/hacks.mk                                         1.1

---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Aug  3 16:38:31 UTC 2011

   Added Files:
   	pkgsrc/x11/qt4-libs: hacks.mk

   Log message:
   Compile this package with "-O1" under Mac OS X if GCC is used. The \ 
generated
   "qmake" binary no longer crashes and the build actually succeeds.

   This fixes PR pkg/44716 by Richard Hansen who found out that this is
   a compiler problem in the first place.