Port details |
- cross-gdb GNU gdb port for cross-target development
- 7.2 devel
=0 7.2Version of this port present on the latest quarterly branch.
- DEPRECATED: No more public distfiles
This port expired on: 2014-03-07 IGNORE: you should define TGTARCH and TGTABI to build port
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-06-24 08:08:14
- Last Update: 2014-03-28 11:38:35
- SVN Revision: 349409
- License: not specified in port
- WWW:
- http://sourceware.org/gdb/
- Description:
- GNU gdb for cross-target application development.
Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build binutils for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems
If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.
WWW: http://sourceware.org/gdb/
-
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:
-
- cross-gdb>0:devel/cross-gdb
- No installation instructions:
- This port has been deleted.
- PKGNAME: cross-gdb
- 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:
-
- cross-as : devel/cross-binutils
- 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:
|
Number of commits found: 15
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2 28 Mar 2014 11:38:35 |
rene |
Remove expired port:
2014-03-07 devel/cross-gdb: No more public distfiles, unstaged |
7.2 07 Feb 2014 18:50:30 |
bapt |
Deprecate ports unmaintained for which distillator is not able to find public
distfiles
Reported by: distilator |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
7.2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
7.2 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
7.2 03 Apr 2011 01:03:01 |
stas |
- Update cross-binutils to 2.21.
- Update cross-gcc to 4.5.2.
- Update cross-gdb to 7.2
- Update corresponding rtems patches.
PR: ports/155301 (based on)
Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> |
7.1 19 Mar 2010 09:29:53 |
stas |
- Update to 7.1. |
7.0.1 03 Jan 2010 05:42:28 |
stas |
- Update to 7.0.1. |
7.0 16 Dec 2009 02:22:02 |
stas |
- Update to 7.0. |
6.8 10 Apr 2009 20:13:04 |
stas |
- Update to 6.8. |
6.7.1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
6.7.1 14 Apr 2008 21:08:12 |
stas |
- Update to 6.7.1. |
6.6 27 Jun 2007 22:23:04 |
stas |
- Fix INDEX building by setting correct PKGNAMEPREFIX.
Reported by: erwin |
6.6 26 Jun 2007 08:21:48 |
stas |
- Fix dependency list generation.
Reported by: pav |
6.6 24 Jun 2007 08:06:54 |
stas |
- Add devel/cross-gdb port.
GNU gdb for cross-target application development.
WWW: http://sourceware.org/gdb/ |
Number of commits found: 15
|