From corky1951@comcast.net  Sun May 23 22:19:23 2010
Return-Path: <corky1951@comcast.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8240C1065672
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 May 2010 22:19:23 +0000 (UTC)
	(envelope-from corky1951@comcast.net)
Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F5748FC13
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 May 2010 22:19:23 +0000 (UTC)
Received: from omta11.emeryville.ca.mail.comcast.net ([76.96.30.36])
	by qmta02.emeryville.ca.mail.comcast.net with comcast
	id MA471e0030mlR8UA2AKQTA; Sun, 23 May 2010 22:19:24 +0000
Received: from comcast.net ([98.203.142.76])
	by omta11.emeryville.ca.mail.comcast.net with comcast
	id MAKP1e0011f6R9u8XAKPg8; Sun, 23 May 2010 22:19:24 +0000
Received: by comcast.net (sSMTP sendmail emulation); Sun, 23 May 2010 15:19:21 -0700
Message-Id: <20100523221923.8240C1065672@hub.freebsd.org>
Date: Sun, 23 May 2010 15:19:21 -0700
From: Charlie Kester <corky1951@comcast.net>
Reply-To: Charlie Kester <corky1951@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] deskutils/osmo - fix build failure with latest gtk20 and libical
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146892
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/osmo - fix build failure with latest gtk20 and libical
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 22:20:01 UTC 2010
>Closed-Date:    Fri Jun 04 07:56:14 UTC 2010
>Last-Modified:  Fri Jun  4 08:00:14 UTC 2010
>Originator:     Charlie Kester <corky1951@comcast.net>
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun May 9 20:36:03 PDT 2010 root@atom.local:/usr/obj/usr/src/sys/ATOM i386

>Description:
See the following pointyhat log for details:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20100522155602/osmo-0.2.10.log

In a nutshell, the build failed because some of the libical headers couldn't be found.

The same problem occurs on i386.  

It appears to have been introduced with the most recent updates to gtk20 and libical.

>How-To-Repeat:
	
>Fix:
Add explicit include path to libical header files.

While we're here, also add dependency on libgtkhtml as required to enable Contacts module.

--- osmo-0.2.10.diff begins here ---
diff -ruN /usr/ports/deskutils/osmo/Makefile ./osmo/Makefile
--- /usr/ports/deskutils/osmo/Makefile	2010-05-23 14:41:21.000000000 -0700
+++ ./osmo/Makefile	2010-05-23 14:54:01.000000000 -0700
@@ -17,14 +17,16 @@
 		notify:${PORTSDIR}/devel/libnotify \
 		ical:${PORTSDIR}/devel/libical \
 		tar:${PORTSDIR}/devel/libtar \
-		gringotts:${PORTSDIR}/security/libgringotts
+		gringotts:${PORTSDIR}/security/libgringotts \
+		gtkhtml:${PORTSDIR}/www/libgtkhtml
 
 USE_GNOME=	gtk20
 USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib" \
+		CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libical"
 
 USE_GMAKE=	yes
 
--- osmo-0.2.10.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon May 24 03:28:11 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146892 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Fri Jun 4 07:56:12 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146892 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146892: commit references a PR
Date: Fri,  4 Jun 2010 07:54:19 +0000 (UTC)

 wen         2010-06-04 07:54:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/osmo       Makefile 
   Log:
   - Add missing dependence
   
   PR:             ports/146892
   Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
   
   Revision  Changes    Path
   1.8       +3 -2      ports/deskutils/osmo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
