diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-01-04 03:32:21 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-01-04 03:32:21 +0000 |
commit | 00f2c843c5ab24d5ee626dfdc311955cf8068fe6 (patch) | |
tree | a5f5daa14394a2cf7e8511972fcc0920adfa9ea7 /www/gtkhtml/files/patch-src_gtkhtml-propmanager.c | |
parent | Add option to enable locking using user's password. (diff) |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
Notes
Notes:
svn path=/head/; revision=267360
Diffstat (limited to 'www/gtkhtml/files/patch-src_gtkhtml-propmanager.c')
-rw-r--r-- | www/gtkhtml/files/patch-src_gtkhtml-propmanager.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c b/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c deleted file mode 100644 index 3c1d4e916827..000000000000 --- a/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtkhtml-propmanager.c.orig Mon Sep 22 19:08:54 2003 -+++ src/gtkhtml-propmanager.c Mon Sep 22 19:09:24 2003 -@@ -24,6 +24,7 @@ - #include <glib.h> - #include <gnome.h> - -+#ifdef GTKHTML_HAVE_GCONF - - #include "gtkhtml-propmanager.h" - #include "gtkhtml-properties.h" -@@ -611,3 +612,5 @@ - - return propmanager_type; - } -+ -+#endif |