Bug 83056 - Typo in Makefile under filelocking
Summary: Typo in Makefile under filelocking
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 11:30 UTC by Matthias Fechner
Modified: 2005-07-06 18:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Fechner freebsd_committer freebsd_triage 2005-07-06 11:30:06 UTC
      Compile will fail, if FLOCK is activated in make config.

Fix: Use the following patch:


.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)--xncv29Y1qEsy2ysjNobplnwNZGKRhw5LJ32y5G0yhGHbFMC5
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Wed Jul  6 11:40:13 2005
+++ Makefile    Wed Jul  6 11:40:26 2005
@@ -82,7 +82,7 @@
How-To-Repeat:       make config, select FLOCK and compile.
Comment 1 Vasil Dimov 2005-07-06 11:54:13 UTC
You forgot to mention the portname.
Comment 2 Matthias Fechner freebsd_committer freebsd_triage 2005-07-06 13:30:45 UTC
Vasil Dimov wrote:

>You forgot to mention the portname.
>  
>

ups, sry:
mail/mutt-ng

-- 
Bye
Matthias
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2005-07-06 18:39:25 UTC
State Changed
From-To: open->closed

Committed, thanks!