pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48967: Package submission to add HTML documentation for Python 3.4



The following reply was made to PR pkg/48967; it has been noted by GNATS.

From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48967: Package submission to add HTML documentation for Python 
3.4
Date: Sun, 6 Jul 2014 20:32:58 -0400

 > From: Aleksej Saushev <asau%inbox.ru@localhost>
 > To: pkgsrc-bugs%NetBSD.org@localhost
 > Subject: Re: pkg/48967: Package submission to add HTML documentation =
 for Python
 >      3.4
 > Date: Sun, 06 Jul 2014 22:50:05 +0400
 >=20
 > dhgutteridge%sympatico.ca@localhost writes:
 >=20
 >> do-install:
 >>        cd ${WRKSRC} && pax -rw -pe [a-z]* =
 ${DESTDIR}${PREFIX}/${HTMLDIR}
 >=20
 > Please, don't use "-pe", this breaks unprivileged builds on FreeBSD, =
 use "-pp" instead.
 >=20
 >>        cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print =
 >>${PLIST_SRC}
 >=20
 > What is the reason not to use static PLIST?
 
 Hello,
 
 I couldn't tell you why there isn't a static PLIST, I followed what's
 been established in py26-html-docs and py27-html-docs. (The -pe vs.
 -pp issue is present in those packages' current make files too.)
 
 Dave=
 


Home | Main Index | Thread Index | Old Index