svn commit: r369880 - in head: . Mk deskutils deskutils/gnome-main-menu editors editors/mlview textproc textproc/gnome-translate x11-toolkits x11-toolkits/eel
Koop Mast
kwm at FreeBSD.org
Fri Oct 3 10:53:42 UTC 2014
Author: kwm
Date: Fri Oct 3 10:53:39 2014
New Revision: 369880
URL: https://svnweb.freebsd.org/changeset/ports/369880
QAT: https://qat.redports.org/buildarchive/r369880/
Log:
Remove eel and ports that use it.
Eel doesn't build after the gnome3 import.
Deleted:
head/deskutils/gnome-main-menu/
head/editors/mlview/
head/textproc/gnome-translate/
head/x11-toolkits/eel/
Modified:
head/MOVED
head/Mk/bsd.gnome.mk
head/deskutils/Makefile
head/editors/Makefile
head/textproc/Makefile
head/x11-toolkits/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Fri Oct 3 09:20:47 2014 (r369879)
+++ head/MOVED Fri Oct 3 10:53:39 2014 (r369880)
@@ -7152,3 +7152,7 @@ security/py-otr||2014-09-30|Has expired:
net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version
www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed
x11-toolkits/gnome-desktop-sharp20||2014-10-02|Removed, no users and depends on gnome-panel which will be removed
+x11-toolkits/eel||2014-10-03|Removed, doesn't build with updated gnome-desktop
+deskutils/gnome-main-menu||2014-10-03|Removed, because x11-toolkits/eel was removed
+editors/mlview||2014-10-03|Removed, because x11-toolkits/eel was removed
+textproc/gnome-translate||2014-10-03|Removed, because x11-toolkits/eel was removed
Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk Fri Oct 3 09:20:47 2014 (r369879)
+++ head/Mk/bsd.gnome.mk Fri Oct 3 10:53:39 2014 (r369880)
@@ -76,7 +76,7 @@ _USE_GNOME_ALL= esound intlhack intltool
_USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 imlib
# GNOME 2 components
-_USE_GNOME_ALL+= atk atspi cairo desktopfileutils eel2 evolutiondataserver gal2 \
+_USE_GNOME_ALL+= atk atspi cairo desktopfileutils evolutiondataserver gal2 \
gdkpixbuf2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \
gnomedocutils gnomemenus gnomepanel gnomesharp20 \
gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 gtksharp10 \
@@ -383,10 +383,6 @@ librsvg2_LIB_DEPENDS= librsvg-2.so:${POR
librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc
librsvg2_USE_GNOME_IMPL=libgsf gtk20
-eel2_LIB_DEPENDS= libeel-2.so:${PORTSDIR}/x11-toolkits/eel
-eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc
-eel2_USE_GNOME_IMPL= gnomedesktop
-
gnomepanel_LIB_DEPENDS=libpanel-applet-3.so:${PORTSDIR}/x11/gnome-panel
gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-3.0.pc
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2
Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile Fri Oct 3 09:20:47 2014 (r369879)
+++ head/deskutils/Makefile Fri Oct 3 10:53:39 2014 (r369880)
@@ -64,7 +64,6 @@
SUBDIR += global-menu
SUBDIR += gnochm
SUBDIR += gnome-blog
- SUBDIR += gnome-main-menu
SUBDIR += gnome-utils
SUBDIR += gnote
SUBDIR += gnotime
Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile Fri Oct 3 09:20:47 2014 (r369879)
+++ head/editors/Makefile Fri Oct 3 10:53:39 2014 (r369880)
@@ -201,7 +201,6 @@
SUBDIR += manedit
SUBDIR += mg
SUBDIR += mined
- SUBDIR += mlview
SUBDIR += morla
SUBDIR += mousepad
SUBDIR += mp
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Fri Oct 3 09:20:47 2014 (r369879)
+++ head/textproc/Makefile Fri Oct 3 10:53:39 2014 (r369880)
@@ -190,7 +190,6 @@
SUBDIR += gmetadom
SUBDIR += gnome-doc-utils
SUBDIR += gnome-spell
- SUBDIR += gnome-translate
SUBDIR += gnugrep
SUBDIR += go-text
SUBDIR += go.text
Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile Fri Oct 3 09:20:47 2014 (r369879)
+++ head/x11-toolkits/Makefile Fri Oct 3 10:53:39 2014 (r369880)
@@ -10,7 +10,6 @@
SUBDIR += blt
SUBDIR += bwidget
SUBDIR += c++-gtk-utils
- SUBDIR += eel
SUBDIR += elementary
SUBDIR += flowcanvas
SUBDIR += fltk
More information about the svn-ports-head
mailing list