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-af | |
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!)
Diffstat (limited to 'www/gtkhtml/files/patch-af')
-rw-r--r-- | www/gtkhtml/files/patch-af | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/gtkhtml/files/patch-af b/www/gtkhtml/files/patch-af deleted file mode 100644 index 473c4820bbcf..000000000000 --- a/www/gtkhtml/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Mar 31 13:06:33 2003 -+++ configure Fri Apr 4 22:43:24 2003 -@@ -5895,6 +5895,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7736,7 +7737,7 @@ - - if test "x$enable_xim" = "xyes"; then - BACKUP_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS `gtk-config --libs`" -+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo $ac_n "checking for gdk_im_begin""... $ac_c" 1>&6 - echo "configure:7742: checking for gdk_im_begin" >&5 - if eval "test \"`echo '$''{'ac_cv_func_gdk_im_begin'+set}'`\" = set"; then |