./x11/qt5-qtbase, C++ X GUI toolkit

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


Branch: pkgsrc-2017Q1, Version: 5.5.1nb11, Package name: qt5-qtbase-5.5.1nb11, Maintainer: ryoon

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.

This package tracks Qt5 qtbase submodule.


Required to run:
[sysutils/dbus] [devel/glib2] [devel/pcre] [x11/Xrender] [x11/liboldXrandr] [x11/libxkbcommon] [x11/xcb-util] [x11/xcb-util-image] [x11/xcb-util-keysyms] [x11/xcb-util-wm] [x11/libxcb] [x11/xcursor] [textproc/icu] [graphics/glu] [graphics/freetype2] [graphics/png] [graphics/jpeg] [fonts/Xft2] [fonts/harfbuzz] [fonts/fontconfig]

Required to build:
[x11/xf86driproto] [x11/xextproto] [x11/xf86vidmodeproto] [x11/inputproto] [x11/fixesproto4] [x11/xproto] [x11/damageproto] [x11/renderproto] [x11/xcb-proto] [x11/dri2proto] [x11/randrproto] [x11/glproto] [pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

SHA1: 0b651543fa013ae151b7a11f0d0dee092050aa3f
RMD160: ce4bccd0703aaf8d904fbecd1f334ef13d698a44
Filesize: 45301.965 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-25 20:29:40 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5335 - requested by maya
x11/qt5-qtbase: build fix

Revisions pulled up:
- x11/qt5-qtbase/Makefile                                       1.42
- x11/qt5-qtbase/distinfo                                       1.32
- x11/qt5-qtbase/patches/patch-src_corelib_thread_qwaitcondition__unix.cpp 1.1

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Apr 20 18:38:09 UTC 2017

   Modified Files:
           pkgsrc/x11/qt5-qtbase: Makefile

   Log message:
   qt5-qtbase: FreeBSD needs -lutil

   PR pkg/52181 from Santhosh Raju

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Mon Apr 24 12:27:59 UTC 2017

   Modified Files:
           pkgsrc/x11/qt5-qtbase: distinfo
   Added Files:
           pkgsrc/x11/qt5-qtbase/patches:
               patch-src_corelib_thread_qwaitcondition__unix.cpp

   Log message:
   qt5-qtbase: fix build on NetBSD < 6.1 (no pthread_condattr_setclock)
   Invert logic from !defined && to defined || for simplicity and use
   a netbsd version check.