From owner-cvs-all Sun Jun 10 15:34:48 2001 Delivered-To: cvs-all@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id C2EC237B401; Sun, 10 Jun 2001 15:34:40 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from bohr.physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by london.physics.purdue.edu (8.8.8/8.8.8) with ESMTP id RAA25701; Sun, 10 Jun 2001 17:34:40 -0500 (EST) Received: by bohr.physics.purdue.edu (Postfix, from userid 12409) id AAEDD5BA9; Sun, 10 Jun 2001 17:34:39 -0500 (EST) Date: Sun, 10 Jun 2001 17:34:39 -0500 From: Will Andrews To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/dvdtape Makefile ports/sysutils/dvdtape/files patch-ac patch-aa Message-ID: <20010610173439.Y9537@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200106102204.f5AM4j637503@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200106102204.f5AM4j637503@freefall.freebsd.org>; from brian@FreeBSD.org on Sun, Jun 10, 2001 at 03:04:44PM -0700 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 10, 2001 at 03:04:44PM -0700, Brian Somers (brian@FreeBSD.org) wrote: > Log: > Fix some option-parsing bugs (missing breaks) > Change sprintf -> snprintf > Change -O2 -> -O Don't hardcode -O, use ${CFLAGS} in a regex. Also pass CC=${CC} in MAKE_ENV. CFLAGS should be completely overridable too. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message