188 Commits

Author SHA1 Message Date
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
jeremy
fd76a6b680 Add patch to work with PostgreSQL 12 2020-02-06 00:40:40 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
317def58b4 don't pick up gawk if present in configure; fixes build if gawk is
present during configure but then gets junked by dpb
2019-03-09 11:36:44 +00:00
jeremy
19cf175311 Work with PostgreSQL 11 by renaming struct Param to struct QParam
(as PostgreSQL 11 also defines struct Param).

OK ajacoutot@
2019-02-19 05:13:37 +00:00
naddy
7db9e72c82 Silence a harmless clang warning that clutters the build logs. Matches Qt4.
For instance, this cuts the build output of cad/qcad in half.
2018-12-06 13:32:46 +00:00
naddy
f464416954 Add includes for missing declarations. Required by gcc 4.9. Other
compilers appear to pick these up by accident.
2018-11-06 20:09:35 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
rsadowski
f181286e78 Bump missing -sqlite2 after HOMEPAGE update.
Spotted by nigel@
2018-07-29 15:15:16 +00:00
rsadowski
3d25d62d2d Update Qt HOMEPAGE and fix MASTER_SITES.
sure espie@
2018-07-28 15:59:24 +00:00
kili
e8e35ea24f Bump the -main subpackage to make sure people get the clang6 fix
of include/X11/qt3/qgplugin.h.

Found by dpb -uR; a full bulk build won't expose this kind of
problems.
2018-04-17 21:06:07 +00:00
espie
c167c0b5a3 small fixes for clang 6, a few C++11 literals, some weird typing 2018-04-08 08:36:31 +00:00
bentley
df7b777497 Switch MASTER_SITES to https. 2018-01-04 09:34:24 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
espie
e55255f49c remove hardcoded gcc, bump 2017-03-03 12:43:10 +00:00
jca
a99fc1476c Unbreak on arm: disable a hack not needed with EABI. 2017-01-01 09:40:42 +00:00
zhuk
4a5e187b44 Don't create shlib symlinks on OpenBSD.
Allows to switch security/qca to devel/qmake.
2016-12-26 08:55:05 +00:00
zhuk
bda771dd18 Pure style tweaking of qt3.port.mk, putting it in line with its colleagues. 2016-12-26 07:45:29 +00:00
jca
12d284b187 Add an abstraction for the lrelease Qt tool
ok sthen@ zhuk@
2016-05-18 19:12:22 +00:00
naddy
d233c2890d g/c PFRAG.shared 2016-03-23 21:58:11 +00:00
sthen
25c9fb6555 sync WANTLIB 2015-08-24 10:01:10 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
armani
10d41a4dcc Update master site
ok espie@ (maintainer)
2014-07-13 09:03:15 +00:00
naddy
e703f7360d fix build with newer FreeType 2014-01-10 18:10:36 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
espie
5524073408 allow qtextstream to serialize long long integers out.
For completion, qt3 should also serialize long long in, but that's
a more intrusive change, and it's not really needed to keep existing
things compiling.

Obviously, this code is totally different and 64 bits capable in qt4.

this fixes the build of kdepim3 post 64 bits time_t.

problem noticed by sthen@.
2013-04-29 10:44:43 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
000d7e70a2 cups -> cups,-libs 2012-08-04 15:06:55 +00:00
espie
8291a94cc2 convert to bsd.port.arch.mk
use BUILD_PKGPATH now that it's usable for that.
2011-10-02 07:03:11 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
landry
a662a91961 Missed bump to REVISION-examples in previous commit. 2011-09-03 08:21:14 +00:00
espie
badd1536e3 fix WANTLIB, bump revs.
from Amit Kulkarni <amitkulz@gmail.com>
2011-08-28 07:57:40 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
7a75c60d16 Move to new DEPENDS. 2010-07-30 12:03:08 +00:00