| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
PR: 193841 [1]
Submitted by: mikael.urankar@gmail.com
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The included yassl library contains inline asm (only for i386) using
intel syntax which clang does not support. For now, just disable the
inline asm when clang is used and use the standard C implementation like
on every other architecture.
Approved by: ale (maintainer)
|
| | |
|
| | |
|
| |
|
|
| |
Feature safe: yes
|
| |
|
|
|
|
| |
PR: ports/166503
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
Feature safe: yes
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Use system readline instead of bundled libedit [2]
Enable tcp wrappers [2]
PR: ports/154579 [1], ports/154538 [2]
Submitted by: mm [1], Dan Lukes <dan@obluda.cz> [2]
Feature safe: yes
|
| |
|
|
|
|
|
|
|
| |
library.
Restore previous libraries location.
These two changes should fix most of the reported errors.
Feature safe: yes
|
| |
|
|
|
|
|
|
|
| |
by correctly implementing pthread_once (see PR threads/150959).
While I'm here, replace CONFLICTS with CONFLICTS_INSTALL.
Bump PORTREVISION.
PR: ports/153588
Submitted by: Richard Anthony Secor <rsecor@seqlogic.com>
|
|
|
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
|