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

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


Branch: pkgsrc-2022Q4, Version: 6.4.1, Package name: qt6-qtbase-6.4.1, 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.

This package tracks Qt6 qtbase submodule and installs into a qt6 subprefix.



Package options: cups, dbus

Master sites:

Filesize: 46864.133 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-21 15:48:42 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #6723 - requested by tsutsui
x11/qt6-qtbase: i386 build fix
lang/gcc9: dependent update

Revisions pulled up:
- lang/gcc9-libs/Makefile                                       1.8
- lang/gcc9/Makefile                                            1.41
- lang/gcc9/distinfo                                            1.10
- lang/gcc9/patches/patch-gcc_targhooks.c                       1.1
- x11/qt6-qtbase/Makefile.common                                1.26

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  1 12:59:39 UTC 2023

   Modified Files:
           pkgsrc/lang/gcc9: Makefile distinfo
   Added Files:
           pkgsrc/lang/gcc9/patches: patch-gcc_targhooks.c

   Log message:
   gcc9: pull a hack for the __stack_chk_fail_local() on NetBSD.

   Taken from src/external/gpl3/gcc/dist/gcc/targhooks.c in the NetBSD HEAD:
    \ 
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/targhooks.c#rev1.2
   via pkgsrc/lang/gcc49 in Attic:
    \ 
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/gcc49/patches/Attic/patch-gcc_targhooks.c#rev1.1

   This fixes an error during make configure in pkgsrc/x11/qt6-qtbase
   on NetBSD/i386 9.3 as mentioned in PR/57151.

   Bump PKGREVISION.

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  1 13:00:54 UTC 2023

   Modified Files:
           pkgsrc/lang/gcc9-libs: Makefile

   Log message:
   gcc9-libs: bump PKGREVISION to follow gcc9 bump.

---
   Module Name:    pkgsrc
   Committed By:   tsutsui
   Date:           Sun Jan  8 08:13:31 UTC 2023

   Modified Files:
           pkgsrc/x11/qt6-qtbase: Makefile.common

   Log message:
   qt6-qtbase: fix build failure on NetBSD/i386.

   Closes PR/57151.
   No PKGREVISION bump because buildable ports are not affected.