ports/83056: Typo in Makefile under filelocking

Matthias Fechner idefix at fechner.net
Wed Jul 6 10:30:13 UTC 2005


>Number:         83056
>Category:       ports
>Synopsis:       Typo in Makefile under filelocking
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 06 10:30:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Fechner
>Release:        FreeBSD 5.4
>Organization:
>Environment:
FreeBSD server.idefix.loc 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu May 26 00:19:28 CEST 2005     root at server.idefix.loc:/usr/obj/usr/src/sys/SERVER2  i386
>Description:
      Compile will fail, if FLOCK is activated in make config.
>How-To-Repeat:
      make config, select FLOCK and compile.
>Fix:
      Use the following patch:
--- Makefile.orig       Wed Jul  6 11:40:13 2005
+++ Makefile    Wed Jul  6 11:40:26 2005
@@ -82,7 +82,7 @@

 .if defined (WITH_FLOCK)
 CONFIGURE_ARGS+=       --enable-flock
-CONFIGURE_ARGS+=       --disbale-fcntl
+CONFIGURE_ARGS+=       --disable-fcntl
 .endif

 .if defined(WITH_SLANG) && !defined(WITH_NCURSES_PORT)

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list