Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 May 2023 14:52:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271226] [NEW PORT] print/ipp-usb: IPP-over-USB printer support
Message-ID:  <bug-271226-7788-Jnybay2pTv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271226-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271226-7788@https.bugs.freebsd.org/bugzilla/>

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for the update.

> Isn't print/ipp-usb/files/ipp-usb.in automatically installed as /usr/loca=
l/etc/rc.d/ipp-usb?


The .in mechanism merely means that %%...%% placeholders get substituted
automatically, producing a substituted file in ${WRKDIR}.  It's the job of =
the
Makefile to install it into the right place.

However, USE_RC_SUBR is what takes care of having the file install.  I now =
also
found the actual error: USE_RC_SUBR automatically adds the rc.d script to t=
he
plist.  If you have listed it manually, too, the plist has a duplicate entry
leading to the error I observed.

I'll fix this on commit.

I've also seen that you have set MAINTAINER to ports@FreeBSD.org.  This
indicates "no maintainer."  As per policy, we do not accept ports if the
submitter doesn't also accept to maintain this port.  Please let me know if=
 you
wish to maintain the port, in which case I can commit it with

    MAINTAINER=3D chuanwei.foo@hotmail.com

--=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-271226-7788-Jnybay2pTv>