Attached you can find the cvs diff for sawfish update: 1.3 -> 1.3.3.
It has been working fine on my i386 openbsd snapshot since I compiled
it on Feb. 20th.

Fulvio

PS main fixes are to erroneous behaviour upon customization.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/sawfish/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    22 Feb 2008 16:52:43 -0000      1.30
+++ Makefile    19 Mar 2008 17:35:33 -0000
@@ -1,15 +1,15 @@
-# $OpenBSD: Makefile,v 1.30 2008/02/22 16:52:43 naddy Exp $
+# $OpenBSD: Makefile,v 1.31 2008-02-20 fulvio ciriaco $
 
 COMMENT=       extensible window manager
 
-VERSION=       1.3
+VERSION=       1.3.3
 DISTNAME=      sawfish-${VERSION}
-PKGNAME=       ${DISTNAME}p9
+PKGNAME=       ${DISTNAME}p0
 CATEGORIES=    x11
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sawmill/}
 
-HOMEPAGE=       http://sawmill.sourceforge.net/
+HOMEPAGE=       http://sawfish.wikia.com/
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -22,6 +22,7 @@ WANTLIB=      ICE SM X11 Xext Xft.>=5 Xineram
                gobject-2.0 gtk-x11-2.0 pango-1.0 glitz png \
                pangocairo-1.0 pangoft2-1.0 rep.>=12 cairo
 
+
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   :rep-gtk-*:x11/rep-gtk
 
@@ -36,12 +37,11 @@ CONFIGURE_STYLE= gnu
 MODGNU_CONFIG_GUESS_DIRS=      ${WRKSRC}/etc
 CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
 CONFIGURE_ARGS+= --without-audiofile --without-esd \
-                --disable-capplet --disable-themer \
+                --disable-capplet --disable-themer\
                 --disable-gnome-widgets --disable-linguas
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib" \
                PKG_CONFIG_PATH="/usr/X11R6/lib/pkgconfig"
-
 NO_REGRESS=    Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/sawfish/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 17:36:24 -0000       1.4
+++ distinfo    19 Mar 2008 17:35:33 -0000
@@ -1,5 +1,7 @@
-MD5 (sawfish-1.3.tar.gz) = nlzl52xgrOzbGInB8XMpWg==
-RMD160 (sawfish-1.3.tar.gz) = 7vOzm+whtO3noa8vyap3FHctfQw=
-SHA1 (sawfish-1.3.tar.gz) = tjHHsRCgnDom8HH3povn3plXWhw=
-SHA256 (sawfish-1.3.tar.gz) = xTzZbQPFhM81cMuS/APIsq9OaPqG8ZJZU11KexePqoc=
-SIZE (sawfish-1.3.tar.gz) = 1582279
+SHA1 (sawfish-1.3.1.tar.gz) = c204129b7b6fdf702580140c39f62c561683216a
+RMD160 (sawfish-1.3.1.tar.gz) = 66de77629ad98e6205c13b7300928616d687c80a
+SIZE (sawfish-1.3.1.tar.gz) = 1741281
+
+SHA1 (sawfish-1.3.3.tar.gz) = 3a77267cc8a2032a5a0810070b2a200fe4961250
+RMD160 (sawfish-1.3.3.tar.gz) = 82f11163013c711559fe48e51a85ff9926086faf
+SIZE (sawfish-1.3.3.tar.gz) = 1805122
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/sawfish/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   20 Jan 2006 13:12:03 -0000      1.7
+++ pkg/PLIST   19 Mar 2008 17:35:34 -0000
@@ -33,6 +33,9 @@ libexec/sawfish/${VERSION}/${GNU_ARCH}/s
 libexec/sawfish/${VERSION}/${GNU_ARCH}/selection.la
 libexec/sawfish/${VERSION}/${GNU_ARCH}/x.a
 libexec/sawfish/${VERSION}/${GNU_ARCH}/x.la
+share/gnome/
+share/gnome/wm-properties/
+share/gnome/wm-properties/Sawfish.desktop
 share/locale/no/LC_MESSAGES/sawfish.mo
 share/pixmaps/
 share/pixmaps/sawfish-logo.png

Reply via email to