pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mc Removed the "largefile" PKG_OPTION. It is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b9ed9cf8575
branches:  trunk
changeset: 497766:8b9ed9cf8575
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 04 10:17:13 2005 +0000

description:
Removed the "largefile" PKG_OPTION. It is enabled by default, so why should
anyone want to disable it?

diffstat:

 sysutils/mc/Makefile   |   7 +++----
 sysutils/mc/options.mk |  12 +-----------
 2 files changed, 4 insertions(+), 15 deletions(-)

diffs (54 lines):

diff -r 1f44d0d5379d -r 8b9ed9cf8575 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile      Thu Aug 04 10:12:06 2005 +0000
+++ b/sysutils/mc/Makefile      Thu Aug 04 10:17:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2005/08/04 10:12:06 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2005/08/04 10:17:13 rillig Exp $
 
 DISTNAME=      mc-4.6.1
 CATEGORIES=    sysutils
@@ -14,9 +14,8 @@
 
 # see options.mk for an explanation of these options
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mc
-PKG_SUPPORTED_OPTIONS= charset edit largefile ncurses samba slang      \
-                       subshell vfs x11
-PKG_SUGGESTED_OPTIONS= charset edit largefile slang subshell vfs
+PKG_SUPPORTED_OPTIONS= charset edit ncurses samba slang subshell vfs x11
+PKG_SUGGESTED_OPTIONS= charset edit               slang subshell vfs
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
diff -r 1f44d0d5379d -r 8b9ed9cf8575 sysutils/mc/options.mk
--- a/sysutils/mc/options.mk    Thu Aug 04 10:12:06 2005 +0000
+++ b/sysutils/mc/options.mk    Thu Aug 04 10:17:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/06/01 18:03:22 jlam Exp $
+# $NetBSD: options.mk,v 1.4 2005/08/04 10:17:13 rillig Exp $
 #
 
 ### The charset option enables input/display support for various 8-bit
@@ -19,15 +19,6 @@
 CONFIGURE_ARGS+=       --without-edit
 .endif
 
-### Enable file sizes >= 2 GB. Note that this option is considered
-### experimental, as some filesize calculations are still done with
-### 32 bits of precision.
-.if !empty(PKG_OPTIONS:Mlargefile)
-CONFIGURE_ARGS+=       --enable-largefile
-.else
-CONFIGURE_ARGS+=       --disable-largefile
-.endif
-
 ### Enable the Samba virtual file system. You can connect to Windows
 ### file servers or Samba servers in your network.
 .if !empty(PKG_OPTIONS:Msamba)
@@ -37,7 +28,6 @@
 .endif
 
 ### The subshell is a shell command line inside the Midnight Commander.
-### It does not work well on NetBSD (does not save the screen contents).
 .if !empty(PKG_OPTIONS:Msubshell)
 CONFIGURE_ARGS+=       --with-subshell
 .else



Home | Main Index | Thread Index | Old Index