Personal patches
Go to file
Thomas Zander 32d7b113e6 MFH: r480029
Fix runtime error: remove -march=native as optimisation target

Details:
The upstream Makefile contains -march=native as optimisation which leads
to unconditional use of AVX instructions if built on a machine that has
AVX support. Subsequently this causes SIGILL on processors without AVX,
including latest-generation Atom descendants.

PR:		225922
Reported by:	arthur@qeng-ho.org
Approved by:	hsw@bitmark.com (maintainer, implicit)

Approved by:	ports-secteam (riggs)
2018-09-18 15:10:04 +00:00
accessibility
arabic
archivers
astro
audio
base
benchmarks
biology
cad
chinese
comms
converters
databases MFH: r477954 r477984 r478349 2018-08-30 05:59:03 +00:00
deskutils
devel MFH: r478508 2018-08-31 14:45:57 +00:00
dns MFH: r479144 2018-09-10 08:13:39 +00:00
editors MFH: r477449 2018-08-22 18:18:44 +00:00
emulators MFH: r479492 2018-09-11 00:35:32 +00:00
finance
french
ftp MFH: r479050 2018-09-06 19:24:28 +00:00
games MFH: r478237 r478238 r478239 2018-08-27 17:31:44 +00:00
german
graphics MFH: r478129 2018-08-26 15:51:15 +00:00
hebrew
hungarian
irc
japanese MFH: r478435 2018-09-04 03:01:22 +00:00
java
Keywords
korean
lang MFH: r479837 2018-09-17 15:44:52 +00:00
mail
math MFH: r478020 2018-08-25 10:18:55 +00:00
misc
Mk MFH: r479746 2018-09-15 08:46:03 +00:00
multimedia MFH: r478461 2018-08-30 15:01:22 +00:00
net MFH: r478512 r478840 r479083 2018-09-06 19:22:47 +00:00
net-im
net-mgmt
net-p2p
news
palm
polish
ports-mgmt
portuguese
print MFH: r478951 r479032 r479243 2018-09-11 07:23:26 +00:00
russian
science
security MFH: r480029 2018-09-18 15:10:04 +00:00
shells MFH: r479508 r479817 2018-09-15 06:03:26 +00:00
sysutils MFH: r479194 2018-09-07 14:47:48 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www MFH: r479510 2018-09-18 10:59:21 +00:00
x11 MFH: r477818 2018-08-23 07:48:39 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.