aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-build
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-build')
-rw-r--r--devel/gnome-build/Makefile30
-rw-r--r--devel/gnome-build/distinfo1
-rw-r--r--devel/gnome-build/files/patch-configure10
-rw-r--r--devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c13
-rw-r--r--devel/gnome-build/files/patch-src::gbf::Makefile.in32
-rw-r--r--devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c11
-rw-r--r--devel/gnome-build/pkg-descr3
-rw-r--r--devel/gnome-build/pkg-plist58
8 files changed, 0 insertions, 158 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
deleted file mode 100644
index f3ee005fdd79..000000000000
--- a/devel/gnome-build/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gnomebuild
-# Date created: 24 July 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomebuild
-PORTVERSION= 0.1.0
-PORTREVISION= 1
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome/gnome-/}/0.1
-DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT= A GNOME Build Framework (GBF)
-
-LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui gnomevfs2
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lgnuregex"
-
-.include <bsd.port.mk>
diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo
deleted file mode 100644
index 41939fb14fd5..000000000000
--- a/devel/gnome-build/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-build-0.1.0.tar.bz2) = eb3d68c661f2ff0f92bb97ab14749805
diff --git a/devel/gnome-build/files/patch-configure b/devel/gnome-build/files/patch-configure
deleted file mode 100644
index 2c2719fb4163..000000000000
--- a/devel/gnome-build/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Oct 16 11:43:53 2003
-+++ configure Thu Oct 16 11:44:25 2003
-@@ -19321,6 +19321,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'
diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c
deleted file mode 100644
index 4c8380eb3706..000000000000
--- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003
-+++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003
-@@ -27,9 +27,9 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
--#include <regex.h>
- #include "gbf-i18n.h"
- #include "gbf-am-build.h"
-+#include <gnuregex.h>
-
- /* FIXME: mark strings for translation and this file to POTFILES.in */
-
diff --git a/devel/gnome-build/files/patch-src::gbf::Makefile.in b/devel/gnome-build/files/patch-src::gbf::Makefile.in
deleted file mode 100644
index c8648653d8f1..000000000000
--- a/devel/gnome-build/files/patch-src::gbf::Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/gbf/Makefile.in.orig Thu Oct 16 11:32:14 2003
-+++ src/gbf/Makefile.in Thu Oct 16 11:32:38 2003
-@@ -701,18 +701,18 @@
- uninstall-libgbfincludeHEADERS uninstall-pixmapDATA
-
-
--libgbfmarshal.h: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL)
-- @GLIB_GENMARSHAL@ \
-- --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --header > xgen-gmc \
-- && cp xgen-gmc $(@F) \
-- && rm -f xgen-gmc
-+#libgbfmarshal.h: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL)
-+# @GLIB_GENMARSHAL@ \
-+# --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --header > xgen-gmc \
-+# && cp xgen-gmc $(@F) \
-+# && rm -f xgen-gmc
-
--libgbfmarshal.c: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL)
-- echo "#include \"libgbfmarshal.h\"" > xgen-gmc \
-- && @GLIB_GENMARSHAL@ \
-- --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --body >> xgen-gmc \
-- && cp xgen-gmc $(@F) \
-- && rm -f xgen-gmc
-+#libgbfmarshal.c: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL)
-+# echo "#include \"libgbfmarshal.h\"" > xgen-gmc \
-+# && @GLIB_GENMARSHAL@ \
-+# --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --body >> xgen-gmc \
-+# && cp xgen-gmc $(@F) \
-+# && rm -f xgen-gmc
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
deleted file mode 100644
index c66ca598f3fb..000000000000
--- a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/backends/libgbf_am/gbf-am-project.c.orig Sun Oct 26 01:24:42 2003
-+++ src/backends/libgbf_am/gbf-am-project.c Sun Oct 26 01:32:23 2003
-@@ -1750,7 +1750,7 @@
-
- switch (status) {
- case G_IO_STATUS_NORMAL:
-- DEBUG (g_message ("wrote %d bytes", bytes_written));
-+ DEBUG (g_message ("wrote %uld bytes", bytes_written));
-
- if (data->input.length < data->input.size) {
- /* don't remove the source */
diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr
deleted file mode 100644
index 60385151a1e2..000000000000
--- a/devel/gnome-build/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a GNOME Build Framework (GBF).
-
-WWW: http://www.gnome.org/
diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist
deleted file mode 100644
index b738ab463d70..000000000000
--- a/devel/gnome-build/pkg-plist
+++ /dev/null
@@ -1,58 +0,0 @@
-bin/gbf-am-parse
-include/gnome-build-1.0/gbf/gbf-backend.h
-include/gnome-build-1.0/gbf/gbf-build-info.h
-include/gnome-build-1.0/gbf/gbf-project-model.h
-include/gnome-build-1.0/gbf/gbf-project-util.h
-include/gnome-build-1.0/gbf/gbf-project-view.h
-include/gnome-build-1.0/gbf/gbf-project.h
-include/gnome-build-1.0/gbf/gbf-tree-data.h
-include/gnome-build-1.0/gbf/gbf-widgets.h
-include/gnome-build-1.0/gbf/glue-plugin.h
-lib/gnome-build-1.0/backends/gbf-am.server
-lib/gnome-build-1.0/backends/libgbf-am.a
-lib/gnome-build-1.0/backends/libgbf-am.so
-lib/gnome-build-1.0/backends/libgbf-am.so.0
-lib/libgbf-1.a
-lib/libgbf-1.so
-lib/libgbf-1.so.0
-lib/libgbf-widgets-1.a
-lib/libgbf-widgets-1.so
-lib/libgbf-widgets-1.so.0
-libdata/pkgconfig/gnome-build-1.0.pc
-share/gnome/gnome-build/GBF/AmFiles.pm
-share/gnome/gnome-build/GBF/General.pm
-share/gnome/gnome-build/glade/create_dialogs.glade
-share/gnome/pixmaps/gbf-build.png
-share/gnome/pixmaps/gbf-install.png
-share/locale/am/LC_MESSAGES/gbf-1.mo
-share/locale/az/LC_MESSAGES/gbf-1.mo
-share/locale/be/LC_MESSAGES/gbf-1.mo
-share/locale/ca/LC_MESSAGES/gbf-1.mo
-share/locale/cs/LC_MESSAGES/gbf-1.mo
-share/locale/de/LC_MESSAGES/gbf-1.mo
-share/locale/el/LC_MESSAGES/gbf-1.mo
-share/locale/es/LC_MESSAGES/gbf-1.mo
-share/locale/fr/LC_MESSAGES/gbf-1.mo
-share/locale/it/LC_MESSAGES/gbf-1.mo
-share/locale/ja/LC_MESSAGES/gbf-1.mo
-share/locale/lv/LC_MESSAGES/gbf-1.mo
-share/locale/mk/LC_MESSAGES/gbf-1.mo
-share/locale/ml/LC_MESSAGES/gbf-1.mo
-share/locale/nl/LC_MESSAGES/gbf-1.mo
-share/locale/no/LC_MESSAGES/gbf-1.mo
-share/locale/pl/LC_MESSAGES/gbf-1.mo
-share/locale/pt/LC_MESSAGES/gbf-1.mo
-share/locale/pt_BR/LC_MESSAGES/gbf-1.mo
-share/locale/ru/LC_MESSAGES/gbf-1.mo
-share/locale/sk/LC_MESSAGES/gbf-1.mo
-share/locale/sr/LC_MESSAGES/gbf-1.mo
-share/locale/sr@Latn/LC_MESSAGES/gbf-1.mo
-share/locale/sv/LC_MESSAGES/gbf-1.mo
-share/locale/vi/LC_MESSAGES/gbf-1.mo
-@dirrm share/gnome/gnome-build/glade
-@dirrm share/gnome/gnome-build/GBF
-@dirrm share/gnome/gnome-build
-@dirrm lib/gnome-build-1.0/backends
-@dirrm lib/gnome-build-1.0
-@dirrm include/gnome-build-1.0/gbf
-@dirrm include/gnome-build-1.0