aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-04-09 08:15:25 +0800
committerChris Toshok <toshok@src.gnome.org>2001-04-09 08:15:25 +0800
commit106bee28c4db80c3def721840a40981cdad98c43 (patch)
tree70b89514e125af89c4cd65dc9dc5b6f948eeee54 /addressbook/ChangeLog
parentf01f5f7c42508df0d19582b65505450ce8e5f07b (diff)
downloadgsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.gz
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.zst
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.zip
add #include <sys/types.h> since gnome-print.h uses time_t without
2001-04-08 Chris Toshok <toshok@ximian.com> * printing/e-contact-print.c: add #include <sys/types.h> since gnome-print.h uses time_t without including it. this really should be fixed in gnome-print. svn path=/trunk/; revision=9207
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 03b5d398f9..53c71c195c 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2001-04-08 Chris Toshok <toshok@ximian.com>
+ * printing/e-contact-print.c: add #include <sys/types.h> since
+ gnome-print.h uses time_t without including it. this really
+ should be fixed in gnome-print.
+
+2001-04-08 Chris Toshok <toshok@ximian.com>
+
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client):
make sure to notify new clients to the writable status of an
already open (and authenticated) book.
='#n13'>13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35








                                                             
                 
























                                                                                        
# New ports collection makefile for:    webkit-sharp
# Date created:     2008-09-01
# Whom:         Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#

PORTNAME=   webkit-sharp
PORTVERSION=    0.2
PORTREVISION=   6
#PORTEPOCH= 0
CATEGORIES= www
MASTER_SITES=   ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}/
#MASTER_SITE_SUBDIR=
#PKGNAMEPREFIX=
#PKGNAMESUFFIX=
#DISTNAME=
#EXTRACT_SUFX=
#DISTFILES=
#DIST_SUBDIR=   ${PORTNAME}
#EXTRACT_ONLY=

MAINTAINER= mono@FreeBSD.org
COMMENT=    Mono bindings for Webkit

BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack gtksharp20

.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>