Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 13:57:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192878] comms/pr [maintainer] new source location
Message-ID:  <bug-192878-13-Gx0xBTXCXa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192878-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192878-13@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=192878

--- Comment #12 from C Hutchinson <portmaster@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192878-13-Gx0xBTXCXa>