Update to 1.2.2 for new Evolution.
This commit is contained in:
parent
8a8976c83f
commit
89f6de7204
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2005/03/10 07:27:07 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2005/05/24 22:10:45 marcm Exp $
|
||||
|
||||
COMMENT= "data backends for the Evolution mail/PIM suite"
|
||||
|
||||
DISTNAME= evolution-data-server-1.0.4
|
||||
DISTNAME= evolution-data-server-1.2.2
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/1.0/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/1.2/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# GPL
|
||||
@ -28,12 +28,14 @@ MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= :bison-*:devel/bison \
|
||||
:pkgconfig-*:devel/pkgconfig \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:openldap-client-*:databases/openldap \
|
||||
:libgnomeui-*:x11/gnome/libgnomeui
|
||||
LIB_DEPENDS= gnome-2::x11/gnome/libgnome \
|
||||
lber.7,ldap.7::databases/openldap \
|
||||
soup-2.2.7.0::devel/libsoup
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
YACC= bison
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (evolution-data-server-1.0.4.tar.bz2) = 5c9c6cac9b65d392e50ea3214022cb5b
|
||||
RMD160 (evolution-data-server-1.0.4.tar.bz2) = 0b4e1ee0d02b84952e9b6392009ece8bc499ff45
|
||||
SHA1 (evolution-data-server-1.0.4.tar.bz2) = a4cea91ff3ccf51feea107c867faca47570e334a
|
||||
SIZE (evolution-data-server-1.0.4.tar.bz2) = 4792220
|
||||
MD5 (evolution-data-server-1.2.2.tar.bz2) = 2b15cba799e4594926472dca3e1747bb
|
||||
RMD160 (evolution-data-server-1.2.2.tar.bz2) = df219c99662634ad38460942df240c397cd9a5a6
|
||||
SHA1 (evolution-data-server-1.2.2.tar.bz2) = bb53967e10e9a327bcd48d410afdb41cf81407ec
|
||||
SIZE (evolution-data-server-1.2.2.tar.bz2) = 7557927
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-addressbook_backends_groupwise_e-book-backend-groupwise_c,v 1.3 2005/03/12 07:13:52 marcm Exp $
|
||||
--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig Wed Mar 9 23:14:22 2005
|
||||
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c Wed Mar 9 23:15:57 2005
|
||||
@@ -2005,7 +2005,7 @@ update_summary (EBookBackendGroupwise *e
|
||||
stat (ebgw->priv->summary_file_name, &buf);
|
||||
$OpenBSD: patch-addressbook_backends_groupwise_e-book-backend-groupwise_c,v 1.4 2005/05/24 22:10:45 marcm Exp $
|
||||
--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig Mon Mar 14 17:26:35 2005
|
||||
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c Tue Apr 5 20:57:51 2005
|
||||
@@ -2231,7 +2231,7 @@ update_cache (EBookBackendGroupwise *ebg
|
||||
stat (cache_file_name, &buf);
|
||||
mod_time = buf.st_mtime;
|
||||
tm = gmtime (&mod_time);
|
||||
- strftime (time_string, 100, "%Y-%m-%dT%H:%M:%SZ", tm);
|
||||
|
@ -1,70 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2004/12/11 06:03:08 marcm Exp $
|
||||
--- ltmain.sh.orig Thu Aug 19 13:37:57 2004
|
||||
+++ ltmain.sh Sun Sep 5 20:41:54 2004
|
||||
@@ -1978,9 +1978,12 @@ EOF
|
||||
if test "$linkmode,$pass" = "prog,link"; then
|
||||
compile_deplibs="$deplib $compile_deplibs"
|
||||
finalize_deplibs="$deplib $finalize_deplibs"
|
||||
- else
|
||||
- deplibs="$deplib $deplibs"
|
||||
+ continue
|
||||
fi
|
||||
+ if test "$linkmode" = "lib"; then
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ fi
|
||||
+ deplibs="$deplib $deplibs"
|
||||
continue
|
||||
;;
|
||||
-l*)
|
||||
@@ -2417,10 +2420,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on
|
||||
@@ -5807,40 +5806,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit $EXIT_SUCCESS
|
||||
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- $echo " $libdir"
|
||||
- done
|
||||
- $echo
|
||||
- $echo "If you ever happen to want to link against installed libraries"
|
||||
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- $echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- $echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- $echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- $echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- $echo
|
||||
- $echo "See any operating system documentation about shared libraries for"
|
||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
exit $EXIT_SUCCESS
|
||||
;;
|
||||
|
@ -1,7 +1,26 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/03/11 17:43:30 espie Exp $
|
||||
@lib lib/libebook.so.8.7
|
||||
@lib lib/libecal.so.9.0
|
||||
@lib lib/libedata-book.so.1.1
|
||||
@lib lib/libedata-cal.so.6.6
|
||||
@lib lib/libedataserver.so.5.3
|
||||
@lib lib/libegroupwise.so.7.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/05/24 22:10:45 marcm Exp $
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelimap.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelimap4.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamellocal.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelnntp.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelpop3.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.so
|
||||
lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.so
|
||||
lib/evolution-data-server-1.2/extensions/libebookbackendfile.so
|
||||
lib/evolution-data-server-1.2/extensions/libebookbackendgroupwise.so
|
||||
lib/evolution-data-server-1.2/extensions/libebookbackendvcf.so
|
||||
lib/evolution-data-server-1.2/extensions/libecalbackendcontacts.so
|
||||
lib/evolution-data-server-1.2/extensions/libecalbackendfile.so
|
||||
lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.so
|
||||
lib/evolution-data-server-1.2/extensions/libecalbackendhttp.so
|
||||
lib/evolution-data-server-1.2/extensions/libecalbackendweather.so
|
||||
@lib lib/libcamel-1.2.so.0.0
|
||||
@lib lib/libcamel-provider-1.2.so.4.2
|
||||
@lib lib/libebook-1.2.so.4.1
|
||||
@lib lib/libecal-1.2.so.3.0
|
||||
@lib lib/libedata-book-1.2.so.3.0
|
||||
@lib lib/libedata-cal-1.2.so.3.1
|
||||
@lib lib/libedataserver-1.2.so.4.0
|
||||
@lib lib/libedataserverui-1.2.so.5.2
|
||||
@lib lib/libegroupwise-1.2.so.5.0
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user