Ed Maste
39947679ec
databases/mysql-udf: enable PIC on arm64 and i386, for lld
...
Shared objects should be built as PIC, and lld enforces this by default.
Add aarch64 and i386 cases to the existing set of per-arch CFLAGS, and
remove the BROKEN_aarch64.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
2018-09-18 20:09:03 +00:00
Mark Linimon
fd22400b4e
Mark these ports as broken on aarch64, and, where appropriate, armvX.
...
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
2018-07-07 06:44:07 +00:00
Bernard Spil
688d21f400
databases/mysql-udf: Fix building with MariaDB
...
- Work around MySQL's include/mysql/mysql directory
- Add -I ${LOCALBASE}/include to CFLAGS
- Move from USE_MYSQL to USES= mysql
PR: 199556
2016-07-03 12:43:27 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +00:00
Baptiste Daroussin
3f86adbc94
Cleanup plist
2014-12-20 17:40:53 +00:00
Vanilla I. Shu
5dd533b7da
Support STAGEDIR.
2014-05-16 03:29:49 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Pawel Pekala
9c50a8bbec
- Install files to correct plugins path [1]
...
- Do silent cat pkg-message
http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_plugin_dir
PR: ports/162562 [1]
Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr> [1]
Feature safe: yes
2011-11-29 21:53:32 +00:00
Eitan Adler
7e3b32fff8
- remove maintainer tags from pkg-descr
...
Approved by: portmgr
Approved by: bapt (mentor)
2011-10-22 23:50:23 +00:00
Doug Barton
7ec7e2a3cf
Remove references to mysql 323 and 40, most commonly of the form:
...
IGNORE_WITH_MYSQL= 323 40
2011-10-17 04:35:02 +00:00
Martin Matuska
3f502c3647
Transfer maintainer back to ports@FreeBSD.org
...
Approved by: maintainer (myself)
2011-08-09 15:41:30 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725
Bump PORTREVISION for ports linking to default libmysqlclient.
2011-03-19 13:15:34 +00:00
Dmitry Marakasov
075acacd24
- Switch SourceForge ports to the new File Release System: categories starting with D
2009-08-22 00:18:43 +00:00
Martin Matuska
509c6e8111
This package adds several user-defined statistical functions
...
to the MySQL server providing the ability to:
* calculate the median of any values,
* calculate the skewness and kurtosis of a distribution of value
* retrieve the effective length of the longest value in a STRING column,
* get the longest value from a STRING column,
* calculate the faculty of a value,
* calculate linear regression parameters (intercept, slope, correlation
coefficent) of any values
WWW: http://mysql-udf.sourceforge.net/
2008-04-10 16:30:29 +00:00