diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 02:29:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 02:29:43 +0800 |
commit | 16607f29905a7332554e1c4e567b8ea779c11056 (patch) | |
tree | 6df210de4f20f5c0a40d5b3270e461d3e7d96303 /databases | |
parent | 6513d1092221b72c3243344abe07a9bf04bd8be4 (diff) | |
download | marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar.gz marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar.bz2 marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar.lz marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar.xz marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.tar.zst marcuscom-ports-16607f29905a7332554e1c4e567b8ea779c11056.zip |
Update to 1.7.90.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in | 28 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in | 30 |
2 files changed, 0 insertions, 58 deletions
diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in b/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in deleted file mode 100644 index 63c5ac9fd..000000000 --- a/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- addressbook/backends/groupwise/Makefile.in.orig Mon Jun 12 18:08:35 2006 -+++ addressbook/backends/groupwise/Makefile.in Mon Jun 12 18:09:11 2006 -@@ -65,7 +65,6 @@ libebookbackendgroupwise_la_DEPENDENCIES - $(top_builddir)/addressbook/libebook/libebook-1.2.la \ - $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \ - $(top_builddir)/libedataserver/libedataserver-1.2.la \ -- $(top_builddir)/libdb/dist/libdb-4.1.la $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libebookbackendgroupwise_la_OBJECTS = e-book-backend-groupwise.lo \ - e-book-backend-groupwise-factory.lo -@@ -396,7 +395,7 @@ INCLUDES = \ - -I$(top_srcdir)/addressbook \ - -I$(top_builddir)/addressbook \ - -I$(top_srcdir)/servers/groupwise \ -- -I$(top_srcdir)/libdb/dist \ -+ $(DB_CFLAGS) \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ - $(SOUP_CFLAGS) - -@@ -411,7 +410,7 @@ libebookbackendgroupwise_la_LIBADD = \ - $(top_builddir)/addressbook/libebook/libebook-1.2.la \ - $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \ - $(top_builddir)/libedataserver/libedataserver-1.2.la \ -- $(top_builddir)/libdb/dist/libdb-4.1.la \ -+ $(DB_LIBS) \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(SOUP_LIBS) - diff --git a/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in b/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in deleted file mode 100644 index 632542021..000000000 --- a/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- addressbook/libedata-book/Makefile.in.orig Mon Jun 12 15:30:06 2006 -+++ addressbook/libedata-book/Makefile.in Mon Jun 12 18:00:05 2006 -@@ -64,8 +64,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libedata_book_1_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(top_builddir)/addressbook/libebook/libebook-1.2.la \ -- $(top_builddir)/libedataserver/libedataserver-1.2.la \ -- $(top_builddir)/libdb/dist/libdb-4.1.la -+ $(top_builddir)/libedataserver/libedataserver-1.2.la - am__objects_1 = e-data-book-marshal.lo - am__objects_2 = Evolution-DataServer-Addressbook-common.lo \ - Evolution-DataServer-Addressbook-skels.lo \ -@@ -396,7 +395,7 @@ INCLUDES = \ - -I$(top_builddir) \ - -I$(top_srcdir)/addressbook \ - -I$(top_builddir)/addressbook \ -- -I$(top_srcdir)/libdb/dist \ -+ $(DB_CFLAGS) \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) - - -@@ -437,7 +436,7 @@ libedata_book_1_2_la_LIBADD = \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(top_builddir)/addressbook/libebook/libebook-1.2.la \ - $(top_builddir)/libedataserver/libedataserver-1.2.la \ -- $(top_builddir)/libdb/dist/libdb-4.1.la -+ $(DB_LIBS) - - libedata_book_1_2_la_LDFLAGS = \ - -version-info $(LIBEDATABOOK_CURRENT):$(LIBEDATABOOK_REVISION):$(LIBEDATABOOK_AGE) $(NO_UNDEFINED) |