Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Mikhail Teterin
29f724f79f When -march=FOO happens to be among CFLAGS, unexpected things could
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.
2014-04-27 21:37:13 +00:00
Kirill Ponomarev
3c9b961277 Fix build with native java.
Submitted by:	glewis
2004-11-29 21:15:29 +00:00
Kirill Ponomarev
400a69fc9f Update to 4.1.1 2004-11-27 10:03:41 +00:00
Ying-Chieh Liao
ab80dd5f0a upgrade to 3.0.0
pass maintainership to submitter

PR:		53586
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-06-22 03:14:35 +00:00