On Wed, Apr 13, 2011 at 11:33:46AM -0700, David R. Morrison wrote:
> The problem with this approach is that it short-circuits one of Fink's 
> security features (the checking of MD5sum for source files) and it also 
> short-circuits Fink's storage of source files in its own archive to guard 
> against the day when the source file is no longer available from the original 
> distributor.
> 
>  -- Dave

Dave,
   Considering the lack of resources for fink, jumping through the hoops to get 
tarballs posted
is far more painful. MacPorts has supported this approach for quite some time 
now with their
svn.url/svn.revision fields. I used that approach in the MacPorts pymol package 
I maintain.
                            Jack
ps The posted packaging doesn't trigger any warnings with -m so I assumed it 
was acceptable to
code that way.

> 
> 
> On Apr 13, 2011, at 11:23 AM, Jack Howarth wrote:
> 
> > Hanspeter,
> >   The dragonegg-gcc.info posted at 
> > http://sourceforge.net/tracker/?func=detail&aid=3281454&group_id=17203&atid=414256
> > works well enough so far. I used...
> > 
> > Source: none
> > 
> > with the svn download in the PatchScript...
> > 
> > PatchScript: <<
> > #!/bin/bash -ev
> > svn co -r129359 http://llvm.org/svn/llvm-project/dragonegg/trunk/ .
> > patch -p1 < %{PatchFile}
> > <<
> > 
> > For now I am setting...
> > 
> > Distribution: 10.5, 10.6
> > 
> > to avoid a dependency on the fink svn package. It would be nice if fink had 
> > a
> > virtual system-svn package that would resolve to the system svn on 10.5 and 
> > later
> > but resolve as the fink svn on 10.4. I hate to penalize the users of modern 
> > systems
> > by forcing them to needlessly build svn to build the package.
> >           Jack
> > 
> > ------------------------------------------------------------------------------
> > Forrester Wave Report - Recovery time is now measured in hours and minutes
> > not days. Key insights are discussed in the 2010 Forrester Wave Report as
> > part of an in-depth evaluation of disaster recovery service providers.
> > Forrester found the best-in-class provider in terms of services and vision.
> > Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
> > _______________________________________________
> > Fink-devel mailing list
> > Fink-devel@lists.sourceforge.net
> > List archive:
> > http://news.gmane.org/gmane.os.apple.fink.devel
> > Subscription management:
> > https://lists.sourceforge.net/lists/listinfo/fink-devel

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to