notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cross-gdb GNU gdb port for cross-target development
7.2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No more public distfiles
Expired This port expired on: 2014-03-07
Ignore 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 search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cross-as : devel/cross-binutils
  2. 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:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gdb/releases/
  3. http://gd.tuwien.ac.at/gnu/sourceware/gdb/releases/
  4. http://mirrors.kernel.org/sources.redhat.com/gdb/releases/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.2
28 Mar 2014 11:38:35
Revision:349409Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2014-03-07 devel/cross-gdb: No more public distfiles, unstaged
7.2
07 Feb 2014 18:50:30
Revision:343287Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate ports unmaintained for which distillator is not able to find public
distfiles

Reported by:	distilator
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
stas search for other commits by this committer
- 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
Original commit files touched by this commit
stas search for other commits by this committer
- 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
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 7.1.
7.0.1
03 Jan 2010 05:42:28
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 7.0.1.
7.0
16 Dec 2009 02:22:02
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 7.0.
6.8
10 Apr 2009 20:13:04
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 6.8.
6.7.1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
6.7.1
14 Apr 2008 21:08:12
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 6.7.1.
6.6
27 Jun 2007 22:23:04
Original commit files touched by this commit
stas search for other commits by this committer
- Fix INDEX building by setting correct PKGNAMEPREFIX.

Reported by:    erwin
6.6
26 Jun 2007 08:21:48
Original commit files touched by this commit
stas search for other commits by this committer
- Fix dependency list generation.

Reported by:    pav
6.6
24 Jun 2007 08:06:54
Original commit files touched by this commit
stas search for other commits by this committer
- Add devel/cross-gdb port.

GNU gdb for cross-target application development.

WWW: http://sourceware.org/gdb/

Number of commits found: 15