From linimon@lonesome.com  Sat Oct  4 21:28:40 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DDC0816A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 21:28:40 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C74443FEC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 21:28:40 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id C78AE140AB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 23:28:38 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id h954Sx1K006894
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Oct 2003 23:28:59 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id h954Sxt9006893;
	Sat, 4 Oct 2003 23:28:59 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200310050428.h954Sxt9006893@lonesome.lonesome.com>
Date: Sat, 4 Oct 2003 23:28:59 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch][non-maintainer] update x11-toolkits/gtk-sharp
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57588
>Category:       ports
>Synopsis:       [patch] [non-maintainer] update x11-toolkits/gtk-sharp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 04 21:30:16 PDT 2003
>Closed-Date:    Sun Oct 05 18:17:24 PDT 2003
>Last-Modified:  Wed Jan 14 20:36:13 UTC 2009
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	According to bento, this port does not build.  Partly
	this is due to this port being an old revision.

	The following patch updates the version but does
	not completely enable it to install -- it still
	fails to find pqeasy.2.  Perhaps someone else who
	understands more about the linking can see if it
	is worth the effort to save this port.
>How-To-Repeat:
	make install
>Fix:

--- gtk-sharp/Makefile.dist	Wed May  7 21:22:20 2003
+++ gtk-sharp/Makefile	Sat Oct  4 23:18:55 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gtk-sharp
-PORTVERSION=	0.7
-PORTREVISION=	1
+PORTVERSION=	0.11
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gtk-sharp
@@ -15,16 +14,17 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gtk+ and GNOME interfaces for the .NET runtime
 
-BROKEN=		"Does not compile"
+BROKEN=		"Will not install: cannot find pqeasy.2"
 
-BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
+BUILD_DEPENDS+=	mono:${PORTSDIR}/lang/mono
+LIB_DEPENDS+=	pqeasy.2:${PORTSDIR}/databases/postgresql72
 
 # XXX Should conditionalise all the different parts of gtk# maybe.
 
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 USE_GMAKE=	yes
-USE_GNOME=	libgnomeui libgnomedb
+USE_GNOME=	libgda2 libgnomeui libgnomedb
 MAKEFILE=	makefile
 
 .include <bsd.port.mk>
--- gtk-sharp/distinfo.dist	Mon Feb  3 17:27:38 2003
+++ gtk-sharp/distinfo	Sat Oct  4 15:16:24 2003
@@ -1 +1 @@
-MD5 (gtk-sharp-0.7.tar.gz) = 54237554ced8f772ab2b5e35c6200dde
+MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Sun Oct 5 02:11:58 PDT 2003 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57588 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Oct 5 18:17:08 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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