Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Mar 2019 03:49:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236172] mail/mairix: fix prefix != /usr/local
Message-ID:  <bug-236172-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 236172
           Summary: mail/mairix: fix prefix !=3D /usr/local
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jcfyecrayz@liamekaens.com
                CC: jjuanino@gmail.com
             Flags: maintainer-feedback?(jjuanino@gmail.com)
                CC: jjuanino@gmail.com

Created attachment 202515
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202515&action=
=3Dedit
[patch] fix non-default PREFIX

Building mail/mairix with a non-default PREFIX fails (or if LOCALBASE !=3D
/usr/local):


% make PREFIX=3D/foo stage
 .
 .
=3D=3D=3D>  Staging for mairix-0.24
 .
 .
=3D=3D=3D>   Generating temporary packing list
 .
 .
strip: open /usr/ports/mail/mairix/work/stage/foo/bin/mairix failed: No such
file or directory
*** Error code 1


The attached patch fixes that by passing --prefix=3D${PREFIX} to configure.

While here, appease portlint by reordering the HAS_CONFIGURE line in a
different section.

QA:
 poudriere - ok
 portlint - ok

--=20
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-236172-7788>