From johnmary@adelphia.net  Thu Dec 11 01:16:42 2003
Return-Path: <johnmary@adelphia.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9145D16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Dec 2003 01:16:42 -0800 (PST)
Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4D7E43D29
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Dec 2003 01:16:40 -0800 (PST)
	(envelope-from johnmary@adelphia.net)
Received: from adelphia.net ([68.169.191.32]) by mta9.adelphia.net
          (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP
          id <20031211091639.DMOY23237.mta9.adelphia.net@adelphia.net>
          for <freebsd-gnats-submit@FreeBSD.org>;
          Thu, 11 Dec 2003 04:16:39 -0500
Message-Id: <3FD835F2.8070100@adelphia.net>
Date: Thu, 11 Dec 2003 01:16:34 -0800
From: John Merryweather Cooper <johnmary@adelphia.net>
Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Unbreak x11-toolkits/gtk-sharp

>Number:         60133
>Category:       ports
>Synopsis:       [PATCH] Unbreak x11-toolkits/gtk-sharp
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 11 01:20:14 PST 2003
>Closed-Date:    Sat Dec 13 10:27:07 PST 2003
>Last-Modified:  Sat Dec 13 10:27:07 PST 2003
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 This is a multi-part message in MIME format.
 --------------040707090702090300080102
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 To: FreeBSD-gnats-submit@freebsd.org
 From: John Merryweather Cooper <johnmary@adelphia.net>
 Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 
  >Submitter-Id:	current-users
  >Originator:	John Merryweather Cooper
  >Organization:	<organization of PR author (multiple lines)>
  >Confidential:	no <FreeBSD PRs are public data>
  >Synopsis:	[PATCH] Unbreak x11-toolkits/gtk-sharp
  >Severity:	non-critical
  >Priority:	low
  >Category:	ports
  >Class:		sw-bug
  >Release:	FreeBSD 4.9-STABLE i386
  >Environment:
 System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 
 4.9-STABLE #2: Tue Dec 9 23:14:13 PST 2003 
 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386
 
  >Description:
 	1.  /s/pqeasy.2/pgeasy.2 which unbreaks dependencies
 	2.  Note:  lang/mono core dumps randomly compiling gtk-sharp (but a 
 clean build is possible)
 	3.  issue:  shouldn't USE_X_PREFIX be set for this GTK2 binding?
 	4.  issue:  shouldn't the pkgconfig *.pc files be put into 
 PREFIX/libdata/pkgconfig?
 
  >How-To-Repeat:
 	Port is marked BROKEN.
  >Fix:
 
 see attached
 
 --------------040707090702090300080102
 Content-Type: text/plain;
  name="unbreak-gtk-sharp"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="unbreak-gtk-sharp"
 
 # This is a patch for gtk-sharp to update it to gtk-sharp-fixed
 # 
 # To apply this patch:
 # STEP 1: Chdir to the source directory.
 # STEP 2: Run the 'applypatch' program with this patch file as input.
 #
 # If you do not have 'applypatch', it is part of the 'makepatch' package
 # that you can fetch from the Comprehensive Perl Archive Network:
 # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
 # In the above URL, 'x' should be 2 or higher.
 #
 # To apply this patch without the use of 'applypatch':
 # STEP 1: Chdir to the source directory.
 # If you have a decent Bourne-type shell:
 # STEP 2: Run the shell with this file as input.
 # If you don't have such a shell, you may need to manually delete
 # the files/directories as shown below.
 # STEP 3: Run the 'patch' program with this file as input.
 #
 # These are the commands needed to create/delete files/directories:
 #
 rm -f 'files/patch-sample_Makefile.in'
 rm -f 'files/patch-configure'
 rmdir 'files'
 #
 # This command terminates the shell and need not be executed manually.
 exit
 #
 #### End of Preamble ####
 
 #### Patch data follows ####
 diff -u 'gtk-sharp/Makefile' 'gtk-sharp-fixed/Makefile'
 Index: ./Makefile
 --- ./Makefile	Sun Oct  5 18:16:55 2003
 +++ ./Makefile	Mon Dec  8 04:07:37 2003
 @@ -14,10 +14,8 @@
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	Gtk+ and GNOME interfaces for the .NET runtime
  
 -BROKEN=		"Will not install: cannot find pqeasy.2"
 -
  BUILD_DEPENDS+=	mono:${PORTSDIR}/lang/mono
 -LIB_DEPENDS+=	pqeasy.2:${PORTSDIR}/databases/postgresql72
 +LIB_DEPENDS+=	pgeasy.2:${PORTSDIR}/databases/postgresql72
  
  # XXX Should conditionalise all the different parts of gtk# maybe.
  
 @@ -25,6 +23,5 @@
  INSTALLS_SHLIB=	yes
  USE_GMAKE=	yes
  USE_GNOME=	libgda2 libgnomeui libgnomedb
 -MAKEFILE=	makefile
  
  .include <bsd.port.mk>
 diff -u 'gtk-sharp/pkg-plist' 'gtk-sharp-fixed/pkg-plist'
 Index: ./pkg-plist
 --- ./pkg-plist	Sun Jan 26 19:52:28 2003
 +++ ./pkg-plist	Mon Dec  8 04:26:45 2003
 @@ -16,8 +16,13 @@
  lib/gnome-sharp.dll
  lib/gnomedb-sharp.dll
  lib/gtk-sharp.dll
 +lib/libgtksharpglue.a
 +lib/libgtksharpglue.la
  lib/libgtksharpglue.so
  lib/pango-sharp.dll
 +lib/pkgconfig/gapi.pc
 +lib/pkgconfig/gtk-sharp.pc
 +lib/rsvg-sharp.dll
  share/gapi/art-api.xml
  share/gapi/atk-api.xml
  share/gapi/gda-api.xml
 @@ -30,6 +35,11 @@
  share/gapi/gtk-api.xml
  share/gapi/gtk-symbols.xml
  share/gapi/pango-api.xml
 +share/gapi/rsvg-api.xml
  share/perl5/GAPI/Metadata.pm
  @dirrm share/perl5/GAPI
 +@dirrm share/perl5
 +@dirrm share/nls/en_US.US-ASCII
 +@dirrm share/nls/POSIX
  @dirrm share/gapi
 +@dirrm lib/pkgconfig
 #### End of Patch data ####
 
 #### ApplyPatch data follows ####
 # Data version        : 1.0
 # Date generated      : Mon Dec  8 04:33:58 2003
 # Generated by        : makepatch 2.00
 # Recurse directories : Yes
 # r 'files/patch-sample_Makefile.in' 730 0
 # r 'files/patch-configure' 309 0
 # p 'Makefile' 795 1070885257 0100644
 # p 'pkg-plist' 766 1070886405 0100644
 # R 'files'
 #### End of ApplyPatch data ####
 
 #### End of Patch kit [created: Mon Dec  8 04:33:58 2003] ####
 #### Checksum: 99 3038 49955 ####
 
 --------------040707090702090300080102--
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Dec 12 22:29:26 PST 2003 
Responsible-Changed-Why:  
Rescue this port from the "pending" category (confidential had 
been mistakenly set to "yes"). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60133 
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Dec 13 08:22:04 PST 2003 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60133 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Dec 13 10:26:53 PST 2003 
State-Changed-Why:  
This has already been committed. 

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