From reg@shale.csir.co.za  Sat Jan 30 15:43:47 1999
Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06223
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jan 1999 15:43:44 -0800 (PST)
          (envelope-from reg@shale.csir.co.za)
Received: (from reg@localhost)
	by shale.csir.co.za (8.9.2/8.9.2) id BAA70821;
	Sun, 31 Jan 1999 01:43:40 +0200 (SAT)
	(envelope-from reg)
Message-Id: <199901302343.BAA70821@shale.csir.co.za>
Date: Sun, 31 Jan 1999 01:43:40 +0200 (SAT)
From: reg@shale.csir.co.za
Reply-To: reg@shale.csir.co.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port fix: gnomepim
X-Send-Pr-Version: 3.2

>Number:         9824
>Category:       ports
>Synopsis:       Port fix: gnomepim
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 30 15:50:01 PST 1999
>Closed-Date:    Mon Feb 1 23:31:16 PST 1999
>Last-Modified:  Mon Feb  1 23:33:11 PST 1999
>Originator:     Jeremy Lea
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection

>Description:

	Add patch-ac to compile.  I needed this, but there may be some more
	magic needed.  Remove impilict dependencies.

>How-To-Repeat:

	

>Fix:
	
	
diff -urN gnomepim.old/Makefile gnomepim/Makefile
--- gnomepim.old/Makefile	Wed Jan 27 10:31:49 1999
+++ gnomepim/Makefile	Wed Jan 27 12:45:55 1999
@@ -8,14 +8,17 @@
 
 DISTNAME=	gnome-pim-0.99.3
 PKGNAME=	gnomepim-0.99.3
-CATEGORIES=	deskutils
+CATEGORIES=	deskutils gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	gnome-pim
 
 MAINTAINER=	nacai@iname.com
 
+BUILD_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
 RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS=	gnome.1:${PORTSDIR}/x11/gnomelibs
+
+# implicit dependencies:
+# gettext, gnomelibs
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
diff -urN gnomepim.old/patches/patch-ac gnomepim/patches/patch-ac
--- gnomepim.old/patches/patch-ac	Thu Jan  1 02:00:00 1970
+++ gnomepim/patches/patch-ac	Sat Jan 23 13:17:16 1999
@@ -0,0 +1,10 @@
+--- gncal/prop.c.orig	Sat Jan 23 13:15:59 1999
++++ gncal/prop.c	Sat Jan 23 13:16:09 1999
+@@ -6,7 +6,6 @@
+  *          Federico Mena <federico@nuclecu.unam.mx>
+  */
+ #include <config.h>
+-#include <langinfo.h>
+ #include <gnome.h>
+ #include "gnome-cal.h"
+ #include "gnome-month-item.h"

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Mon Feb 1 23:31:16 PST 1999 
State-Changed-Why:  
Committed, thanks 
>Unformatted:
