aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update devel/doxygen to 1.8.13Antoine Brodin2017-03-191-0/+2
| | | | | | | | | - Adjust ports depending on it PR: 217801 Notes: svn path=/head/; revision=436507
* Upgrade to version 2.0.0, which is mandatory after upgrading avr-gcc to 5.x.Joerg Wunsch2017-03-111-8/+1
| | | | Notes: svn path=/head/; revision=435957
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* The doxygen build was failing on 8 and 9 for non-obvious reasons.Adam Weinberger2014-09-011-6/+7
| | | | | | | | | | | | | As a stopgap (and as a favour to anyone building from ports ;-), change the DOCS option to DOXYGEN, and default it to off. THere are still some stage-qa issues but it should build and package on all platforms now. Approved by: joerg (maintainer) Notes: svn path=/head/; revision=366936
* Upgrade to version 1.8.1.Joerg Wunsch2014-08-131-5/+2
| | | | Notes: svn path=/head/; revision=364761
* Update devel/doxygen to 1.8.7Antoine Brodin2014-08-091-12/+12
| | | | | | | | | | | Update dependent ports to build with it Most of work by: pi@ Exp-run: self PR: ports/190943 Notes: svn path=/head/; revision=364468
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360604
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-291-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355707
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - adoption of optionsNGJason Helfman2013-05-291-17/+10
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=319339
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316434
* Upgrade to avr-libc 1.8.0Joerg Wunsch2011-12-301-2/+3
| | | | | | | PR: ports/163562 Notes: svn path=/head/; revision=288275
* Now that crees upgraded the port to 1.7.1, there's no longer a need toJoerg Wunsch2011-12-171-2/+0
| | | | | | | declare it BROKEN even when trying to build the docs. Notes: svn path=/head/; revision=287559
* - Update to 1.7.1Chris Rees2011-12-141-5/+11
| | | | | | | | | | | - Add LICENSE data PR: ports/161412 Submitted by: 4720 Approved by: joerg via email Notes: svn path=/head/; revision=287394
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-251-1/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* As a workaround for the brokeness caused by the recent doxygenJoerg Wunsch2010-12-151-3/+4
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=266374
* - Mark BROKEN: does not buildPav Lucistnik2010-11-031-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263993
* Upgrade to version 1.7.0 (finally).Joerg Wunsch2010-09-071-2/+1
| | | | Notes: svn path=/head/; revision=260674
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* pkg-plist update only. This is necessary as the recent upgrades ofJoerg Wunsch2010-03-081-0/+1
| | | | | | | | devel/avr-binutils and devel/avr-gcc added support for more AVR devices which avr-libc automatically picks up during a "make configure". Notes: svn path=/head/; revision=250709
* When compiling with NOPORTDOCS, don't attempt to query the optionJoerg Wunsch2010-02-111-0/+2
| | | | | | | | about building the docs from the user (and then eventually ignore it anyway). Notes: svn path=/head/; revision=249623
* Fix build issue with disabled docs.Joerg Wunsch2010-02-111-4/+9
| | | | | | | Submitted by: Warren Block Notes: svn path=/head/; revision=249617
* Upgrade to 1.6.8. This also fixes the doxygen-related build errorJoerg Wunsch2010-02-111-5/+7
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=249568
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark BROKEN: does not buildPav Lucistnik2010-01-101-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=247527
* As the compiler now supports some more Xmega MCU types, catch up withJoerg Wunsch2009-08-121-0/+1
| | | | | | | the pkg-plist since the avr-libc port will automatically pick them up. Notes: svn path=/head/; revision=239403
* Upgrade to version 1.6.7.Joerg Wunsch2009-07-121-3/+3
| | | | | | | | This is also supposed to fix the QAT complaint about misinstalled files for custom PREFIX settings. Notes: svn path=/head/; revision=237651
* Upgrade to version 1.6.6 (finally).Joerg Wunsch2009-06-111-3/+2
| | | | Notes: svn path=/head/; revision=235603
* Fix plist with -DNOPORTDOCSIon-Mihai Tetcu2009-04-231-0/+5
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=232614
* Upgrade to version 1.6.1.Joerg Wunsch2007-12-211-3/+3
| | | | Notes: svn path=/head/; revision=204297
* Upgrade to version 1.4.7. This also unbreaks the port.Joerg Wunsch2007-10-301-4/+1
| | | | | | | PR: ports/116408 Notes: svn path=/head/; revision=202430
* Register avr-libc-devel as a conflicting port.Joerg Wunsch2007-10-291-0/+4
| | | | Notes: svn path=/head/; revision=202348
* BROKEN: Does not buildKris Kennaway2007-07-281-0/+2
| | | | Notes: svn path=/head/; revision=196514
* Upgrade to version 1.4.6.Joerg Wunsch2007-06-231-2/+1
| | | | Notes: svn path=/head/; revision=194142
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove the avr/lib/avr6 directory upon deinstallation.Joerg Wunsch2006-10-151-0/+1
| | | | | | | Approved by: portmgr (clement) Notes: svn path=/head/; revision=175320
* Upgrade to version 1.4.5.Joerg Wunsch2006-10-091-4/+3
| | | | Notes: svn path=/head/; revision=175137
* Trail devel/avr-gcc rename to devel/avr-gcc-3Edwin Groothuis2006-10-061-2/+2
| | | | Notes: svn path=/head/; revision=174617
* Add a workaround for binutils-2.17's pickyness about copying an emptyJoerg Wunsch2006-09-281-0/+1
| | | | | | | | section in [avr-]objcopy, until a new version of avr-libc is going to be released. Notes: svn path=/head/; revision=174065
* Upgrade to version 1.4.4.Joerg Wunsch2006-04-201-2/+1
| | | | Notes: svn path=/head/; revision=160046
* Building the docs requires parts of netpbm. While netpbm is alreadyJoerg Wunsch2006-03-281-2/+3
| | | | | | | | | | implicitly required by transfig (which is listed as a build dependency), explicitly mention it again as well. PR: ports/91145 Notes: svn path=/head/; revision=158296