7 Commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Tobias Kortkamp
7017780305 databases/libdrizzle-redux: Fix build with Clang 6
libdrizzle/binlog.cc:319:48: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                          "packet size error:%"PRIu32":%"PRIu32, con->packet_size, binlog_event->length);
                                               ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/libdrizzle-redux-5.1.4_2.log

PR:		230958
Approved by:	jim@ohlste.in (maintainer timeout, 2 weeks)
2018-09-10 15:20:46 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Dmitry Marakasov
ce5921de98 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-29 14:37:23 +00:00
Martin Wilke
af4d94b920 Drizzle Client & Protocol Library. This project
is for the new development of the MySQL compatible
C connector library called libdrizzle-redux.

WWW: https://launchpad.net/libdrizzle

PR:		ports/185969
Submitted by:	Jim Ohlstein <jim@ohlste.in>
2014-05-25 07:33:03 +00:00