Index: head/x11-wm/metacity-setup/pkg-descr =================================================================== --- head/x11-wm/metacity-setup/pkg-descr (revision 86514) +++ head/x11-wm/metacity-setup/pkg-descr (nonexistent) @@ -1,3 +0,0 @@ -A graphical setup tool for the metacity window manager. - -WWW: http://sourceforge.net/projects/metacity-setup/ Property changes on: head/x11-wm/metacity-setup/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/metacity-setup/distinfo =================================================================== --- head/x11-wm/metacity-setup/distinfo (revision 86514) +++ head/x11-wm/metacity-setup/distinfo (nonexistent) @@ -1 +0,0 @@ -MD5 (metacity-setup-0.7.1.tar.gz) = e898a13ea95d38dcc1f9dba5dd03581f Property changes on: head/x11-wm/metacity-setup/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.9 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/metacity-setup/pkg-plist =================================================================== --- head/x11-wm/metacity-setup/pkg-plist (revision 86514) +++ head/x11-wm/metacity-setup/pkg-plist (nonexistent) @@ -1,6 +0,0 @@ -bin/metacity-setup -share/gnome/control-center-2.0/capplets/metacity-setup.desktop -share/gnome/metacity-setup/pixmaps/metacity-setup-icon.png -share/gnome/pixmaps/metacity-setup-icon.png -@dirrm share/gnome/metacity-setup/pixmaps -@dirrm share/gnome/metacity-setup Property changes on: head/x11-wm/metacity-setup/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/metacity-setup/Makefile =================================================================== --- head/x11-wm/metacity-setup/Makefile (revision 86514) +++ head/x11-wm/metacity-setup/Makefile (nonexistent) @@ -1,32 +0,0 @@ -# New ports collection makefile for: metacity-setup -# Date created: 23 May 2002 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# - -PORTNAME= metacity-setup -PORTVERSION= 0.7.1 -PORTREVISION= 2 -CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= marcus@FreeBSD.org -COMMENT= A graphical configurator tool for the metacity window manager - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/callbacks.c - -.include Property changes on: head/x11-wm/metacity-setup/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.18 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/x11-wm/metacity-setup/files/patch-src_interface.c =================================================================== --- head/x11-wm/metacity-setup/files/patch-src_interface.c (revision 86514) +++ head/x11-wm/metacity-setup/files/patch-src_interface.c (nonexistent) @@ -1,13 +0,0 @@ ---- src/interface.c.orig Sat Oct 12 14:53:45 2002 -+++ src/interface.c Sat Oct 12 15:04:53 2002 -@@ -111,8 +111,8 @@ - gtk_widget_show (vbox3); - gtk_box_pack_start (GTK_BOX (dialog_vbox1), vbox3, TRUE, TRUE, 0); - -- version_button1 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.3.x"); -- version_button2 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button1), "I am using metacity 2.4.x"); -+ version_button2 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.4.x"); -+ version_button1 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button2), "I am using metacity 2.3.x"); - gtk_box_pack_start (GTK_BOX (vbox3), version_button1, TRUE, TRUE, 0); - gtk_box_pack_start (GTK_BOX (vbox3), version_button2, TRUE, TRUE, 0); - gtk_widget_show (version_button1); Property changes on: head/x11-wm/metacity-setup/files/patch-src_interface.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/metacity-setup/files/patch-src_callbacks.c =================================================================== --- head/x11-wm/metacity-setup/files/patch-src_callbacks.c (revision 86514) +++ head/x11-wm/metacity-setup/files/patch-src_callbacks.c (nonexistent) @@ -1,45 +0,0 @@ ---- src/callbacks.c.original Sat Oct 12 14:42:02 2002 -+++ src/callbacks.c Sat Oct 12 14:50:10 2002 -@@ -35,7 +35,7 @@ - GtkWidget *treeview1_cheat; - GtkWidget *install_dialog_cheat; - GtkWidget *refresh_button_cheat; --gchar *metacity_version = "2.3"; -+gchar *metacity_version = "2.4"; - - enum - { -@@ -228,14 +228,25 @@ - - while ((filename = - g_dir_read_name (themeDirectory)) != NULL) -- if (g_file_test -+ if ((g_file_test - (g_build_filename - (possibleThemeDirs[i], filename, NULL), - G_FILE_TEST_IS_DIR) && - (g_file_test - (g_build_filename - (possibleThemeDirs[i], filename, "metacity-theme-1.xml", NULL), -- G_FILE_TEST_IS_REGULAR))) -+ G_FILE_TEST_IS_REGULAR))) || -+ ((g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, NULL), -+ G_FILE_TEST_IS_DIR) && -+ (g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, "metacity-1", NULL), G_FILE_TEST_IS_DIR) && -+ (g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, "metacity-1", "metacity-theme-1.xml", NULL), G_FILE_TEST_IS_REGULAR)))))) -+ - { - g_ptr_array_add (themeNameHolder, - g_strdup (filename)); -@@ -690,4 +701,4 @@ - else - metacity_version = "2.4"; - on_treeview1_realize (treeview1_cheat, user_data); --} -+} Property changes on: head/x11-wm/metacity-setup/files/patch-src_callbacks.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 86514) +++ head/x11-wm/Makefile (revision 86515) @@ -1,108 +1,107 @@ # $FreeBSD$ # SUBDIR += 9menu SUBDIR += 9wm SUBDIR += aewm SUBDIR += aewm++ SUBDIR += afterstep SUBDIR += afterstep-i18n SUBDIR += afterstep-stable SUBDIR += ahwm SUBDIR += alloywm SUBDIR += amaterus SUBDIR += amiwm SUBDIR += bbconf SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += blwm SUBDIR += boxtools SUBDIR += clementine SUBDIR += ctwm SUBDIR += e16utils SUBDIR += enlightenment SUBDIR += epplets SUBDIR += evilwm SUBDIR += fbdesk SUBDIR += fluxbox SUBDIR += fluxbox-devel SUBDIR += fluxconf SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-themes SUBDIR += fvwm2 SUBDIR += fvwm2-devel SUBDIR += fvwm2-i18n SUBDIR += fvwm95 SUBDIR += fvwm95-i18n SUBDIR += gnome2wmaker SUBDIR += golem SUBDIR += gwm SUBDIR += hackedbox SUBDIR += icepref SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += kappdock SUBDIR += kdeartwork3 SUBDIR += kwin_flatcurve SUBDIR += larswm SUBDIR += libdockapp SUBDIR += libepplet SUBDIR += lwm SUBDIR += matchbox SUBDIR += metacity - SUBDIR += metacity-setup SUBDIR += mkultra SUBDIR += mlvwm SUBDIR += mosfet-liquid SUBDIR += novawm SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plwm SUBDIR += pwm SUBDIR += qinx SUBDIR += qlwm SUBDIR += qnxstyle SUBDIR += qvwm SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += sapphire SUBDIR += sapphire-themes SUBDIR += sawfish2 SUBDIR += scwm SUBDIR += swm SUBDIR += toolbox SUBDIR += tvtwm SUBDIR += ude SUBDIR += uwm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += waimea SUBDIR += wampager SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmDeskGuide SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmg SUBDIR += wmthemeinstall SUBDIR += wmx SUBDIR += xfce SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-systray SUBDIR += xfce4-wm SUBDIR += xwmm SUBDIR += yawm .include Property changes on: head/x11-wm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.126 \ No newline at end of property +1.127 \ No newline at end of property