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:   ports/119489: [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>
Resent-Message-ID: <200801091330.m09DU2mj065789@freefall.freebsd.org>

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

>Number:         119489
>Category:       ports
>Synopsis:       [PATCH] databases/evolution-data-server: BUILD_DEPENDS to textproc/gtk-doc is required
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 09 13:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.3-RC1 i386
>Organization:
Otaru University of Commerce
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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