Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 18:56:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204018] net/chrony: support non-default PREFIX
Message-ID:  <bug-204018-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 204018
           Summary: net/chrony: support non-default PREFIX
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
                CC: masaki@club.kyutech.ac.jp
             Flags: maintainer-feedback?(masaki@club.kyutech.ac.jp)
                CC: masaki@club.kyutech.ac.jp

Created attachment 162446
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162446&action=edit
[patch] pass --prefix to configure

Setting PREFIX doesn't currently pass this information to chrony's configure
script.  If you run this, for instance, 'make PREFIX=/some/path stage', the
stage' target fails since it is looking for files like
${STAGING}/some/path/bin/chronyc and it was installed to
${STAGING}/usr/local/bin/chronyc.  Patch to fix this attached.

-- 
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-204018-13>