diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-03 17:34:18 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-03 17:34:18 +0000 |
commit | bf709c17c307827c83c485a2eb738a5711b3fcb2 (patch) | |
tree | faaf830ec17abf9d57a950be8da911fef6239f39 /devel/bonobo/files | |
parent | f997e78868f43a330d28d5a212b3354729e11f2e (diff) | |
download | FreeBSD-ports-bf709c17c307827c83c485a2eb738a5711b3fcb2.zip FreeBSD-ports-bf709c17c307827c83c485a2eb738a5711b3fcb2.tar.gz |
Update to 1.0.6. Due to incompatibilities between our USE_LIBTOOL hack and
newest autocrap used to generate distribution I had to remove USE_LIBTOOL
and use homemade patch to get rid of those .la files.
Diffstat (limited to 'devel/bonobo/files')
-rw-r--r-- | devel/bonobo/files/patch-ab | 28 | ||||
-rw-r--r-- | devel/bonobo/files/patch-ltmain.sh | 18 |
2 files changed, 31 insertions, 15 deletions
diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab index 6d97c10..5dd7ff0 100644 --- a/devel/bonobo/files/patch-ab +++ b/devel/bonobo/files/patch-ab @@ -1,20 +1,18 @@ ---- Makefile.in.orig Sat Aug 12 21:17:01 2000 -+++ Makefile.in Mon Aug 14 10:44:14 2000 -@@ -149,3 +149,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Tue Jul 3 15:35:08 2001 ++++ Makefile.in Tue Jul 3 15:37:04 2001 +@@ -157,10 +157,10 @@ + + NULL = + +-SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell tests doc po ++SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell doc po + -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh ---- po/Makefile.in.in.orig Mon Feb 21 23:37:16 2000 -+++ po/Makefile.in.in Tue Feb 22 11:18:13 2000 -@@ -18,8 +18,8 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ --datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+datadir = $(prefix)/share/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po + include_HEADERS = bonobo.h diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh new file mode 100644 index 0000000..9c39f79 --- /dev/null +++ b/devel/bonobo/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/03 12:57:52 1.1 ++++ ltmain.sh 2001/07/03 12:58:32 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if 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" |