ports/64057: Update for samba-devel

Mark Linimon linimon at FreeBSD.org
Fri Mar 12 04:25:56 UTC 2004


Synopsis: Update for samba-devel

State-Changed-From-To: open->feedback
State-Changed-By: linimon
State-Changed-When: Thu Mar 11 20:23:46 PST 2004
State-Changed-Why: 
The latest update to the PR was still mangled: line breaks
were inserted.

However, even working around that, I still get the following
when trying to install:

Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to script/installbin.sh.rej
>> Patch patch-script_installbin.sh failed to apply cleanly.

The .rej file contains:

***************
*** 17,24 ****
   p2=`basename $p`
   echo Installing $p as $BINDIR/$p2
   if [ -f $BINDIR/$p2 ]; then
-    rm -f $BINDIR/$p2.old
-    mv $BINDIR/$p2 $BINDIR/$p2.old
   fi
   cp $p $BINDIR/
   chmod $INSTALLPERMS $BINDIR/$p2
--- 17,23 ----
   p2=`basename $p`
   echo Installing $p as $BINDIR/$p2
   if [ -f $BINDIR/$p2 ]; then
+    rm -f $BINDIR/$p2 $BINDIR/$p2.old
   fi
   cp $p $BINDIR/
   chmod $INSTALLPERMS $BINDIR/$p2

Any ideas?

http://www.freebsd.org/cgi/query-pr.cgi?pr=64057



More information about the freebsd-ports-bugs mailing list