Commit graph

12 commits

Author SHA1 Message Date
Stefan Eßer
e4211f22be Fix build with clang11
Reported by:	pkg-fallout
2020-09-01 10:49:52 +00:00
Matthew Seaman
7c084f620e Fixes to allow building on 12-CURRENT
- fix build failures in i386 and amd64 due to compiler changes
- fix numerous compilation warnings and logical errors that may trap
  in the future
- convert all distribution files from DOS format to ease future changes
- convert legacy patch file to new naming convention

PR:		214990
Submitted by:	bob@eager.cx (maintainer)
2017-01-03 14:00:47 +00:00
Dimitry Andric
c13c92a1a3 During the exp-run in bug 206074, it was found that emulators/simh gives
errors with a recent clang 3.8.0 snapshot [1]:

   /usr/bin/ld: unrecognized option '-plugin'

And more of such linking errors.  This is because the simh main Makefile
attempts to use -flto -fwhole-program with clang, but this support
depends on the correctly link time optimization infrastructure being
installed (e.g. the LLVMgold.so plugin, and more).

Since LTO is not available yet in base, here is a patch to disable the
use of these options more thorougly.

Approved by:	koobs (ports)
PR:		206411
MFH:		2016Q1
2016-01-24 16:25:26 +00:00
Martin Wilke
52ed16480b - Update to 3.9.0
PR:		168031
Submitted by:	Ports Fury
2012-05-23 02:01:33 +00:00
Edward Tomasz Napierala
21fe6ee426 Remove dependency on ports version of libpcap; it's no longer needed
and causes build problems for qemu-devel.

Submitted by:	David O'Brien <obrien@FreeBSD.org> (slightly modified)
2009-01-12 21:30:36 +00:00
Edward Tomasz Napierala
8db298eb23 - Update to 3.8-0. 2008-07-22 22:01:28 +00:00
Edward Tomasz Napierala
392e6e75cf - Update to 3.7-1
Approved by:	miwi (mentor)
2007-05-29 18:17:24 +00:00
Martin Wilke
0dcf1323b2 - Update to 3.7
- Pass maintainership to submitter

PR:		109031
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2007-02-12 08:17:36 +00:00
Pav Lucistnik
4bfb075ba6 - Update to 3.4.0
PR:		ports/85224
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout (jedgar; 2 months)
2005-11-01 22:31:13 +00:00
Volker Stolz
7892bbf2dc Update to 3.2.0
Based on PR:	ports/63663
Submitted by:	Miguel Mendez
Approved by:	maintainer timeout
2004-06-23 16:28:59 +00:00
Edwin Groothuis
7eebd8d39b Update emulators/sim to 3.0-2
Make portlint -A happy and update the port to the current version.

PR:		ports/58644
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer timeout
2004-01-10 12:03:04 +00:00
Chris D. Faulhaber
01e7ad2df8 Update port to 2.10.
PR:		45828
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2003-02-08 01:31:12 +00:00