[Bug 271226] [NEW PORT] print/ipp-usb: IPP-over-USB printer support
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271226] [NEW PORT] print/ipp-usb: IPP-over-USB printer support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 14:52:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271226 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/local/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 the 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= chuanwei.foo@hotmail.com -- You are receiving this mail because: You are the assignee for the bug.