Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jan 2008 22:30:20 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] databases/evolution-data-server: BUILD_DEPENDS to textproc/gtk-doc is required
Message-ID:  <20080109133020.E6F79B829@room520-1.yokota-s.otaru-uc.ac.jp>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Koji Yokota
>Organization:	Otaru University of Commerce
>Confidential:	no 
>Synopsis:	[PATCH] databases/evolution-data-server: BUILD_DEPENDS to textproc/gtk-doc is required
>Severity:	critical
>Priority:	high
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.3-RC1 i386
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 6.3-RC1 FreeBSD 6.3-RC1 #10: Sat Dec  8 01:29:53 JST
>Description:
During the installation process of the port, gtkdoc-rebase is called.
If it's not installed, installation fails silently.

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- evolution-data-server-1.12.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/evolution-data-server.orig/Makefile /usr/ports/databases/evolution-data-server/Makefile
--- /usr/ports/databases/evolution-data-server.orig/Makefile	2008-01-08 11:59:16.000000000 +0900
+++ /usr/ports/databases/evolution-data-server/Makefile	2008-01-09 22:09:20.000000000 +0900
@@ -16,6 +16,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	The data backends for the Evolution integrated mail/PIM suite
 
+BUILD_DEPENDS=	gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc
 LIB_DEPENDS=	soup-2.2.8:${PORTSDIR}/devel/libsoup \
 		nss3.1:${PORTSDIR}/security/nss \
 		tasn1.3:${PORTSDIR}/security/libtasn1
--- evolution-data-server-1.12.3.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080109133020.E6F79B829>