Date: Wed, 27 Feb 2013 17:09:14 -0500 From: Eitan Adler <lists@eitanadler.com> To: python <python@freebsd.org> Subject: Advice using an origin prefix when PKGNAMEPREIX is set. Message-ID: <CAF6rxgnWiHYzgSvK7GyoiAyLH6=LOEK8RHpA61y0rs7UuaUbBw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Can anyone on this list please review the following. I am not certain it is good advice. commit 99d4cc9aff09ec7d11f812b76e32fb15ec342862 Author: Eitan Adler <lists@eitanadler.com> Date: Wed Feb 27 17:07:34 2013 -0500 Advice using an origin prefix when PKGNAMEPREIX is set. PR: docs/175564 Submitted by: jgh Reviewed by: python@ (???) Approved by: ??? (mentor) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 0f7d8c6..423bd80 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -7603,6 +7603,11 @@ _DOCSDIR= . <programlisting>PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}</programlisting> + <para>Generally, if <makevar>PKGNAMEPREFIX</makevar> is set, the + port requires a <literal>py-</literal> origin prefix: + For example, + <filename><replaceable>sysutils/py-myport</replaceable></filename></para> + <table frame="none"> <title>Most Useful Variables for Ports That Use Python</title> -- Eitan Adler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgnWiHYzgSvK7GyoiAyLH6=LOEK8RHpA61y0rs7UuaUbBw>