From 00f2c843c5ab24d5ee626dfdc311955cf8068fe6 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Tue, 4 Jan 2011 03:32:21 +0000 Subject: 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!) --- x11/gdkxft/Makefile | 17 ++++------------- x11/gdkxft/pkg-plist | 6 ------ 2 files changed, 4 insertions(+), 19 deletions(-) (limited to 'x11/gdkxft') diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 5be4bf93eac4..27ae7bd199f7 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdkxft PORTVERSION= 1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= SF @@ -18,25 +18,16 @@ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_AUTOTOOLS= libtool USE_GNOME= gtk12 -WANT_GNOME= yes USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnuregex -liconv" \ CFLAGS="${CFLAGS} `pkg-config xft --cflags`" -CONFIGURE_ARGS= --sbindir=${PREFIX}/bin +CONFIGURE_ARGS= --sbindir=${PREFIX}/bin \ + --without-gnome USE_LDCONFIG= yes MAN8= gdkxft_sysinstall.8 -.include - -.if ${HAVE_GNOME:Mlibglade}!="" && ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= gnomeprefix libglade libcapplet -PKGNAMESUFFIX= -gnome -.else -CONFIGURE_ARGS+= --without-gnome -.endif - post-patch: @${REINPLACE_CMD} -e 's|gtk-config --prefix|$$GTK_CONFIG --prefix|g ; \ s|libgdk.la|libgdk-12.so|g ; \ @@ -58,4 +49,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include diff --git a/x11/gdkxft/pkg-plist b/x11/gdkxft/pkg-plist index 17aff6656a3b..64e82201a818 100644 --- a/x11/gdkxft/pkg-plist +++ b/x11/gdkxft/pkg-plist @@ -1,13 +1,7 @@ -%%GNOME:%%bin/gdkxft-capplet bin/gdkxft_sysinstall etc/gdkxft.conf lib/libgdkxft.a lib/libgdkxft.la lib/libgdkxft.so %%PORTDOCS%%share/doc/gdkxft/README -%%GNOME:%%share/apps/Settings/UIOptions/gdkxft.desktop -%%GNOME:%%share/control-center/UIOptions/gdkxft.desktop -%%GNOME:%%share/gdkxft/gdkxft-capplet.glade -%%GNOME:%%share/pixmaps/gdkxft.png -%%GNOME:%%@dirrm share/gdkxft %%PORTDOCS%%@dirrm share/doc/gdkxft -- cgit v1.2.3