ports/102980: "make config" broken due to overlong line

Christian Ullrich chris at chrullrich.de
Thu Sep 7 14:50:38 UTC 2006


>Number:         102980
>Category:       ports
>Synopsis:       "make config" broken due to overlong line
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 14:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Christian Ullrich
>Release:        
>Organization:
>Environment:
>Description:
"make config" is broken for the Samba 3 port because one of the options in CONFIG is too wide for the dialog menu, so the list is displayed wrongly.
>How-To-Repeat:
- make -C /usr/ports/net/samba3 config
- Move the selection up and down
>Fix:
Revert the change from rev 1.152:

--- net/samba3/Makefile.orig    Thu Sep  7 16:45:07 2006
+++ net/samba3/Makefile Thu Sep  7 16:45:24 2006
@@ -71,7 +71,7 @@
                UTMP            "With UTMP accounting support" on \
                MSDFS           "With MSDFS support" off \
                SMBSH           "With SMBSH wrapper for UNIX commands" off \
-               PAM_SMBPASS     "With PAM authentication against passdb backend(s)" off \
+               PAM_SMBPASS     "With PAM authentication against passdb backends" off \
                EXP_MODULES     "With experimental module(s)" off \
                POPT            "With system-wide POPT library" on
 .endif

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



More information about the freebsd-ports-bugs mailing list