aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWDmitry Marakasov2019-11-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=517320
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/boehm-gc: Update to 8.0.4Steve Wills2019-03-083-8/+9
| | | | | | | | PR: 236149 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=495044
* Since the most recent upgrade, devel/boehm-gc-threaded now requires aMark Linimon2018-12-301-0/+1
| | | | | | | | | | | C11-compatible compiler. PR: 234448 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=488722
* devel/boehm-gc: Update to 8.0.2Steve Wills2018-12-264-16/+15
| | | | | | | | | | | (Use correct patch this time) PR: 233976 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Pointyhat to: swills Notes: svn path=/head/; revision=488476
* devel/boehm-gc: Update to 8.0.2Steve Wills2018-12-263-10/+9
| | | | | | | | PR: 233976 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=488475
* devel/boehm-gc: enable static librariesYuri Victorovich2018-11-062-2/+10
| | | | | | | | | PR: 230145 Submitted by: Greg V <greg@unrelenting.technology> Approved by: yasu@utahime.org (maintainer) Notes: svn path=/head/; revision=484314
* devel/boehm-gc: update to 7.6.8Fernando Apesteguía2018-08-313-28/+19
| | | | | | | | | | | | | | | ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 * Giving maintainership to yasu@utahime.org * Bumping PORTREVISION for dependent ports PR: 230577 Submitted by: yasu@utahime.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16704 Notes: svn path=/head/; revision=478604
* devel/boehm-gc: Update to 7.6.6Carlos J. Puga Medina2018-06-013-6/+6
| | | | | | | | | | Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.6 PR: 228597 Exp-run by: antoine Notes: svn path=/head/; revision=471253
* devel/boehm-gc: update to 7.6.4Carlos J. Puga Medina2018-03-105-24/+19
| | | | | | | | | | | | | | | - Regenerate patch to make portlint happy - Bump SHLIBS version in pkg-plist Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.4 PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Reviewed by: cpm Exp-run by: antoine Notes: svn path=/head/; revision=464065
* Switch some MASTER_SITES from http/ftp to https.Mathieu Arnold2018-02-271-1/+2
| | | | | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight Notes: svn path=/head/; revision=463123
* devel/boehm-gc: update to 7.6.2Carlos J. Puga Medina2018-01-086-36/+32
| | | | | | | | | | | | | | - 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
* - Switch to new test frameworkDmitry Marakasov2017-11-301-3/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=455215
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-2/+0
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* - Fix boehm-gc build on EdgeRouter Lite (ERL) which is a mips64 based machine.Carlos J. Puga Medina2017-06-201-1/+10
| | | | | | | Submitted by: lidl via email Notes: svn path=/head/; revision=444001
* - Update to 7.6.0Carlos J. Puga Medina2016-08-095-113/+25
| | | | | | | | | | | | | | - Remove patch which has been incorporated upstream Changelog: https://github.com/ivmai/bdwgc/blob/master/ChangeLog Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7443 Notes: svn path=/head/; revision=419897
* - Fix build on sparc64Carlos J. Puga Medina2016-07-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | Remove unneeded symbolic link because the asm machine-dependent files were moved back to base folder. libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include -I/usr/local/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o make[3]: don't know how to make sparc_mach_dep.S. Stop Reported by: Gordon Zaft <gordonzaft@gmail.com> Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) MFH: 2016Q3 (port-secteam build fix blanket) Differential Revision: D7320 Notes: svn path=/head/; revision=419384
* - Update boehm-gc to 7.4.4Carlos J. Puga Medina2016-06-114-29/+6
| | | | | | | | | | | | | | | - Remove unneeded patch (added upstream) - Fix pkg-plist Changelog: https://github.com/ivmai/bdwgc/blob/release-7_4/ChangeLog Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6791 Notes: svn path=/head/; revision=416714
* - Add configuration to force using mmapCarlos J. Puga Medina2016-04-293-7/+18
| | | | | | | | | | | | | - Regenerate patches with makepatch - Update MAINTAINER to my @FreeBSD.org address - Bump PORTREVISION PR: 208995 Submitted by: andrew Approved by: junovitch (mentor) Notes: svn path=/head/; revision=414277
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Patch devel/boehm-gc to build on AArch64.Brad Davis2015-07-085-4/+104
| | | | | | | | | PR: 201183 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>, andrew, sbruno Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=391600
* - Add CPE infoDmitry Marakasov2015-05-091-1/+3
| | | | | | | | PR: 200058 Submitted by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=385844
* devel/boehm-gc: fix build on sparc64, was lost in r369894Kurt Jaeger2014-12-181-1/+5
| | | | | | | | | PR: 195848 Submitted by: kvedulv@kvedulv.de Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=374900
* Add setup configuration for the mips/mips64 builds.Sean Bruno2014-12-082-1/+39
| | | | | | | | | | PR: 195755 Submitted by: sson Reviewed by: cpm@fbsd.es (maintainer) Approved by: mentor (implicit) Notes: svn path=/head/; revision=374308
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* - Complete USES=libtool conversionTijl Coosemans2014-10-031-25/+11
| | | | | | | | - Remove USE_AUTOTOOLS - Replace MAKE with MAKE_CMD Notes: svn path=/head/; revision=369894
* - Update MAINTAINERSunpoet Po-Chuan Hsieh2014-08-231-1/+1
| | | | | | | | PR: ports/192902 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=365746
* devel/boehm-gc: fix build on sparc64Kurt Jaeger2014-08-061-0/+5
| | | | | | | | | PR: 192398 Submitted by: kvedulv@kvedulv.de Approved by: cjpugmed@gmail.com (maintainer) Notes: svn path=/head/; revision=364172
* Rename devel/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-281-0/+0
| | | | Notes: svn path=/head/; revision=363197
* Fix plist.Jung-uk Kim2014-07-091-0/+1
| | | | | | | Reported by: swills (Jenkins) Notes: svn path=/head/; revision=361335
* Add USES=pkgconfig to fix build.Jung-uk Kim2014-07-081-1/+1
| | | | | | | Reported by: swills (Jenkins) Notes: svn path=/head/; revision=361320
* Update to 7.4.2, and pass maintainership to submitter.Adam Weinberger2014-07-083-15/+18
| | | | | | | | PR: 191338 Submitted by: Carlos Jacobo Puga Medina Notes: svn path=/head/; revision=361286
* - Update MASTER_SITESJason E. Hale2014-02-232-2/+2
| | | | | | | | | | - 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.2e;Boris Samorodov2013-11-195-102/+3
| | | | | | | | | . remove patches which have been incorporated upstream. Reported by: Ivan Maidanski <ivmai@mail.ru> (via e-mail) Notes: svn path=/head/; revision=334298
* . update to version 7.2d;Boris Samorodov2013-10-1711-266/+161
| | | | | | | | | | | | | | | | . 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
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Convert to new options frameworkBaptiste Daroussin2012-06-121-2/+2
| | | | Notes: svn path=/head/; revision=299101
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* - 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/+1
| | | | | | | | | | 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
* BROKEN should not be quoted.Erwin Lansing2010-06-131-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=256468
* - Fix boehm-gc on powerpc (AIM only for now).Stanislav Sedov2010-04-011-2/+17
| | | | Notes: svn path=/head/; revision=251950
* - 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
* - Drop REDIRECT/THREADED options as this libgc variants were moved into theStanislav Sedov2009-12-181-21/+2
| | | | | | | separate ports. Notes: svn path=/head/; revision=246112
* - Delete outdated info from pkg-descr.Stanislav Sedov2009-12-171-6/+0
| | | | Notes: svn path=/head/; revision=246061