[Bug 192878] comms/pr [maintainer] new source location
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 22 13:57:53 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192878
--- Comment #12 from C Hutchinson <portmaster at bsdforge.com> ---
(In reply to C Hutchinson from comment #11)
> (In reply to John Marino from comment #10)
> > (In reply to C Hutchinson from comment #9)
> > > Created attachment 146131 [details]
> > > UPDATES [maintainer] STAGED LICENSE SVN DIFF
> > >
> > > OK. This is as good as it gets.
> >
> > Then we have a problem.
...
> Thanks for your critique, John. Even if it's not what I wanted
> to hear. :)
>
> --Chris
>
> >
> >
> > >
> > > The following, are for your "magnifying glass". :)
> >
> > those problems aren't going to show in redports
Well. I'm stumped.
Using your example verbatim, and in every other possible variance,
the build fails with:
"Makefile", line 33: Missing dependency operator
for all three lines (33, 34, 35).
I've also copied blocks that use your same technique, out of other
ports. But same results. I've also used examples out of the porters
handbook. Same results. Altho, you will probably be happy to know
I've changed the DOC install block to something you'd probably
approve of:
.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/share/doc/pr && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.endif
There are no problems with that, at least. But that's all that
works.
FWIW I tried this, and several variations:
(cd ${WRKSRC}/sbin && ${INSTALL_SCRIPT} ${PROGRAMS} ${STAGEDIR}${PREFIX})
I had to use INSTALL_SCRIPT to avoid strip(1) being called against
${PROGRAMS}. Which are simply Perl scripts.
I used:
(cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETCFILES} ${STAGEDIR}${PREFIX})
for the .conf, and rc(8) files. But same results.
OH well.
Thanks for all your time, and consideration, John.
--Chris
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list