Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 22:25:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192981] New: Hook up CONFIGURE_SHELL and MAKE_SHELL
Message-ID:  <bug-192981-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192981
           Summary: Hook up CONFIGURE_SHELL and MAKE_SHELL
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: tijl@FreeBSD.org

Created attachment 146234
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146234&action=edit
b.p.m.shell.patch

Mk/bsd.port.mk defines CONFIGURE_SHELL and MAKE_SHELL but doesn't use them. 
This patch fixes that.  No port currently uses these variables so this should
be a no-op.  I'd like to set CONFIGURE_SHELL=${LOCALBASE}/bin/bash in
games/crossfire-server/Makefile, because it runs configure with bash and that
means the libtool script it generates also has to run with bash and for that to
happen CONFIG_SHELL needs to be set to bash.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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