Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 1999 20:37:31 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10435: Port update: deskutils/gnomepim
Message-ID:  <199903061837.UAA46274@shale.csir.co.za>

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

>Number:         10435
>Category:       ports
>Synopsis:       Port update: deskutils/gnomepim
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar  6 10:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports Collection.

>Description:

	Upgrade to gnome-pim-1.0.1.

>How-To-Repeat:

	Needs updated bsd.port.mk.  patch-ac removed (no longer needed).

>Fix:
	
	
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/Makefile /usr/ports/deskutils/gnomepim/Makefile
--- /usr/ports.ref/deskutils/gnomepim/Makefile	Fri Feb 19 12:44:47 1999
+++ /usr/ports/deskutils/gnomepim/Makefile	Sat Mar  6 20:11:40 1999
@@ -1,16 +1,16 @@
 # New ports collection makefile for:	gnomepim
-# Version required:			0.99.8.1
+# Version required:			1.0.1
 # Date created:				17 Jan 1999
 # Whom:					Vanilla I. Shu <vanilla@FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.4 1999/02/19 04:30:03 vanilla Exp $
 #
 
-DISTNAME=	gnome-pim-0.99.8.1
-PKGNAME=	gnomepim-0.99.8.1
+DISTNAME=	gnome-pim-1.0.1
+PKGNAME=	gnomepim-1.0.1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	gnome-pim
+MASTER_SITE_SUBDIR=	gnome-1.0/sources
 
 MAINTAINER=	nacai@iname.com
 
@@ -24,7 +24,7 @@
 		--datadir=${PREFIX}/share/gnome \
 		--with-gnome=${X11BASE}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-		GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+		GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
 
 post-install:
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/files/md5 /usr/ports/deskutils/gnomepim/files/md5
--- /usr/ports.ref/deskutils/gnomepim/files/md5	Fri Feb 19 12:44:47 1999
+++ /usr/ports/deskutils/gnomepim/files/md5	Sat Mar  6 20:14:44 1999
@@ -1 +1 @@
-MD5 (gnome-pim-0.99.8.1.tar.gz) = 7abb905be1b2018e6ee5053f294b7194
+MD5 (gnome-pim-1.0.1.tar.gz) = 1f299e994a4fceb0f520bf03385510c5
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/patches/patch-aa /usr/ports/deskutils/gnomepim/patches/patch-aa
--- /usr/ports.ref/deskutils/gnomepim/patches/patch-aa	Fri Feb 19 12:44:48 1999
+++ /usr/ports/deskutils/gnomepim/patches/patch-aa	Wed Mar  3 10:30:21 1999
@@ -1,21 +1,11 @@
---- configure.orig	Mon Feb  1 10:34:00 1999
-+++ configure	Tue Feb  2 09:08:30 1999
-@@ -1094,13 +1094,13 @@
- 	    fi
- 	
- 	    if test "$no_gnome_config" = "yes"; then
--              echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
--echo "configure:1111: checking for gnomeConf.sh file in $gnome_prefix" >&5
--	      if test -f $gnome_prefix/gnomeConf.sh; then
-+              echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
-+echo "configure:1111: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
-+	      if test -f $prefix/share/gnome/gnomeConf.sh; then
- 	        echo "$ac_t""found" 1>&6
- 	        echo "loading gnome configuration from" \
--		     "$gnome_prefix/gnomeConf.sh"
--	        . $gnome_prefix/gnomeConf.sh
-+		     "$prefix/share/gnome/gnomeConf.sh"
-+	        . $prefix/share/gnome/gnomeConf.sh
- 	        
- 	      else
- 	        echo "$ac_t""not found" 1>&6
+--- configure.orig	Mon Mar  1 00:38:22 1999
++++ configure	Wed Mar  3 10:30:08 1999
+@@ -4625,7 +4625,7 @@
+   cat conftest.$ac_ext >&5
+   rm -rf conftest*
+   CATOBJEXT=.mo
+-		   DATADIRNAME=lib
++		   DATADIRNAME=share
+ fi
+ rm -f conftest*
+ 		INSTOBJEXT=.mo
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/patches/patch-ab /usr/ports/deskutils/gnomepim/patches/patch-ab
--- /usr/ports.ref/deskutils/gnomepim/patches/patch-ab	Tue Feb  2 14:01:45 1999
+++ /usr/ports/deskutils/gnomepim/patches/patch-ab	Sat Mar  6 20:26:13 1999
@@ -1,7 +1,7 @@
---- gncal/Makefile.in.orig	Tue Feb  2 09:08:47 1999
-+++ gncal/Makefile.in	Tue Feb  2 09:09:32 1999
-@@ -111,11 +111,11 @@
- YACC = @YACC@
+--- gncal/Makefile.in.orig	Mon Mar  1 00:39:07 1999
++++ gncal/Makefile.in	Wed Mar  3 10:45:10 1999
+@@ -112,11 +112,11 @@
+ ZVT_LIBS = @ZVT_LIBS@
  l = @l@
  
 -help_base = $(datadir)/gnome/help/cal
@@ -14,11 +14,23 @@
  
  
  bin_PROGRAMS = gnomecal
---- gnomecard/Makefile.in.orig	Tue Feb  2 09:09:12 1999
-+++ gnomecard/Makefile.in	Tue Feb  2 09:10:02 1999
-@@ -113,11 +113,11 @@
+@@ -134,7 +134,7 @@
+ EXTRA_DIST =  	gncal.desktop		topic.dat		gnome-cal.html		bell.xpm		recur.xpm
+ 
+ 
+-Productivitydir = $(datadir)/gnome/apps/Applications
++Productivitydir = $(datadir)/apps/Applications
+ 
+ Productivity_DATA = gncal.desktop
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+--- gnomecard/Makefile.in.orig	Mon Mar  1 00:39:10 1999
++++ gnomecard/Makefile.in	Wed Mar  3 10:45:39 1999
+@@ -112,13 +112,13 @@
+ ZVT_LIBS = @ZVT_LIBS@
+ l = @l@
  
- SUBDIRS = help
+-SUBDIRS = help
++# SUBDIRS = help
  
 -xpmhelp_base = $(datadir)/gnome/help/cal
 +xpmhelp_base = $(datadir)/help/cal
@@ -30,6 +42,15 @@
  
  
  bin_PROGRAMS = gnomecard
+@@ -143,7 +143,7 @@
+ EXTRA_DIST =  	addr.xpm		addrtool.xpm		cardedit.xpm		cardnew.xpm		cardfind.xpm		email.xpm		expl.xpm		first.xpm		geo.xpm			ident.xpm		last.xpm		org.xpm			sec.xpm			tel.xpm			teltool.xpm		phone.xpm		world.xpm		gnomecard.desktop 	gnomecard.gnorba
+ 
+ 
+-Productivitydir = $(datadir)/gnome/apps/Applications
++Productivitydir = $(datadir)/apps/Applications
+ 
+ Productivity_DATA = gnomecard.desktop
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 --- gnomecard/help/C/Makefile.in.orig	Tue Feb  2 09:10:22 1999
 +++ gnomecard/help/C/Makefile.in	Tue Feb  2 09:10:30 1999
 @@ -112,7 +112,7 @@
@@ -41,14 +62,3 @@
  
  gnomecard_help_DATA =  	index.html			topic.dat
  
---- po/Makefile.in.in.orig	Tue Feb  2 09:11:11 1999
-+++ po/Makefile.in.in	Tue Feb  2 09:11:19 1999
-@@ -18,7 +18,7 @@
- 
- prefix = @prefix@
- exec_prefix = @exec_prefix@
--datadir = $(prefix)/@DATADIRNAME@
-+datadir = $(prefix)/share
- localedir = $(datadir)/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/patches/patch-ac /usr/ports/deskutils/gnomepim/patches/patch-ac
--- /usr/ports.ref/deskutils/gnomepim/patches/patch-ac	Tue Feb  2 09:33:56 1999
+++ /usr/ports/deskutils/gnomepim/patches/patch-ac	Sat Mar  6 20:16:49 1999
@@ -1,10 +0,0 @@
---- gncal/prop.c.orig	Tue Feb  2 09:11:53 1999
-+++ gncal/prop.c	Tue Feb  2 09:12:00 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"
diff -urN -x CVS /usr/ports.ref/deskutils/gnomepim/pkg/PLIST /usr/ports/deskutils/gnomepim/pkg/PLIST
--- /usr/ports.ref/deskutils/gnomepim/pkg/PLIST	Fri Feb 19 12:44:48 1999
+++ /usr/ports/deskutils/gnomepim/pkg/PLIST	Sat Mar  6 20:26:36 1999
@@ -2,20 +2,11 @@
 bin/gnomecard
 etc/CORBA/servers/gnomecard.gnorba
 lib/libversit.a
-share/gnome/apps/Productivity/gncal.desktop
-share/gnome/apps/Productivity/gnomecard.desktop
+share/gnome/apps/Applications/gncal.desktop
+share/gnome/apps/Applications/gnomecard.desktop
 share/gnome/help/cal/C/gnome-cal.html
 share/gnome/help/cal/C/index.html
 share/gnome/help/cal/C/topic.dat
-share/gnome/help/gnomecard/C/description.html
-share/gnome/help/gnomecard/C/dialogs.html
-share/gnome/help/gnomecard/C/display.html
-share/gnome/help/gnomecard/C/docbook.css
-share/gnome/help/gnomecard/C/index.html
-share/gnome/help/gnomecard/C/menubar.html
-share/gnome/help/gnomecard/C/recordview.html
-share/gnome/help/gnomecard/C/toolbar.html
-share/gnome/help/gnomecard/C/topic.dat
 share/gnome/idl/gnome-pim.idl
 share/gnome/mime-info/gnome-pim.keys
 share/locale/cs/LC_MESSAGES/gnome-pim.mo
@@ -24,13 +15,13 @@
 share/locale/fi/LC_MESSAGES/gnome-pim.mo
 share/locale/fr/LC_MESSAGES/gnome-pim.mo
 share/locale/ga/LC_MESSAGES/gnome-pim.mo
+share/locale/hu/LC_MESSAGES/gnome-pim.mo
 share/locale/it/LC_MESSAGES/gnome-pim.mo
 share/locale/ja/LC_MESSAGES/gnome-pim.mo
 share/locale/ko/LC_MESSAGES/gnome-pim.mo
 share/locale/no/LC_MESSAGES/gnome-pim.mo
 share/locale/pt/LC_MESSAGES/gnome-pim.mo
 share/locale/sv/LC_MESSAGES/gnome-pim.mo
+share/locale/ru/LC_MESSAGES/gnome-pim.mo
 @dirrm share/gnome/help/cal/C
 @dirrm share/gnome/help/cal
-@dirrm share/gnome/help/gnomecard/C
-@dirrm share/gnome/help/gnomecard



>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?199903061837.UAA46274>