summaryrefslogtreecommitdiffstats
path: root/devel/boehm-gc
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile error on amd64.nobutaka2005-01-091-12/+15
|
* Remove patch-mach_dep.c.nobutaka2004-12-301-11/+0
| | | | | | This file should have been removed in previous update. Pointed out by: Scott Robbins <scottro@nyc.rr.com>, kris
* Update to 6.4.nobutaka2004-12-294-96/+33
|
* Fix breakage on amd64.nobutaka2004-12-162-1/+20
|
* Remove BROKEN mark for sparc64.nobutaka2004-11-171-2/+2
| | | | Submitted by: Hannes Mehnert <hannes@mehnert.org>
* - Update to 6.3.nobutaka2004-11-088-39/+135
| | | | | | | - Get to work on sparc. [1] - Fix warnings from gc_cpp.h. [2] Submitted by: Hannes Mehnert <hannes@mehnert.org> [1], des [2]
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Turn off PARALLEL_MARK option in default config.nobutaka2004-06-131-1/+1
|
* Use "on" and "off" instead of "yes" and "no" in OPTIONS. [1]nobutaka2004-05-272-22/+14
| | | | | | | | Check WITHOUT_* knobs. [2] Use USE_GNOME=lthack. Fix PKGNAMESUFFIX recursion. Submitted by: kris [1] [2]
* Add four knobs (WITH_THREADING, WITH_PARALLEL_MARK, WITH_REDIRECT and ↵nobutaka2004-05-243-3/+118
| | | | | | | | | WITH_FULLDEBUG). Use OPTIONS. Fix a bug in leak detection. Submitted by: green
* Unbreak boehm-gc on 32bit platforms.arved2004-05-081-1/+1
| | | | | Submitted by: Ryan Beasley <ryanb@goddamnbastard.org> pointy hat^2 to: arved
* Fix boehm-gc on amd64.arved2004-05-053-2/+51
| | | | | Tested with: w3m Obtained from: NetBSD (via Marc Recht <recht@NetBSD.org>)
* Add SIZE to distinfo.nobutaka2004-03-251-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-051-1/+7
|
* Update to 6.2.nobutaka2003-07-063-2/+3
|
* Update to 6.2alpha6.nobutaka2003-06-154-15/+8
|
* Link libstdc++ to unbreak build of the ports that depend on boehm-gc.nobutaka2003-05-052-4/+13
| | | | Reported by: jmallett and kris
* Install gc_cpp.h and gc_allocator.h to the correct location.nobutaka2003-04-302-1/+5
| | | | Submitted by: des
* Update to 6.2alpha4.nobutaka2003-04-204-8/+64
|
* Add missing files.demon2003-03-161-0/+3
| | | | Approved by: kris
* Update to 6.2alpha3.nobutaka2003-02-252-4/+3
|
* De-pkg-comment.nobutaka2003-02-222-1/+1
|
* 1 Install gc_backptr.h.nobutaka2003-01-043-1/+14
| | | | | | 2 Use libtool. Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
* Update to 6.1.nobutaka2002-11-175-194/+4
| | | | | Get rid of ONLY_FOR_ARCHS=i386. Take maintainership.
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-251-1/+2
| | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Make prefix safe.pat2002-02-022-2/+6
| | | | | PR: 34528 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
* Update devel/boehm-gc port to 6.0.ijliao2001-10-118-172/+79
| | | | | | | | | | | | | Since I do not know whether non-i386 platforms are supported, ONLY_FOR_ARCHS=i386 is remained in Makefile. Changes from previous version: * Install shared library. * Do not create and install libleak. Leak detection mode can be initiated at run-time by setting GC_find_leak. PR: 31125 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-021-2/+0
|
* unbreak for -CURRENT.sf2001-01-102-9/+12
|
* update to 5.3.sf2001-01-035-18/+11
| | | | | | | | | | | | PR: 21774 Submitted by: Mikhail Teterin <mi@monsta.privatelabs.com> maintainer is unreachable, temporarily? Recipient address: mmcg@cs.monash.edu.au Reason: Remote SMTP server has rejected address Diagnostic code: smtp;550 <mmcg@cs.monash.edu.au>... User unknown Remote system: dns;mail2.csse.monash.edu.au (TCP|130.194.1.8|4557|130.194.226.190|25)
* Enough FreeBSD/Alpha support to at least allow this to compile.obrien2000-07-192-11/+40
| | | | Functionality is untested at this time.
* Get a lot closer to supporting FreeBSD/Alpha.obrien2000-07-192-8/+163
| | | | | (we only have two arch's, why can't we keep them better in sync with each other ABI-wise?)
* Mark as being only i386.steve2000-04-301-0/+2
| | | | | PR: 18237 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* PORTNAME/PORTVERSION updatemharo2000-04-111-3/+3
|
* update to gc5.0alpha4.mharo2000-04-013-5/+5
| | | | | PR: 17456 Submitted by: nnd@mail.nsk.ru
* Revert to rev. 1.4, which will restore some bugs in the previous versionasami2000-03-171-3/+3
| | | | | | that w3m depends on. Release tags will be rolled forward. Submitted by: jdp
* Add "-DREDIRECT_MALLOC=GC_malloc" to the compiler options so thejdp2000-03-111-3/+3
| | | | | | library can be used as a drop-in replacement for malloc. This has always been the case for this port, but the previous upgrade dropped it unintentionally.
* Update to version 5.0a3.steve1999-11-013-19/+39
| | | | | PR: 14573 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update to version 4.14.steve1999-08-014-28/+25
| | | | | PR: 12762 Submitted by: Aaron Smith <aaron@mutex.org>
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Fix URL at sgi.com . Remove ftp.parc.xerox.com; it is no longer beingfenner1999-06-121-3/+2
| | | | updated.
* Unbreak for ELF. Also add FETCH_BEFORE_ARGS=-b so we can getsteve1999-01-101-2/+2
| | | | | | the distfile. Submitted by: Faried Nawaz <fn@hungry.org>
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | ===> Installing for boehm-gc-4.12 /bin/cp fbsd-libgc.a libgc.a /bin/cp: fbsd-libgc.a: No such file or directory *** Error code 1
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-1/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Upgrade to version 4.12obrien1998-04-205-183/+146
|
* Add a patch to make a header file work properly in C++ programsjdp1998-04-031-0/+25
| | | | compiled by egcs.
OpenPOWER on IntegriCloud