Date: Sat, 27 Mar 2004 17:12:47 -0500 (EST) From: mike johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: [PATCH] x11-toolkits/gtk-sharp: [update USE_GNOME and add to pkg-plist] Message-ID: <200403272212.i2RMCl4O003788@gentoo.ahze.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: mike johnson >Organization: >Confidential: no >Synopsis: [PATCH] x11-toolkits/gtk-sharp: [update USE_GNOME and add to pkg-plist] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.2-CURRENT i386 >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Mon Mar 15 14:05:11 EST 2004 >Description: add gtkhtml3 to USE_GNOME delete libgtkhtml libgnomeui & libgda2 from USE_GNOME Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gtk-sharp-0.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/freebsd/ports/x11-toolkits/gtk-sharp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 27 Mar 2004 20:35:40 -0000 1.12 +++ Makefile 27 Mar 2004 21:57:04 -0000 @@ -22,7 +22,7 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb libgtkhtml vte +USE_GNOME= gnomehack libgnomedb gtkhtml3 vte post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/freebsd/ports/x11-toolkits/gtk-sharp/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 27 Mar 2004 20:35:40 -0000 1.5 +++ pkg-plist 27 Mar 2004 22:07:34 -0000 @@ -20,8 +20,10 @@ lib/gnome-sharp.dll lib/gnomedb-sharp.dll lib/gtk-sharp.dll +lib/gtkhtml-sharp.dll lib/libgtksharpglue.so lib/pango-sharp.dll +lib/rsvg-sharp.dll lib/vte-sharp.dll libdata/pkgconfig/gapi.pc libdata/pkgconfig/gtk-sharp.pc @@ -36,7 +38,9 @@ share/gapi/gnomedb-api.xml share/gapi/gtk-api.xml share/gapi/gtk-symbols.xml +share/gapi/gtkhtml-api.xml share/gapi/pango-api.xml +share/gapi/rsvg-api.xml share/gapi/vte-api.xml share/perl5/GAPI/Metadata.pm @dirrm share/perl5/GAPI --- gtk-sharp-0.17.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403272212.i2RMCl4O003788>