Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 14:13:12 UTC Now

2017-04-25 18:29:40 UTC pkgsrc-2017Q1 commitmail json YAML

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.

(bsiegert)