Skip site navigation (1)Skip section navigation (2)
Date:      13 Apr 2003 11:12:20 +0200
From:      Koop Mast <einekoai@chello.nl>
To:        Joe Marcus Clarke <marcus@FreeBSD.org>
Cc:        FreeBSD gnome <gnome@FreeBSD.org>
Subject:   Re: HEADS UP TESTERS: GNOME 2.3.0 is now available
Message-ID:  <1050225138.277.19.camel@healthy.prisma.quccc.org>
In-Reply-To: <1050222112.72359.41.camel@shumai.marcuscom.com>
References:  <1050222112.72359.41.camel@shumai.marcuscom.com>

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

--=-8LcKULoITEWGK0bNOK9i
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Op zo 13-04-2003, om 10:21 schreef Joe Marcus Clarke:
> Adam and I have finished updating all the necessary ports for GNOME
> 2.3.0.  For those that did GNOME 2.1 testing, the procedure hasn't
> changed.  
Good!

<snip>
> There may be things broken with the port (i.e. forgotten dependencies,
> missed files, etc.).  If you notice anything, please report it to
> freebsd-gnome ASAP.  You probably shouldn't file PRs against these ports
> as they won't be reflected in commit logs.  However, if you notice
> genuine problems with an application, don't hesitate to fire up
> bug-buddy, and report the problem with the application authors.
This turned up when I ran portupgrade -raF:

-->  Fetching '/usr/ports/print/ggv2'
>> Checksum OK for gnome2/ggv-1.99.98.tar.bz2.
** 'x11-fm/nautilus2' is marked as IGNORE:
        "is marked as broken: "Unknown component gnomecontrolcenter2""
--->  Fetching the distfile(s) for 'gnomesession-2.3.0' 
(x11/gnomesession)

I fixed this by adding gnomecontrol2 detect stuff to bsd.gnome.mk.
Patch attached, hope i did it correct :)

-Koop

> Happy bug hunting!
> 
> Joe

--=-8LcKULoITEWGK0bNOK9i
Content-Disposition: attachment; filename=bsd.gnome.mk.diff
Content-Type: text/plain; name=bsd.gnome.mk.diff; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

--- bsd.gnome.mk.orig	Sat Apr 12 10:09:54 2003
+++ bsd.gnome.mk	Sun Apr 13 11:09:13 2003
@@ -34,7 +34,7 @@
 		libgnomecanvas libartlgpl2 libgnomeprint libgnomeprintui \
 		libgnome libbonoboui libgnomeui atspi libgailgnome \
 		libgtkhtml gnomedesktop libwnck vte libzvt librsvg2 eel2 \
-		gnomepanel nautilus2 metacity gal2
+		gnomecontrolcenter2 gnomepanel nautilus2 metacity gal2
 
 SCROLLKEEPER_DIR=	/var/db/scrollkeeper
 gnomehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
@@ -341,6 +341,10 @@
 gal2_LIB_DEPENDS=	gal-2.0.1:${PORTSDIR}/x11-toolkits/gal2
 gal2_DETECT=		${X11BASE}/libdata/pkgconfig/gal-2.0.pc
 gal2_USE_GNOME_IMPL=gnomeui libgnomeprintui
+
+gnomecontrolcenter2_LIB_DEPENDS=	gnome-window-settings.1:${PORTSDIR}/sysutils/gnomecontrolcenter2
+gnomecontrolcenter2_DETECT=	${X11BASE}/libdata/pkgconfig/gnome-window-settings-2.0.pc
+gnomecontrolcenter2_USE_GNOME_IMPL=gnomedesktop metacity
 
 # End component definition section
 

--=-8LcKULoITEWGK0bNOK9i--



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