Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 08:19:54 GMT
From:      Bertram Scharpf <bertram.scharpf@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/180591: Port editors/vim: make needs a -D and does not document it
Message-ID:  <201307160819.r6G8JsWH000774@oldred.freebsd.org>
Resent-Message-ID: <201307160830.r6G8U1mr087252@freefall.freebsd.org>

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

>Number:         180591
>Category:       misc
>Synopsis:       Port editors/vim: make needs a -D and does not document it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 16 08:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Bertram Scharpf
>Release:        FreeBSD 9.1
>Organization:
>Environment:
FreeBSD host.tld 9.1-STABLE FreeBSD 9.1-STABLE #0: Thu Jun 6 18:31:52 CEST 2013 root@xxx:/usr/obj/usr/src/sys/GENERIC i386
>Description:
1. The standard "man ports" way to show the current
configuration is

  # make showconfig

This stays empty within editors/vim. Instead you have
to say

  # make show-options

2. There is no documentation about this, neither in
UPDATING nor in the ports directory.

3. Tuning the options as descibed in "man ports"
results in

  # make config
  ===> No options to configure

4. Obviously these both work:

  # make -DWITH_OPTIONS showconfig
  # make -DWITH_OPTIONS config

Again, there is no documentation describing this way
to take action.
>How-To-Repeat:
See above.
>Fix:
Remove the silly "show-options" target.

Remove the ".if defined(WITH_OPTIONS)" line and its ".else" part.


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



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