aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-threaded
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update WWWDmitry Marakasov2020-01-052-3/+1
| | | | | | | | | - Remove bogus LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=522125
* devel/boehm-gc: update to 7.6.2Carlos J. Puga Medina2018-01-081-2/+0
| | | | | | | | | | | | | | - Remove patch (added upstream) - Drop maintainership - Bump SHLIBS version in pkg-plist Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.2 PR: 224848 Exp-run by: antoine Notes: svn path=/head/; revision=458406
* - Complete USES=libtool conversionTijl Coosemans2014-10-031-2/+1
| | | | | | | | - Remove USE_AUTOTOOLS - Replace MAKE with MAKE_CMD Notes: svn path=/head/; revision=369894
* - Update MASTER_SITESJason E. Hale2014-02-231-1/+1
| | | | | | | | | | - Update WWW in pkg-descr PR: ports/186877 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=345686
* . update to version 7.2d;Boris Samorodov2013-10-178-284/+7
| | | | | | | | | | | | | | | | . organize as master and slave ports; . while I'm here: support stage. PR: ports/175590 [1] ports/176011 [2] ports/176716 [3] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Vitaly Magerya <vmagerya@gmail.com> [2] Hirohisa Yamaguchi <umq@ueo.co.jp> [3] Notes: svn path=/head/; revision=330672
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Convert to new options frameworkBaptiste Daroussin2012-06-121-4/+4
| | | | Notes: svn path=/head/; revision=299101
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=284225
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-1/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add 'test' target.Stanislav Sedov2011-09-191-0/+3
| | | | | | | | PR: ports/160835 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=282026
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Install pkg-config file.Stanislav Sedov2010-09-121-1/+6
| | | | | | | | | | - Bump portrevision. PR: ports/149567 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=261024
* - Fix boehm-gc-threaded on powerpc.Stanislav Sedov2010-04-011-2/+17
| | | | Notes: svn path=/head/; revision=251952
* - Fix sparc64 build.Stanislav Sedov2009-12-191-0/+12
| | | | | | | | PR: ports/141713 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=246227
* - Add port for boehm-gc garbage collector variant with threads support.Stanislav Sedov2009-12-188-0/+283
This port will install only shared libraries with threads support enabled, that will allow for easy dependency handling for ports that required libgc build with specific features and will allow to avoid hacks of building own version of libgc library. Notes: svn path=/head/; revision=246111