Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 10:22:42 GMT
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/83056: Typo in Makefile under filelocking
Message-ID:  <200507061022.j66AMguk054675@www.freebsd.org>
Resent-Message-ID: <200507061030.j66AU679054513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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