aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-redirect/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* - Complete USES=libtool conversionTijl Coosemans2014-10-031-1/+2
| | | | | | | | - Remove USE_AUTOTOOLS - Replace MAKE with MAKE_CMD Notes: svn path=/head/; revision=369894
* . update to version 7.2d;Boris Samorodov2013-10-171-52/+6
| | | | | | | | | | | | | | | | . 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-2/+2
| | | | 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
* - 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
* - Add port for boehm-gc garbage collector variant with malloc redirection.Stanislav Sedov2009-12-181-0/+61
This port will install only shared libraries with malloc redirection 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=246110