<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17559/Creating_OpenBSD_Binary_Patches_in_a_Chroot_Environment</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Thu, 23 May 2013 18:11:34 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Hmmm</title>
			<link>http://www.osnews.com/thread?224755</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?224755</guid>
			<description>Of course, you could just do this:<br />
<br />
1)Create a patch dir (say /usr/patches)<br />
2) patch src and build for each affected system<br />
3) env DESTDIR=/usr/patches make install<br />
4) tar up the files and apply to other system<br />
<br />
much easier, IMHO.</description>
			<pubDate>Mon, 26 Mar 2007 18:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Archite)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Hmmm</title>
			<link>http://www.osnews.com/thread?224765</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?224765</guid>
			<description>Thanks for your feedback. I thought about that as well, but the OpenBSD Makefile system may not always obey the DESTDIR approach, especially for those programs using the Makefile.bsd-wrapper file, like Apache.</description>
			<pubDate>Mon, 26 Mar 2007 18:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (lteo_calyptix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Hmmm</title>
			<link>http://www.osnews.com/thread?224768</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?224768</guid>
			<description>Yes, I have experienced that as well. In order to get around that you must play with other env variables. It's only a few and you can do it on a case by case basis. Some of them also panic if the file system is not laid out properly so I usually use mtree to rebuild the structure and then after installing patches remove empty directories.</description>
			<pubDate>Mon, 26 Mar 2007 18:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Archite)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Hmmm</title>
			<link>http://www.osnews.com/thread?224794</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?224794</guid>
			<description>My intent was to avoid Makefile environment variables and be as clean and consistent as possible with each patch -- hence, chroot. <img src="/images/emo/smile.gif" alt=";)" />  Thanks again for your insight.</description>
			<pubDate>Mon, 26 Mar 2007 20:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (lteo_calyptix)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
