aboutsummaryrefslogtreecommitdiff
path: root/lang/m3gdb
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on 5.x. The 80387 status word from the last exceptionJohn Polstra2004-11-031-1/+1
| | | | | | | | is no longer saved. It seems to be optional to pass this to print_387_status(), so just pass 0 instead for now. Notes: svn path=/head/; revision=120682
* - unbreak this port on 5.xYen-Ming Lee2004-09-216-20/+126
| | | | | | | | | | | - utilize PORTNAME and PORTVERSION PR: 71839 Submitted by: leeym Approved by: portmgr (marcus), jdp (maintainer) Notes: svn path=/head/; revision=118312
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* BROKEN on 5.1: does not buildKris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81227
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Partially fix build on -current (remove duplicate declarations fromKris Kennaway2002-10-212-0/+42
| | | | | | | system headers). This is still broken by KSE changes. Notes: svn path=/head/; revision=68453
* Make this port compile again, and remove the BROKEN annotation.John Polstra2002-05-242-3/+58
| | | | Notes: svn path=/head/; revision=59856
* Mark BROKEN; looks like system header changes caused this to breakKris Kennaway2001-08-201-0/+2
| | | | Notes: svn path=/head/; revision=46505
* Distfiles have moved to ${MASTER_SITE_LOCAL}.John Polstra2000-06-281-1/+2
| | | | Notes: svn path=/head/; revision=29942
* 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