non port: devel/gcc-arm-embedded/Makefile |
SVNWeb
|
Number of commits found: 68 |
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Apr 2022
|
[ 08:59 Lev A. Serebryakov (lev) ] 3e93a63
devel/gcc-arm-embedded: Update to latest version 2021.10
Toolchain has been updated to latest version 2021.10.
This release has new versioning scheme.
|
Sat, 28 Aug 2021
|
[ 13:42 Mikael Urankar (mikael) ] d67dc22
devel/gcc-arm-embedded: remove BROKEN_aarch64
It builds / runs fine on aarch64.
PR: 258024
Reported by: Brian McGovern
Approved by: portmgr (build fix blanket)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 21 Mar 2021
|
[ 09:57 gerald ] (Only the first 10 of 37 ports in this commit are shown above. )
Update to MPC version 1.2.0 with the following changes:
- New functions:
. mpc_sum
. mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats).
- New mpcheck tool for comparison with the native C library (which
is not installed by default).
Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.
PR: 249950
Submitted by: wen
|
Wed, 13 Jan 2021
|
[ 18:29 lev ]
Update to latest release 10.2.
|
Sat, 6 Jun 2020
|
[ 21:19 lev ]
(1) Fix build of gmp on i386.
(2) Sync configure options for all components.
(3) Add option to build Cortex-A profiles (turn off by default).
(4) Use system iconv even in PURE version, as bundled iconv is
used by authors only for mingw32 builds.
|
Fri, 5 Jun 2020
|
[ 15:48 lev ]
(1) Return option PURE, as libraries are bundled again.
(2) Make PURE default, as isl in ports have newer version.
(3) Fix HTML pkg-plist entries.
Yes, date in version is wrong (typo!), but I don't want to add epoch.
Next update of gcc will fix it.
|
Thu, 4 Jun 2020
|
[ 22:45 lev ]
Update to latest release 2020q2-update
|
Fri, 8 May 2020
|
[ 16:28 emaste ]
add objdump binutils dependencies to remaining devel/* ports
/usr/bin/objdump has been removed from the base system before FreeBSD 13.0.
Approved by: bapt (implicit)
|
Fri, 20 Mar 2020
|
[ 09:36 lev ]
Fix libiconv detection for gdb.
PR: 244925
Submitted by: Ilia Skalozubov <freebsd@skinc.ru>
|
Wed, 18 Mar 2020
|
[ 11:55 lev ]
Migrate to python3
|
Tue, 17 Mar 2020
|
[ 18:48 lev ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to latest release 9-2019q4-major.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Wed, 23 Jan 2019
|
[ 11:18 lev ]
Update to latest 2018-q4-major (gcc 8.2.1).
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 24 Nov 2018
|
[ 20:11 linimon ]
Fix build on gcc-based archs via USES=compiler:c++11-lang.
While here, fix obvious typo in SYMLINK_DESC.
PR: 232793
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Tue, 3 Jul 2018
|
[ 17:53 lev ]
Update to 2018q2-update.
|
Thu, 21 Jun 2018
|
[ 23:52 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 19 Apr 2018
|
[ 07:08 ale ] (Only the first 10 of 60 ports in this commit are shown above. )
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
|
Sun, 8 Apr 2018
|
[ 19:05 danilo ] (Only the first 10 of 12 ports in this commit are shown above. )
math/cloog
- 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
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Thu, 25 Jan 2018
|
[ 14:01 lev ]
Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.
Add option (default ON) to create version-independend symlink for Arduino IDE.
|
Thu, 18 Jan 2018
|
[ 15:40 lev ]
Try to fix build with clang6.
|
Mon, 15 Jan 2018
|
[ 17:41 lev ]
Update to latest release 7.2.1
|
Tue, 19 Dec 2017
|
[ 00:54 emaste ]
devel/gcc-arm-embedded: enable for arm64
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
|
Thu, 30 Nov 2017
|
[ 05:55 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
|
Fri, 6 Oct 2017
|
[ 07:59 ak ]
- Remove empty lines after .include <bsd.port.mk>:
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
|
Wed, 9 Aug 2017
|
[ 15:36 tz ]
devel/gcc-arm-embedded: Remove unnecessary LIB_DEPENDS on libelf
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
|
Tue, 11 Jul 2017
|
[ 11:26 lev ]
Update to latest 2017-q2 update.
Strip PURE version, as no sources of libraries are packed to official bundle.
It could be returned later.
|
Mon, 26 Jun 2017
|
[ 22:20 linimon ]
Scrub mention of armv6hf from ARCHS. It was never in a released version.
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
|
Sat, 20 May 2017
|
[ 16:58 linimon ] (Only the first 10 of 23 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
|
Sun, 12 Mar 2017
|
[ 14:58 lev ]
Update to latest release.
|
Tue, 31 Jan 2017
|
[ 18:33 lev ]
Update to latest 6.2 release
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Tue, 20 Dec 2016
|
[ 14:55 amdmi3 ]
- Mark broken on 9.x i386
Approved by: portmgr blanket
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 6 Oct 2016
|
[ 14:46 lev ]
Update to latest release.
|
Thu, 30 Jun 2016
|
[ 14:48 lev ]
Update to latest gcc-arm-embedded release.
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 22 Apr 2016
|
[ 12:21 lev ]
Update to latest 5-2016-q1-update
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 23 Feb 2016
|
[ 02:18 danilo ]
- Update devel/isl to 0.16.1
PR: 207370
Submitted by: tijl
|
Wed, 20 Jan 2016
|
[ 22:17 lev ]
Update to latest release: 5.2
|
Mon, 2 Nov 2015
|
[ 14:35 lev ]
Disable build of MCU-related gcc ports on platforms, where package building
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.
|
Thu, 15 Oct 2015
|
[ 19:44 lev ]
Update to latest q3 update.
|
Mon, 3 Aug 2015
|
[ 19:24 lev ]
(1) Update to latest version.
(2) Add support for latest isl and cloog.
|
Fri, 15 May 2015
|
[ 12:18 lev ]
Update to latest version.
Remove logging of build to unbreak build cluster.
|
Thu, 23 Apr 2015
|
[ 14:46 danilo ]
- Update to 0.14.1
|
Fri, 6 Mar 2015
|
[ 13:23 lev ]
(1) Fix all documentation building and packaging.
(2) Add CPE information.
PR: 198326 [2]
|
Thu, 12 Feb 2015
|
[ 17:58 lev ]
Fix build of libstdc++.
|
[ 15:00 lev ]
Update official bare metal ARM toolchain to latest release from 4.9 branch.
|
Thu, 5 Feb 2015
|
[ 18:51 danilo ]
math/cloog
- Update to 0.18.3
devel/isl [1]
- Update isl to 0.14
- Take maintainership
Approved by: delphij [1]
|
Fri, 28 Nov 2014
|
[ 14:04 lev ]
Show build logs on console by default, to make build cluster fallouts
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.
|
Sat, 22 Nov 2014
|
[ 21:40 lev ]
Update to latest 2014.q3 version.
|
Sun, 7 Sep 2014
|
[ 18:44 lev ]
(1) Fix build after r366194
(2) Fix build on FreeBSD/arm. It should be considered as cross-build anyway.
|
Tue, 15 Jul 2014
|
[ 23:11 adamw ] (Only the first 10 of 115 ports in this commit are shown above. )
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
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.
|
Thu, 10 Jul 2014
|
[ 21:23 lev ]
Forgotten PORTREVISION bump.
|
Wed, 9 Jul 2014
|
[ 12:29 lev ]
(1) Add fix to build with devel/isl 0.13
(2) Add option PURE (default OFF) to build with all provided libraries and
skip any external dependencies, to make complete repeatable build.
|
Thu, 3 Jul 2014
|
[ 17:53 amdmi3 ]
- Switch math/cloog to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix PREFIX/LOCALBASE misuse
PR: 191572
Submitted by: amdmi3
Approved by: danilo (maintainer)
|
Fri, 27 Jun 2014
|
[ 22:07 antoine ]
Allow to build with texinfo from ports
|
Tue, 24 Jun 2014
|
[ 22:50 bapt ]
Use MAKE_CMD
|
Wed, 18 Jun 2014
|
[ 14:06 lev ]
Update to latest 4_8-2014q2-20140609
|
Wed, 2 Apr 2014
|
[ 16:20 lev ]
Update to latest release: 4.8-2014-q1-update
|
Sat, 15 Feb 2014
|
[ 16:20 lev ]
Add gcc-arm-embedded port -- full ARM Cortex-Mx/Rx toolchain, officialy
packaged by ARM Holding.
|
Number of commits found: 68 |