diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 16:18:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 16:18:04 +0800 |
commit | 781245c6028cddf8547c5adc1fcabf33295f672e (patch) | |
tree | bfa2b33111d10a51c93e93868976179077c24fd0 /devel | |
parent | f6f175571c8c30a65f4f2339957842acb05d3411 (diff) | |
download | freebsd-ports-gnome-781245c6028cddf8547c5adc1fcabf33295f672e.tar.gz freebsd-ports-gnome-781245c6028cddf8547c5adc1fcabf33295f672e.tar.zst freebsd-ports-gnome-781245c6028cddf8547c5adc1fcabf33295f672e.zip |
Remove old *gnome*mm libraries not in used in the ports tree.
They are EOLed upstream and their package name is in collision is more recent versions
With hat: portmgr
Approved by: maintainer timeout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libglademm/Makefile | 29 | ||||
-rw-r--r-- | devel/libglademm/distinfo | 2 | ||||
-rw-r--r-- | devel/libglademm/files/patch-libglade__libglademm__xml.h | 11 | ||||
-rw-r--r-- | devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in | 11 | ||||
-rw-r--r-- | devel/libglademm/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libglademm/pkg-plist | 21 |
7 files changed, 0 insertions, 78 deletions
diff --git a/devel/Makefile b/devel/Makefile index 443fe575bf61..db6f5068f443 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1006,7 +1006,6 @@ SUBDIR += libglade-java SUBDIR += libglade2 SUBDIR += libglade2-reference - SUBDIR += libglademm SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgsf diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile deleted file mode 100644 index 4272837b19b6..000000000000 --- a/devel/libglademm/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Alexander Nedotsukov <bland@mail.ru> -# $FreeBSD$ - -PORTNAME= libglademm -PORTVERSION= 2.1.3 -PORTREVISION= 10 -CATEGORIES= devel gnome -MASTER_SITES= SF/gtkmm/OldFiles -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libglade2 library - -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_XORG= x11 sm -USES= gmake pkgconfig -USE_GNOME= gnomehack libglade2 -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libglademm/distinfo b/devel/libglademm/distinfo deleted file mode 100644 index b9561d9b2e3d..000000000000 --- a/devel/libglademm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libglademm-2.1.3.tar.gz) = 2f8feb8c01e747a11568ff7485463e69f691069898377d4cc2536b012c5b9f6a -SIZE (gnome2/libglademm-2.1.3.tar.gz) = 340596 diff --git a/devel/libglademm/files/patch-libglade__libglademm__xml.h b/devel/libglademm/files/patch-libglade__libglademm__xml.h deleted file mode 100644 index 470271746be5..000000000000 --- a/devel/libglademm/files/patch-libglade__libglademm__xml.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libglade/libglademm/xml.h.orig Tue Oct 11 11:18:23 2005 -+++ libglade/libglademm/xml.h Tue Oct 11 11:18:51 2005 -@@ -240,7 +240,7 @@ - //If there is already a C++ instance, then return it again: - if(pObjectBase) - { -- widget = dynamic_cast<T_Widget*>( Glib::wrap(pCWidget) ); -+ widget = dynamic_cast<T_Widget*>( Glib::wrap((GtkWidget*)pCWidget) ); - - //The dynamic cast checks that it is of the correct type. - //Somebody might be trying to call get_widget_derived() after already calling get_widget(), diff --git a/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in b/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in deleted file mode 100644 index 7225b23f3d00..000000000000 --- a/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/extra_defs_gen/Makefile.in.orig Tue Sep 30 02:13:30 2003 -+++ tools/extra_defs_gen/Makefile.in Fri Apr 22 11:59:21 2005 -@@ -87,7 +87,7 @@ - LIBGLADEMM_VERSION = @LIBGLADEMM_VERSION@ - LIBGLADE_VERSION_NEEDED = @LIBGLADE_VERSION_NEEDED@ - LIBOBJS = @LIBOBJS@ --LIBS = $(LIBGLADEMM_LIBS) -lgtkmm_generate_extra_defs-2.0 -+LIBS = $(LIBGLADEMM_LIBS) -L$(GTKMM_PROCDIR)/../.. -lgtkmm_generate_extra_defs-2.0 - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ diff --git a/devel/libglademm/pkg-descr b/devel/libglademm/pkg-descr deleted file mode 100644 index 4e71ae5989e1..000000000000 --- a/devel/libglademm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libglade v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/libglademm/pkg-plist b/devel/libglademm/pkg-plist deleted file mode 100644 index f0842bc8ed4b..000000000000 --- a/devel/libglademm/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/libglademm-2.0/libglademm.h -include/libglademm-2.0/libglademm/init.h -include/libglademm-2.0/libglademm/private/xml_p.h -include/libglademm-2.0/libglademm/variablesmap.h -include/libglademm-2.0/libglademm/wrap_init.h -include/libglademm-2.0/libglademm/xml.h -lib/libglademm-2.0.a -lib/libglademm-2.0.la -lib/libglademm-2.0.so -lib/libglademm-2.0.so.1 -lib/libglademm-2.0/include/libglademmconfig.h -lib/libglademm-2.0/proc/m4/convert.m4 -lib/libglademm-2.0/proc/m4/convert_libglademm.m4 -libdata/pkgconfig/libglademm-2.0.pc -@dirrm lib/libglademm-2.0/include -@dirrm lib/libglademm-2.0/proc/m4 -@dirrm lib/libglademm-2.0/proc -@dirrm lib/libglademm-2.0 -@dirrm include/libglademm-2.0/libglademm/private -@dirrm include/libglademm-2.0/libglademm -@dirrm include/libglademm-2.0 |