summaryrefslogtreecommitdiffstats
path: root/devel/bonobo/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
commit181f22437c81a50126939fff44f9bb9fa937ee74 (patch)
treef4f62ee25cce76550c5a0e03e6af7e95793c0f0a /devel/bonobo/files
parentd821bb7d23d9fb577710251f3fbe34c51e7e867b (diff)
downloadmarcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.gz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.bz2
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.lz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.xz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.zst
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bonobo/files')
-rw-r--r--devel/bonobo/files/patch-ab15
-rw-r--r--devel/bonobo/files/patch-ad12
-rw-r--r--devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in23
-rw-r--r--devel/bonobo/files/patch-ltmain.sh41
-rw-r--r--devel/bonobo/files/patch-monikers::Makefile.in11
-rw-r--r--devel/bonobo/files/patch-po::Makefile.in.in14
-rw-r--r--devel/bonobo/files/patch-storage-modules::Makefile.in12
7 files changed, 128 insertions, 0 deletions
diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab
new file mode 100644
index 000000000..7b67117dd
--- /dev/null
+++ b/devel/bonobo/files/patch-ab
@@ -0,0 +1,15 @@
+--- Makefile.in.orig Tue Oct 8 01:30:21 2002
++++ Makefile.in Tue Oct 8 01:32:12 2002
+@@ -174,10 +174,10 @@
+ monikers \
+ components samples \
+ gshell \
+- tests doc po
++ doc po
+
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh
+
+ bonoboincludedir = $(includedir)/gnome-1.0
diff --git a/devel/bonobo/files/patch-ad b/devel/bonobo/files/patch-ad
new file mode 100644
index 000000000..60a694ace
--- /dev/null
+++ b/devel/bonobo/files/patch-ad
@@ -0,0 +1,12 @@
+--- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000
++++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000
+@@ -55,3 +55,3 @@
+ --cflags)
+- echo -I@includedir@
++ echo -I@includedir@ @GLIB_CFLAGS@
+ ;;
+@@ -59,3 +59,3 @@
+ --libs)
+- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@
++ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@
+ ;;
diff --git a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in
new file mode 100644
index 000000000..9743cad67
--- /dev/null
+++ b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in
@@ -0,0 +1,23 @@
+
+$FreeBSD: ports/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in,v 1.2 2002/05/02 14:09:08 sobomax Exp $
+
+--- components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:17:50 1.1
++++ components/audio-ulaw/doc/C/Makefile.in 2002/05/02 14:07:25
+@@ -168,7 +168,7 @@
+ cxxflags_set = @cxxflags_set@
+ l = @l@
+
+-audio_ulaw_helpdir = $(datadir)/bonobo/docs/audio_ulaw/C
++audio_ulaw_helpdir = $(datadir)/help/audio_ulaw/C
+
+ #
+ # Module configuration information
+@@ -288,7 +288,7 @@
+ -cp $(module)/index.html .
+
+ $(module)/$(module).html: $(SGML_FILES)
+- -db2html $(srcdir)/$(main_module_file)
++ -db2html_foo $(srcdir)/$(main_module_file)
+
+ dist-hook:
+ mkdir $(distdir)/$(module)
diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh
new file mode 100644
index 000000000..ecc06ccd0
--- /dev/null
+++ b/devel/bonobo/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Sat Nov 30 21:32:08 2002
++++ ltmain.sh Tue Dec 3 22:59:51 2002
+@@ -1037,8 +1037,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -2405,7 +2413,7 @@
+ # Rhapsody C library is in the System framework
+ deplibs="$deplibs -framework System"
+ ;;
+- *-*-netbsd*)
++ *-*-netbsd* | *-*-freebsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+ *)
+@@ -4175,10 +4183,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in
new file mode 100644
index 000000000..ed1a71440
--- /dev/null
+++ b/devel/bonobo/files/patch-monikers::Makefile.in
@@ -0,0 +1,11 @@
+--- monikers/Makefile.in.orig Thu Apr 11 17:19:45 2002
++++ monikers/Makefile.in Thu Apr 11 17:21:09 2002
+@@ -72,7 +72,7 @@
+ BONOBO_LIBDIR = @BONOBO_LIBDIR@
+ BONOBO_LIBS = @BONOBO_LIBS@
+ BONOBO_REVISION = @BONOBO_REVISION@
+-BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@
++BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@
+ BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@
+ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+ CATALOGS = @CATALOGS@
diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..f9c3c943c
--- /dev/null
+++ b/devel/bonobo/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/devel/bonobo/files/patch-po::Makefile.in.in,v 1.1 2001/08/21 14:09:52 sobomax Exp $
+
+--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001
++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/devel/bonobo/files/patch-storage-modules::Makefile.in b/devel/bonobo/files/patch-storage-modules::Makefile.in
new file mode 100644
index 000000000..783fba3fa
--- /dev/null
+++ b/devel/bonobo/files/patch-storage-modules::Makefile.in
@@ -0,0 +1,12 @@
+--- storage-modules/Makefile.in.orig Tue Oct 8 02:07:53 2002
++++ storage-modules/Makefile.in Tue Oct 8 02:09:33 2002
+@@ -196,8 +196,7 @@
+ libstorage_efs_la_LDFLAGS = \
+ $(common_ldflags) \
+ -L$(top_builddir)/libefs/src \
+- -lefs
+-
++ $(top_builddir)/libefs/src/libefs.la
+
+ #
+ # File-system based storage