Date: Thu, 23 Jul 2009 10:22:53 +0200 (CEST) From: Pietro Cerutti <gahr@tucana.bfh.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137026: Add default FLEX command to bsd.commands.mk Message-ID: <200907230822.n6N8MrtZ085241@tucana.bfh.ch > Resent-Message-ID: <200907230830.n6N8U3CC099954@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137026 >Category: ports >Synopsis: Add default FLEX command to bsd.commands.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 23 08:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti <gahr@FreeBSD.org> >Release: FreeBSD 7.2-RELEASE sparc64 >Organization: The FreeBSD Project >Environment: System: FreeBSD tucana.bfh.ch 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sat May 2 08:25:23 UTC 2009 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: Flex is a standard tool in FreeBSD base system. Adding a FLEX command to bsd.commands.mk sounds useful. >How-To-Repeat: >Fix: Index: bsd.commands.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.commands.mk,v retrieving revision 1.3 diff -u -r1.3 bsd.commands.mk --- bsd.commands.mk 14 Apr 2008 16:46:41 -0000 1.3 +++ bsd.commands.mk 23 Jul 2009 08:20:28 -0000 @@ -41,6 +41,7 @@ FALSE?= false # Shell builtin FILE?= /usr/bin/file FIND?= /usr/bin/find +FLEX?= /usr/bin/flex FMT?= /usr/bin/fmt GMAKE?= gmake GREP?= /usr/bin/grep >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907230822.n6N8MrtZ085241>