ports/68844: [MAINTAINER-UPDATE] Update x11-toolkits/gtk-sharp to 1.0 (release version)

John Merryweather Cooper johnmary at adelphia.net
Fri Jul 9 04:20:24 UTC 2004


>Number:         68844
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Update x11-toolkits/gtk-sharp to 1.0 (release version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 09 04:20:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #1: Wed Jun 30 13:09:09 PDT 2004
    root at borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/ATHLON



>Description:


Update x11-toolkits/gtk-sharp to 1.0.

lang/mono needs to be 1.0 (which works fine for me on -CURRENT but others have experienced problems on -STABLE).

There's plenty of chugging and huffing and puffing going on in pkg-plist.  As a result, installing particularly from a package may be time consuming.  However, this is unavoidable as one of the reasons x11-toolkits/gtk-sharp was broken was that it did not properly call the gacutil from lang/mono to register the assemblies with lang/mono.



>How-To-Repeat:


N/A


>Fix:


--- update-gtk-sharp-1.0 begins here ---
# NOTE:  Not tested on -STABLE (tested on -CURRENT).
# 
# 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 create
# the files as shown below.
# STEP 3: Run the 'patch' program with this file as input.
#
# These are the commands needed to create/delete files/directories:
#
touch 'files/patch-sample_rsvg_Makefile.in'
chmod 0644 'files/patch-sample_rsvg_Makefile.in'
#
# This command terminates the shell and need not be executed manually.
exit
#
#### End of Preamble ####

#### Patch data follows ####
diff -u '/usr/ports/x11-toolkits/gtk-sharp/Makefile' '/usr/ports/local/gtk-sharp/Makefile'
Index: ./Makefile
--- ./Makefile	Thu Jun 24 13:05:54 2004
+++ ./Makefile	Thu Jul  8 01:57:42 2004
@@ -2,14 +2,13 @@
 # Date created:         2003-01-01
 # Whom:                 Juli Mallett
 #
-# $FreeBSD: ports/x11-toolkits/gtk-sharp/Makefile,v 1.21 2004/06/24 20:05:54 marcus Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	gtk-sharp
-PORTVERSION=	0.93
+PORTVERSION=	1.0
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	gtk-sharp
+MASTER_SITES=	http://mono2.ximian.com/archive/${PORTVERSION}/
 
 MAINTAINER=	coop9211 at uidaho.edu
 COMMENT=	GTK+ and GNOME interfaces for the .NET runtime
@@ -25,13 +24,7 @@
 USE_GNOME=	gnomehack libgnomedb gtkhtml3 vte librsvg2
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \
-		${WRKSRC}/parser/gapi.pl \
-		${WRKSRC}/parser/gapi2xml.pl \
-		${WRKSRC}/parser/gapi_pp.pl
-
-pre-configure:
-	@${FIND} ${WRKSRC} -name '*.config.in' | ${XARGS} ${REINPLACE_CMD} -e \
-		's|@LIB_PREFIX at .*@LIB_SUFFIX@|.so|g'
+	@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
+		's|^#!/usr/bin/perl|#!${PERL}|'
 
 .include <bsd.port.mk>
diff -u '/usr/ports/x11-toolkits/gtk-sharp/distinfo' '/usr/ports/local/gtk-sharp/distinfo'
Index: ./distinfo
--- ./distinfo	Tue Jun 29 19:05:52 2004
+++ ./distinfo	Thu Jul  8 01:58:03 2004
@@ -1,2 +1,2 @@
-MD5 (gtk-sharp-0.93.tar.gz) = b8a1a3a0fc75142fd3867976cd9254c1
-SIZE (gtk-sharp-0.93.tar.gz) = 1356305
+MD5 (gtk-sharp-1.0.tar.gz) = 6eab56e11c1e1245ec6af12312969399
+SIZE (gtk-sharp-1.0.tar.gz) = 1424982
diff -u '/usr/ports/x11-toolkits/gtk-sharp/files/patch-configure' '/usr/ports/local/gtk-sharp/files/patch-configure'
Index: ./files/patch-configure
--- ./files/patch-configure	Tue Jun 29 19:05:52 2004
+++ ./files/patch-configure	Thu Jul  8 02:13:55 2004
@@ -1,10 +1,11 @@
---- configure.orig	Thu Jun 17 23:16:50 2004
-+++ configure	Thu Jun 17 23:17:31 2004
-@@ -8440,7 +8440,6 @@
+--- configure.bak	Tue Jun 29 09:02:24 2004
++++ configure	Thu Jul  8 02:13:18 2004
+@@ -8441,7 +8441,7 @@
  
  
  
 -CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
++CFLAGS='-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
  
  # Extract the first word of "pkg-config", so it can be a program name with args.
  set dummy pkg-config; ac_word=$2
diff -u /dev/null '/usr/ports/local/gtk-sharp/files/patch-sample_rsvg_Makefile.in'
Index: ./files/patch-sample_rsvg_Makefile.in
--- ./files/patch-sample_rsvg_Makefile.in	Wed Dec 31 16:00:00 1969
+++ ./files/patch-sample_rsvg_Makefile.in	Thu Jul  8 16:28:18 2004
@@ -0,0 +1,11 @@
+--- sample/rsvg/Makefile.in.bak	Tue Jun 29 09:03:12 2004
++++ sample/rsvg/Makefile.in	Thu Jul  8 16:27:33 2004
+@@ -119,7 +119,7 @@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
+-assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../rsvg/rsvg-sharp.dll
++assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../art/art-sharp.dll ../../rsvg/rsvg-sharp.dll
+ references = $(addprefix /r:, $(assemblies))
+ 
+ @ENABLE_RSVG_TRUE at TARGETS = svghelloworld.exe
diff -u '/usr/ports/x11-toolkits/gtk-sharp/pkg-descr' '/usr/ports/local/gtk-sharp/pkg-descr'
Index: ./pkg-descr
--- ./pkg-descr	Tue Jun 29 19:05:52 2004
+++ ./pkg-descr	Thu Jul  8 18:39:34 2004
@@ -2,4 +2,4 @@
 access to both basic parts of GTK+ and other parts of the GNOME development
 environment.
 
-WWW: http://gtk-sharp.sourceforge.net/
+WWW: http://www.mono-project.com/using/relnotes/gtk-sharp-1.0.html
diff -u '/usr/ports/x11-toolkits/gtk-sharp/pkg-plist' '/usr/ports/local/gtk-sharp/pkg-plist'
Index: ./pkg-plist
--- ./pkg-plist	Tue Jun 29 19:05:52 2004
+++ ./pkg-plist	Thu Jul  8 20:00:02 2004
@@ -1,3 +1,48 @@
+ at unexec gacutil /u glib-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/glib-sharp.dll
+ at exec gacutil /i glib-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u pango-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/pango-sharp.dll
+ at exec gacutil /i pango-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u atk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/atk-sharp.dll
+ at exec gacutil /i atk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gdk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gdk-sharp.dll
+ at exec gacutil /i gdk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gtk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gtk-sharp.dll
+ at exec gacutil /i gtk-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u glade-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/glade-sharp.dll
+ at exec gacutil /i glade-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u art-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/art-sharp.dll
+ at exec gacutil /i art-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gnome-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gnome-sharp.dll
+ at exec gacutil /i gnome-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gda-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gda-sharp.dll
+ at exec gacutil /i gda-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gnomedb-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gnomedb-sharp.dll
+ at exec gacutil /i gnomedb-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gtkhtml-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gtkhtml-sharp.dll
+ at exec gacutil /i gtkhtml-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gconf-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gconf-sharp.dll
+ at exec gacutil /i gconf-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u gconf-sharp-peditors.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/gconf-sharp-peditors.dll
+ at exec gacutil /i gconf-sharp-peditors.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u rsvg-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/rsvg-sharp.dll
+ at exec gacutil /i rsvg-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
+ at unexec gacutil /u vte-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null || /usr/bin/true
+lib/mono/gtk-sharp/vte-sharp.dll
+ at exec gacutil /i vte-sharp.dll /f /package gtk-sharp /gacdir %D/lib > /dev/null
 bin/gapi-codegen
 bin/gapi-fixup
 bin/gapi-fixup.exe
@@ -14,65 +59,36 @@
 lib/libglibsharpglue.so
 lib/libgnomesharpglue.so
 lib/libgtksharpglue.so
-lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
+lib/libpangosharpglue.so
 lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll
 lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll.config
-lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f/atk-sharp.dll
 lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f/atk-sharp.dll.config
-lib/mono/gac/gconf-sharp-peditors/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gconf-sharp-peditors/1.0.0.0__35e10195dab3c99f/gconf-sharp-peditors.dll
-lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f/gconf-sharp.dll
 lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f/gconf-sharp.dll.config
-lib/mono/gac/gda-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gda-sharp/1.0.0.0__35e10195dab3c99f/gda-sharp.dll
 lib/mono/gac/gda-sharp/1.0.0.0__35e10195dab3c99f/gda-sharp.dll.config
-lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f/gdk-sharp.dll
 lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f/gdk-sharp.dll.config
-lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f/glade-sharp.dll
 lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f/glade-sharp.dll.config
-lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/glib-sharp.dll
 lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/glib-sharp.dll.config
-lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f/gnome-sharp.dll
 lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f/gnome-sharp.dll.config
-lib/mono/gac/gnomedb-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gnomedb-sharp/1.0.0.0__35e10195dab3c99f/gnomedb-sharp.dll
 lib/mono/gac/gnomedb-sharp/1.0.0.0__35e10195dab3c99f/gnomedb-sharp.dll.config
-lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/gtk-sharp.dll
 lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/gtk-sharp.dll.config
-lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll
 lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f/gtkhtml-sharp.dll.config
-lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f/pango-sharp.dll
 lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f/pango-sharp.dll.config
-lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f/rsvg-sharp.dll
 lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f/rsvg-sharp.dll.config
-lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f/__AssemblyInfo__
 lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f/vte-sharp.dll
 lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f/vte-sharp.dll.config
-lib/mono/gtk-sharp/art-sharp.dll
-lib/mono/gtk-sharp/atk-sharp.dll
-lib/mono/gtk-sharp/gconf-sharp-peditors.dll
-lib/mono/gtk-sharp/gconf-sharp.dll
-lib/mono/gtk-sharp/gda-sharp.dll
-lib/mono/gtk-sharp/gdk-sharp.dll
-lib/mono/gtk-sharp/glade-sharp.dll
-lib/mono/gtk-sharp/glib-sharp.dll
-lib/mono/gtk-sharp/gnome-sharp.dll
-lib/mono/gtk-sharp/gnomedb-sharp.dll
-lib/mono/gtk-sharp/gtk-sharp.dll
-lib/mono/gtk-sharp/gtkhtml-sharp.dll
-lib/mono/gtk-sharp/pango-sharp.dll
-lib/mono/gtk-sharp/rsvg-sharp.dll
-lib/mono/gtk-sharp/vte-sharp.dll
 libdata/pkgconfig/art-sharp.pc
 libdata/pkgconfig/gapi.pc
 libdata/pkgconfig/gconf-sharp.pc
@@ -99,35 +115,35 @@
 share/gapi/pango-api.xml
 share/gapi/rsvg-api.xml
 share/gapi/vte-api.xml
- at dirrm lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/art-sharp
- at dirrm lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/atk-sharp
+ at dirrm share/gapi
+ at dirrm lib/mono/gtk-sharp
+ at dirrm lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/vte-sharp
+ at dirrm lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/rsvg-sharp
+ at dirrm lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/pango-sharp
+ at dirrm lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gtkhtml-sharp
+ at dirrm lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gtk-sharp
+ at dirrm lib/mono/gac/gnomedb-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gnomedb-sharp
+ at dirrm lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gnome-sharp
+ at dirrm lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/glib-sharp
+ at dirrm lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/glade-sharp
+ at dirrm lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gdk-sharp
+ at dirrm lib/mono/gac/gda-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/gda-sharp
+ at dirrm lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f
 @dirrm lib/mono/gac/gconf-sharp-peditors/1.0.0.0__35e10195dab3c99f
 @dirrm lib/mono/gac/gconf-sharp-peditors
- at dirrm lib/mono/gac/gconf-sharp/1.0.0.0__35e10195dab3c99f
 @dirrm lib/mono/gac/gconf-sharp
- at dirrm lib/mono/gac/gda-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gda-sharp
- at dirrm lib/mono/gac/gdk-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gdk-sharp
- at dirrm lib/mono/gac/glade-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/glade-sharp
- at dirrm lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/glib-sharp
- at dirrm lib/mono/gac/gnome-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gnome-sharp
- at dirrm lib/mono/gac/gnomedb-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gnomedb-sharp
- at dirrm lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gtk-sharp
- at dirrm lib/mono/gac/gtkhtml-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/gtkhtml-sharp
- at dirrm lib/mono/gac/pango-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/pango-sharp
- at dirrm lib/mono/gac/rsvg-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/rsvg-sharp
- at dirrm lib/mono/gac/vte-sharp/1.0.0.0__35e10195dab3c99f
- at dirrm lib/mono/gac/vte-sharp
- at dirrm lib/mono/gtk-sharp
- at dirrm share/gapi
+ at dirrm lib/mono/gac/atk-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/atk-sharp
+ at dirrm lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f
+ at dirrm lib/mono/gac/art-sharp
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Thu Jul  8 21:02:23 2004
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 973 1089277062 0100644
# p 'distinfo' 102 1089277083 0100644
# p 'files/patch-configure' 430 1089278035 0100644
# c 'files/patch-sample_rsvg_Makefile.in' 0 1089329298 0100644
# p 'pkg-descr' 203 1089337174 0100644
# p 'pkg-plist' 6002 1089342002 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Thu Jul  8 21:02:23 2004] ####
#### Checksum: 323 15875 3474 ####
--- update-gtk-sharp-1.0 ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list