[mythtv] osx-packager.pl broken

David Snider dsnider at thesniderpad.com
Sat Nov 19 22:56:53 EST 2005


The latest osx-packager.pl script appears to be broken, if you don't  
specify a svnrev, it doesn't append the /trunk to the http:// 
svn.mythtv.org/svn string.  I've attached a diff below..  It also  
changes the path of svn, so that can be ignored..


My Diff follows:

Index: contrib/osx-packager.pl
===================================================================
--- contrib/osx-packager.pl     (revision 7936)
+++ contrib/osx-packager.pl     (working copy)
@@ -554,12 +554,16 @@
    push @svnrevision, $OPT{'svnrev'};
}
+else
+{
+ $svnrepository .= 'trunk/';
+}
# Build MythTV and any plugins
foreach my $comp (@comps)
{
    my $compdir = "$svndir/$comp/" ;
-  my $svn = '/sw/bin/svn';
-     $svn = '/Volumes/Users/nigel/bin/svn';
+  my $svn = '/usr/local/bin/svn';
+#     $svn = '/Volumes/Users/nigel/bin/svn';
    if ($comp eq 'mythtv')
    {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osx-packager.pl.diff
Type: application/octet-stream
Size: 578 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20051119/6c88d58c/osx-packager.pl.obj


More information about the mythtv-dev mailing list