aboutsummaryrefslogtreecommitdiff
path: root/devel/gcc-arm-embedded
Commit message (Collapse)AuthorAgeFilesLines
* devel/gcc-arm-embedded: fix build on powerpc64 elfv2Piotr Kubaj2019-12-161-0/+11
| | | | | | | | | | Merge the same patch that is already in other GCC ports to fix build on powerpc64 elfv2. PR: 242382 Approved by: lev (maintainer timeout) Notes: svn path=/head/; revision=520251
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update to latest 2018-q4-major (gcc 8.2.1).Lev A. Serebryakov2019-01-237-1568/+1668
| | | | Notes: svn path=/head/; revision=491032
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build on gcc-based archs via USES=compiler:c++11-lang.Mark Linimon2018-11-241-3/+3
| | | | | | | | | | | While here, fix obvious typo in SYMLINK_DESC. PR: 232793 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=485790
* Update to 2018q2-update.Lev A. Serebryakov2018-07-035-49/+65
| | | | Notes: svn path=/head/; revision=473850
* Mark as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-06-211-10/+10
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473009
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-1/+1
| | | | Notes: svn path=/head/; revision=467751
* math/cloogDanilo Egea Gondolfo2018-04-081-1/+1
| | | | | | | | | | | | | | - Update to 0.19.0 - Use github - Add ac_cv_prog_TEXI2DVI to avoid building docs for now devel/isl - Update to 0.19 - Bump PORTREVISION of all dependencies Notes: svn path=/head/; revision=466827
* 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
* Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.Lev A. Serebryakov2018-01-258-4/+77
| | | | | | | Add option (default ON) to create version-independend symlink for Arduino IDE. Notes: svn path=/head/; revision=459944
* Try to fix build with clang6.Lev A. Serebryakov2018-01-182-1/+11
| | | | Notes: svn path=/head/; revision=459355
* Update to latest release 7.2.1Lev A. Serebryakov2018-01-156-770/+850
| | | | Notes: svn path=/head/; revision=459104
* devel/gcc-arm-embedded: enable for arm64Ed Maste2017-12-191-1/+1
| | | | | | | | | | | This was disabled with the reason being that it's slow to build in emulation, but arm64 packages have been building on real hardware for quite some time now. Approved by: lev Notes: svn path=/head/; revision=456698
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-1/+1
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* - Remove empty lines after .include <bsd.port.mk>:Alex Kozlov2017-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | devel/py3-pyasn1 devel/py3-pytest-xdist devel/py3-urwid emulators/i386-wine-staging net/py3-pysocks net/py3-urllib3 - Fix distinfo: devel/py-qt5 - Remove quotes from IGNORE: devel/gcc-arm-embedded Approved by: portmgr blanket Notes: svn path=/head/; revision=451356
* devel/gcc-arm-embedded: Remove unnecessary LIB_DEPENDS on libelfTorsten Zuehlsdorff2017-08-092-5/+6
| | | | | | | | | | | | | | | Also: - added missing plist entries - add missing gettext-runtime to USES - corrected minor spelling mistake PR: 220782 Submitted by: Jonathan Chen <jonc@chen.org.nz> Approved by: portmgr (maintainer timeout, 2 weeks) MFH: 2017Q3 Notes: svn path=/head/; revision=447629
* Update to latest 2017-q2 update.Lev A. Serebryakov2017-07-114-159/+21
| | | | | | | | Strip PURE version, as no sources of libraries are packed to official bundle. It could be returned later. Notes: svn path=/head/; revision=445495
* Scrub mention of armv6hf from ARCHS. It was never in a released version.Mark Linimon2017-06-261-1/+1
| | | | | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444416
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-1/+1
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441320
* Update to latest release.Lev A. Serebryakov2017-03-123-7/+9
| | | | Notes: svn path=/head/; revision=435990
* (1) Add patch from devel/gdb to fix build on 11-RELEASE (but 11-STABLE doesn'tLev A. Serebryakov2017-02-023-5/+16
| | | | | | | | | have this problem). (2) Regenerate and rename patches. Notes: svn path=/head/; revision=433167
* Update to latest 6.2 releaseLev A. Serebryakov2017-01-314-1898/+2024
| | | | Notes: svn path=/head/; revision=432941
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Mark broken on 9.x i386Dmitry Marakasov2016-12-201-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=428992
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to latest release.Lev A. Serebryakov2016-10-063-6/+8
| | | | Notes: svn path=/head/; revision=423407
* Update to latest gcc-arm-embedded release.Lev A. Serebryakov2016-06-303-6/+11
| | | | Notes: svn path=/head/; revision=417828
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Update to latest 5-2016-q1-updateLev A. Serebryakov2016-04-227-17/+35
| | | | Notes: svn path=/head/; revision=413773
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Minor fix to pkg-plist: make PY-related man pages optional.Lev A. Serebryakov2016-03-191-3/+3
| | | | Notes: svn path=/head/; revision=411396
* - Update devel/isl to 0.16.1Danilo Egea Gondolfo2016-02-231-1/+1
| | | | | | | | PR: 207370 Submitted by: tijl Notes: svn path=/head/; revision=409379
* Update to latest release: 5.2Lev A. Serebryakov2016-01-205-863/+1467
| | | | Notes: svn path=/head/; revision=406812
* Disable build of MCU-related gcc ports on platforms, where package buildingLev A. Serebryakov2015-11-021-2/+4
| | | | | | | | | | | is done on emulators, as it takes really long time (8 days in case of gcc-arm on arm itself, according to Sean Bruno). It looks sane for now, as most of ARM and MIPs-based machines are small router boxes, not powerful desktop-class machines. Notes: svn path=/head/; revision=400657
* Update to latest q3 update.Lev A. Serebryakov2015-10-154-6/+33
| | | | Notes: svn path=/head/; revision=399360
* (1) Update to latest version.Lev A. Serebryakov2015-08-036-56/+266
| | | | | | | (2) Add support for latest isl and cloog. Notes: svn path=/head/; revision=393485
* Update to latest version.Lev A. Serebryakov2015-05-155-165/+146
| | | | | | | Remove logging of build to unbreak build cluster. Notes: svn path=/head/; revision=386400
* - Update to 0.14.1Danilo Egea Gondolfo2015-04-231-1/+1
| | | | Notes: svn path=/head/; revision=384588
* (1) Fix all documentation building and packaging.Lev A. Serebryakov2015-03-062-91/+138
| | | | | | | | | (2) Add CPE information. PR: 198326 [2] Notes: svn path=/head/; revision=380599
* Fix build of libstdc++.Lev A. Serebryakov2015-02-122-2/+2
| | | | Notes: svn path=/head/; revision=378884
* Update official bare metal ARM toolchain to latest release from 4.9 branch.Lev A. Serebryakov2015-02-125-1833/+1544
| | | | Notes: svn path=/head/; revision=378878
* math/cloogDanilo Egea Gondolfo2015-02-051-1/+1
| | | | | | | | | | | | | - Update to 0.18.3 devel/isl [1] - Update isl to 0.14 - Take maintainership Approved by: delphij [1] Notes: svn path=/head/; revision=378484
* Show build logs on console by default, to make build cluster falloutsLev A. Serebryakov2014-11-282-116/+127
| | | | | | | | | | | | investigation easier. Add option (default OFF) for old behavior if somebody needs it. Bo functional changes, package results are bit-equivalent, so no PORTREVISION bumps. Notes: svn path=/head/; revision=373566
* Update to latest 2014.q3 version.Lev A. Serebryakov2014-11-223-6/+9
| | | | Notes: svn path=/head/; revision=373105
* Cleanup plistBaptiste Daroussin2014-10-271-183/+0
| | | | Notes: svn path=/head/; revision=371544
* (1) Fix build after r366194Lev A. Serebryakov2014-09-072-4/+15
| | | | | | | (2) Fix build on FreeBSD/arm. It should be considered as cross-build anyway. Notes: svn path=/head/; revision=367597
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-1/+1
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014