summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-08 09:08:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-08 09:08:39 +0000
commitd458fa5a98c59786cb67a2423a8d6524daea180b (patch)
tree49ede2328ec3ca2adff02472d376ffc238ba8a8a /mail/evolution-devel/files
parentAdd p5-Metadata 0.24, perl implementation of Dublin Core compatible (diff)
Update to 1.0.2.
PR: 34580 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=54365
Diffstat (limited to 'mail/evolution-devel/files')
-rw-r--r--mail/evolution-devel/files/patch-ltmain.sh25
-rw-r--r--mail/evolution-devel/files/patch-po::Makefile.in.in20
-rw-r--r--mail/evolution-devel/files/patch-shell::Makefile.in16
3 files changed, 35 insertions, 26 deletions
diff --git a/mail/evolution-devel/files/patch-ltmain.sh b/mail/evolution-devel/files/patch-ltmain.sh
index 91c341790451..91713d2306f8 100644
--- a/mail/evolution-devel/files/patch-ltmain.sh
+++ b/mail/evolution-devel/files/patch-ltmain.sh
@@ -1,27 +1,36 @@
$FreeBSD$
---- ltmain.sh.orig Sun Jan 20 16:11:07 2002
-+++ ltmain.sh Tue Jan 22 13:34:20 2002
-@@ -1060,6 +1060,7 @@
+--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
++++ ltmain.sh Sun Feb 3 01:44:17 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
;;
-@@ -2442,6 +2443,9 @@
- *-*-openbsd*)
- # Do not include libc due to us having libc/libc_r.
+@@ -2412,6 +2420,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4208,10 +4212,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in
index f6aa43a9d474..85c5f9db34b6 100644
--- a/mail/evolution-devel/files/patch-po::Makefile.in.in
+++ b/mail/evolution-devel/files/patch-po::Makefile.in.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- po/Makefile.in.in 2002/01/13 17:11:01 1.1
-+++ po/Makefile.in.in 2002/01/13 17:11:38
-@@ -125,7 +125,7 @@
- *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
- *) destdir=$(DESTDIR)$(localedir);; \
- esac; \
-- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+--- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002
++++ po/Makefile.in.in Thu Feb 7 14:36:07 2002
+@@ -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=$$destdir/$$lang/LC_MESSAGES; \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $$dir; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/mail/evolution-devel/files/patch-shell::Makefile.in b/mail/evolution-devel/files/patch-shell::Makefile.in
index db4862b22875..9fc5e6555160 100644
--- a/mail/evolution-devel/files/patch-shell::Makefile.in
+++ b/mail/evolution-devel/files/patch-shell::Makefile.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- shell/Makefile.in 2002/01/13 17:29:15 1.1
-+++ shell/Makefile.in 2002/01/13 17:29:32
-@@ -186,7 +186,7 @@
+--- shell/Makefile.in.orig Thu Feb 7 14:38:27 2002
++++ shell/Makefile.in Thu Feb 7 14:39:37 2002
+@@ -195,7 +195,7 @@
SUBDIRS = glade importer
--INCLUDES = -O \
-+INCLUDES = \
- -I$(top_srcdir)/widgets \
- -I$(top_srcdir)/widgets/misc \
- -I$(top_srcdir) \
+-INCLUDES = -O -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_srcdir) $(BONOBO_GNOME_CFLAGS) $(BONOBO_CONF_CFLAGS) $(EXTRA_GNOME_CFLAGS) $(GTKHTML_CFLAGS) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DG_LOG_DOMAIN=\"evolution-shell\"
++INCLUDES = -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_srcdir) $(BONOBO_GNOME_CFLAGS) $(BONOBO_CONF_CFLAGS) $(EXTRA_GNOME_CFLAGS) $(GTKHTML_CFLAGS) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DG_LOG_DOMAIN=\"evolution-shell\"
+
+
+ # CORBA stuff