aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-08 03:39:18 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-08 03:39:18 +0000
commit7141a7fcf29d1b1aa2203c226be9c6315a87c489 (patch)
treecd315b197ddc66e31a7b1bdfcb7a762bd09f7bac /x11-wm
parent9c19dc1066d4dd8bdaf6e5133ab37b358697cdf9 (diff)
downloadports-7141a7fcf29d1b1aa2203c226be9c6315a87c489.tar.gz
ports-7141a7fcf29d1b1aa2203c226be9c6315a87c489.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish2/Makefile8
-rw-r--r--x11-wm/sawfish2/files/patch-ac11
-rw-r--r--x11-wm/sawfish2/files/patch-ae9
-rw-r--r--x11-wm/sawfish2/files/patch-src_fonts.c11
-rw-r--r--x11-wm/sawfish2/pkg-plist20
5 files changed, 25 insertions, 34 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
index 155f3c846a8e..26d40675b76c 100644
--- a/x11-wm/sawfish2/Makefile
+++ b/x11-wm/sawfish2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sawfish2
PORTVERSION= 1.3
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 2
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -26,7 +26,6 @@ GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION}
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomehier gnomehack esound
WANT_GNOME= yes
@@ -47,9 +46,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
-post-install:
- install-info --section="X11 window manager" \
- --entry="* sawfish: (sawfish). sawfish programming manual" \
- ${PREFIX}/info/sawfish.info ${PREFIX}/info/dir
-
.include <bsd.port.mk>
diff --git a/x11-wm/sawfish2/files/patch-ac b/x11-wm/sawfish2/files/patch-ac
deleted file mode 100644
index 28fdb0ae1294..000000000000
--- a/x11-wm/sawfish2/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Mon Dec 4 21:03:30 2000
-+++ configure.in Tue Dec 5 14:57:18 2000
-@@ -56,7 +56,7 @@
-
- sawfishdir='${datadir}/sawfish'
- lispdir='${sawfishdir}/${version}/lisp'
--localedir='${datadir}/locale'
-+localedir='${prefix}/share/locale'
- sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}'
-
- dnl Checks for programs.
diff --git a/x11-wm/sawfish2/files/patch-ae b/x11-wm/sawfish2/files/patch-ae
index 07d12436ab5d..9ad8909b2ac8 100644
--- a/x11-wm/sawfish2/files/patch-ae
+++ b/x11-wm/sawfish2/files/patch-ae
@@ -1,15 +1,12 @@
-
-$FreeBSD$
-
---- capplet/Makefile.in.orig Mon Apr 29 21:43:11 2002
-+++ capplet/Makefile.in Mon Apr 29 21:44:12 2002
+--- capplet/Makefile.in.orig Sun Jan 12 21:30:41 2003
++++ capplet/Makefile.in Wed Feb 8 04:25:14 2006
@@ -26,8 +26,8 @@
srcdir=@srcdir@
VPATH=@srcdir@:@top_srcdir@
-G_CC_DIR = $(GNOMEDIR)/share/control-center-2.0/capplets
-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
-+G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center-2.0/capplets
++G_CC_DIR = $(GNOMEDIR)/share/gnome/applications
+G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
all :
diff --git a/x11-wm/sawfish2/files/patch-src_fonts.c b/x11-wm/sawfish2/files/patch-src_fonts.c
new file mode 100644
index 000000000000..efcdf25019fa
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-src_fonts.c
@@ -0,0 +1,11 @@
+--- src/fonts.c.orig Sun Nov 3 22:00:36 2002
++++ src/fonts.c Wed Feb 8 04:22:13 2006
+@@ -131,7 +131,7 @@
+ if (end == 0)
+ end = p + strlen (p);
+ len = end - (p + 1);
+- buf = malloc (len);
++ buf = malloc (len + 1);
+ memcpy (buf, p + 1, len);
+ buf[len] = 0;
+ return buf;
diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist
index 8ec1b377a5e9..28cb4449e642 100644
--- a/x11-wm/sawfish2/pkg-plist
+++ b/x11-wm/sawfish2/pkg-plist
@@ -23,16 +23,16 @@ libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.so
-share/gnome/control-center-2.0/capplets/appearance-properties.desktop
-share/gnome/control-center-2.0/capplets/bindings-properties.desktop
-share/gnome/control-center-2.0/capplets/focus-properties.desktop
-share/gnome/control-center-2.0/capplets/match-properties.desktop
-share/gnome/control-center-2.0/capplets/maximize-properties.desktop
-share/gnome/control-center-2.0/capplets/misc-properties.desktop
-share/gnome/control-center-2.0/capplets/move-properties.desktop
-share/gnome/control-center-2.0/capplets/placement-properties.desktop
-share/gnome/control-center-2.0/capplets/sound-properties.desktop
-share/gnome/control-center-2.0/capplets/workspace-properties.desktop
+share/gnome/applications/appearance-properties.desktop
+share/gnome/applications/bindings-properties.desktop
+share/gnome/applications/focus-properties.desktop
+share/gnome/applications/match-properties.desktop
+share/gnome/applications/maximize-properties.desktop
+share/gnome/applications/misc-properties.desktop
+share/gnome/applications/move-properties.desktop
+share/gnome/applications/placement-properties.desktop
+share/gnome/applications/sound-properties.desktop
+share/gnome/applications/workspace-properties.desktop
share/gnome/pixmaps/sawfish-appearance.png
share/gnome/pixmaps/sawfish-edgeflip.png
share/gnome/pixmaps/sawfish-focus.png