Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 01:43:40 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9824: Port fix: gnomepim
Message-ID:  <199901302343.BAA70821@shale.csir.co.za>

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

>Number:         9824
>Category:       ports
>Synopsis:       Port fix: gnomepim
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 30 15:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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