aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66
Commit message (Collapse)AuthorAgeFilesLines
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276999
* Resolve the LATEST_LINK conflict. Insight is now simply "insight".Mikhail Teterin2010-12-041-1/+1
| | | | | | | Notified by: erwin Notes: svn path=/head/; revision=265677
* Add a slave port of insight -- the gdb's GUI front-end. Having a slaveMikhail Teterin2010-12-031-7/+8
| | | | | | | | | | | | | port will ensure, the packages are auto-built for insight and that the WITH_INSIGHT option of gdb66 does not bit-rot with time... In gdb66 use bsd.port.options.mk to parse options and then act on them before bsd.port.pre.mk -- as Suggested by: pav Notes: svn path=/head/; revision=265627
* Allow the slave port (insight) to overwrite the CONFLICTS.Mikhail Teterin2010-12-031-1/+1
| | | | Notes: svn path=/head/; revision=265612
* Re-work the CONFLICTS line to avoid conflicting with ourselves...Mikhail Teterin2010-12-031-1/+2
| | | | Notes: svn path=/head/; revision=265611
* Rephrase pkg-descr -- this is not, any longer, "the latest" version ofMikhail Teterin2010-12-032-2/+8
| | | | | | | | | | | | | | gdb. Prepare for a new slave-port insight -- use a different suffix and PORTREVISION, when building with insight enabled. Register conflict with gdb-* (be that gdb-7.x or gdb-insight). Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE. Notes: svn path=/head/; revision=265610
* Make this work with what TCL/TK are installed in case, Insight isMikhail Teterin2010-12-032-6/+18
| | | | | | | | | | | | | | | | requested. This required an explicit inclusion of bsd.tcl.mk -- because options-parsing occurs in bsd.ports.pre.mk, and it is too late to set USE_TK after that. Don't know a better way around :( Also update the iTcl version to 3.4... Freshen up to work with Tcl-8.5, which is a default, and is a bit pickier about package version-numbers. Notified by: Bruce Cran Notes: svn path=/head/; revision=265608
* - Sync with devel/gdb6 from which it have been repocopiedPav Lucistnik2010-11-241-2/+6
| | | | Notes: svn path=/head/; revision=265105
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Unbreak this for amd64. I don't know if this is the correct fix,Daniel Eischen2009-09-102-5/+15
| | | | | | | but it seems to work. Notes: svn path=/head/; revision=241161
* - Mark BROKEN on amd64/8Pav Lucistnik2009-07-261-0/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=238378
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Help linker find -liconv in some cases.Mikhail Teterin2007-06-291-0/+1
| | | | | | | Notified by: Abdullah Ibn Hamad Al-Marri Notes: svn path=/head/; revision=194459
* Fix the PREFIX vs. LOCALBASE nits, and install man-pages withMikhail Teterin2007-06-282-8/+141
| | | | | | | | | | | INSTALL_MAN into MANPREFIX as suggested by sat earlier. Add more fixes to the itcl-3.3 compatibility patch, and upgrade the status of Insight-GUI from "broken" to "experimental". It, actually, seems to work now... Notes: svn path=/head/; revision=194418
* Rename a GUI-specific patch file, so that it is only applied,Mikhail Teterin2007-06-272-0/+1
| | | | | | | | | when INSIGHT is requested. Otherwise, it has nothing to patch. Notified by: Abdullah Ibn Hamad Al-Marri Notes: svn path=/head/; revision=194350
* Add the overlooked new minor patches.Mikhail Teterin2007-06-272-0/+80
| | | | Notes: svn path=/head/; revision=194343
* Update the stale port from a 3 year-old snapshot to the most recentMikhail Teterin2007-06-2736-2959/+337
| | | | | | | | | | | | | | | | | | | | | release 6.6 based on own work and that of the PR's submitter. Our patches appear to be part of the distribution mostly. Many thanks to the previous maintainer for his diligence and hardwork. Begin bringing INSIGHT (gdb's GUI-frontend) in. Insight is currently broken, but enabling it (via OPTIONS) will allow someone with ITk/Iwidgets expertise to port it to the recent version of ITk, as installed by the itk port. Take over maintainership for the time being. PR: 100067 Submitted by: Philip M. Gollucci Approved by: maintainer timeout Notes: svn path=/head/; revision=194342
* Unbreak for GCC 4.x.Alexander Kabaev2007-04-151-0/+11
| | | | Notes: svn path=/head/; revision=189979
* Re-add PowerPC related patches - they were committed with inconsistantDavid E. O'Brien2006-08-127-7/+7
| | | | | | | | | file names. Patches submitted by: Andreas Tobler <toa@pop.agri.ch> Notes: svn path=/head/; revision=170435
* Unbreak on FreeBSD/powerpc. Doesn't affect any other platforms.Maxim Sobolev2006-08-028-3/+641
| | | | | | | Submitted by: Andreas Tobler <toa@pop.agri.ch> Notes: svn path=/head/; revision=169508
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Use groups to use the right subdirectory for the right MASTER_SITE.Bill Fenner2005-10-181-2/+4
| | | | | | | Approved by: obrien (MAINTAINER) Notes: svn path=/head/; revision=145713
* Back out rev 1.2 -- it was not approved by the maintainer.David E. O'Brien2005-04-071-0/+0
| | | | Notes: svn path=/head/; revision=132727
* Replace "%" in patch filenames with "_".Anton Berezin2005-04-071-0/+0
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=132691
* No longer provide a "native" gdb for those machines lacking one.David E. O'Brien2005-03-122-8/+0
| | | | Notes: svn path=/head/; revision=130958
* Commit a partial WIP before I loose it.David E. O'Brien2005-03-111-0/+6
| | | | Notes: svn path=/head/; revision=130852
* BROKEN on alpha: Does not compileKris Kennaway2005-01-021-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125655
* BROKEN on ia64 and sparc64: Does not compileKris Kennaway2004-11-181-0/+4
| | | | Notes: svn path=/head/; revision=121856
* Really allow building on 4.x. Rev 1.40 was a NOP as the base readline libDavid E. O'Brien2004-10-272-3/+16
| | | | | | | | | (libreadline.so.4) was the same name as the ports's library. So Rev 1.40 only worked if you manually installed the readline port. This fix allows gdb6 to build with the base stock readline. Notes: svn path=/head/; revision=120333
* Update to the 2004-08-10 snapshot.David E. O'Brien2004-10-203-6/+6
| | | | Notes: svn path=/head/; revision=119868
* Support building/use on FreeBSD 4.x.David E. O'Brien2004-08-273-1/+7
| | | | | | | | PR: 71011 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=117430
* Update to the 2004-08-03 snapshot.David E. O'Brien2004-08-236-25/+25
| | | | Notes: svn path=/head/; revision=117094
* Now fetchable.David E. O'Brien2004-08-231-2/+0
| | | | Notes: svn path=/head/; revision=117088
* BROKEN: UnfetchableKris Kennaway2004-08-201-0/+2
| | | | Notes: svn path=/head/; revision=116830
* Update to the 2004-07-20 snapshot.David E. O'Brien2004-07-202-3/+3
| | | | Notes: svn path=/head/; revision=114293
* Add alternate download sites.David E. O'Brien2004-07-151-2/+2
| | | | Notes: svn path=/head/; revision=113734
* Update to the 2004-07-13 snapshot.David E. O'Brien2004-07-152-5/+3
| | | | Notes: svn path=/head/; revision=113733
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113364
* MFC: break out the MD bits from kvm-fbsd.c.David E. O'Brien2004-06-206-380/+459
| | | | Notes: svn path=/head/; revision=111886
* Update to the 2004-06-15 snapshot.David E. O'Brien2004-06-203-5/+6
| | | | Notes: svn path=/head/; revision=111871
* Update to the 2003-05-25 snapshot.David E. O'Brien2004-06-142-3/+3
| | | | Notes: svn path=/head/; revision=111447
* Update to the 2004-05-11 snapshot.David E. O'Brien2004-05-1329-2009/+2118
| | | | | | | | | Also enable kgdb and thread support! This is missing IA64 support, and the AMD64 kgdb support is hokey and needs a few more bits filled in. Notes: svn path=/head/; revision=109046
* BROKEN on 4.x: Does not compileKris Kennaway2004-05-081-0/+4
| | | | Notes: svn path=/head/; revision=108679
* Update to the 2004-05-04 snapshot.David E. O'Brien2004-05-052-7/+7
| | | | Notes: svn path=/head/; revision=108430
* Remove files after repo copy.David E. O'Brien2004-05-0520-2057/+0
| | | | | | | | Since these files were never "live" in this port, they'll be rm'ed from the Attic at a [soon] later time. Notes: svn path=/head/; revision=108429
* Set appropiate LATEST links.David E. O'Brien2004-04-181-0/+1
| | | | Notes: svn path=/head/; revision=107432
* Update to the 2003-04-13 snapshot.David E. O'Brien2004-04-162-3/+3
| | | | Notes: svn path=/head/; revision=107215
* Use our system shared readline vs. the included static one.David E. O'Brien2004-03-251-1/+6
| | | | Notes: svn path=/head/; revision=105178