From owner-freebsd-ports Sat Feb 2 3:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3AAE37B417 for ; Sat, 2 Feb 2002 03:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g12BK2w75116; Sat, 2 Feb 2002 03:20:02 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Feb 2002 03:20:02 -0800 (PST) Message-Id: <200202021120.g12BK2w75116@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thomas Hurst Subject: Re: ports/34528: devel/boehm-gc is not LOCALBASE clean Reply-To: Thomas Hurst Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34528; it has been noted by GNATS. From: Thomas Hurst To: Kazutoshi Kubota Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/34528: devel/boehm-gc is not LOCALBASE clean Date: Sat, 2 Feb 2002 11:12:22 +0000 * Kazutoshi Kubota (tu7k-kbt@asahi-net.or.jp) wrote: > >Number: 34528 > >Category: ports > >Synopsis: devel/boehm-gc is not LOCALBASE clean > >Fix: > diff -urN boehm-gc.orig/Makefile boehm-gc/Makefile > --- boehm-gc.orig/Makefile Fri Feb 1 13:15:55 2002 > +++ boehm-gc/Makefile Fri Feb 1 13:28:28 2002 > @@ -18,8 +18,12 @@ > > HAS_CONFIGURE= yes > INSTALLS_SHLIB= yes > +CONFIGURE_ARGS= --prefix=${PREFIX} Shouldn't this be just HAS_CONFIGURE -> GNU_CONFIGURE? # CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is # set # (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS} # PREFIX=${PREFIX}" if PERL_CONFIGURE is set, empty otherwise). Since presumably non-GNU configure grabs PREFIX from the environment. -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ - Your life would be very empty if you had nothing to regret. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message