Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Oct 2015 13:51:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203639] security/krb5: readline not enabled by option
Message-ID:  <bug-203639-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203639

            Bug ID: 203639
           Summary: security/krb5: readline not enabled by option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 161827
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161827&action=edit
[patch] allow READLINE option to do it's job

I think you need to use .include <bsd.port.options.mk> ... .include
<bsd.port.mk> instead of bsd.port.pre.mk / post.mk.

Otherwise, USES+=readline:ports is set too late and Uses/readline.mk is not
included.  'make -V LIB_DEPENDS -V CONFIGURE_ARGS WITH=READLINE' shows
devel/readline is in the list of dependencies and --enable-readline is not
added to the args for configure.

See also bug 202782, comment 7, where this issue was first noticed and
mentioned.  That bug didn't address this issue (and it's closed), so I've
opened a new one here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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