[Bug 259809] cad/ngspice_rework: Eliminate conflict between flavors

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Nov 2021 22:00:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259809

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit e3cf001d007c4aa6ed7ac45b7bf14982e2ecb3ce
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-11-13 21:49:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-11-13 21:59:25 +0000

    cad/ngspice_rework: Eliminate conflict between flavors

    Before both flavors installed headers and .cm files.
    This caused them to conflict with each other.

    This commit removes conflicting files from the @x11 flavor
    allowing the executable to be installed in parallel with libraries.

    The executable seems to work in a standalone mode fine, but if it ever
    needs headers or .cm files the @shlib flavor can always be installed.

    PR:             259809
    Tested by:      kevinz5000@gmail.com

 cad/ngspice_rework/Makefile                       | 19 ++++++++++++-------
 cad/ngspice_rework/{pkg-plist => pkg-plist-shlib} | 10 ++++------
 2 files changed, 16 insertions(+), 13 deletions(-)

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