summaryrefslogtreecommitdiff
path: root/security/beecrypt/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* When -march=FOO happens to be among CFLAGS, unexpected things couldMikhail Teterin2014-04-271-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | occur (for example, -march=core2 used to break build). Not a FreeBSD problem even -- Linux crowd was bitten by this too (and misdiagnosed it). Our package-building does not include the flag, which is why we haven't seen this before. Attempt to help configure better detect the architecture and CPU-capabilities -- and use assembler-implementations of various routines, where possible. ("make check" is almost 30% faster now) Ensure, SSE2-specific code builds properly with clang as well as gcc. Ensure, the author's "make check" runs as regression-test. Add another patch found on SourceForge. (Attempt to) unbreak on PowerPC -- untested. Bump PORTREVISION. Take maintainership for the time being, to deal with any fallout. Notes: svn path=/head/; revision=352464
* Fix build with native java.Kirill Ponomarev2004-11-291-0/+13
Submitted by: glewis Notes: svn path=/head/; revision=122770