Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2000 09:10:02 -0700 (PDT)
From:      Will Andrews <will@physics.purdue.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/21243: lsof port cannot handle $(CC) with spaces
Message-ID:  <200009131610.JAA05636@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/21243; it has been noted by GNATS.

From: Will Andrews <will@physics.purdue.edu>
To: Bill Trost <trost@cloud.rain.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/21243: lsof port cannot handle $(CC) with spaces
Date: Wed, 13 Sep 2000 10:58:59 -0500

 --qMm9M+Fa2AknHoGS
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 [ next time, don't trim FreeBSD-gnats-submit@FreeBSD.org, thanks ]
 
 On Wed, Sep 13, 2000 at 07:29:39AM -0700, Bill Trost wrote:
 > Well, few other ports have the problem.
 
 Yeah, most don't see it, for a good reason...
 
 > Not on my machine.  (-:
 
 Your machine breaks spec, then.  CC is for the compiler command; CFLAGS
 are for flags passed to the CC compiler.  I believe this is a POSIX std.
 
 > That doesn't help.
 
 Certainly does, for me.  See patch.
 
 -- 
 Will Andrews <will@physics.purdue.edu> <will@FreeBSD.org>
 GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w---
 O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ 
 G++ e>++++ h! r- y?
 
 --qMm9M+Fa2AknHoGS
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="lsof.patch"
 
 ? work
 Index: Makefile
 ===================================================================
 RCS file: /project/cvs/FreeBSD/ports/sysutils/lsof/Makefile,v
 retrieving revision 1.71
 diff -u -u -r1.71 Makefile
 --- Makefile	2000/08/29 22:23:26	1.71
 +++ Makefile	2000/09/13 15:59:51
 @@ -27,7 +27,7 @@
  HAS_CONFIGURE=	yes
  CONFIGURE_SCRIPT=	Configure
  CONFIGURE_ARGS=	-n freebsd
 -CONFIGURE_ENV=	LSOF_CC=${CC}
 +CONFIGURE_ENV=	LSOF_CC="${CC}"
  MAN8=		lsof.8
  
  .if defined(PACKAGE_BUILDING)
 
 --qMm9M+Fa2AknHoGS--
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009131610.JAA05636>