Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 02:26:28 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9827: Port fix: gnomecore
Message-ID:  <199901310026.CAA58690@shale.csir.co.za>

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

>Number:         9827
>Category:       ports
>Synopsis:       Port fix: gnomecore
>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 16: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:

	Minor cleanup and support for 4.0-CURRENT.

>How-To-Repeat:

	

>Fix:
	
	
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/sysutils/gtop/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1999/01/27 08:31:52	1.6
+++ Makefile	1999/01/27 11:04:37
@@ -7,7 +7,7 @@
 #
 
 DISTNAME=	gtop-0.99.2
-CATEGORIES=	sysutils
+CATEGORIES=	sysutils gnome
 MASTER_SITES=	${MASTER_SITE_GNOME} \
 		ftp://ftp.home-of-linux.org/pub/gtop/0.99.2/
 MASTER_SITE_SUBDIR=	gtop
@@ -15,18 +15,18 @@
 MAINTAINER=	nacai@iname.com
 
 RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS=	gnome.1:${PORTSDIR}/x11/gnomelibs \
-		gtop.1:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS=	gtop.1:${PORTSDIR}/devel/libgtop
 
+# implicit dependencies:
+# gettext, xpm, gtk11-devel, gnomelibs
+
 USE_X_PREFIX=	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"
 
 post-install:
Index: patches/patch-ab
===================================================================
RCS file: /usr/home/ncvs/ports/sysutils/gtop/patches/patch-ab,v
retrieving revision 1.4
diff -u -r1.4 patch-ab
--- patch-ab	1999/01/28 21:31:43	1.4
+++ patch-ab	1999/01/31 00:10:27
@@ -17,8 +17,17 @@
  	*)
  	  $echo "$modename: unknown library version type \`$version_type'" 1>&2
  	  echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
---- ltconfig.orig	Fri Jan 15 14:35:23 1999
-+++ ltconfig	Fri Jan 15 14:37:00 1999
+--- ltconfig.orig	Wed Jan  6 01:28:41 1999
++++ ltconfig	Sun Jan 31 02:09:59 1999
+@@ -823,7 +823,7 @@
+     ;;
+ 
+   # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
+-  freebsd3*)
++  freebsd3* | freebsd4*)
+     archive_cmds='$CC -shared -o $lib$libobjs'
+     hardcode_libdir_flag_spec='-R$libdir'
+     hardcode_direct=yes
 @@ -1160,10 +1160,21 @@
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    ;;

>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?199901310026.CAA58690>