From owner-freebsd-ports Sat Jan 30 15:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06990 for freebsd-ports-outgoing; Sat, 30 Jan 1999 15:50:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06953 for ; Sat, 30 Jan 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA61935; Sat, 30 Jan 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/9824: Port fix: gnomepim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 + */ + #include +-#include + #include + #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