Port details |
- mipsel-linux-binutils GNU binutils for mipsel-linux cross-development with SNOW ABI
- 2.10.91_3 devel
=0 2.10.91_3Version of this port present on the latest quarterly branch. DEPRECATED: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time.
This port expired on: 2007-05-20
- Maintainer: lev@FreeBSD.org
 - Port Added: 2001-06-30 08:45:12
- Last Update: 2007-06-02 15:37:57
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.linux-vr.org/
- Description:
- GNU binutils for MIPS Little Endian Linux (mipsel-linux) cross-development
It is binutils for MIPS Little Endian Linux (mipsel-linux) target.
This target is, for example, Linux VR on NEC's VR-based PDAs (Agenda VR3
and others).
It is CVS-based version, official version of Agenda SNOW Toolchain.
http://dev.agendacomputing.org/ -- Agenda VR3 PDA
http://www.gnu.org/ -- Home page of GNU binutils
Check Linux VR HomePage below:
WWW: http://www.linux-vr.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- mipsel-linux-binutils>0:devel/mipsel-linux-binutils
- No installation instructions:
- This port has been deleted.
- PKGNAME: mipsel-linux-binutils
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.91_3 02 Jun 2007 15:37:57
 |
gabor  |
Remove expired ports:
2007-05-20 devel/agenda-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-headers: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-snow-libs: Agenda VR3 is dead for long time
2007-05-20 devel/agenda-static-libs: Agenda VR3 is dead for long time
2007-05-20 devel/mipsel-linux-binutils: This is Agenda VR3-specific port, and
Agenda VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-gcc: This is Agenda VR3-specific port, and Agenda
VR3 is dead for long time.
2007-05-20 devel/mipsel-linux-kernel-headers: This is Agenda VR3-specific port,
and Agenda VR3 is dead for long time. |
2.10.91_3 20 Mar 2007 20:31:41
 |
lev  |
Mark all Agenda VR3-related ports as deprectaed.
Will be removed after 2007-05-20. |
2.10.91_3 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.10.91_3 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.10.91_3 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
2.10.91_3 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
2.10.91_3 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
2.10.91_3 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
2.10.91_3 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.10.91_2 15 Oct 2003 14:07:23
 |
lev  |
Don't install libiberty.a, libopcodes.a, libbfd.a & headers for them.
Now this port doesn't install non-unique files. |
2.10.91_1 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
2.10.91_1 17 Jun 2003 13:53:46
 |
lev  |
Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail
Approved by: sobomax |
2.10.91_1 21 Feb 2003 04:42:39
 |
dinoex  |
- retire pkg-comment |
2.10.91_1 06 Feb 2003 04:05:38
 |
dinoex  |
- Fix build under CURRENT
- Fix problems with installed bison
- no objection from maintainer in 5 days |
2.10.91 26 Jun 2002 18:49:13
 |
dinoex  |
Add missing Slash to make MASTER_SITES work |
2.10.91 23 Jun 2002 10:46:07
 |
dinoex  |
Fix typing error in MASTER_SITE |
2.10.91 22 Jun 2002 17:04:14
 |
ijliao  |
change master site
repack source from zip(9M) to bzip2(7M)
PR: 39123
Submitted by: maintainer |
20 Nov 2001 23:07:34
    |
lioux  |
WWW tag should contain only a valid URI. Rewrite tag appropriatly |
05 Nov 2001 17:29:13
    |
sobomax  |
Upgrade port to last SNOWed Agenda toolchain. Now it is version 2.10.91. |
31 Aug 2001 15:20:29
    |
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
30 Jun 2001 12:45:12
    |
dinoex  |
This is binutils-2.8.1 for mipsel-linux target with Linux VR patches.
Version 2.8.1 is latest official supported by Linux VR version. This port
was converted from SRPM for RedHat. |