Bug 276844 - mail/postfix package failed with INST_BASE enabled
Summary: mail/postfix package failed with INST_BASE enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-05 18:06 UTC by bsdbugs_mr
Modified: 2024-02-12 22:48 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bsdbugs_mr 2024-02-05 18:06:28 UTC
With option:
INST_BASE=on

Getting:
[00:00:26] ===>  Building packages for postfix-mysql-3.8.5,1
[00:00:26] ===>   Building postfix-mysql-3.8.5,1
[00:00:26] pkg-static: Unable to access file /wrkdirs/usr/ports/mail/postfix/work-mysql/stage/usr/share/share/man/man1/mailq.1.gz:No such fi
le or directory

Fixed with:

167c167,168
< PLIST_SUB+=   BMAN="share/"
---
> #PLIST_SUB+=  BMAN="share/"
> PLIST_SUB+=   BMAN=""
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-12 22:45:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc7045ba979f7f70030ce70d3c8bf654f0c11b19

commit dc7045ba979f7f70030ce70d3c8bf654f0c11b19
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-02-12 22:38:08 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-02-12 22:44:51 +0000

    mail/postfix: Fix manpages location with INST_BASE

    PR:             276844

 mail/postfix/Makefile  |   3 -
 mail/postfix/pkg-plist | 154 ++++++++++++++++++++++++-------------------------
 2 files changed, 77 insertions(+), 80 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-12 22:45:50 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c3b0846ad7c0ee114929dc664be0ae0e69b1caa

commit 7c3b0846ad7c0ee114929dc664be0ae0e69b1caa
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-02-12 22:39:37 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-02-12 22:44:51 +0000

    mail/postfix-current: Fix manpages location with INST_BASE

    PR:             276844

 mail/postfix-current/Makefile  |   3 -
 mail/postfix-current/pkg-plist | 154 ++++++++++++++++++++---------------------
 2 files changed, 77 insertions(+), 80 deletions(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2024-02-12 22:48:32 UTC
Committed, thanks.