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 /net-im | |
parent | 4d5ee7102d926d8556744b443ba1c64fedaf363d (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 'net-im')
-rw-r--r-- | net-im/ickle/Makefile | 18 | ||||
-rw-r--r-- | net-im/ickle/pkg-plist | 9 |
2 files changed, 4 insertions, 23 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index fa1e855938ac..87115e0f5943 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -8,7 +8,7 @@ PORTNAME= ickle PORTVERSION= 0.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im devel MASTER_SITES= SF @@ -23,7 +23,8 @@ WANT_GNOME= yes USE_ICONV= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ - --with-gtkmm-prefix=${LOCALBASE} + --with-gtkmm-prefix=${LOCALBASE} \ + --with-gnome=no CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" post-patch: @@ -32,16 +33,6 @@ post-patch: .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome -PLIST_SUB+= GNOME="" NOGNOME="@comment " -.else -CONFIGURE_ARGS+= --with-gnome=no - -PLIST_SUB+= GNOME="@comment " NOGNOME="" -.endif - .if defined(WITH_ICKLE_CONTROL) PLIST_SUB+= ICKLECONTROL="" .else @@ -51,9 +42,6 @@ PLIST_SUB+= ICKLECONTROL="@comment " .endif pre-everything:: -.if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME) - @${ECHO_MSG} "===> Define WITH_GNOME to enable GNOME support" -.endif .if !defined(WITH_ICKLE_CONTROL) @${ECHO_MSG} "===> Define WITH_ICKLE_CONTROL to enable external command-line" @${ECHO_MSG} "===> control for the ickle client" diff --git a/net-im/ickle/pkg-plist b/net-im/ickle/pkg-plist index 8f7e0a3e53a7..4e9d111c6629 100644 --- a/net-im/ickle/pkg-plist +++ b/net-im/ickle/pkg-plist @@ -1,8 +1,5 @@ -%%NOGNOME%%bin/ickle -%%GNOME%%bin/ickle_applet +bin/ickle %%ICKLECONTROL%%bin/ickle_control -%%GNOME%%etc/CORBA/servers/ickle_applet.gnorba -%%GNOME%%share/applets/Network/ickle_applet.desktop %%DATADIR%%/icons/doors/away.xpm %%DATADIR%%/icons/doors/chat.xpm %%DATADIR%%/icons/doors/dnd.xpm @@ -146,7 +143,3 @@ @dirrm %%DATADIR%%/icons/doors @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -@dirrmtry share/applets/Network -@dirrmtry share/applets -@dirrmtry etc/CORBA/servers -@dirrmtry etc/CORBA |