public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin-apps@cygwin.com
Subject: Re: Perl layout for 5.26+
Date: Wed, 31 May 2017 19:18:00 -0000	[thread overview]
Message-ID: <87lgpc25u1.fsf@Rainer.invalid> (raw)
In-Reply-To: <cfeb4339-6f91-69b4-d135-08f5a97bf25a@cygwin.com> (Yaakov	Selkowitz's message of "Thu, 18 May 2017 15:39:00 -0500")

Yaakov Selkowitz writes:
> Using lib for archful things vs. share for noarch, and /usr/local for
> site*, is for compliance with FHS, and the latter avoids a lot of
> confusion over which should be used by packages.

Also, why do you propose to drop archname from the *arch directories?
This would make it impossible to put these on shared drives, so I'm
more inclined to leave these as they were.

	prefix="/usr"
	siteprefix="/usr/local"
	vendorprefix="/usr"

	vendorman1dir="${vendorprefix}/share/man/man1"
	vendorman3dir="${vendorprefix}/share/man/man3"
	html1dir="${prefix}/share/doc/perl/html/html1"
	html3dir="${prefix}/share/doc/perl/html/html3"
	sitehtml1dir="${siteprefix}/share/doc/perl/html/html1"
	sitehtml3dir="${siteprefix}/share/doc/perl/html/html3"
	vendorhtml1dir="${vendorprefix}/share/doc/perl/html/html1"
	vendorhtml3dir="${vendorprefix}/share/doc/perl/html/html3"

	archname=${ARCHNAME}
	privlib="${prefix}/share/perl5/${PERLV}"
	sitelib="${siteprefix}/share/perl5/site_perl/${PERLV}"
	vendorlib="${vendorprefix}/lib/perl5/vendor_perl/${PERLV}"
	archlib="${prefix}/lib/perl5/${PERLV}/${ARCHNAME}"
	sitearch="${siteprefix}/lib/perl5/vendor_perl/${PERLV}/${ARCHNAME}"
	vendorarch="${vendorprefix}/lib/perl5/site_perl/${PERLV}/${ARCHNAME}"

	sitebin="${siteprefix}/bin"
	sitescript="${siteprefix}/bin"

I would also leave the versioning on the noarch dirs.  We need to do a
full rebuild for 5.26 anyway and for 5.28 we can just as easily include
the previous version of the noarch directories in @INC if that is known
to work just like we did between 5.10 and 5.14.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

      parent reply	other threads:[~2017-05-31 19:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 20:39 Yaakov Selkowitz
2017-05-19 18:36 ` Achim Gratz
2017-05-31 19:18 ` Achim Gratz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgpc25u1.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).