Edwin Groothuis
2406d49a61
Remove USE_REINPLACE from all categories starting with D
2006-05-04 21:41:12 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
MANTANI Nobutaka
b09f57741b
Remove redundant gc:: from gc_cpp.h for gcc41.
...
Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
2005-11-13 13:28:25 +00:00
MANTANI Nobutaka
224b4f95e7
Fix build error on amd64 with THREADING option.
...
PR: ports/87484
Submitted by: Vasil Dimov <vd@datamax.bg>
2005-10-23 00:01:35 +00:00
MANTANI Nobutaka
ce7db9ca1a
Link pthread library when WITH_THREADING is defined.
...
Pointed out by: Nicola Vitale <nivit@email.it>
2005-10-10 13:06:07 +00:00
MANTANI Nobutaka
823b006096
Update to 6.6.
2005-10-08 11:43:40 +00:00
MANTANI Nobutaka
be41d944de
Remove !defined(WITHOUT_*) tests to correct handling of WITH_* knobs
...
when they are defined from command line and BATCH is defined.
PR: ports/83430
Submitted by: Sean Farley <sean-freebsd@farley.org>
2005-07-15 19:14:36 +00:00
MANTANI Nobutaka
3a892a5369
Add arm support.
...
Submitted by: cognet
2005-06-29 16:29:45 +00:00
MANTANI Nobutaka
4f0a5cf977
Update to 6.5.
...
Submitted by: lioux
2005-06-26 17:24:27 +00:00
MANTANI Nobutaka
092324072d
Fix build on powerpc.
...
PR: ports/78577
Submitted by: Martin Minkus <diskiller@diablo.diskiller.net>
2005-03-19 16:44:02 +00:00
MANTANI Nobutaka
ae933c784b
Fix compile error on amd64.
2005-01-09 12:01:24 +00:00
MANTANI Nobutaka
fabbcf8b6b
Remove patch-mach_dep.c.
...
This file should have been removed in previous update.
Pointed out by: Scott Robbins <scottro@nyc.rr.com>, kris
2004-12-30 00:16:26 +00:00
MANTANI Nobutaka
f2a397c5ea
Update to 6.4.
2004-12-29 15:17:42 +00:00
MANTANI Nobutaka
742bae5dec
Fix breakage on amd64.
2004-12-16 18:39:09 +00:00
MANTANI Nobutaka
c6b0bd87c6
Remove BROKEN mark for sparc64.
...
Submitted by: Hannes Mehnert <hannes@mehnert.org>
2004-11-17 15:52:40 +00:00
MANTANI Nobutaka
a4a7111fd8
- Update to 6.3.
...
- Get to work on sparc. [1]
- Fix warnings from gc_cpp.h. [2]
Submitted by: Hannes Mehnert <hannes@mehnert.org> [1], des [2]
2004-11-08 16:33:05 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
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
2004-07-09 17:43:11 +00:00
MANTANI Nobutaka
a47f4e3179
Turn off PARALLEL_MARK option in default config.
2004-06-13 14:28:58 +00:00
MANTANI Nobutaka
3934112fa3
Use "on" and "off" instead of "yes" and "no" in OPTIONS. [1]
...
Check WITHOUT_* knobs. [2]
Use USE_GNOME=lthack.
Fix PKGNAMESUFFIX recursion.
Submitted by: kris [1] [2]
2004-05-27 14:12:50 +00:00
MANTANI Nobutaka
7cf2a6a1ca
Add four knobs (WITH_THREADING, WITH_PARALLEL_MARK, WITH_REDIRECT and WITH_FULLDEBUG).
...
Use OPTIONS.
Fix a bug in leak detection.
Submitted by: green
2004-05-24 14:54:56 +00:00
Tilman Keskinoz
8c3b62b377
Unbreak boehm-gc on 32bit platforms.
...
Submitted by: Ryan Beasley <ryanb@goddamnbastard.org>
pointy hat^2 to: arved
2004-05-08 10:54:50 +00:00
Tilman Keskinoz
6a60ac8e6e
Fix boehm-gc on amd64.
...
Tested with: w3m
Obtained from: NetBSD (via Marc Recht <recht@NetBSD.org>)
2004-05-05 12:47:25 +00:00
MANTANI Nobutaka
e6d2af565d
Add SIZE to distinfo.
...
Submitted by: trevor
2004-03-25 13:32:31 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
2e256dbb60
BROKEN on !i386 and !alpha: Does not compile
2004-03-05 12:14:38 +00:00
MANTANI Nobutaka
faa632c640
Update to 6.2.
2003-07-06 05:59:13 +00:00
MANTANI Nobutaka
ca37eb85d5
Update to 6.2alpha6.
2003-06-15 15:20:02 +00:00
MANTANI Nobutaka
7ac42732bb
Link libstdc++ to unbreak build of the ports that depend on boehm-gc.
...
Reported by: jmallett and kris
2003-05-05 13:42:53 +00:00
MANTANI Nobutaka
8da816967a
Install gc_cpp.h and gc_allocator.h to the correct location.
...
Submitted by: des
2003-04-30 12:56:46 +00:00
MANTANI Nobutaka
d7237f973a
Update to 6.2alpha4.
2003-04-20 13:57:29 +00:00
Dmitry Sivachenko
b5404770b4
Add missing files.
...
Approved by: kris
2003-03-16 08:54:11 +00:00
MANTANI Nobutaka
11086d1369
Update to 6.2alpha3.
2003-02-25 12:45:06 +00:00
MANTANI Nobutaka
a33aeb1362
De-pkg-comment.
2003-02-22 14:25:38 +00:00
MANTANI Nobutaka
ae5282db87
1 Install gc_backptr.h.
...
2 Use libtool.
Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
2003-01-04 16:48:55 +00:00
MANTANI Nobutaka
969b59ab6b
Update to 6.1.
...
Get rid of ONLY_FOR_ARCHS=i386.
Take maintainership.
2002-11-17 14:25:08 +00:00
Adam Weinberger
c62fe39354
Fix PORTCOMMENTs that were killing INDEX builds.
...
105 pointy hats to: me
Approved by: pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
c2e96a6fd1
Replace ${PERL} with ${REINPLACE_CMD}
...
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-25 18:36:39 +00:00
Patrick Li
74f0bfa70e
Make prefix safe.
...
PR: 34528
Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
2002-02-02 04:48:28 +00:00
Ying-Chieh Liao
36efdc4c61
Update devel/boehm-gc port to 6.0.
...
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>
2001-10-11 12:08:59 +00:00
Michael Haro
0b214a5e97
remove deprecated fetch options from FETCH_BEFORE_ARGS
2001-04-02 08:30:54 +00:00
FUJISHIMA Satsuki
acd838401f
unbreak for -CURRENT.
2001-01-10 14:02:12 +00:00
FUJISHIMA Satsuki
2e575d1e0b
update to 5.3.
...
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)
2001-01-03 20:17:07 +00:00
David E. O'Brien
cd8bbd70a4
Enough FreeBSD/Alpha support to at least allow this to compile.
...
Functionality is untested at this time.
2000-07-19 09:10:43 +00:00
David E. O'Brien
81a9216d91
Get a lot closer to supporting FreeBSD/Alpha.
...
(we only have two arch's, why can't we keep them better in sync with each
other ABI-wise?)
2000-07-19 04:17:33 +00:00
Steve Price
b673c88d3d
Mark as being only i386.
...
PR: 18237
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-04-30 19:13:48 +00:00
Michael Haro
ed33fb7de0
PORTNAME/PORTVERSION update
2000-04-11 21:30:15 +00:00
Michael Haro
ed0bfe5f06
update to gc5.0alpha4.
...
PR: 17456
Submitted by: nnd@mail.nsk.ru
2000-04-01 04:44:09 +00:00