Commit graph

96 commits

Author SHA1 Message Date
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Jason Helfman
0129a04b17 - adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk

Approved by:	portmgr (miwi)
2013-05-29 04:46:28 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Joerg Wunsch
449f390acc Upgrade to avr-libc 1.8.0
PR:		ports/163562
2011-12-30 08:53:57 +00:00
Joerg Wunsch
d9cc9cd4c4 Now that crees upgraded the port to 1.7.1, there's no longer a need to
declare it BROKEN even when trying to build the docs.
2011-12-17 22:13:00 +00:00
Chris Rees
0ed624de54 - Update to 1.7.1
- Add LICENSE data

PR:		ports/161412
Submitted by:	4720
Approved by:	joerg via email
2011-12-14 21:33:51 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Joerg Wunsch
0b07b6dddf As a workaround for the brokeness caused by the recent doxygen
upgrade, change the AVRLIBCDOCS option default to "off", and mark the
port as being BROKEN only if docs are requested, so it will be non
broken by default.

This can go away again with an upcoming new upstream release that
implements a proper workaround, but it's a useful workaround until
then.

PR:		ports/153181
Submitted by:	Craig Leres
2010-12-15 21:56:33 +00:00
Pav Lucistnik
0e90b52a89 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-11-03 21:25:23 +00:00
Joerg Wunsch
25e4a61a18 Upgrade to version 1.7.0 (finally). 2010-09-07 05:53:38 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Joerg Wunsch
6a5e2d6809 pkg-plist update only. This is necessary as the recent upgrades of
devel/avr-binutils and devel/avr-gcc added support for more AVR devices
which avr-libc automatically picks up during a "make configure".
2010-03-08 20:14:21 +00:00
Joerg Wunsch
9b9c1fdb35 When compiling with NOPORTDOCS, don't attempt to query the option
about building the docs from the user (and then eventually ignore it
anyway).
2010-02-11 22:37:30 +00:00
Joerg Wunsch
15715d5225 Fix build issue with disabled docs.
Submitted by:	Warren Block
2010-02-11 21:32:50 +00:00
Joerg Wunsch
1c3770453c Upgrade to 1.6.8. This also fixes the doxygen-related build error
that caused the port being marked BROKEN (and thus fixes the PR
mentioned).

Incorporate a patch submitted by Warren Block to make the option
more obvious that avr-libc can be built without building all the
documentation (which, in turn, has a huge list of prerequisites).

PR:		ports/143636
Submitted by:	Warren Block (for the "no docs" option)
2010-02-11 12:02:32 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
d5a12f74ac - Mark BROKEN: does not build
Reported by:	pointyhat
2010-01-10 11:25:21 +00:00
Joerg Wunsch
1c09346ace Yet another forgotten line. 2009-08-12 19:37:45 +00:00
Joerg Wunsch
95ef3f870b Fix a typo. 2009-08-12 19:32:09 +00:00
Joerg Wunsch
973609a61a As the compiler now supports some more Xmega MCU types, catch up with
the pkg-plist since the avr-libc port will automatically pick them up.
2009-08-12 19:30:59 +00:00
Joerg Wunsch
e8ea3e9d9e Upgrade to version 1.6.7.
This is also supposed to fix the QAT complaint about misinstalled files
for custom PREFIX settings.
2009-07-12 21:56:12 +00:00
Joerg Wunsch
f9d2fed583 Upgrade to version 1.6.6 (finally). 2009-06-11 22:19:12 +00:00
Ion-Mihai Tetcu
eb95038c7e Fix plist with -DNOPORTDOCS
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-23 20:00:14 +00:00
Joerg Wunsch
659a941a4e Upgrade to version 1.6.1. 2007-12-21 22:24:59 +00:00
Joerg Wunsch
4a7de2a1a9 Upgrade to version 1.4.7. This also unbreaks the port.
PR:		ports/116408
2007-10-30 11:32:26 +00:00
Joerg Wunsch
a568cf9165 Register avr-libc-devel as a conflicting port. 2007-10-29 19:54:37 +00:00
Kris Kennaway
184de5f7db BROKEN: Does not build 2007-07-28 22:26:34 +00:00
Joerg Wunsch
76a555f509 Upgrade to version 1.4.6. 2007-06-23 21:32:31 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joerg Wunsch
5eddfa3e56 Remove the avr/lib/avr6 directory upon deinstallation.
Approved by:	portmgr (clement)
2006-10-15 09:18:16 +00:00
Joerg Wunsch
3457ff54d4 Upgrade to version 1.4.5. 2006-10-09 20:30:41 +00:00
Edwin Groothuis
cd1bd9c885 Trail devel/avr-gcc rename to devel/avr-gcc-3 2006-10-06 03:19:09 +00:00
Joerg Wunsch
593747c381 Add a workaround for binutils-2.17's pickyness about copying an empty
section in [avr-]objcopy, until a new version of avr-libc is going to
be released.
2006-09-28 22:13:24 +00:00
Joerg Wunsch
a8062ca5fb Upgrade to version 1.4.4. 2006-04-20 22:02:44 +00:00
Joerg Wunsch
19a9d39932 Building the docs requires parts of netpbm. While netpbm is already
implicitly required by transfig (which is listed as a build
dependency), explicitly mention it again as well.

PR:	ports/91145
2006-03-28 05:10:55 +00:00
Joerg Wunsch
017973954e Fix a broken package list that was (again) resulting out of doxygen
installing a different set of files based on a new minor doxygen
revision.

The fix is now to construct the doxygen-dependant part of the
pkg-plist on the fly, based on the actual files doxygen choose
to produce.

Approved by:	portmgr (kris)
2006-02-28 13:41:48 +00:00
Kris Kennaway
46662e3bc9 BROKEN: Incomplete pkg-plist 2006-02-20 01:19:45 +00:00
Joerg Wunsch
64488459e8 Upgrade to 1.4.3.
As the current doxygen appears to be broken and does no longer build
documentation for dtostre/dtostrf, drop these from pkg-plist.doc by
now.
2006-01-23 21:17:02 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Joerg Wunsch
8120ec8141 Upgrade to avr-libc-1.4.2. Among some internal bug fixes, this adds
support to ATtiny261/461/861.
2006-01-06 23:26:02 +00:00
Joerg Wunsch
fd81fe58a7 Update to avr-libc 1.4.1. 2005-12-29 23:01:15 +00:00
Joerg Wunsch
76be43e6d2 Upgrade to avr-libc-1.4.0.
This brings several API changes, so check out the docs.

As the project now uses current versions of auto* tools, the build
system got rid of a number of private hacks as well.
2005-11-19 22:14:27 +00:00
Joerg Wunsch
bfed64e20a Upgrade to avr-libc 1.2.6.
This is a bugfix-only upgrade.
2005-11-11 20:44:38 +00:00
Joerg Wunsch
b4b502581f Now that our avr-gcc can build for the ATmega165, avr-libc can, too,
so add crtm165.o to pkg-plist.

Reminded by:	Pointyhat's port build
2005-09-06 04:39:31 +00:00
Joerg Wunsch
e3dd81a6ab Upgrade to 1.2.5.
The major fix of this release is that the EEPROM access routines are
now supported for all supported AVR devices.  Thanks to Björn Haase
for providing that excellent solution to the problem.
2005-08-01 04:51:01 +00:00
Joerg Wunsch
fd8cdd3b6c Upgrade to version 1.2.4.
Among other bugfixes, this particularly fixes the brokeness for the
recent binutils-2.16 upgrade (so the port is no longer broken now).
2005-07-21 21:05:47 +00:00