<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-22108</id>
	<title>Nabble - MacPorts - Developer</title>
	<updated>2009-12-22T23:36:55Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/MacPorts---Developer-f22108.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MacPorts---Developer-f22108.html" />
	<subtitle type="html">Discussion for &lt;a href=&quot;http://www.macports.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MacPorts&lt;/a&gt;&amp;nbsp;development.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26898946</id>
	<title>Re: Combined build and destroot</title>
	<published>2009-12-22T23:36:55Z</published>
	<updated>2009-12-22T23:36:55Z</updated>
	<author>
		<name>Dan Ports-5</name>
	</author>
	<content type="html">On Sat, Dec 19, 2009 at 10:20:05AM -0600, Ryan Schmidt wrote:
&lt;br&gt;&amp;gt; Note that the destroot directory doesn't exist until the destroot phase begins, so if you wanted to install into it during the build phase, you'd have to create the destroot directory yourself. I'm not sure if this will impede MacPorts' own attempts to create the destroot directory (and the dozens of other directories inside it) but it might work ok, and I'd give it a try.
&lt;br&gt;&lt;br&gt;This turns out not to be a problem -- MacPorts just skips over any
&lt;br&gt;directories that already exist in the destroot when populating it at
&lt;br&gt;the beginning of the destroot phase.
&lt;br&gt;&lt;br&gt;So this is likely the way to go if anyone finds themselves with a
&lt;br&gt;similar problem. Obviously the port's build script needs to create any
&lt;br&gt;missing directories in the destroot, but anything with a non-trivial
&lt;br&gt;build script probably knows how to do that.
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dan R. K. Ports &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26898946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dports@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Research Henchman
&lt;br&gt;Massachusetts Institute of Technology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26898946&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Computer Science and Artificial Intelligence Lab &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26898946&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26898946&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Combined-build-and-destroot-tp26853834p26898946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26893975</id>
	<title>Re: dovecot-sieve</title>
	<published>2009-12-22T12:34:20Z</published>
	<updated>2009-12-22T12:34:20Z</updated>
	<author>
		<name>Bradley Giesbrecht</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 22, 2009, at 10:07 AM, Bradley Giesbrecht wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm building a Portfile for dovecot-sieve and to get the dovecot- 
&lt;br&gt;&amp;gt; sieve command line tools I also need to download the dovecot sources.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do I add an additional download to my Portfile so the sources &amp;nbsp;
&lt;br&gt;&amp;gt; end up in the work directory?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, I'd prefer to grab the same version that 'port download &amp;nbsp;
&lt;br&gt;&amp;gt; dovecot' would download. In my situation I'm building a newer &amp;nbsp;
&lt;br&gt;&amp;gt; version of dovecot then is in MacPorts.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So this is what the work dir would look like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./work/dovecot-1.2-sieve-0.1.14
&lt;br&gt;&amp;gt; ./work/dovecot-1.2.9
&lt;/div&gt;&lt;br&gt;I know there is a desire to reduce variants in MacPorts but dovecot- 
&lt;br&gt;sieve seems a prime candidate for a variant.
&lt;br&gt;&lt;br&gt;To get the command line tools of dovecot-sieve you need the dovecot &amp;nbsp;
&lt;br&gt;compiled sources dir and pass that to configure.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.dovecot.org/LDA/Sieve/Dovecot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.dovecot.org/LDA/Sieve/Dovecot&lt;/a&gt;&lt;br&gt;Compiling
&lt;br&gt;Compilation is identical among the CMUSieve and the new Sieve plugin. &amp;nbsp;
&lt;br&gt;Use --with-dovecot=&amp;lt;path&amp;gt; to point to dovecot-config file's directory. &amp;nbsp;
&lt;br&gt;There are two possibilities where this could exist:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; •
&lt;br&gt;If you configured Dovecot with --enable-header-install, you'll have &amp;nbsp;
&lt;br&gt;dovecot-config installed in $prefix/lib/dovecot/ directory. For example:
&lt;br&gt;./configure --with-dovecot=/usr/local/lib/dovecot make sudo make install
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • Compiled Dovecot sources' root directory. For example:
&lt;br&gt;./configure --with-dovecot=../dovecot-1.2.0/ make make install
&lt;br&gt;If you downloaded the sources using Mercurial, you will need to &amp;nbsp;
&lt;br&gt;execute ./autogen.sh first to build the automake structure in your &amp;nbsp;
&lt;br&gt;source tree. This process requires autotools and libtool to be &amp;nbsp;
&lt;br&gt;installed.
&lt;br&gt;Dovecot Sieve includes several command line tools to perform tasks &amp;nbsp;
&lt;br&gt;such as compile, verify and debug Sieve scripts (refer to the README &amp;nbsp;
&lt;br&gt;file for more information). These are built only if you use method 2, &amp;nbsp;
&lt;br&gt;because they need to link Dovecot's .a libraries, which can only be &amp;nbsp;
&lt;br&gt;found from Dovecot's source tree (make install doesn't install them).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Currently I'm downloading the dovecot sources, doing an extract.only &amp;nbsp;
&lt;br&gt;for dovecot-sieve and then this in post-extract:
&lt;br&gt;&lt;br&gt;post-extract	{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; system &amp;quot;cd ${workpath} &amp;&amp; tar xzf ${distpath}/dovecot-$ 
&lt;br&gt;{dovecot_minor_version}.tar.gz&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; system &amp;quot;cd ${workpath}/dovecot-${dovecot_minor_version} &amp;&amp; ./ 
&lt;br&gt;configure --prefix=${prefix} &amp;&amp; make&amp;quot;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;I borrowed this from the i386-elf-gcc port.
&lt;br&gt;&lt;br&gt;I submitted a new port for dovecot-sieve and dovecot which appears to &amp;nbsp;
&lt;br&gt;build clean on my system. I am currently using the new dovecot 1.2.9 &amp;nbsp;
&lt;br&gt;port and it seems to be working fine.
&lt;br&gt;&lt;br&gt;I have not worked with teh dovecot-sieve tools but as I said they &amp;nbsp;
&lt;br&gt;build clean and the command line tools I checked out execute without &amp;nbsp;
&lt;br&gt;error other then complaining for lack of input. I haven't actually &amp;nbsp;
&lt;br&gt;tested any sieve-scripts yet.
&lt;br&gt;&lt;br&gt;&lt;br&gt;// Brad
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26893975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dovecot-sieve-tp26892012p26893975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892433</id>
	<title>launch4j port</title>
	<published>2009-12-22T10:41:50Z</published>
	<updated>2009-12-22T10:41:50Z</updated>
	<author>
		<name>Panayotis Katsaloulis-2</name>
	</author>
	<content type="html">Hello
&lt;br&gt;I have created a new port for launch4j a week ago, but there is no feedback.
&lt;br&gt;The ticket is here
&lt;br&gt;&lt;a href=&quot;http://trac.macports.org/ticket/22914&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/22914&lt;/a&gt;&lt;br&gt;&lt;br&gt;Could you have a look?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892433&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/launch4j-port-tp26892433p26892433.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892012</id>
	<title>dovecot-sieve</title>
	<published>2009-12-22T10:07:58Z</published>
	<updated>2009-12-22T10:07:58Z</updated>
	<author>
		<name>Bradley Giesbrecht</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm building a Portfile for dovecot-sieve and to get the dovecot-sieve &amp;nbsp;
&lt;br&gt;command line tools I also need to download the dovecot sources.
&lt;br&gt;&lt;br&gt;How do I add an additional download to my Portfile so the sources end &amp;nbsp;
&lt;br&gt;up in the work directory?
&lt;br&gt;&lt;br&gt;Also, I'd prefer to grab the same version that 'port download dovecot' &amp;nbsp;
&lt;br&gt;would download. In my situation I'm building a newer version of &amp;nbsp;
&lt;br&gt;dovecot then is in MacPorts.
&lt;br&gt;&lt;br&gt;&lt;br&gt;So this is what the work dir would look like:
&lt;br&gt;&lt;br&gt;./work/dovecot-1.2-sieve-0.1.14
&lt;br&gt;./work/dovecot-1.2.9
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and dovecot-sieve configure args would be:
&lt;br&gt;&lt;br&gt;./configure --with-dovecot=${workpath}/dovecot-1.2.9/
&lt;br&gt;&lt;br&gt;&lt;br&gt;So from the configure line you see I either need to know the full &amp;nbsp;
&lt;br&gt;dovecot version or need to extract it to:
&lt;br&gt;&lt;br&gt;./work/dovecot
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any tips on doing this would be groovy.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Brad
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892012&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dovecot-sieve-tp26892012p26892012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26879596</id>
	<title>Re: [61822] trunk/dports/net</title>
	<published>2009-12-21T12:32:19Z</published>
	<updated>2009-12-21T12:32:19Z</updated>
	<author>
		<name>Eric Cronin-2</name>
	</author>
	<content type="html">On Dec 21, 2009, at 2:40 PM, Ryan Schmidt wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 21, 2009, at 12:59, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26879596&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Revision: 61822
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://trac.macports.org/changeset/61822&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61822&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26879596&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-21 10:59:51 -0800 (Mon, 21 Dec 2009)
&lt;br&gt;&amp;gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt;&amp;gt; -----------
&lt;br&gt;&amp;gt;&amp;gt; new port: net/py26-scapy (clone of py25's net/scapy)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But is scapy a python module, or software that just happens to use python? If the former, then scapy should be renamed py25-scapy. If the latter, then scapy should be updated to use python 2.6 and py26-scapy should be deleted.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;It is (largely) software written in python. &amp;nbsp;I based the name on py26-markdown which is also a tool written in python that can be installed against py25 or py26. &amp;nbsp;I didn't want to step on pmq's port or force current users to have to update to py26, but I have a py25-free install and so it seemed useful to have in dports...
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26879596&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61822--trunk-dports-net-tp26878984p26879596.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26878984</id>
	<title>Re: [61822] trunk/dports/net</title>
	<published>2009-12-21T11:40:06Z</published>
	<updated>2009-12-21T11:40:06Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 21, 2009, at 12:59, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26878984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Revision: 61822
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61822&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61822&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26878984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-21 10:59:51 -0800 (Mon, 21 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; new port: net/py26-scapy (clone of py25's net/scapy)
&lt;br&gt;&lt;br&gt;But is scapy a python module, or software that just happens to use python? If the former, then scapy should be renamed py25-scapy. If the latter, then scapy should be updated to use python 2.6 and py26-scapy should be deleted.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26878984&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61822--trunk-dports-net-tp26878984p26878984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26878308</id>
	<title>Re: [61786] trunk/dports/www</title>
	<published>2009-12-21T10:41:59Z</published>
	<updated>2009-12-21T10:41:59Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 21, 2009, at 12:13, Frank Schima wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; +maintainers &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26878308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chuck@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The email address should be obfuscated like this - acquia.com:chuck
&lt;br&gt;&lt;br&gt;It does not need to be, but it is probably better to do so, to avoid being harvested by some spambots. I made this change in r61813.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26878308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61786--trunk-dports-www-tp26877916p26878308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26877916</id>
	<title>Re: [61786] trunk/dports/www</title>
	<published>2009-12-21T10:13:37Z</published>
	<updated>2009-12-21T10:13:37Z</updated>
	<author>
		<name>Frank Schima-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Dec 21, 2009, at 9:10 AM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26877916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jann@...&lt;/a&gt; wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;
&lt;div&gt;


&lt;div id=&quot;msg&quot;&gt;
&lt;dl class=&quot;meta&quot;&gt;
&lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href=&quot;http://trac.macports.org/changeset/61786&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;61786&lt;/a&gt;&lt;/dd&gt;
&lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26877916&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jann@...&lt;/a&gt;&lt;/dd&gt;
&lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2009-12-21 08:10:10 -0800 (Mon, 21 Dec 2009)&lt;/dd&gt;
&lt;/dl&gt;

&lt;h3&gt;Log Message&lt;/h3&gt;
&lt;pre&gt;New port: #21712&lt;/pre&gt;

&lt;h3&gt;Added Paths&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;trunk/dports/www/drush/&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;x-msg://134/#trunkdportswwwdrushPortfile&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trunk/dports/www/drush/Portfile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div id=&quot;patch&quot;&gt;
&lt;h3&gt;Diff&lt;/h3&gt;
&lt;a id=&quot;trunkdportswwwdrushPortfile&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;div class=&quot;addfile&quot;&gt;&lt;h4&gt;Added: trunk/dports/www/drush/Portfile (0 =&amp;gt; 61786)&lt;/h4&gt;
&lt;pre class=&quot;diff&quot;&gt;&lt;span&gt;
&lt;span class=&quot;info&quot;&gt;--- trunk/dports/www/drush/Portfile	                        (rev 0)
+++ trunk/dports/www/drush/Portfile	2009-12-21 16:10:10 UTC (rev 61786)
&lt;/span&gt;&lt;span class=&quot;lines&quot;&gt;@@ -0,0 +1,41 @@
&lt;/span&gt;&lt;ins style=&quot;position: static; z-index: auto; &quot;&gt;+# $Id$
+
+PortSystem          1.0
+
+name                drush
+version             2.1
+categories          www php
+platforms           darwin
+
+maintainers         &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26877916&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chuck@...&lt;/a&gt;
&lt;/ins&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;The email address should be obfuscated like this - acquia.com:chuck&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div id=&quot;patch&quot;&gt;&lt;div class=&quot;addfile&quot;&gt;&lt;pre class=&quot;diff&quot;&gt;&lt;span&gt;&lt;ins style=&quot;position: static; z-index: auto; &quot;&gt;+description         The DRUpal SHell
+long_description    drush is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army \
+                    knife designed to make life easier for those of us who spend some of our working hours hacking \
+                    away at the command prompt.
+
+homepage            &lt;a href=&quot;http://drupal.org/project/drush&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://drupal.org/project/drush&lt;/a&gt;
+distfiles           drush-All-Versions-$version.tar.gz
+master_sites        &lt;a href=&quot;http://ftp.drupal.org/files/projects/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.drupal.org/files/projects/&lt;/a&gt; \
+                    &lt;a href=&quot;http://ftp.osuosl.org/pub/drupal/files/projects/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.osuosl.org/pub/drupal/files/projects/&lt;/a&gt;
+checksums           md5     dd4b55c7d1e98f35c51c69788d6dffee \
+                    sha1    d49d05baa26d8ce7aa7f0250c6f0e01ba2f5aebb \
+                    rmd160  5d78cd177ae53d4844ca8f6cdb427ec286393881
+depends_lib         port:php52
+
+variant drupal5 description &quot;use with Drupal 5 port&quot; {
+  depends_lib-append      port:drupal5
+}
+
+variant drupal6 description &quot;use with Drupal 6 port&quot; {
+  depends_lib-append      port:drupal6
+}
+
+worksrcdir          drush
+use_configure       no
+build { }
+
+destroot {
+  xinstall -d -m 0755 ${destroot}/${prefix}/libexec/drush
+  eval file copy [glob ${worksrcpath}/*] ${destroot}/${prefix}/libexec/drush
+  ln -s ${prefix}/libexec/drush/drush ${destroot}/${prefix}/bin/drush  
+}
&lt;/ins&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;
_______________________________________________&lt;br&gt;macports-changes mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26877916&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-changes@...&lt;/a&gt;&lt;br&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26877916&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61786--trunk-dports-www-tp26877916p26877916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870468</id>
	<title>Re: [61770] trunk/base/src/pextlib1.0/filemap.c</title>
	<published>2009-12-20T22:45:00Z</published>
	<updated>2009-12-20T22:45:00Z</updated>
	<author>
		<name>Joshua Root-8</name>
	</author>
	<content type="html">On 2009-12-21 17:31 , Ryan Schmidt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 21, 2009, at 00:21, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870468&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Revision: 61770
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61770&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61770&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870468&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-20 22:21:07 -0800 (Sun, 20 Dec 2009)
&lt;br&gt;&amp;gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt;&amp;gt; -----------
&lt;br&gt;&amp;gt;&amp;gt; fix fd leak (#22959)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm impressed you were able to find this! How'd you do that? :) And why does this change fix the problem?
&lt;/div&gt;&lt;br&gt;The existing variable with the same name declared outside the loop is
&lt;br&gt;what is closed later on.
&lt;br&gt;&lt;br&gt;- Josh
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870468&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61770--trunk-base-src-pextlib1.0-filemap.c-tp26870383p26870468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870383</id>
	<title>Re: [61770] trunk/base/src/pextlib1.0/filemap.c</title>
	<published>2009-12-20T22:31:33Z</published>
	<updated>2009-12-20T22:31:33Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 21, 2009, at 00:21, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870383&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Revision: 61770
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61770&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61770&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870383&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-20 22:21:07 -0800 (Sun, 20 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; fix fd leak (#22959)
&lt;br&gt;&lt;br&gt;I'm impressed you were able to find this! How'd you do that? :) And why does this change fix the problem?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Modified Paths:
&lt;br&gt;&amp;gt; --------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/base/src/pextlib1.0/filemap.c
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified: trunk/base/src/pextlib1.0/filemap.c
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; --- trunk/base/src/pextlib1.0/filemap.c	2009-12-21 05:14:02 UTC (rev 61769)
&lt;br&gt;&amp;gt; +++ trunk/base/src/pextlib1.0/filemap.c	2009-12-21 06:21:07 UTC (rev 61770)
&lt;br&gt;&amp;gt; @@ -210,7 +210,7 @@
&lt;br&gt;&amp;gt; 		ssize_t theFileSize;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 		/* Open the file for reading, creating it if necessary. */
&lt;br&gt;&amp;gt; -		int theFD = open(inDatabasePath, O_RDONLY | O_CREAT, 0664);
&lt;br&gt;&amp;gt; +		theFD = open(inDatabasePath, O_RDONLY | O_CREAT, 0664);
&lt;br&gt;&amp;gt; 		if (theFD &amp;lt; 0)
&lt;br&gt;&amp;gt; 		{
&lt;br&gt;&amp;gt; 			theErr = errno;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870383&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61770--trunk-base-src-pextlib1.0-filemap.c-tp26870383p26870383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26867526</id>
	<title>Re: Ticket #22512</title>
	<published>2009-12-20T13:41:44Z</published>
	<updated>2009-12-20T13:41:44Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 18, 2009, at 10:50, Mark Anderson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Can someone please commit ticket 22512? &amp;nbsp;I have a diff attached that
&lt;br&gt;&amp;gt; should fix geda-gaf's problem.
&lt;br&gt;&lt;br&gt;Jann committed it. Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26867526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ticket--22512-tp26846251p26867526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26856359</id>
	<title>Re: Combined build and destroot</title>
	<published>2009-12-19T08:20:05Z</published>
	<updated>2009-12-19T08:20:05Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">On Dec 19, 2009, at 03:56, Dan Ports wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm working on packaging MacFUSE 2.0 (ref: ticket #18671). This process
&lt;br&gt;&amp;gt; is made rather painful by the fact that MacFUSE includes its own
&lt;br&gt;&amp;gt; (surprisingly complicated) build script.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One complication is that the script essentially does the build and
&lt;br&gt;&amp;gt; destroot phases together (because it's trying to create a .pkg).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The easiest way to get it working would be to patch the build script to
&lt;br&gt;&amp;gt; install into ${destpath}. But then it would populate ${destpath} during
&lt;br&gt;&amp;gt; the build phase rather than destroot -- how egregious of an offense is
&lt;br&gt;&amp;gt; this?
&lt;/div&gt;&lt;br&gt;Not an offense, I think. Most autoconf software is simply designed to build in the source directory and then install to a final directory, so MacPorts mirrors this method by default.
&lt;br&gt;&lt;br&gt;Note that the destroot directory doesn't exist until the destroot phase begins, so if you wanted to install into it during the build phase, you'd have to create the destroot directory yourself. I'm not sure if this will impede MacPorts' own attempts to create the destroot directory (and the dozens of other directories inside it) but it might work ok, and I'd give it a try.
&lt;br&gt;&lt;br&gt;&amp;gt; (Alternatively we could do both the compilation and installation
&lt;br&gt;&amp;gt; during destroot, but that doesn't seem a lot better)
&lt;br&gt;&lt;br&gt;Yeah, that's probably worse.
&lt;br&gt;&lt;br&gt;&amp;gt; Properly separating the build and destroot phases would require a
&lt;br&gt;&amp;gt; fairly intrusive patch to macfuse's build script, which I would like to
&lt;br&gt;&amp;gt; avoid.
&lt;br&gt;&lt;br&gt;Agreed.
&lt;br&gt;&lt;br&gt;&amp;gt; Another option is to have the build phase stage everything
&lt;br&gt;&amp;gt; somewhere in ${workpath} and then copy all of its contents directly to
&lt;br&gt;&amp;gt; ${destpath} during destroot, but that feels a little silly.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Yes, this would probably just serve to introduce extra delays for the user while things are copied.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26856359&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Combined-build-and-destroot-tp26853834p26856359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26853834</id>
	<title>Combined build and destroot</title>
	<published>2009-12-19T01:56:28Z</published>
	<updated>2009-12-19T01:56:28Z</updated>
	<author>
		<name>Dan Ports-5</name>
	</author>
	<content type="html">I'm working on packaging MacFUSE 2.0 (ref: ticket #18671). This process
&lt;br&gt;is made rather painful by the fact that MacFUSE includes its own
&lt;br&gt;(surprisingly complicated) build script.
&lt;br&gt;&lt;br&gt;One complication is that the script essentially does the build and
&lt;br&gt;destroot phases together (because it's trying to create a .pkg).
&lt;br&gt;&lt;br&gt;The easiest way to get it working would be to patch the build script to
&lt;br&gt;install into ${destpath}. But then it would populate ${destpath} during
&lt;br&gt;the build phase rather than destroot -- how egregious of an offense is
&lt;br&gt;this? (Alternatively we could do both the compilation and installation
&lt;br&gt;during destroot, but that doesn't seem a lot better)
&lt;br&gt;&lt;br&gt;Properly separating the build and destroot phases would require a
&lt;br&gt;fairly intrusive patch to macfuse's build script, which I would like to
&lt;br&gt;avoid. Another option is to have the build phase stage everything
&lt;br&gt;somewhere in ${workpath} and then copy all of its contents directly to
&lt;br&gt;${destpath} during destroot, but that feels a little silly.
&lt;br&gt;&lt;br&gt;Has this come up for other ports? Is there a best practice for dealing
&lt;br&gt;with it?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dan R. K. Ports &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26853834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dports@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Research Henchman
&lt;br&gt;Massachusetts Institute of Technology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26853834&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Computer Science and Artificial Intelligence Lab &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26853834&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26853834&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Combined-build-and-destroot-tp26853834p26853834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26846251</id>
	<title>Ticket #22512</title>
	<published>2009-12-18T08:50:01Z</published>
	<updated>2009-12-18T08:50:01Z</updated>
	<author>
		<name>Mark Anderson-10</name>
	</author>
	<content type="html">Can someone please commit ticket 22512? &amp;nbsp;I have a diff attached that
&lt;br&gt;should fix geda-gaf's problem.
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26846251&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ticket--22512-tp26846251p26846251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26838983</id>
	<title>Re: [61662] trunk/dports/net/libpcapnav/</title>
	<published>2009-12-17T20:29:27Z</published>
	<updated>2009-12-17T20:29:27Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">Eric,
&lt;br&gt;&lt;br&gt;You appear to have committed only three empty directories, without Portfiles inside. :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 17, 2009, at 17:06, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision: 61662
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61662&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61662&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-17 15:06:21 -0800 (Thu, 17 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; net/libpcapnav: New port
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added Paths:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/dports/net/libpcapnav/
&lt;/div&gt;&lt;br&gt;&lt;br&gt;On Dec 17, 2009, at 17:21, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision: 61663
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61663&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61663&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-17 15:21:03 -0800 (Thu, 17 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; net/libnetdude: New port
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added Paths:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/dports/net/libnetdude/
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 17, 2009, at 17:39, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision: 61664
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61664&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61664&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ecronin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-17 15:38:57 -0800 (Thu, 17 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; net/netdude: New port
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added Paths:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/dports/net/netdude/
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838983&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61662--trunk-dports-net-libpcapnav--tp26838983p26838983.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824735</id>
	<title>Re: macports dovecot sieve</title>
	<published>2009-12-17T00:28:21Z</published>
	<updated>2009-12-17T00:28:21Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">On Dec 17, 2009, at 02:20, Bradley Giesbrecht wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 16, 2009, at 11:59 PM, Ryan Schmidt wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Dec 17, 2009, at 01:26, Bradley Giesbrecht wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Should I bother submitting dovecot sieve and if so what should I name it?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Maybe dovecot-sieve? There is an open request to add a +sieve variant to dovecot; maybe your separate port would satisfy this request. A separate port is probably better for usability than a variant anyway.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://trac.macports.org/ticket/11810&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/11810&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are two sieve options for dovecot, Dovecot Sieve for Dovecot 1.2 and newer and CMU Sieve for Dovecot 1.0 through 1.2.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So dovecot-sieve and later if someone wants the other they could create dovecot-cmu-sieve?
&lt;/div&gt;&lt;br&gt;Oh, I see. Well that sounds ok. In any case it will be good to have any sieve option for dovecot in MacPorts.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-macports-dovecot-sieve-tp26824659p26824735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824659</id>
	<title>Re: macports dovecot sieve</title>
	<published>2009-12-17T00:20:46Z</published>
	<updated>2009-12-17T00:20:46Z</updated>
	<author>
		<name>Bradley Giesbrecht</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Dec 16, 2009, at 11:59 PM, Ryan Schmidt wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;br&gt;On Dec 17, 2009, at 01:26, Bradley Giesbrecht wrote:&lt;br&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;I'm building the dovecot-1.2-sieve plugin and am doing a portfile while I'm at it.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;The file download is dovecot-1.2-sieve-0.1.13.tar.gz.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Later I will also be building dovecot-1.2-managesieve-0.11.9.tar.gz.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;It looks like the authors add the dovecot version in the name because there are different versions of the plugin depending on the version of dovecot.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;I'm using my own dovecot Portfile and I'm at the most recent 1.2 version while ports has 1.1.16.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Should I bother submitting dovecot sieve and if so what should I name it?&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;Maybe dovecot-sieve? There is an open request to add a +sieve variant to dovecot; maybe your separate port would satisfy this request. A separate port is probably better for usability than a variant anyway.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://trac.macports.org/ticket/11810&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/11810&lt;/a&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#144FAE&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;There are two sieve options for dovecot, Dovecot Sieve for Dovecot 1.2 and newer and CMU Sieve for Dovecot 1.0 through 1.2.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So dovecot-sieve and later if someone wants the other they could create dovecot-cmu-sieve?&lt;br&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;blockquote type=&quot;cite&quot;&gt;Should I also submit my dovecot 1.2 Portfile?&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;That would be great.&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;If so should I trac it to the current dovecot or rename it to dovecot12 or something?&lt;br&gt;&lt;br&gt;My instinct would be no. Is there any reason someone would still want dovecot 1.1? You could ask the maintainer of dovecot for guidance if you're unsure.&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#144FAE&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;When I have this working on my production server, hopefully tonight, I'll send my Portfile to the maintainer.&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;blockquote type=&quot;cite&quot;&gt;Also, dovecot v2 is in beta, I won't be building it real soon but thought I'd mention.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;BTW, the dovecot 1.1 branch is at 1.1.20. 1.1.16 was release June 1st 2009.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;I'm only moving to dovecot 1.2 because dovecot-sieve is for dovecot 1.2 or newer.&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;As far as I can tell, 1.2.9 is the stable version of dovecot, so I would assume the port should be updated to that version. It looks like the maintainer last touched the port the month before 1.2.0 was released.&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;// Brad&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824659&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-macports-dovecot-sieve-tp26824659p26824659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824112</id>
	<title>Re: /opt/local/lib/libgcc_s.1.dylib, binutils, llvm-gcc42</title>
	<published>2009-12-16T23:12:01Z</published>
	<updated>2009-12-16T23:12:01Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 16, 2009, at 22:37, Dan Ports wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 09:04:13PM -0600, Ryan Schmidt wrote:
&lt;br&gt;&amp;gt;&amp;gt; My recommendation is to not install llvm-gcc42 until this issue is resolved. If anyone can assist in resolving this issue, it would be appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Isn't the solution to both of these problems (libiberty &amp; libgcc_s) just a
&lt;br&gt;&amp;gt; matter of adding
&lt;br&gt;&amp;gt; &amp;nbsp; --libdir=${prefix}/lib/${name} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; --libexecdir=${prefix}/libexec/${name} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; --includedir=${prefix}/include/${name} 
&lt;br&gt;&amp;gt; to configure.args?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (I don't use llvm-gcc at all myself, but in my experience this is
&lt;br&gt;&amp;gt; typically the answer to such problems with gcc.)
&lt;/div&gt;&lt;br&gt;It's possible that's all that's needed. I haven't tried it. What we need is for someone to try it and attach to the ticket a patch that works. I would say that ports that use llvm-gcc42 should also be tested to ensure they still work with this change, but fortunately there aren't any such ports.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-opt-local-lib-libgcc_s.1.dylib%2C-binutils%2C-llvm-gcc42-tp26820958p26824112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823082</id>
	<title>Re: /opt/local/lib/libgcc_s.1.dylib, binutils, llvm-gcc42</title>
	<published>2009-12-16T20:37:34Z</published>
	<updated>2009-12-16T20:37:34Z</updated>
	<author>
		<name>Dan Ports-5</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 09:04:13PM -0600, Ryan Schmidt wrote:
&lt;br&gt;&amp;gt; My recommendation is to not install llvm-gcc42 until this issue is resolved. If anyone can assist in resolving this issue, it would be appreciated.
&lt;br&gt;&lt;br&gt;Isn't the solution to both of these problems (libiberty &amp; libgcc_s) just a
&lt;br&gt;matter of adding
&lt;br&gt;&amp;nbsp; &amp;nbsp;--libdir=${prefix}/lib/${name} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;--libexecdir=${prefix}/libexec/${name} &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;--includedir=${prefix}/include/${name} 
&lt;br&gt;to configure.args?
&lt;br&gt;&lt;br&gt;(I don't use llvm-gcc at all myself, but in my experience this is
&lt;br&gt;typically the answer to such problems with gcc.)
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dan R. K. Ports &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dports@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Research Henchman
&lt;br&gt;Massachusetts Institute of Technology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823082&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Computer Science and Artificial Intelligence Lab &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823082&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823082&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-opt-local-lib-libgcc_s.1.dylib%2C-binutils%2C-llvm-gcc42-tp26820958p26823082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822656</id>
	<title>Re: [61596] trunk/dports/graphics/wxWidgets/Portfile</title>
	<published>2009-12-16T19:42:42Z</published>
	<updated>2009-12-16T19:42:42Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 16, 2009, at 13:24, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822656&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwa@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision: 61596
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61596&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61596&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822656&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwa@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-16 11:24:42 -0800 (Wed, 16 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; make wxWidgets build on 10.6, hopefully nothing else breaks
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified Paths:
&lt;br&gt;&amp;gt; --------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/dports/graphics/wxWidgets/Portfile
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified: trunk/dports/graphics/wxWidgets/Portfile
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; --- trunk/dports/graphics/wxWidgets/Portfile	2009-12-16 18:54:45 UTC (rev 61595)
&lt;br&gt;&amp;gt; +++ trunk/dports/graphics/wxWidgets/Portfile	2009-12-16 19:24:42 UTC (rev 61596)
&lt;br&gt;&amp;gt; @@ -1,6 +1,7 @@
&lt;br&gt;&amp;gt; # $Id$
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PortSystem 1.0
&lt;br&gt;&amp;gt; +PortGroup &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; archcheck 1.0
&lt;/div&gt;&lt;/div&gt;There is no reason to add the archcheck portgroup unless you use the archcheck.files directive to check the architectures of the dependencies. However...
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 16, 2009, at 13:24, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822656&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jwa@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; +universal_variant	no
&lt;br&gt;&amp;gt; use_parallel_build no
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +platform darwin 10 {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;configure.build_arch	i386
&lt;br&gt;&amp;gt; +# &amp;nbsp; &amp;nbsp;configure.cflags	&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;configure.cppflags	&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; +# &amp;nbsp; &amp;nbsp;configure.cxxflags	&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; +# &amp;nbsp; &amp;nbsp;configure.objcflags	&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;configure.ldflags	&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; +}
&lt;/div&gt;&lt;/div&gt;...since you are forcing a 32-bit build, checking the architectures of the dependencies would be an excellent idea.
&lt;br&gt;&lt;br&gt;But why are you forcing a 32-bit build only on Snow Leopard? Wouldn't it also be necessary on Leopard if the user has set build_arch to x86_64 or ppc64?
&lt;br&gt;&lt;br&gt;Attached is a patch for wxWidgets to address these issues.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Unfortunately, the only way this will really be useful for anyone on Snow Leopard is if every port that depends on wxWidgets (I count 20 ports), and every port that depends on those ports (no idea how many), and so on, also forces itself to 32-bit and checks dependencies' architectures. Not pretty.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822656&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;wxWidgets.diff&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26822656/0/wxWidgets.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61596--trunk-dports-graphics-wxWidgets-Portfile-tp26822656p26822656.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822431</id>
	<title>Re: [61602] branches/release_1_8/base</title>
	<published>2009-12-16T19:06:36Z</published>
	<updated>2009-12-16T19:06:36Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 16, 2009, at 14:05, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822431&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Revision: 61602
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61602&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61602&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822431&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmr@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-16 12:05:20 -0800 (Wed, 16 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; bump branch version to 1.8.2
&lt;br&gt;&lt;br&gt;I guess I should test those 1.8.2 fixes you've been bugging me about, and merge back those other changes from trunk I've been meaning to do, real soon now, huh? :)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822431&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61602--branches-release_1_8-base-tp26822431p26822431.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26822414</id>
	<title>Re: /opt/local/lib/libgcc_s.1.dylib, binutils, llvm-gcc42</title>
	<published>2009-12-16T19:04:13Z</published>
	<updated>2009-12-16T19:04:13Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 16, 2009, at 18:43, Dan Ports wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 04:10:50PM -0800, Darren Weber wrote:
&lt;br&gt;&amp;gt;&amp;gt; Is it possible and desirable to have a single port to control the
&lt;br&gt;&amp;gt;&amp;gt; libiberty.a and have all other ports depend on it?
&lt;br&gt;&lt;br&gt;I don't believe it's desirable.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; (This probably requires
&lt;br&gt;&amp;gt;&amp;gt; ways to switch off the build of libiberty.a in the config for various ports
&lt;br&gt;&amp;gt;&amp;gt; like binutils, gcc stuff, etc.).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't think so -- as far as I can tell, and for reasons I have never quite
&lt;br&gt;&amp;gt; grasped, libiberty isn't distributed separately, or even really
&lt;br&gt;&amp;gt; versioned; its source is directly included in the gcc sources.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think the right solution here is for each port to install its own
&lt;br&gt;&amp;gt; version of libiberty in a separate place. It look like some ports
&lt;br&gt;&amp;gt; already do this (gcc43, for one). Maybe the actual problem you're
&lt;br&gt;&amp;gt; running into is that llvm-gcc doesn't do this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's possible that it isn't even necessary to install libiberty.a in
&lt;br&gt;&amp;gt; the first place. (isn't it typically linked in to gcc and friends
&lt;br&gt;&amp;gt; statically?) But I'm less sure about this.
&lt;/div&gt;&lt;br&gt;I filed the bug report about llvm-gcc42's /opt/local/lib/libgcc_s.1.dylib here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://trac.macports.org/ticket/20889&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/20889&lt;/a&gt;&lt;br&gt;&lt;br&gt;Unfortunately the maintainer has not reacted to the problem.
&lt;br&gt;&lt;br&gt;My recommendation is to not install llvm-gcc42 until this issue is resolved. If anyone can assist in resolving this issue, it would be appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26822414&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-opt-local-lib-libgcc_s.1.dylib%2C-binutils%2C-llvm-gcc42-tp26820958p26822414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821261</id>
	<title>Re: /opt/local/lib/libgcc_s.1.dylib, binutils, llvm-gcc42</title>
	<published>2009-12-16T16:43:22Z</published>
	<updated>2009-12-16T16:43:22Z</updated>
	<author>
		<name>Dan Ports-5</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 04:10:50PM -0800, Darren Weber wrote:
&lt;br&gt;&amp;gt; Is it possible and desirable to have a single port to control the
&lt;br&gt;&amp;gt; libiberty.a and have all other ports depend on it? &amp;nbsp;(This probably requires
&lt;br&gt;&amp;gt; ways to switch off the build of libiberty.a in the config for various ports
&lt;br&gt;&amp;gt; like binutils, gcc stuff, etc.).
&lt;br&gt;&lt;br&gt;I don't think so -- as far as I can tell, and for reasons I have never quite
&lt;br&gt;grasped, libiberty isn't distributed separately, or even really
&lt;br&gt;versioned; its source is directly included in the gcc sources.
&lt;br&gt;&lt;br&gt;I think the right solution here is for each port to install its own
&lt;br&gt;version of libiberty in a separate place. It look like some ports
&lt;br&gt;already do this (gcc43, for one). Maybe the actual problem you're
&lt;br&gt;running into is that llvm-gcc doesn't do this?
&lt;br&gt;&lt;br&gt;It's possible that it isn't even necessary to install libiberty.a in
&lt;br&gt;the first place. (isn't it typically linked in to gcc and friends
&lt;br&gt;statically?) But I'm less sure about this.
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dan R. K. Ports &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821261&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dports@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Research Henchman
&lt;br&gt;Massachusetts Institute of Technology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821261&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Computer Science and Artificial Intelligence Lab &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821261&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;drkp@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821261&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-opt-local-lib-libgcc_s.1.dylib%2C-binutils%2C-llvm-gcc42-tp26820958p26821261.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820958</id>
	<title>/opt/local/lib/libgcc_s.1.dylib, binutils, llvm-gcc42</title>
	<published>2009-12-16T16:10:50Z</published>
	<updated>2009-12-16T16:10:50Z</updated>
	<author>
		<name>Darren Weber-4</name>
	</author>
	<content type="html">&lt;br&gt;There seem to be many ports that build and install&lt;br&gt;&lt;br&gt; &lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;/opt/local/lib/libiberty.a&lt;/span&gt;&lt;br&gt;&lt;br&gt;One potential consequence is failure for installations or upgrades.  For example,&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;$ sudo port install llvm-gcc42&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;---&amp;gt;  Computing dependencies for llvm-gcc42&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;---&amp;gt;  Activating llvm-gcc42 @2.6_0+darwin+darwin_i386&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;Error: Unable to execute port: Image error: /opt/local/lib/libiberty.a is being used by the active binutils port.  Please deactivate this port first, or use &amp;#39;port -f activate llvm-gcc42&amp;#39; to force the activation.&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;br&gt;&lt;br&gt;Is it possible and desirable to have a single port to control the libiberty.a and have all other ports depend on it?  (This probably requires ways to switch off the build of libiberty.a in the config for various ports like binutils, gcc stuff, etc.).&lt;br&gt;
&lt;br&gt;Take care,&lt;br&gt;Darren&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-opt-local-lib-libgcc_s.1.dylib%2C-binutils%2C-llvm-gcc42-tp26820958p26820958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815506</id>
	<title>Re: submit a port for launch4j</title>
	<published>2009-12-16T09:54:07Z</published>
	<updated>2009-12-16T09:54:07Z</updated>
	<author>
		<name>Jeremy Lavergne</name>
	</author>
	<content type="html">Make a submission ticket at trac.macports.org
&lt;br&gt;&lt;br&gt;On Dec 16, 2009, at 12:53 PM, Panayotis Katsaloulis wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have created a new port (actually for launch4j)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What should I do to send it to macports?
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; macports-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815506&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815506&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (3K) &lt;a href=&quot;http://old.nabble.com/attachment/26815506/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/submit-a-port-for-launch4j-tp26815491p26815506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815491</id>
	<title>submit a port for launch4j</title>
	<published>2009-12-16T09:53:25Z</published>
	<updated>2009-12-16T09:53:25Z</updated>
	<author>
		<name>Panayotis Katsaloulis-2</name>
	</author>
	<content type="html">I have created a new port (actually for launch4j)
&lt;br&gt;&lt;br&gt;What should I do to send it to macports?
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/submit-a-port-for-launch4j-tp26815491p26815491.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26794549</id>
	<title>PortIndex2MySQL.tcl should be atomic</title>
	<published>2009-12-15T05:11:42Z</published>
	<updated>2009-12-15T05:11:42Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">PortIndex2MySQL.tcl seems to have some odd behavior.
&lt;br&gt;&lt;br&gt;It seems to DROP and re-CREATE all the tables every time it runs. It has a --create-tables command line option, but it seems to recreate the tables whether or not that option is given.
&lt;br&gt;&lt;br&gt;Partly as a consequence of that, I think, if something causes the update to fail partway through (like a duplicate port, like we just had with box2d) then the database is left in an incomplete state (for example, right now the web site claims we have 1571 ports, when of course we really have over 6400 ports.
&lt;br&gt;&lt;br&gt;It seems to me that the tables should only be recreated when needed (i.e. only when the schema changes, which should be rare), and that the update should occur inside a transaction, so that if anything fails, the transaction is automatically rolled back and there will no longer be a way for the database to exist in an incomplete state.
&lt;br&gt;&lt;br&gt;Is there any reason you can think of why we should not make these changes?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794549&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PortIndex2MySQL.tcl-should-be-atomic-tp26794549p26794549.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26794352</id>
	<title>Re: PortIndex2MySQL run failure on Monday 2009-12-14 at 16:10:00</title>
	<published>2009-12-15T04:58:11Z</published>
	<updated>2009-12-15T04:58:11Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">Forgive me, Anthony, but I deleted your Box2D. Ordinarily I would have sent you an email, but I didn't know if you were around, and as it stands, the PortIndex2MySQL failure means our web site only had 1/4 of our ports in its database.
&lt;br&gt;&lt;br&gt;Your files are of course still available in the repository history if you need to access them, and if you have any improvements to make to the existing box2d port, please do so.
&lt;br&gt;&lt;br&gt;-Ryan
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 14, 2009, at 18:26, William Siegrist wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; There are now 2 box2d ports. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://trac.macports.org/changeset/60951&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.macports.org/changeset/60951&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;https://trac.macports.org/changeset/61558&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.macports.org/changeset/61558&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Bill
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Begin forwarded message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794352&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-mgr@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: December 14, 2009 4:10:13 PM PST
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794352&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wms@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: PortIndex2MySQL run failure on Monday 2009-12-14 at 16:10:00
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Synchronizing local ports tree from file:///rsync/macports-san/release/ports/
&lt;br&gt;&amp;gt;&amp;gt; Error: CHILDSTATUS 64449 1: ERROR 1062 (23000) at line 13457: Duplicate entry 'Box2D' for key 1
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26794352&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-PortIndex2MySQL-run-failure-on-Monday-2009-12-14-at-16%3A10%3A00-tp26787545p26794352.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26793934</id>
	<title>Re: [61530] trunk/dports/gnome/liferea/Portfile</title>
	<published>2009-12-15T04:21:02Z</published>
	<updated>2009-12-15T04:21:02Z</updated>
	<author>
		<name>Vincent Lefevre-8</name>
	</author>
	<content type="html">On 2009-12-13 19:52:12 -0600, Ryan Schmidt wrote:
&lt;br&gt;&amp;gt; I put the epoch line back in the portfile, because the epoch line
&lt;br&gt;&amp;gt; can never be removed from a portfile; the epoch can only ever
&lt;br&gt;&amp;gt; increase, otherwise MacPorts will not report the port as being
&lt;br&gt;&amp;gt; outdated. I put the epoch line above the version line now, to better
&lt;br&gt;&amp;gt; indicate that the epoch takes precedence over the version.
&lt;br&gt;&lt;br&gt;OK. This is a bit strange that &amp;quot;port -v upgrade liferea&amp;quot; worked.
&lt;br&gt;I think it should do nothing in such a case (perhaps except if -f
&lt;br&gt;is given).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Vincent Lefèvre &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26793934&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vincent@...&lt;/a&gt;&amp;gt; - Web: &amp;lt;&lt;a href=&quot;http://www.vinc17.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vinc17.net/&lt;/a&gt;&amp;gt;
&lt;br&gt;100% accessible validated (X)HTML - Blog: &amp;lt;&lt;a href=&quot;http://www.vinc17.net/blog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vinc17.net/blog/&lt;/a&gt;&amp;gt;
&lt;br&gt;Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26793934&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61530--trunk-dports-gnome-liferea-Portfile-tp26771981p26793934.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787545</id>
	<title>Fwd: PortIndex2MySQL run failure on Monday 2009-12-14 at 16:10:00</title>
	<published>2009-12-14T16:26:38Z</published>
	<updated>2009-12-14T16:26:38Z</updated>
	<author>
		<name>William Siegrist</name>
	</author>
	<content type="html">There are now 2 box2d ports. 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://trac.macports.org/changeset/60951&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.macports.org/changeset/60951&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://trac.macports.org/changeset/61558&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.macports.org/changeset/61558&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Bill
&lt;br&gt;&lt;br&gt;&lt;br&gt;Begin forwarded message:
&lt;br&gt;&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-mgr@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: December 14, 2009 4:10:13 PM PST
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wms@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: PortIndex2MySQL run failure on Monday 2009-12-14 at 16:10:00
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Synchronizing local ports tree from file:///rsync/macports-san/release/ports/
&lt;br&gt;&amp;gt; Error: CHILDSTATUS 64449 1: ERROR 1062 (23000) at line 13457: Duplicate entry 'Box2D' for key 1
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787545&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-PortIndex2MySQL-run-failure-on-Monday-2009-12-14-at-16%3A10%3A00-tp26787545p26787545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787222</id>
	<title>Re: [61551] trunk/dports/devel/apr-util/Portfile</title>
	<published>2009-12-14T15:53:33Z</published>
	<updated>2009-12-14T15:53:33Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 14, 2009, at 10:32, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dluke@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Revision: 61551
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61551&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61551&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dluke@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-14 08:32:12 -0800 (Mon, 14 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; Remove trailing whitespace (that lint missed).
&lt;br&gt;&lt;br&gt;If you use &amp;quot;port lint --nitpick&amp;quot; it does catch the whitespace issues, but I agree it should have caught that line without --nitpick, since whitespace after a backslash is not a nitpick, it's a functional problem.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787222&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61551--trunk-dports-devel-apr-util-Portfile-tp26787222p26787222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784519</id>
	<title>Remaining tickets for 1.8.2 release</title>
	<published>2009-12-14T12:47:36Z</published>
	<updated>2009-12-14T12:47:36Z</updated>
	<author>
		<name>Joshua Root-8</name>
	</author>
	<content type="html">The only remaining obstacles to a 1.8.2 release are these two tickets:
&lt;br&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://trac.macports.org/ticket/20896&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/20896&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://trac.macports.org/ticket/21713&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/ticket/21713&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Both may already be fixed in trunk, but someone affected by the problems
&lt;br&gt;described needs to confirm this.
&lt;br&gt;&lt;br&gt;#18736 is currently in the 1.8.2 milestone as well, but as no working
&lt;br&gt;patch has been forthcoming we really have no choice but to kick it out
&lt;br&gt;into MacPorts Future.
&lt;br&gt;&lt;br&gt;- Josh
&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784519&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remaining-tickets-for-1.8.2-release-tp26784519p26784519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26773160</id>
	<title>Re: [61539] trunk/dports/security/cyrus-sasl2/Portfile</title>
	<published>2009-12-13T21:24:01Z</published>
	<updated>2009-12-13T21:24:01Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 13, 2009, at 22:37, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremyhu@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Modified: trunk/dports/security/cyrus-sasl2/Portfile
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; --- trunk/dports/security/cyrus-sasl2/Portfile	2009-12-14 03:54:27 UTC (rev 61538)
&lt;br&gt;&amp;gt; +++ trunk/dports/security/cyrus-sasl2/Portfile	2009-12-14 04:37:05 UTC (rev 61539)
&lt;br&gt;&amp;gt; @@ -1,9 +1,12 @@
&lt;br&gt;&amp;gt; # $Id$
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PortSystem	1.0
&lt;br&gt;&amp;gt; +PortGroup muniversal 1.0
&lt;br&gt;&amp;gt; +PortGroup archcheck 1.0
&lt;/div&gt;&lt;br&gt;The only reason to use the archcheck portgroup is if you plan to check the architecture of dependencies using the archcheck.files directive.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773160&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61539--trunk-dports-security-cyrus-sasl2-Portfile-tp26773160p26773160.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26771981</id>
	<title>Re: [61530] trunk/dports/gnome/liferea/Portfile</title>
	<published>2009-12-13T17:52:12Z</published>
	<updated>2009-12-13T17:52:12Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">On Dec 13, 2009, at 19:39, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vinc17@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Revision: 61530
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://trac.macports.org/changeset/61530&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.macports.org/changeset/61530&lt;/a&gt;&lt;br&gt;&amp;gt; Author: &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771981&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vinc17@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: &amp;nbsp; &amp;nbsp; 2009-12-13 17:38:58 -0800 (Sun, 13 Dec 2009)
&lt;br&gt;&amp;gt; Log Message:
&lt;br&gt;&amp;gt; -----------
&lt;br&gt;&amp;gt; Bump to 1.6.1. Fixed livecheck.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified Paths:
&lt;br&gt;&amp;gt; --------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;trunk/dports/gnome/liferea/Portfile
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified: trunk/dports/gnome/liferea/Portfile
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; --- trunk/dports/gnome/liferea/Portfile	2009-12-14 00:54:15 UTC (rev 61529)
&lt;br&gt;&amp;gt; +++ trunk/dports/gnome/liferea/Portfile	2009-12-14 01:38:58 UTC (rev 61530)
&lt;br&gt;&amp;gt; @@ -3,8 +3,7 @@
&lt;br&gt;&amp;gt; PortSystem 1.0
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;liferea
&lt;br&gt;&amp;gt; -version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.6.0
&lt;br&gt;&amp;gt; -epoch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20090731
&lt;br&gt;&amp;gt; +version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.6.1
&lt;/div&gt;&lt;br&gt;I put the epoch line back in the portfile, because the epoch line can never be removed from a portfile; the epoch can only ever increase, otherwise MacPorts will not report the port as being outdated. I put the epoch line above the version line now, to better indicate that the epoch takes precedence over the version.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771981&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61530--trunk-dports-gnome-liferea-Portfile-tp26771981p26771981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26770461</id>
	<title>Re: [61506] trunk/dports/www/webdot/Portfile</title>
	<published>2009-12-13T14:34:44Z</published>
	<updated>2009-12-13T14:34:44Z</updated>
	<author>
		<name>Ryan Schmidt-24</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 13, 2009, at 11:28, Joshua Root wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Wouldn't this be more appropriate?
&lt;br&gt;&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ui_msg &amp;quot; &amp;nbsp; &amp;nbsp;sudo port -n upgrade --force ${graphviz_port} +tcl&amp;quot;
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ui_msg &amp;quot; &amp;nbsp; &amp;nbsp;sudo port upgrade --enforce-variants
&lt;br&gt;&amp;gt; ${graphviz_port} +tcl&amp;quot;
&lt;br&gt;&lt;br&gt;Thanks, I agree; changed in r61523.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;macports-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26770461&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;macports-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--61506--trunk-dports-www-webdot-Portfile-tp26767968p26770461.html" />
</entry>

</feed>
