I am working on a port of screenlets and I'm having trouble with get the patch file to apply when I try and build the port.
When it comes time to apply the patches the port stops like this
I created the patch like this:
I'm using FreeBSD 7.1 Prerelease built Dec 13th.
this is one of the patch files, patch-screenlets
When it comes time to apply the patches the port stops like this
Code:
Applying FreeBSD patches for screenlets-0.1.2_1
File to patch:
I created the patch like this:
Code:
diff -ruN screenlets/src/bin/screenlets.orig screenlets/src/bin/screenlets > ../files/patch-screenlets
I'm using FreeBSD 7.1 Prerelease built Dec 13th.
this is one of the patch files, patch-screenlets
Code:
--- screenlets.orig 2008-06-04 08:31:25.000000000 -0400
+++ screenlets 2008-12-23 11:42:10.000000000 -0500
@@ -1,5 +1,5 @@
#!/bin/sh
-PREFIX=$(cat /etc/screenlets/prefix)
+PREFIX=/usr/local
if [ -e $PREFIX/share/screenlets-manager/screenlets-manager.py ]; then
exec python -u $PREFIX/share/screenlets-manager/screenlets-manager.py $@
else