Commit Graph

4928 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
giovanni
68dbd88a95 +p5-DBD-MariaDB 2019-07-11 10:44:38 +00:00
giovanni
64ffa19dd8 Import DBD::MariaDB, a fork of DBD::Mysql with lot of fixed bugs
and new features.

ok sthen@ on a slighter different version

pkg/DESCR
DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and
MySQL databases. In other words: DBD::MariaDB is an interface between
the Perl programming language and the MariaDB/MySQL programming API
that comes with the MariaDB/MySQL relational database management
system. Most functions provided by this programming API are supported.
2019-07-11 10:42:00 +00:00
sthen
d2250df0c6 https homepage 2019-07-10 22:25:04 +00:00
tj
b78c82b5f8 switch some more homepage and master_sites links to https. input/ok sthen 2019-07-10 21:01:26 +00:00
sthen
272679252b better HOMEPAGE, separate out REVISION lines 2019-07-10 17:14:47 +00:00
tj
1367168f53 switch some master_sites and homepage lines to https. ok sthen 2019-07-10 15:25:02 +00:00
sthen
5d3ff6a90d update to freetds-1.1.11 2019-07-10 13:26:20 +00:00
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
sthen
55fa094727 update to pecl-redis-5.0.0 2019-07-03 14:38:55 +00:00
robert
a122f3c955 unbreak the xapian-core pc file because our pkg-config(1) actually checks
the format for correctness and it does not like multi-line descriptions
without line continuations
2019-06-29 13:04:36 +00:00
sthen
7aa2af4c21 update to mariadb-10.3.16, from Brad 2019-06-27 21:15:18 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
sthen
f89455d03c hardcode around a broken Makefile fragment
pg83 = $(shell test $(PGVER) "<" "8.3" && echo "false" || echo "true")
pg82 = $(shell test $(PGVER) "<" "8.2" && echo "false" || echo "true")

which matters now that src/bin/ksh/c_test.c r1.26 fixed "<".

note, this port is rather outdated (5 versions behind), though newer ones
don't fix this either
2019-06-24 22:26:28 +00:00
danj
eb57605f06 Update to py-psycopg2-2.8.3 2019-06-23 14:32:22 +00:00
jca
79c2fa736b Byte-compile _tdb_text.py to avoid leaving the .pyc file around 2019-06-22 23:04:49 +00:00
jca
bcf347998a Move the ports I maintain to PERMIT_PACKAGE 2019-06-22 22:44:06 +00:00
ajacoutot
49504bdd6a Update to evolution-data-server-3.32.3. 2019-06-22 10:25:51 +00:00
pea
2b6ec48e1e Upgrade to 11.4.
ok jeremy@
2019-06-21 21:05:36 +00:00
sthen
ae95645ba1 add -latomic for mariadb on hppa, as done on macppc.
drop ONLY_FOR_ARCHS which with hppa added would be equal to the set
of arches with base-clang/ports-gcc as set in COMPILER, req by jca

"couldn't hurt" brad, ok jca
2019-06-14 10:08:52 +00:00
sthen
0c004a2215 simplify multipackages again, now that they are reunited between architectures.
from Brad.
2019-06-13 21:51:46 +00:00
sthen
a1e533281d sync WANTLIB 2019-06-13 17:00:47 +00:00
sthen
e2f8fc8cd3 no need to patch, just pass CPPFLAGS/LDFLAGS in MAKE_ENV 2019-06-11 15:32:17 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
benoit
ca330401c2 Update to py-pygresql-5.1. 2019-06-07 12:18:32 +00:00
espie
3ec73388de make sure to stop if scripts fail
as noticed by sthen@
2019-06-04 16:05:52 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
espie
7271781869 phase out old PERMIT_* variables.
We won't be distributing CDROM anymore, so simplify to
just PERMIT_PACKAGE / PERMIT_DISTFILES

In particular, the new variables are shorter, so this makes
for better cosmetic sense in ports.

The "current" version allows for the old variables to die out
peacefully, at our leasure, and then I'll remove the old stubs.

As discussed with sthen@, various people agree, and deraadt@
is okay with the strategic change.

This does survive a bulk.

PLEASE NOTE: built packages require current pkg* tools.
In particular, the current version deals with
@comment pkgpath=* ftp=*
just fine, but the old one WILL COMPLAIN about missing cdrom info.

register-plist also doesn't care, adding/removing cdrom info
is a no-op for it. There is NO BUMP needed for the conversion.

For now, sqlports STILL carries the old variables. I'll deal
with their removal later.
2019-05-31 21:27:03 +00:00
jeremy
4ee2064992 Update to sequel_pg 1.12.1 2019-05-31 18:42:25 +00:00
jca
e85230e5fd Drop pthread_np.h detection patches/overrides
Not needed any more after pthread_np.h rev 1.3.
2019-05-30 12:43:30 +00:00
jca
2b22f08b1c SECURITY update to mariadb-10.3.15
Bugs fixed (documented as hangs/crashes):
o CVE-2019-2614
o CVE-2019-2627
o CVE-2019-2628

Major update, upstream says running mysql_upgrade is required.

Release notes:
https://mariadb.com/kb/en/library/mariadb-10315-release-notes/

Upstream doesn't provide a default config file any more so I tried to
cook up which seemed reasonable.

This update should also fix mariadb on powerpc, broken since the update
to 10.2.23.  Thanks to cwen@ for the tests and tweaks.

ok Brad (maintainer)
2019-05-26 22:28:40 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
sthen
5a8bf98388 sync wantlib 2019-05-20 15:55:14 +00:00
sthen
9e886d4abb MariaDB port tweaks from Brad;
For libmariadb don't try to pick up cURL and use external zlib.
For the CONNECT engine don't try to pick up Mongo.

(plus small comment/ONLY_FOR_ARCHS tweaks and s/do-regress/do-test/)
2019-05-20 10:31:23 +00:00
danj
ceab685459 Remove maintainers whose addresses bounce 2019-05-19 19:58:51 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
espie
71a2ef4f62 Add a denormalized table that instantiates the main ports view.
So, Portsq is a snapshot of Ports... dirty but fast.

I had mixed feelings about this.
There's also a script to resync the table.

Grows the db by about 50% (+25MB)

Discussed with sthen@
2019-05-18 21:35:21 +00:00
espie
78fb9be676 create indices for all fullpkgpaths in secondary tables, this ought
to speed up some requests at least a little bit.
2019-05-17 20:41:54 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
sebastia
2344775e7a Update to 0.7.3 2019-05-15 18:02:18 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
danj
783b4d996a Take maintainership 2019-05-13 19:04:45 +00:00
danj
7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
jca
439ab94106 Zap a stray backslash 2019-05-13 03:53:22 +00:00
jca
b799be6324 Major upgrade to mariadb-10.2.23
Some config options have changed or have been removed, check your config
file.  Also make sure to use mysql_upgrade.

Update effort started by jeremy@, continued by sthen@ and me.  Delayed
for some time because of lack of atomic builtins on lots of our base-gcc
platforms.  Since we now use ports-gcc to build mariadb, this is not
a problem any more.

This update brings in libiconv and changes the name of the library.
Stuart kindly proposed to handle the WANTLIB syncing.

Test reports for the server from jcs@ and sthen@.
ok sthen@, "go ahead" Brad (maintainer)
2019-05-12 21:56:55 +00:00
landry
0ff917eb9a Update to sqlite 3.28.
Cf https://www.sqlite.org/releaselog/3_28_0.html
Will be a requirement for gecko 68 per #1544443

Went into a bulk build.
2019-05-12 08:22:18 +00:00
feinerer
2f24211e5f Update to pgModeler 0.9.1 2019-05-12 06:21:19 +00:00
pea
4fb03a5579 Update to 11.3
ok jeremy@
2019-05-11 06:59:58 +00:00
jasper
b964bd4e36 +py-ldap3 2019-05-09 11:50:20 +00:00