| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.x, and caused the compilation to fail due to the -Werror option
used.
Remove an annoying assembler warning in the ATmega256x patch that was
frequently triggered by large C switch() statements in GCC, and
generally considered to be a regression. The author of that patch
agreed that the warning isn't particularly useful anyway for a number
of reasons, and recommended to just drop it.
Notes:
svn path=/head/; revision=181423
|
|
|
|
| |
Notes:
svn path=/head/; revision=175004
|
|
|
|
|
|
|
|
|
| |
. we are based on binutils-2.17 now
. most of the AVRs are now supported by the stock distribution of
binutils now, so update our local additions
Notes:
svn path=/head/; revision=174060
|
|
|
|
|
|
|
| |
Haase.
Notes:
svn path=/head/; revision=173853
|
|
|
|
|
|
|
| |
ATmega165P, and ATmega169P.
Notes:
svn path=/head/; revision=159944
|
|
|
|
|
|
|
| |
not the AT90USB468.
Notes:
svn path=/head/; revision=157810
|
|
|
|
| |
Notes:
svn path=/head/; revision=157800
|
|
|
|
| |
Notes:
svn path=/head/; revision=157690
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
| |
Notes:
svn path=/head/; revision=152759
|
|
|
|
| |
Notes:
svn path=/head/; revision=151200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
Add support for AT90CAN32/64.
Notes:
svn path=/head/; revision=147231
|
|
|
|
| |
Notes:
svn path=/head/; revision=140494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and combine them into a single unified patch, as only two files need
to be patched anyway.
This will extend support of avr-binutils (over stock binutils-2.16) to
the following AVR devices:
ATtiny25/45/85
AT90PWM2/3
ATmega164/324/644
ATmega329/3290/649/6490
ATmega640/1280/1281
Notes:
svn path=/head/; revision=140491
|
|
|
|
| |
Notes:
svn path=/head/; revision=138335
|
|
|
|
| |
Notes:
svn path=/head/; revision=138334
|
|
|
|
|
|
|
|
| |
A number of our old patches have been integrated into the mainline now,
so they can be removed.
Notes:
svn path=/head/; revision=138269
|
|
|
|
|
|
|
|
| |
In preparation for moving the port to binutils-2.16, rather get it
in before that.
Notes:
svn path=/head/; revision=136556
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
| |
and apply them to the latest released version (2.15). This mainly
adds support for new AVR devices that appeared on the market recently,
and fixes one relocation bug for the EEPROM section that could be
noted when a bootloader section is also present.
Notes:
svn path=/head/; revision=130832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
| |
Also fixed is the way the tweak for amd64 -> x86_64 is done, and
Manuel Stuehn <manuel dot stuehn at gmx dot net> verified it is OK
on that architecture now.
Notes:
svn path=/head/; revision=111873
|
|
|
|
|
|
|
|
|
| |
to x86_64 to make the GNU utils match their expectation.
Noticed by: kris
Notes:
svn path=/head/; revision=109161
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
|
| |
Also included now the "AVR COFF beta" patch that allows avr-objcopy to
generate AVR (extended) COFF files. Note the beta state (which only
affects this conversion though).
This commit also fixes a minor pkg-plist problem noticed by kris.
Notes:
svn path=/head/; revision=88813
|
|
|
|
| |
Notes:
svn path=/head/; revision=87037
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
binutils, 2.13.2.1.
Notes:
svn path=/head/; revision=72770
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade binutils to a recent snapshot, since this is a prerequisite
for the remaining ports.
Unfortunately, sources.redhat.com frequently purges older snapshot
tarballs, thus i gotta keep the one to use here around privately.
Notes:
svn path=/head/; revision=62388
|
|
|
|
| |
Notes:
svn path=/head/; revision=47231
|
|
|
|
|
|
|
|
|
|
| |
that used to be mentioned in the PLIST aren't installed anymore
either.
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
Notes:
svn path=/head/; revision=42729
|
|
|
|
|
|
|
|
|
|
| |
clash with other binutils ports for different targets, and are not
needed to be installed at all.
PR: ports/27347 (although with a different approach than suggested)
Notes:
svn path=/head/; revision=42621
|
|
|
|
|
|
|
|
|
| |
to clash with other ports of GNU tools.
Fixup pkg-plist accordingly.
Notes:
svn path=/head/; revision=41713
|
|
|
|
|
|
|
| |
now that I'm ready to upgrade the entire AVR toolchain.
Notes:
svn path=/head/; revision=41712
|
|
|
|
|
|
|
|
|
| |
I upgrade this in too much hast for 4.3.
Requested by: joerg
Notes:
svn path=/head/; revision=41389
|
|
|
|
| |
Notes:
svn path=/head/; revision=41100
|
|
|
|
| |
Notes:
svn path=/head/; revision=41097
|
|
microcomputer cross-development. More (avr-gcc, avr-libc) to follow...
Notes:
svn path=/head/; revision=35682
|