<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python/application.mk, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-01-25T10:45:50Z</updated>
<entry>
<title>Remove support for PYTHON_PATCH_SCRIPTS; use REPLACE_PYTHON.</title>
<updated>2014-01-25T10:45:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-01-25T10:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ab5bedd96bfe683e7697334fad05248d4109848'/>
<id>urn:sha1:4ab5bedd96bfe683e7697334fad05248d4109848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify when to use this fragment, and that it's ok to use it and</title>
<updated>2010-07-24T18:12:11Z</updated>
<author>
<name>gdt</name>
<email>gdt@pkgsrc.org</email>
</author>
<published>2010-07-24T18:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=50456ab33c9d9f7a423cfc85c2c22f8feac7d648'/>
<id>urn:sha1:50456ab33c9d9f7a423cfc85c2c22f8feac7d648</id>
<content type='text'>
egg.mk in the same package.</content>
</entry>
<entry>
<title>Added REPLACE_PYTHON as an alias to PYTHON_PATCH_SCRIPTS, to have more</title>
<updated>2007-02-20T11:30:43Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-02-20T11:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=543328633d021da3e9c447c522d885d4eb315ea6'/>
<id>urn:sha1:543328633d021da3e9c447c522d885d4eb315ea6</id>
<content type='text'>
consistent names. (See REPLACE_PERL, REPLACE_AWK, REPLACE_SH, ...)</content>
</entry>
<entry>
<title>Made "make help" find this.</title>
<updated>2007-01-24T09:59:02Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-01-24T09:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=10ae5d3fe3ab094a6a7bc37384c61cdb57ebe892'/>
<id>urn:sha1:10ae5d3fe3ab094a6a7bc37384c61cdb57ebe892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert all packages using REPLACE_INTERPRETER to the new variable names</title>
<updated>2006-03-11T10:07:49Z</updated>
<author>
<name>ghen</name>
<email>ghen@pkgsrc.org</email>
</author>
<published>2006-03-11T10:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a527d84ce0123fb8dc070f189fece884178a5b96'/>
<id>urn:sha1:a527d84ce0123fb8dc070f189fece884178a5b96</id>
<content type='text'>
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.</content>
</entry>
<entry>
<title>use REPLACE_INTERPRETER instead of our private implementation</title>
<updated>2004-03-02T15:26:02Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2004-03-02T15:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2aadeff11c410f6bf035ea8555117ca43d284dcc'/>
<id>urn:sha1:2aadeff11c410f6bf035ea8555117ca43d284dcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing `*', noted by Min Sik Kim in private email.</title>
<updated>2004-01-14T03:22:47Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme@pkgsrc.org</email>
</author>
<published>2004-01-14T03:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8320f833efda9af6a3ab598fa2b463b34dc43e50'/>
<id>urn:sha1:8320f833efda9af6a3ab598fa2b463b34dc43e50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previous</title>
<updated>2004-01-14T02:10:47Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme@pkgsrc.org</email>
</author>
<published>2004-01-14T02:10:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0a0152f5e48f9b30ae213007f6d0b75b52d865ef'/>
<id>urn:sha1:0a0152f5e48f9b30ae213007f6d0b75b52d865ef</id>
<content type='text'>
scheme only accepts `python', so if we have a script which uses:

#!/path/to/python23

PYTHON_PATCH_SCRIPTS will fail.

Fix provided by Min Sik Kim in PR pkg/24069.</content>
</entry>
<entry>
<title>Allow additional sed expressions to be used to patch the python scripts by</title>
<updated>2002-10-18T16:34:54Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2002-10-18T16:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a96d235882d28746b15acc34c5b6eb66ad4b9be5'/>
<id>urn:sha1:a96d235882d28746b15acc34c5b6eb66ad4b9be5</id>
<content type='text'>
passing them in with PYTHON_PATCH_SCRIPT_SED.</content>
</entry>
<entry>
<title>Allow PYTHON_PATCH_SCRIPTS to take shell wildcards.</title>
<updated>2002-10-18T16:28:25Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2002-10-18T16:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5759dae1d3811d0ac9d4128c0b23a8a24364ba22'/>
<id>urn:sha1:5759dae1d3811d0ac9d4128c0b23a8a24364ba22</id>
<content type='text'>
</content>
</entry>
</feed>
