Commit graph

107 commits

Author SHA1 Message Date
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
joerg
3e2ed4e3f8 Do not just drop visibibility flags, it breaks modules downstream.
Bump revision.
2018-03-31 20:11:37 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
adam
bc127443b0 qt5: updated to 5.10.1
5.10.1:
Bug fix release.
2018-03-01 20:09:49 +00:00
adam
d91051e39d qt5-qtbase: fix plug-in extension on Darwin 2018-01-31 19:35:23 +00:00
adam
d1d2c1dafb Fix building on Darwin (with newer clang) 2018-01-31 14:08:25 +00:00
jperkin
dcc8e92c1c qt5-qtbase: Various fixes, primarily for SunOS/clang. 2018-01-31 12:36:57 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
ryoon
ec214032ac Fix packaging in non ecl case 2018-01-18 12:39:14 +00:00
markd
61f53a04c0 qt5-qtbase: remove references to qt5-qtquick1 and qt5-sqlite3 2018-01-18 09:15:29 +00:00
adam
0814c2efef Removed references to wip 2018-01-18 08:02:55 +00:00
markd
ff32ea9d8d qt5: update to 5.10.0
2+ years worth of bug fixes and feature enhancements
2018-01-17 19:30:46 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
minskim
fe54640331 x11/qt5-qtbase: Apply upstream fix to build with macOS-10.13 SDK
Bump PKGREVISION.
2017-11-13 17:36:11 +00:00
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
khorben
08f3106d89 Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.

This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).

As discussed on tech-pkg@
2017-11-12 15:36:57 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
a98eef2575 Honor LDFLAGS, fixes RELRO build. 2017-07-11 10:52:41 +00:00
prlw1
e1c5feac2f Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
prlw1
dffca398fb Switch all cups15 packages to use cups. 2017-05-19 13:18:17 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
wiz
7e3c5fd191 Compile with -std=c++11. Needed for compiling with icu;
set for all qt5 packages for consistency.
2017-04-26 06:12:25 +00:00
maya
66480b5b39 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.
2017-04-24 12:27:58 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
maya
b98f8a1220 qt5-qtbase: FreeBSD needs -lutil
PR pkg/52181 from Santhosh Raju
2017-04-20 18:38:09 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
marino
2f3f3e4f2e x11/qt5-qtbase: Fix build on FreeBSD and DragonFly
1. DragonFly needs -lexecinfo LDFLAG
2. Qlockfile is unsupported on DF, allow to fall through
3. QStorageInfo only worked for NetBSD.  Take patch from historical
   ports to fix FreeBSD, DragonFly, and OpenBSD.  (It's been fixed
   upstread for QT5 5.6)
2016-12-04 21:46:54 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
joerg
ea62b3570d Use C++11 with GNU extensions for the build, otherwise alloca will not
be referenced correctly at least on NetBSD.
2016-04-03 12:42:52 +00:00
dbj
8c0d15c1bf don't use xcrun checking for xcrun on osx
command line tools don't install xcrun in the toolkit
so do a simple check for cc instead
2016-03-14 06:12:17 +00:00
nros
1e58ac0ea4 Set QTDIR as an environment variable in Qt5 since some packages need it. 2016-03-09 22:21:39 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ryoon
4215ef2131 Use RPATH instead of RUNPATH to fix library not found error from Qt5 apps
Bump PKGREVISION
2016-03-02 23:03:59 +00:00
jperkin
02201cb05b Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
jperkin
ec1cd47ca0 Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
markd
e4130a5246 Add $LOCALBASE/share to search path in QStandardPaths() 2016-02-04 10:41:12 +00:00
fhajny
16733dc8b7 Sun ld doesn't support -rpath-link. Fixes build on SunOS. 2016-01-28 17:00:29 +00:00
nros
9248aed7bc Fix some stuff in qt5-qtbase.
Fix gtk2 option. PR pkg/49277.
Explicitly turn off all database drivers since they might be picked up, as
shown in joyents linux bulk build.
Bump pkgrevision.
2016-01-18 20:52:43 +00:00
ryoon
eaa493a1f3 Remove incorrect CONFIG_SHELL, from fhajny@ 2016-01-09 05:40:58 +00:00
markd
06e6382524 Fixup linux PLIST. 2016-01-03 21:15:57 +00:00
abs
27cd3f82a4 Fix PLIST.egl - fixes build on at least NetBSD/7 amd64
No pkgrevision bump as only affects platforms which would not have built
2015-11-10 12:18:44 +00:00
adam
79b6cf52df Fix cmakes on Darwin, part 2 2015-10-29 14:48:04 +00:00
adam
8356cb92f4 Fix for X11 installation.
Fix for cmake files on Darwin.
2015-10-28 15:52:11 +00:00