aboutsummaryrefslogtreecommitdiffstats
path: root/devel/arm-elf-binutils
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_BZIP2 to USESDanilo Egea Gondolfo2014-04-261-2/+1
|
* - Update from 2.23.2 to 2.24Danilo Egea Gondolfo2013-12-062-5/+5
|
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-272-173/+39
| | | | | | | | - Convert USE_GMAKE to USES - Disable NLS to avoid conflicts with devel/binutils - Add staging support Approved by: wg (mentor)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | devel part 1)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Add WWW linkFrederic Culot2013-06-111-0/+2
| | | | | PR: ports/179463 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Disable -Werror for now to fix clang building.Bryan Drewery2013-06-061-1/+1
| | | | | | | | | Discussed with maintainer a more proper solution and to contact upstream. This at least allows clang to build for now. PR: ports/179041 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 2.23.2Bryan Drewery2013-03-282-3/+3
| | | | | PR: ports/177421 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Update to 2.23.1Beech Rintoul2013-03-033-26/+121
| | | | | | | - Pass maintainership to submitter PR: ports/176594 Submitted by: Danilo Egea <danilogondolfo@gmail.com>
* Update to version 2.17Pawel Pekala2011-12-303-4/+25
| | | | | PR: ports/153612 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* Maintainer has asked that this one be reassigned to the pool (privateMark Linimon2011-08-221-1/+1
| | | | email).
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-202-5/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Try to clean up some leftover locale directories we may have createdKris Kennaway2006-02-261-0/+4
| | | | Approved by: portmgr (implicit)
* Conversion to a single libtool environment.Ade Lovett2006-02-231-4/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Pass maintainership to jflemer@alum.rpi.eduSimon Barner2005-09-151-1/+1
| | | | Approved by: Espen Skoglund <esk@ira.uka.de> (old maintainer)
* - Fix plistSimon Barner2005-08-112-3/+0
| | | | | | | | | - Save arm-elf-gcc295 from being deprecated PR: ports/84347 Submitted by: James E. Flemer <jflemer@alum.rpi.edu> Approved by: Espen Skoglund <esk@ira.uka.de> (maintainer) Approved by: portmgr (erwin, clement)
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Update to version 2.14.David E. O'Brien2003-07-113-14/+14
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* * Finish upgrade to 2.12.1.Christian Weisgerber2002-08-013-11/+39
| | | | | | | | * Sort plist. * Use PKGNAMEPREFIX instead of hardcoded arm-elf. PR: 41230 Submitted by: Espen Skoglund <esk@ira.uka.de>
* BROKEN: distinfo update was not committed with last Makefile updateKris Kennaway2002-05-211-0/+2
|
* Upgrade to Binutils 2.12.1.David E. O'Brien2002-05-181-1/+1
|
* Upgrade to Binutils 2.12.0.David E. O'Brien2002-03-143-2/+4
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
|
* Update to 2.11.2.David E. O'Brien2001-08-142-2/+2
|
* Update to Binutils 2.11[.0].David E. O'Brien2001-04-092-4/+5
|
* GNU binutils for vanilla ARM cross-developmentDavid E. O'Brien2001-01-045-0/+90
PR: 22848 Submitted by: Espen Skoglund <esk@ira.uka.de>