summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-26 03:15:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-26 03:15:41 +0800
commit1d947151432d3dd90589033425de32be8b658596 (patch)
tree0aa9248fb280f4e2c3be0856ec283591942e1e4a
parent869e7e63e8347b81471578e82e08262b1cfb3412 (diff)
downloadmarcuscom-ports-1d947151432d3dd90589033425de32be8b658596.tar.gz
marcuscom-ports-1d947151432d3dd90589033425de32be8b658596.tar.zst
marcuscom-ports-1d947151432d3dd90589033425de32be8b658596.zip
Update to 1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@168 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-wm/sawfish2/Makefile18
-rw-r--r--x11-wm/sawfish2/distinfo2
-rw-r--r--x11-wm/sawfish2/files/patch-configure39
-rw-r--r--x11-wm/sawfish2/pkg-plist11
4 files changed, 35 insertions, 35 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
index a5d93f40a..bf3f084ce 100644
--- a/x11-wm/sawfish2/Makefile
+++ b/x11-wm/sawfish2/Makefile
@@ -2,17 +2,17 @@
# Date created: 13 September 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
-# $FreeBSD: ports/x11-wm/sawfish2/Makefile,v 1.64 2002/09/20 17:07:45 marcus Exp $
+# $FreeBSD: ports/x11-wm/sawfish2/Makefile,v 1.65 2002/11/12 22:32:08 marcus Exp $
#
PORTNAME= sawfish2
-PORTVERSION= 2.0
+PORTVERSION= 1.2
PORTREVISION= 1
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2
+DISTNAME= sawfish-${PORTVERSION}-gtk2
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -22,15 +22,15 @@ BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x1
RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2
GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-PLIST_SUB= GNUHOST=${GNUHOST} VERSION=2.0
+PLIST_SUB= GNUHOST=${GNUHOST} VERSION=1.2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
USE_GNOMENG= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehier gnomehack
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline \
--localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share \
@@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-post-patch:
+pre-patch:
@${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
diff --git a/x11-wm/sawfish2/distinfo b/x11-wm/sawfish2/distinfo
index 6f4dabfb1..13883a13b 100644
--- a/x11-wm/sawfish2/distinfo
+++ b/x11-wm/sawfish2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/sawfish-2.0.tar.bz2) = 47f57179c50737992500dca7f2cab4b4
+MD5 (gnome2/sawfish-1.2-gtk2.tar.bz2) = e6cf994eb60f5e3ddbec9cf5a4d38587
diff --git a/x11-wm/sawfish2/files/patch-configure b/x11-wm/sawfish2/files/patch-configure
index 00a80b721..0ab207a9c 100644
--- a/x11-wm/sawfish2/files/patch-configure
+++ b/x11-wm/sawfish2/files/patch-configure
@@ -1,23 +1,20 @@
-
-$FreeBSD: ports/x11-wm/sawfish2/files/patch-configure,v 1.1 2002/05/14 22:26:39 sobomax Exp $
-
---- configure 2002/04/29 19:09:14 1.1
-+++ configure 2002/04/29 19:08:47
-@@ -4607,7 +4607,7 @@
+--- configure.orig Tue Nov 12 16:10:53 2002
++++ configure Tue Nov 12 16:12:11 2002
+@@ -2688,7 +2688,7 @@
+ (error
+ (throw 'quit 1)))
+ EOF
+-if REP_GTK_DONT_INITIALIZE=1 rep ./conftest 2>&5; then
++if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gtk -l gui/gtk-2/libglade 2>&5; then
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+@@ -3387,7 +3387,7 @@
if test "$enable_themer" = yes; then
- echo "$as_me:4608: checking for rep-gtk libglade wrapper" >&5
- echo $ECHO_N "checking for rep-gtk libglade wrapper... $ECHO_C" >&6
-- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l libglade 2>&5; then
-+ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gtk -l gui/gtk-2/libglade 2>&5; then
- echo "$as_me:4611: result: yes" >&5
- echo "${ECHO_T}yes" >&6
+ echo $ac_n "checking for rep-gtk libglade wrapper""... $ac_c" 1>&6
+ echo "configure:3390: checking for rep-gtk libglade wrapper" >&5
+- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk.libglade 2>&5; then
++ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gnome-ui -l gui/gtk-2/gnome-canvas 2>&5; then
+ echo "$ac_t""yes" 1>&6
add_subdir "themer"
-@@ -4630,7 +4630,7 @@
- if test "$enable_gnome_widgets" != "no"; then
- echo "$as_me:4631: checking for rep-gtk GNOME wrappers" >&5
- echo $ECHO_N "checking for rep-gtk GNOME wrappers... $ECHO_C" >&6
-- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gnomeui -l gdk-pixbuf -l gnome-canvas-pixbuf 2>&5; then
-+ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gnome-ui -l gui/gtk-2/gnome-canvas 2>&5; then
- echo "$as_me:4634: result: yes" >&5
- echo "${ECHO_T}yes" >&6
- REP_GTK_GNOME=yes
+ else
diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist
index 15ade8487..c61534a5f 100644
--- a/x11-wm/sawfish2/pkg-plist
+++ b/x11-wm/sawfish2/pkg-plist
@@ -53,8 +53,11 @@ share/gnome/pixmaps/sawfish-placement.png
share/gnome/pixmaps/sawfish-shortcuts.png
share/gnome/pixmaps/sawfish-tooltips.png
share/gnome/pixmaps/sawfish-workspaces.png
+share/locale/am/LC_MESSAGES/sawfish.mo
share/locale/az/LC_MESSAGES/sawfish.mo
+share/locale/be/LC_MESSAGES/sawfish.mo
share/locale/bg/LC_MESSAGES/sawfish.mo
+share/locale/bs/LC_MESSAGES/sawfish.mo
share/locale/ca/LC_MESSAGES/sawfish.mo
share/locale/cs/LC_MESSAGES/sawfish.mo
share/locale/da/LC_MESSAGES/sawfish.mo
@@ -284,6 +287,8 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/workspace-grid.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/workspace-grid.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/frames.jl
@@ -360,6 +365,8 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/font.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/font.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/gtkrc.jl
@@ -639,8 +646,6 @@ share/sawfish/%%VERSION%%/themes/smaker/close_inv.png
share/sawfish/%%VERSION%%/themes/smaker/min.png
share/sawfish/%%VERSION%%/themes/smaker/min_inv.png
share/sawfish/%%VERSION%%/themes/smaker/theme.jl
-@dirrm share/sawfish/themes
-@dirrm share/sawfish/sounds
@dirrm share/sawfish/%%VERSION%%/themes/smaker
@dirrm share/sawfish/%%VERSION%%/themes/simple
@dirrm share/sawfish/%%VERSION%%/themes/mono
@@ -670,11 +675,9 @@ share/sawfish/%%VERSION%%/themes/smaker/theme.jl
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish
@dirrm share/sawfish/%%VERSION%%/lisp
@dirrm share/sawfish/%%VERSION%%
-@dirrm share/sawfish
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%
@dirrm libexec/sawfish/%%VERSION%%
-@dirrm libexec/sawfish
@dirrm libexec/rep/%%GNUHOST%%/sawfish