diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-16 15:54:11 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-16 15:54:11 +0000 |
commit | bbd58763756bc76e15be047d47e7bcda113d9f48 (patch) | |
tree | 59550031785fb5faccb6506da619bb3e24b8c942 /devel/gnome-build/files | |
parent | c5fd90f83707895c9356e24b914e31c3639d40cf (diff) | |
download | FreeBSD-ports-bbd58763756bc76e15be047d47e7bcda113d9f48.zip FreeBSD-ports-bbd58763756bc76e15be047d47e7bcda113d9f48.tar.gz |
Update to 0.1.0.
Diffstat (limited to 'devel/gnome-build/files')
6 files changed, 55 insertions, 45 deletions
diff --git a/devel/gnome-build/files/patch-Makefile.in b/devel/gnome-build/files/patch-Makefile.in deleted file mode 100644 index 880769f..0000000 --- a/devel/gnome-build/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2001/07/24 11:40:27 1.1 -+++ Makefile.in 2001/07/24 11:40:57 -@@ -148,7 +148,7 @@ - - SUBDIRS = po intl src idl - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnome_buildConf.sh - - bin_SCRIPTS = gnome-build-clean.sh diff --git a/devel/gnome-build/files/patch-configure b/devel/gnome-build/files/patch-configure new file mode 100644 index 0000000..2c2719f --- /dev/null +++ b/devel/gnome-build/files/patch-configure @@ -0,0 +1,10 @@ +--- 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 new file mode 100644 index 0000000..4c8380e --- /dev/null +++ b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c @@ -0,0 +1,13 @@ +--- 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::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 08a4289..0000000 --- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:44:39 1.1 -+++ src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:46:14 -@@ -33,6 +33,11 @@ - #include "../../lib/gnome-build.h" - #include "gbf-am-project.h" - -+#ifdef __FreeBSD__ -+extern char **environ; -+#define __environ environ -+#endif -+ - #define SCRIPT_NAME "gbf-am-parse" - #define BUILD_SCRIPT_NAME "gbf-am-build" - diff --git a/devel/gnome-build/files/patch-src::controls::Makefile.in b/devel/gnome-build/files/patch-src::controls::Makefile.in deleted file mode 100644 index 57bbd3e..0000000 --- a/devel/gnome-build/files/patch-src::controls::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/controls/Makefile.in 2002/03/15 08:29:51 1.1 -+++ src/controls/Makefile.in 2002/03/15 08:30:37 -@@ -145,7 +145,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --INCLUDES = -I$(includedir) -I$(top_srcdir)/src/lib/ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGBF_DATADIR=\""$(datadir)"\" $(GNOME_INCLUDEDIR) $(OAF_CFLAGS) $(BONOBO_CFLAGS) $(BONOBOX_CFLAGS) $(GNOME_VFS_CFLAGS) $(GTKHTML_CFLAGS) $(GAL_CFLAGS) $(GDL_CFLAGS) -+INCLUDES = -I$(includedir) -I$(top_srcdir)/src/lib/ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGBF_DATADIR=\""$(datadir)"\" $(GNOME_INCLUDEDIR) $(OAF_CFLAGS) $(BONOBO_CFLAGS) $(BONOBOX_CFLAGS) @VFS_CFLAGS@ $(GTKHTML_CFLAGS) $(GAL_CFLAGS) $(GDL_CFLAGS) - - - CFLAGS = @CFLAGS@ -DGNOME_DATADIR=\""$(datadir)"\" diff --git a/devel/gnome-build/files/patch-src::gbf::Makefile.in b/devel/gnome-build/files/patch-src::gbf::Makefile.in new file mode 100644 index 0000000..c864865 --- /dev/null +++ b/devel/gnome-build/files/patch-src::gbf::Makefile.in @@ -0,0 +1,32 @@ +--- 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: |