mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Remove libglade (component of the EOLed gnome1) not used by anything anymore.
Approved by: gnome (implicit)
This commit is contained in:
parent
44a21f698b
commit
1b24b0bf69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329652
1
MOVED
1
MOVED
@ -5005,3 +5005,4 @@ news/grn||2013-10-05|Depends on EOLed gnome1
|
||||
security/fpm||2013-10-05|Depends on EOLed gnome1
|
||||
sysutils/xsu||2013-10-05|Depends on EOLed gnome1
|
||||
securty/fwbuilder-devel||2013-10-05|Appears not to be actively developed any more.
|
||||
devel/libglade||2013-10-05|Composent of the obsolete gnome1
|
||||
|
@ -1006,7 +1006,6 @@
|
||||
SUBDIR += libghthash
|
||||
SUBDIR += libgii
|
||||
SUBDIR += libgit2
|
||||
SUBDIR += libglade
|
||||
SUBDIR += libglade-java
|
||||
SUBDIR += libglade2
|
||||
SUBDIR += libglade2-reference
|
||||
|
@ -1,24 +0,0 @@
|
||||
# Created by: Ade Lovett <ade@lovett.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libglade
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME glade library
|
||||
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (libglade-0.17.tar.gz) = d65a4909298e6ac33210f513b50d9ea8e0b201742566a218f31d4f685133a48c
|
||||
SIZE (libglade-0.17.tar.gz) = 418921
|
@ -1,20 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Sat Jul 6 23:09:19 2002
|
||||
+++ Makefile.in Sat Jul 6 23:12:35 2002
|
||||
@@ -167,12 +167,12 @@
|
||||
bin_SCRIPTS = libglade-config libglade-xgettext
|
||||
noinst_PROGRAMS = test-libglade
|
||||
test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
|
||||
-SUBDIRS = intl macros glade doc
|
||||
+SUBDIRS = intl macros glade
|
||||
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = libglade.m4
|
||||
|
||||
-confexecdir = $(libdir)
|
||||
+confexecdir = $(sysconfdir)
|
||||
confexec_DATA = libgladeConf.sh
|
||||
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
@ -1,41 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- glade/glade-gnomedb.c.orig Tue Feb 13 03:37:54 2001
|
||||
+++ glade/glade-gnomedb.c Tue Aug 14 11:07:27 2001
|
||||
@@ -44,7 +44,7 @@
|
||||
{
|
||||
GtkWidget *wid;
|
||||
|
||||
- wid = gnome_db_login_new (NULL, NULL, NULL);
|
||||
+ wid = gnome_db_login_new (NULL);
|
||||
|
||||
return wid;
|
||||
}
|
||||
@@ -55,7 +55,7 @@
|
||||
GtkWidget *wid = NULL;
|
||||
GtkWidget *wid2 = NULL;
|
||||
|
||||
- wid2 = gnome_db_login_new (NULL,NULL,NULL);
|
||||
+ wid2 = gnome_db_login_new (NULL);
|
||||
|
||||
wid = gnome_db_logindlg_new (GNOME_DB_LOGIN (wid2), NULL);
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
{
|
||||
GtkWidget *wid;
|
||||
|
||||
- wid = gnome_db_error_new (NULL);
|
||||
+ wid = gnome_db_error_new ();
|
||||
|
||||
return (wid);
|
||||
}
|
||||
@@ -160,7 +160,7 @@
|
||||
{
|
||||
GtkWidget *wid;
|
||||
|
||||
- wid = gnome_db_errordlg_new (NULL, NULL);
|
||||
+ wid = gnome_db_error_dialog_new (NULL);
|
||||
|
||||
return (wid);
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
A library that allows you to load GLADE interfaces at runtime (you don't
|
||||
have to generate stubs with GLADE before hand). This way you can change
|
||||
the look of your application without recompiling. This way you can write
|
||||
the logic behind the interface separately from the code to build the
|
||||
interface, so changing the interface is not so much of a problem.
|
@ -1,30 +0,0 @@
|
||||
bin/libglade-config
|
||||
bin/libglade-xgettext
|
||||
etc/libgladeConf.sh
|
||||
include/libglade-1.0/glade/glade-build.h
|
||||
include/libglade-1.0/glade/glade-widget-tree.h
|
||||
include/libglade-1.0/glade/glade-xml.h
|
||||
include/libglade-1.0/glade/glade.h
|
||||
lib/libglade-bonobo.a
|
||||
lib/libglade-bonobo.la
|
||||
lib/libglade-bonobo.so
|
||||
lib/libglade-bonobo.so.4
|
||||
lib/libglade-gnome.a
|
||||
lib/libglade-gnome.la
|
||||
lib/libglade-gnome.so
|
||||
lib/libglade-gnome.so.4
|
||||
lib/libglade-gnomedb.a
|
||||
lib/libglade-gnomedb.la
|
||||
lib/libglade-gnomedb.so
|
||||
lib/libglade-gnomedb.so.4
|
||||
lib/libglade.a
|
||||
lib/libglade.la
|
||||
lib/libglade.so
|
||||
lib/libglade.so.4
|
||||
libdata/pkgconfig/libglade-bonobo.pc
|
||||
libdata/pkgconfig/libglade-gnome.pc
|
||||
libdata/pkgconfig/libglade-gnomedb.pc
|
||||
libdata/pkgconfig/libglade.pc
|
||||
share/aclocal/libglade.m4
|
||||
@dirrm include/libglade-1.0/glade
|
||||
@dirrm include/libglade-1.0
|
Loading…
Reference in New Issue
Block a user