summaryrefslogtreecommitdiff
path: root/lang/m3gdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Add a last-minute fix to a pathname which I unfortunately left outJohn Polstra1999-09-101-1/+1
| | | | | | | of the previous commit. Notes: svn path=/head/; revision=21527
* Oops, update checksum for new distfile.John Polstra1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21423
* Make this port build again under both 3.x-stable and 4.x-current.John Polstra1999-09-085-15/+44
| | | | | | | | | | | | | | It used to depend on a bunch of files from the FreeBSD source tree. But the import of gdb-4.18 and the restructuring connected with that broke the port. I have created a second distfile containing the needed files, and this port now gets them from there. Also mark this port broken for everything except i386/elf. I don't have time to fix the other platforms before the 3.3-RELEASE ports freeze. Notes: svn path=/head/; revision=21422
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Note that thread support works now.John Polstra1999-03-251-2/+1
| | | | Notes: svn path=/head/; revision=17387
* Fix the "switch" command so that one can switch between threads fromJohn Polstra1999-03-152-0/+40
| | | | | | | the debugger. Notes: svn path=/head/; revision=17237
* Add "devel" to the CATEGORIES line.John Polstra1999-03-071-2/+2
| | | | Notes: svn path=/head/; revision=17033
* Import the "m3gdb" port. It is a modified version of gdb-4.17 whichJohn Polstra1999-03-017-0/+199
supports debugging Modula-3 programs. Submitted by: Olaf Wagner <wagner@luthien.in-berlin.de> Notes: svn path=/head/; revision=16957