From MAILER-DAEMON  Thu Dec 18 00:31:47 2003
Return-Path: <>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9CF3C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Dec 2003 00:31:47 -0800 (PST)
Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF8E43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Dec 2003 00:31:46 -0800 (PST)
	(envelope-from "")
Received: from localhost (localhost [127.0.0.1])
	by sv02.webonaut.com (Postfix) with ESMTP id 027907642C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Dec 2003 09:31:44 +0100 (CET)
Received: from sv02.webonaut.com ([127.0.0.1])
 by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 45495-03 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu, 18 Dec 2003 09:31:41 +0100 (CET)
Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28])
	by sv02.webonaut.com (Postfix) with ESMTP id 3C3FB76426
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Dec 2003 09:31:31 +0100 (CET)
Message-Id: <1071736292@ds9.webonaut.com>
Date: Thu, 18 Dec 2003 09:31:42 +0100
From: "Franz Klammer" <Franz Klammer <klammer@webonaut.com>>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: misc/mc: change glib20 detection method to USE_GNOME
X-Send-Pr-Version: gtk-send-pr 0.2 
X-GNATS-Notify:

>Number:         60357
>Category:       ports
>Synopsis:       misc/mc: change glib20 detection method to USE_GNOME
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 18 00:40:14 PST 2003
>Closed-Date:    Thu Dec 18 10:50:27 PST 2003
>Last-Modified:  Thu Dec 18 10:50:27 PST 2003
>Originator:     Franz Klammer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD ds9.webonaut.com 5.2-CURRENT FreeBSD 5.2-CURRENT #12: Tue Dec  9 14:43:21 CET 2003     root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386


>Description:


- use USE_GNOME=glib20 instead of LIB_DEPENDS to automaticly match version change in shared library.
- remove CONFIGURE_TARGET because glib20 takes care of it (from Jeremy Messenger <mezz7@cox.net>)
- make portlint quiet


>How-To-Repeat:





>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Thu Dec 18 09:20:06 2003
+++ Makefile	Thu Dec 18 09:20:50 2003
@@ -15,16 +15,15 @@
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	Midnight Commander, a free Norton Commander Clone
 
-.include <bsd.port.pre.mk>
-
-LIB_DEPENDS=	glib-2.0.200:${PORTSDIR}/devel/glib20 \
-		intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 
+.include <bsd.port.pre.mk>
+
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
+USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
 .if !defined(WITHOUT_SAMBA)
 CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc \
--- Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe  
Responsible-Changed-By: krion 
Responsible-Changed-When: Thu Dec 18 01:41:44 PST 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60357 
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Thu Dec 18 10:48:45 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60357 
>Unformatted:
