Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 00:28:15 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9818: Port upgrade: gnomeutils
Message-ID:  <199901302228.AAA80561@shale.csir.co.za>

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

>Number:         9818
>Category:       ports
>Synopsis:       Port upgrade: gnomeutils
>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 14:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection

>Description:

	Update to gnome-utils-0.99.3.  Remove impilict dependencies, and
	clenup CONFIGURE_ENV.

	Suprisingly, doesn't use libtool... no 4.0-CURRENT stuff needed.

>How-To-Repeat:

	

>Fix:
	
	
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/misc/gnomeutils/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	1999/01/27 08:31:51	1.5
+++ Makefile	1999/01/27 11:01:19
@@ -1,33 +1,34 @@
 # New ports collection makefile for:   gnomeutils
-# Version required:    0.99.1
+# Version required:    0.99.3
 # Date created:        03 July 1998
 # Whom:                Yukihiro Nakai <Nakai@technologist.com>
 #
 # $Id: Makefile,v 1.5 1999/01/27 08:31:51 fenner Exp $
 #
 
-DISTNAME=	gnome-utils-0.99.1
-PKGNAME=	gnomeutils-0.99.1
-CATEGORIES=	misc
+DISTNAME=	gnome-utils-0.99.3
+PKGNAME=	gnomeutils-0.99.3
+CATEGORIES=	misc gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	gnome-utils
 
 MAINTAINER=	nacai@iname.com
 
+BUILD_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
 RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS=	gnome.1:${PORTSDIR}/x11/gnomelibs \
-		gtop.1:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS=	obgnome.0:${PORTSDIR}/lang/gnomeobjc
 
+# implicit dependencies
+# gettext, libgtop, gnomelibs
+
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
 		--datadir=${PREFIX}/share/gnome \
 		--with-gnome=${X11BASE}
-CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-		-I${X11BASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
-		GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
 
 MAN1=		gtt.1
Index: files/md5
===================================================================
RCS file: /usr/home/ncvs/ports/misc/gnomeutils/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/01/05 12:59:33	1.2
+++ md5	1999/01/22 12:40:48
@@ -1 +1 @@
-MD5 (gnome-utils-0.99.1.tar.gz) = 4957d79f5fcb7ded90ef1b53a6a8a262
+MD5 (gnome-utils-0.99.3.tar.gz) = be2be9e3567243bce736f27622ec7d6a
Index: patches/patch-aa
===================================================================
RCS file: /usr/home/ncvs/ports/misc/gnomeutils/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patch-aa	1999/01/05 12:59:33	1.2
+++ patch-aa	1999/01/22 12:42:59
@@ -1,5 +1,5 @@
---- configure.orig	Mon Jan  4 04:26:35 1999
-+++ configure	Tue Jan  5 17:15:09 1999
+--- configure.orig	Mon Jan 18 23:52:06 1999
++++ configure	Fri Jan 22 14:42:46 1999
 @@ -1087,13 +1087,13 @@
  	    fi
  	
@@ -19,3 +19,18 @@
  	        
  	      else
  	        echo "$ac_t""not found" 1>&6
+@@ -2861,10 +2861,10 @@
+ 
+ if test $OBJECTIVE_C = yes; then
+   
+-        echo $ac_n "checking for obGnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
+-echo "configure:2866: checking for obGnomeConf.sh file in $gnome_prefix" >&5
+-	if test -f $gnome_prefix/obGnomeConf.sh; then
+-	    . $gnome_prefix/obGnomeConf.sh
++        echo $ac_n "checking for obGnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
++echo "configure:2866: checking for obGnomeConf.sh file in $prefix/share/gnome" >&5
++	if test -f $prefix/share/gnome/obGnomeConf.sh; then
++	    . $prefix/share/gnome/obGnomeConf.sh
+ 	    echo "$ac_t""found" 1>&6
+ 	else
+ 	    echo "$ac_t""not found" 1>&6
Index: patches/patch-ab
===================================================================
RCS file: /usr/home/ncvs/ports/misc/gnomeutils/patches/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- patch-ab	1999/01/05 12:59:33	1.2
+++ patch-ab	1999/01/22 12:45:44
@@ -1,20 +1,14 @@
---- gdiskfree/df.c.orig	Tue Jan  5 17:45:52 1999
-+++ gdiskfree/df.c	Tue Jan  5 17:48:51 1999
-@@ -28,14 +28,11 @@
- #include <gnome.h>
- #include <stdio.h>
- #include <sys/types.h>
--#include <getopt.h>
- #include <assert.h>
- #include <sys/errno.h>
- #include <stdlib.h>
+--- gdiskfree/df.c.orig	Fri Jan 22 14:44:41 1999
++++ gdiskfree/df.c	Fri Jan 22 14:44:57 1999
+@@ -34,8 +34,6 @@
  #include <sys/stat.h>
  #include <string.h>
--
--#include <error.h>
  
+-#include <errno.h>
+-
  #include "save-cwd.h" 
  #include "util.h"
+ 
 --- gdiskfree/save-cwd.c.orig	Tue Jan  5 17:46:47 1999
 +++ gdiskfree/save-cwd.c	Tue Jan  5 17:46:55 1999
 @@ -43,7 +43,6 @@

>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?199901302228.AAA80561>