ports/137026: Add default FLEX command to bsd.commands.mk

Pietro Cerutti gahr at tucana.bfh.ch
Thu Jul 23 08:30:03 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list