Port details |
- mipsel-linux-gcc Gcc-2.97 for mipsel-linux cross-development with SNOW ABI
- 2.97_3 devel
=0 2.97_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-11-05 14:15:54
- Last Update: 2007-06-02 15:37:57
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.linux-vr.org/
- Description:
-
It is gcc (c and c++ compiler suite) for MIPS Little Endian Linux
(mipsel-linux) target with SNOW ABI.
This target is, for example, VR Linux on NEC's VR-based PDAs (Agenda VR3
and others).
This port doesn't contains any libraries or headers. To build it you must
have headers for your target in ${PREFIX}/mipsel-linux/include directory.
Headers and libraries for Agenda VR6 PDA could be installed from
devel/agenda-headers and devel/agenda-libs ports.
http://dev.agendacomputing.org/ -- Agenda VR3 PDA
http://gcc.gnu.org/ -- Home page of GNU gcc
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-gcc>0:devel/mipsel-linux-gcc
- No installation instructions:
- This port has been deleted.
- PKGNAME: mipsel-linux-gcc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 alpha
- 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:
-
- mipsel-linux-as : devel/mipsel-linux-binutils
- mipsel-linux-ld : devel/mipsel-linux-binutils
- stdio.h : devel/agenda-headers
- crti.o : devel/agenda-static-libs
- libc.a : devel/agenda-static-libs
- gmake : devel/gmake
- perl5.8.8 : lang/perl5.8
- Runtime dependencies:
-
- mipsel-linux-as : devel/mipsel-linux-binutils
- mipsel-linux-ld : devel/mipsel-linux-binutils
- perl5.8.8 : lang/perl5.8
- 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.97_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.97_3 20 Mar 2007 20:31:41
 |
lev  |
Mark all Agenda VR3-related ports as deprectaed.
Will be removed after 2007-05-20. |
2.97_3 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.97_3 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.97_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.97_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.97_3 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
2.97_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.97_3 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.97_2 15 Oct 2003 16:43:39
 |
lev  |
Remove instllation of `libiberty.a', add prefixes to gcov & gccbug & manpages.
Now this port doesn't install non-unique files. |
2.97_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.97_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.97_1 21 Feb 2003 04:43:25
 |
dinoex  |
- retire pkg-comment |
2.97_1 18 Feb 2003 19:49:11
 |
dinoex  |
- added USE_PERL5 to fix recent bento problem
- make portlint hapier |
2.97_1 06 Feb 2003 04:06:15
 |
dinoex  |
- Fix build under CURRENT
- Fix PLIST
- no objection from maintainer in 5 days |
2.97 05 Jun 2002 04:32:53
 |
dinoex  |
Save distfile on MASTER_SITE_LOCAL,
as old MASTER_SITE is down. |
05 Nov 2001 18:00:21
    |
obrien  |
Fix URL. |
05 Nov 2001 17:15:54
    |
sobomax  |
Add mipsel-linux-gcc 2.97, gcc-2.97 for mipsel-linux cross-development with
SNOW ABI. |