Re: [UPDATE:] www/liferea -> 1.4.6 (security fix)

2007-11-04 Thread Nikns Siankin
On Tue, Oct 30, 2007 at 10:14:54PM +0100, viq wrote:
>Trivial update to liferea 1.4.6, this also fixes problem with insecure
>file permissions on the feedlist.opml backup file.
>-- 
>viq
Works fine on amd64. Thanks for update!

>
>
>Index: Makefile
>===
>RCS file: /cvs/ports/www/liferea/Makefile,v
>retrieving revision 1.8
>diff -u -d -r1.8 Makefile
>--- Makefile   10 Oct 2007 15:03:38 -  1.8
>+++ Makefile   30 Oct 2007 21:13:32 -
>@@ -4,7 +4,7 @@
> 
> COMMENT=  simple GTK desktop news aggregator
> 
>-DISTNAME= liferea-1.4.4
>+DISTNAME= liferea-1.4.6
> CATEGORIES=   www x11
> 
> HOMEPAGE= http://liferea.sourceforge.net/
>Index: distinfo
>===
>RCS file: /cvs/ports/www/liferea/distinfo,v
>retrieving revision 1.6
>diff -u -d -r1.6 distinfo
>--- distinfo   10 Oct 2007 15:03:38 -  1.6
>+++ distinfo   30 Oct 2007 21:13:32 -
>@@ -1,5 +1,5 @@
>-MD5 (liferea-1.4.4.tar.gz) = L7wtZxZLRnGTI1Xyf5ts/g==
>-RMD160 (liferea-1.4.4.tar.gz) = FX6MD6NSHfdKdz6UG2kpL4dS5UE=
>-SHA1 (liferea-1.4.4.tar.gz) = uIBjjPJy8c3OKHq9gaa38UVXBwk=
>-SHA256 (liferea-1.4.4.tar.gz) = n+uZAxcpGMZe4P0Obgg+e5nd/aZ04EmjnQSbiaEyG5c=
>-SIZE (liferea-1.4.4.tar.gz) = 1579354
>+MD5 (liferea-1.4.6.tar.gz) = 04JXzxMKQwQeX0FuEq6UxQ==
>+RMD160 (liferea-1.4.6.tar.gz) = BYt1jJ3gJGGO+DV341HjFNKyyeM=
>+SHA1 (liferea-1.4.6.tar.gz) = aXXbJprPgkX8r7SoAPckEX5gMEg=
>+SHA256 (liferea-1.4.6.tar.gz) = yNFkMBRgkjUH6A9Rqbwtd6QvdUVtpP4wSYyvNCNiHH4=
>+SIZE (liferea-1.4.6.tar.gz) = 1580078
>



Re: UPDATE: graphics/gimp

2007-11-04 Thread Simon Bertrang
On Sun, Nov 04, 2007 at 08:34:43PM +0100, Marc Espie wrote:
> On Sun, Nov 04, 2007 at 04:49:40PM +0100, Matthias Kilian wrote:
> > On Sat, Nov 03, 2007 at 06:51:34PM +0100, Giovanni Bechis wrote:
> > > I disabled poppler and gnome-vfs, I haven't found any other hidden 
> > > depencies.
> > 
> > Much better. And here it is with the @sample lines added back to
> > the PLIST:
> > 
> I'm not so sure it's a good idea to disable poppler. I haven't looked very
> closely at that new gimp, but it seems to make sense to be able to either
> render/create pdf...
> 

At least it doesn't change the usual way of importing PDFs with
ghostscript; a quick search revealed poppler seems to do the same.

Just used it on i386 and considered ok.  Installed on amd64 but not
tested yet.

Regards,
Simon



Re: New: games/neverball

2007-11-04 Thread Antti Harri

On Sun, 21 Oct 2007, Nikns Siankin wrote:


On Sun, Oct 21, 2007 at 09:23:21PM +0300, Antti Harri wrote:

Were you able to reproduce the screenshot crash (F10)?


The crash happens in image_snap() RGB convert, however,
svn version has updated snapshot code:
https://s.snth.net/svn/neverball/trunk/share/image.c


Hi,

you were right the issue has been fixed in the SVN version.
I'm currently trying to get the other issues fixed too
in the upstream.

--
Antti Harri



Re: UPDATE: graphics/gimp

2007-11-04 Thread Marc Espie
On Sun, Nov 04, 2007 at 04:49:40PM +0100, Matthias Kilian wrote:
> On Sat, Nov 03, 2007 at 06:51:34PM +0100, Giovanni Bechis wrote:
> > I disabled poppler and gnome-vfs, I haven't found any other hidden 
> > depencies.
> 
> Much better. And here it is with the @sample lines added back to
> the PLIST:
> 
I'm not so sure it's a good idea to disable poppler. I haven't looked very
closely at that new gimp, but it seems to make sense to be able to either
render/create pdf...



Re: Update: print/ghostscript/gnu

2007-11-04 Thread Jasper Lievisse Adriaanse
On Sun, Nov 04, 2007 at 07:41:59PM +0100, Matthias Kilian wrote:
> On Sun, Oct 28, 2007 at 12:33:27AM +0200, Matthias Kilian wrote:
> > this needs some testing. For now, pdfwrite seems to be broken at
> > least on powerpc and arm (but it works on amd64). If you need some
> > test files for it, see http://openbsd.dead-parrot.de/testgs (run
> > the testgs.sh script on the .ps files). However, I'll debug this
> > soon, so other tests and bug reports are more appreciated.
> 
> This fixes the crashes (by removing the included zlib and some other
> stuff we link from the system) and also has update WANTLIB for the
> gtk flavor.
sparc64 is happy with the update.

cheers,
jasper

-- 
"The good life is one inspired by love and guided by knowledge."
 -- Bertrand Russel



Re: Update: print/ghostscript/gnu

2007-11-04 Thread Matthias Kilian
On Sun, Oct 28, 2007 at 12:33:27AM +0200, Matthias Kilian wrote:
> this needs some testing. For now, pdfwrite seems to be broken at
> least on powerpc and arm (but it works on amd64). If you need some
> test files for it, see http://openbsd.dead-parrot.de/testgs (run
> the testgs.sh script on the .ps files). However, I'll debug this
> soon, so other tests and bug reports are more appreciated.

This fixes the crashes (by removing the included zlib and some other
stuff we link from the system) and also has update WANTLIB for the
gtk flavor.


Index: Makefile
===
RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile15 Sep 2007 23:36:43 -  1.51
+++ Makefile4 Nov 2007 18:37:47 -
@@ -2,115 +2,87 @@
 
 COMMENT=   GNU PostScript interpreter
 
-VERSION=   8.54
-DISTNAME=  ghostscript-${VERSION}-gpl
-PKGNAME=   ${DISTNAME:S,-gpl,,}p1
+VERSION=   8.60
+DISTNAME=  ghostscript-${VERSION}
 CATEGORIES=print lang
-SHARED_LIBS=   gs  9.0
+SHARED_LIBS=   gs  10.0
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 
 HOMEPAGE=  http://www.cs.wisc.edu/~ghost/
 
+MAINTAINER=Matthias Kilian <[EMAIL PROTECTED]>
+
+FLAVORS=   a4 gtk no_x11 cups
+FLAVOR?=
+
 FLAVOR_STRING= ${FLAVOR_EXT:S/-/,/g}
 
 SUBST_VARS=VERSION FLAVOR_STRING
 
-# GPL 
+# GPLv2, except for the included CMap files from Adobe, which may
+# only redistributed without modifications.
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
-WANTLIB=   m c z jpeg png
 
+WANTLIB=   m c z
 
-RUN_DEPENDS=   :ghostscript-fonts-*:print/ghostscript/gnu-fonts
+MODULES=   converters/libiconv
 
-LIB_DEPENDS=   ::graphics/png ::graphics/jpeg
+RUN_DEPENDS=   :ghostscript-fonts-*:print/ghostscript/gnu-fonts
 
-BASE_FLAGS=INSTALL_PROGRAM='${INSTALL_SCRIPT}' \
-   INSTALL_DATA='${INSTALL_DATA}' \
-   SHARE_LIBPNG=1 \
-   SHARE_ZLIB=1 \
-   CFLAGS_STANDARD='${CFLAGS}' \
-   XLDFLAGS=-L${LOCALBASE}/lib \
-   BINDIR=./obj \
-   GLSRCDIR=./src \
-   GLGENDIR=./obj \
-   GLOBJDIR=./obj \
-   PSSRCDIR=./src \
-   PSLIBDIR=./lib \
-   PSGENDIR=./obj \
-   PSOBJDIR=./obj \
-   JBIG2SRCDIR=./jbig2dec \
-   ICCSRCDIR=./icclib \
-   IJSSRCDIR=./ijs \
-   SOOBJRELDIR=../obj \
-   SOBINRELDIR=../obj \
-   STDLIBS='-lm' \
-   LIBgs_VERSION=${LIBgs_VERSION}
-
-PDFDIR=share/ghostscript/${VERSION}/lib
-
-X11_DEVICE_DEVS1= $$(DD)x11.dev $$(DD)x11alpha.dev $$(DD)x11cmyk.dev \
-$$(DD)x11cmyk2.dev $$(DD)x11cmyk4.dev $$(DD)x11cmyk8.dev \
-$$(DD)x11gray2.dev $$(DD)x11gray4.dev $$(DD)x11mono.dev
-
-BASE_DEVICE_DEVS1= $$(DD)ap3250.dev $$(DD)appledmp.dev $$(DD)bbox.dev \
-$$(DD)bit.dev $$(DD)bitcmyk.dev $$(DD)bitrgb.dev $$(DD)bj10e.dev \
-$$(DD)bj200.dev $$(DD)bjc600.dev $$(DD)bjc800.dev $$(DD)bmp16.dev \
-$$(DD)bmp16m.dev $$(DD)bmp256.dev $$(DD)bmp32b.dev $$(DD)bmpgray.dev \
-$$(DD)bmpmono.dev $$(DD)bmpsep1.dev $$(DD)bmpsep8.dev $$(DD)ccr.dev \
-$$(DD)cdeskjet.dev $$(DD)cdj500.dev $$(DD)cdj550.dev $$(DD)cdjcolor.dev \
-$$(DD)cdjmono.dev $$(DD)cgm24.dev $$(DD)cgm8.dev $$(DD)cgmmono.dev \
-$$(DD)cif.dev $$(DD)cljet5.dev $$(DD)cljet5c.dev $$(DD)cp50.dev \
-$$(DD)declj250.dev $$(DD)deskjet.dev $$(DD)devicen.dev $$(DD)dfaxhigh.dev \
-$$(DD)dfaxlow.dev $$(DD)djet500.dev $$(DD)djet500c.dev $$(DD)dnj650c.dev \
-$$(DD)eps9high.dev $$(DD)eps9mid.dev $$(DD)epson.dev $$(DD)epsonc.dev \
-$$(DD)epswrite.dev $$(DD)faxg3.dev $$(DD)faxg32d.dev $$(DD)faxg4.dev \
-$$(DD)hl7x0.dev $$(DD)ibmpro.dev $$(DD)ijs.dev $$(DD)imagen.dev \
-$$(DD)inferno.dev $$(DD)iwhi.dev $$(DD)iwlo.dev $$(DD)iwlq.dev \
-$$(DD)jetp3852.dev $$(DD)jpeg.dev $$(DD)jpeggray.dev $$(DD)laserjet.dev \
-$$(DD)lbp8.dev $$(DD)lips3.dev $$(DD)lj250.dev $$(DD)lj4dith.dev \
-$$(DD)lj5gray.dev $$(DD)lj5mono.dev $$(DD)ljet2p.dev $$(DD)ljet3.dev \
-$$(DD)ljet3d.dev $$(DD)ljet4.dev $$(DD)ljet4d.dev $$(DD)ljetplus.dev \
-$$(DD)lp2563.dev $$(DD)lp8000.dev $$(DD)lq850.dev $$(DD)m8510.dev \
-$$(DD)mgr4.dev $$(DD)mgr8.dev $$(DD)mgrgray2.dev $$(DD)mgrgray4.dev \
-$$(DD)mgrgray8.dev $$(DD)mgrmono.dev $$(DD)miff24.dev $$(DD)necp6.dev \
-$$(DD)oce9050.dev $$(DD)oki182.dev $$(DD)okiibm.dev $$(DD)paintjet.dev \
-$$(DD)pbm.dev $$(DD)pbmraw.dev $$(DD)pcx16.dev $$(DD)pcx24b.dev \
-$$(DD)pcx256.dev $$(DD)pcxcmyk.dev $$(DD)pcxgray.dev $$(DD)pcxmono.dev \
-$$(DD)pdfwrite.dev $$(DD)pgm.dev $$(DD)pgmraw.dev $$(DD)pgnm.dev \
-$$(DD)pgnmraw.dev $$(DD)pj.dev $$(DD)pjetxl.dev $$(DD)pjxl.dev \
-$$(DD)pjxl300.dev $$(DD)pkm.dev $$(DD)pkmraw.dev $$(DD)pksm.dev \
-$$(DD)pksmraw.dev $$(DD)plan9bm.dev $$(DD)png16.dev $$(DD)png16m.dev \
-$$(DD)png256.dev $$(DD)png48.dev $

[update] p5-Net-Server to 0.97

2007-11-04 Thread Mike Erdely
This diff updates p5-Net-Server to 0.97.  Per Nick Nauwelaert's request,
I took over maintainership.  I also added p5-IO-Multiplex for
REGRESS_DEPENDS so all tests complete.  And the patches-* are no longer
needed.

No regressions on sparc64, macppc and i386.
ok?

-ME

Index: Makefile
===
RCS file: /cvs/ports/devel/p5-Net-Server/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile16 Sep 2007 02:53:07 -  1.11
+++ Makefile4 Nov 2007 15:51:30 -
@@ -3,17 +3,19 @@
 COMMENT=   extensible framework for Perl server engines
 
 MODULES=   cpan
-DISTNAME=  Net-Server-0.90
+DISTNAME=  Net-Server-0.97
 CATEGORIES=devel net
 
 HOMEPAGE=  http://seamons.com/net_server.html
 
-MAINTAINER=Nick Nauwelaerts <[EMAIL PROTECTED]>
+MAINTAINER=Michael Erdely <[EMAIL PROTECTED]>
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
+
+REGRESS_DEPENDS=   ::devel/p5-IO-Multiplex
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-Net-Server/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo5 Apr 2007 15:38:01 -   1.8
+++ distinfo4 Nov 2007 15:51:30 -
@@ -1,5 +1,5 @@
-MD5 (Net-Server-0.90.tar.gz) = aHT8ezfuKWmroD8czrvmow==
-RMD160 (Net-Server-0.90.tar.gz) = LTLtbL08qxUC0lSIJUbFiiO6M6U=
-SHA1 (Net-Server-0.90.tar.gz) = qMokMYhc4t1tQPaXz9dnyEiyaxY=
-SHA256 (Net-Server-0.90.tar.gz) = EJVk9/q9R3inJtVOo1YPzEe3ccfvP/QfnbsL6Y9u66c=
-SIZE (Net-Server-0.90.tar.gz) = 74878
+MD5 (Net-Server-0.97.tar.gz) = +IS2xbHSaYqCu8e6ZZaQoQ==
+RMD160 (Net-Server-0.97.tar.gz) = RtdyNfTvXTFm7782xKv8QCa5VUg=
+SHA1 (Net-Server-0.97.tar.gz) = PBrd3E5msVwpcxdu9mysNkALIjc=
+SHA256 (Net-Server-0.97.tar.gz) = Trzn6SuPz8wSdYOx3uSdQHJoYMCAkI6jgeYZwEfYcI8=
+SIZE (Net-Server-0.97.tar.gz) = 92158
Index: patches/patch-lib_Net_Server_PreForkSimple_pm
===
RCS file: patches/patch-lib_Net_Server_PreForkSimple_pm
diff -N patches/patch-lib_Net_Server_PreForkSimple_pm
--- patches/patch-lib_Net_Server_PreForkSimple_pm   23 Jan 2006 17:58:41 
-  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-lib_Net_Server_PreForkSimple_pm,v 1.1 2006/01/23 17:58:41 
steven Exp $
 lib/Net/Server/PreForkSimple.pm.orig   Mon Jan 23 18:39:01 2006
-+++ lib/Net/Server/PreForkSimple.pmMon Jan 23 18:39:27 2006
-@@ -594,7 +594,7 @@ check_for_dequeue setting.
- 
- =back
- 
--=BUGS
-+=head1 BUGS
- 
- Tests don't seem to work on Win32.  Any ideas or patches would be welcome.
- 
Index: patches/patch-lib_Net_Server_PreFork_pm
===
RCS file: patches/patch-lib_Net_Server_PreFork_pm
diff -N patches/patch-lib_Net_Server_PreFork_pm
--- patches/patch-lib_Net_Server_PreFork_pm 23 Jan 2006 17:58:41 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-lib_Net_Server_PreFork_pm,v 1.1 2006/01/23 17:58:41 steven Exp 
$
 lib/Net/Server/PreFork.pm.orig Mon Jan 23 18:38:54 2006
-+++ lib/Net/Server/PreFork.pm  Mon Jan 23 18:39:14 2006
-@@ -665,7 +665,7 @@ will be the open socket to the child.
- 
- =back
- 
--=BUGS
-+=head1 BUGS
- 
- Tests don't seem to work on Win32.  Any ideas or patches would be welcome.
- 
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/p5-Net-Server/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   14 Sep 2004 23:43:59 -  1.6
+++ pkg/PLIST   4 Nov 2007 15:51:30 -
@@ -2,6 +2,7 @@
 ${P5SITE}/Net/
 ${P5SITE}/Net/Server/
 ${P5SITE}/Net/Server.pm
+${P5SITE}/Net/Server.pod
 ${P5SITE}/Net/Server/Daemonize.pm
 ${P5SITE}/Net/Server/Fork.pm
 ${P5SITE}/Net/Server/INET.pm



Re: UPDATE: x11/gtksourceview

2007-11-04 Thread Giovanni Bechis
WANTLIB fixed after gtk+2 update.
Comments ? Ok ?
 Giovanni
Index: Makefile
===
RCS file: /cvs/ports/x11/gtksourceview/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile15 Sep 2007 22:11:38 -  1.23
+++ Makefile4 Nov 2007 09:02:19 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.23 2007/09/15 22:11:38 merdely Exp $
 
 COMMENT=   text widget that extends GTK2's GtkTextView widget
-DISTNAME=  gtksourceview-1.8.5
-SHARED_LIBS += gtksourceview-1.01.1  # .0.0
+DISTNAME=  gtksourceview-2.0.1
+SHARED_LIBS += gtksourceview-2.02.0  # .0.0
 CATEGORIES=x11
 
 HOMEPAGE=  http://gtksourceview.sourceforge.net/
@@ -15,19 +15,19 @@
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
-   Xrender art_lgpl_2 atk-1.0 cairo expat fontconfig freetype \
+   Xrender atk-1.0 cairo expat fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
-   pangocairo-1.0 pangoft2-1.0 png z
+   pangocairo-1.0 pangoft2-1.0 pcre png z \
+   Xcomposite Xdamage
 
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/}
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtksourceview/2.0/}
 
 MODULES=   devel/gettext
 
 BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
 LIB_DEPENDS=   xml2:libxml-*:textproc/libxml \
gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2 \
-   gnomeprint-2-2::x11/gnome/libgnomeprint
+   :pcre-*:devel/pcre
 
 USE_X11=   Yes
 USE_GMAKE= Yes
Index: distinfo
===
RCS file: /cvs/ports/x11/gtksourceview/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo27 Apr 2007 22:47:59 -  1.6
+++ distinfo4 Nov 2007 09:02:19 -
@@ -1,5 +1,5 @@
-MD5 (gtksourceview-1.8.5.tar.bz2) = 3mffKUTBzMvC0LSnOOEQUA==
-RMD160 (gtksourceview-1.8.5.tar.bz2) = l4xZ1fmbrrXYucPBQkb/xIzhUPg=
-SHA1 (gtksourceview-1.8.5.tar.bz2) = TmG2zaBDxE3JGO3s0r2cz8VDjSw=
-SHA256 (gtksourceview-1.8.5.tar.bz2) = 
GcZXVFf7mXZPPnEZdQPkwnW9A+NSRa/hzztYTnC/D40=
-SIZE (gtksourceview-1.8.5.tar.bz2) = 785000
+MD5 (gtksourceview-2.0.1.tar.gz) = 4u/LjIitJIVefxCOYI8CVQ==
+RMD160 (gtksourceview-2.0.1.tar.gz) = ZqTbOmDNoB7qZvmd2xkOHjvGD2o=
+SHA1 (gtksourceview-2.0.1.tar.gz) = Pw2S28MfCeujZx3C1OtY+mjB57M=
+SHA256 (gtksourceview-2.0.1.tar.gz) = 
DdG+7u5Ld3SqLrFvxkLTX+t/5XcKfAZEbBEzyMYBCDQ=
+SIZE (gtksourceview-2.0.1.tar.gz) = 1640050
Index: pkg/PFRAG.shared
===
RCS file: /cvs/ports/x11/gtksourceview/pkg/PFRAG.shared,v
retrieving revision 1.4
diff -u -r1.4 PFRAG.shared
--- pkg/PFRAG.shared27 Dec 2005 23:12:24 -  1.4
+++ pkg/PFRAG.shared4 Nov 2007 09:02:19 -
@@ -1,2 +1,2 @@
 @comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/27 23:12:24 naddy Exp $
[EMAIL PROTECTED] lib/libgtksourceview-1.0.so.${LIBgtksourceview-1.0_VERSION}
[EMAIL PROTECTED] lib/libgtksourceview-2.0.so.${LIBgtksourceview-2.0_VERSION}
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/gtksourceview/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST   27 Apr 2007 22:47:59 -  1.6
+++ pkg/PLIST   4 Nov 2007 09:02:19 -
@@ -1,218 +1,246 @@
 @comment $OpenBSD: PLIST,v 1.6 2007/04/27 22:47:59 jasper Exp $
 %%SHARED%%
-include/gtksourceview-1.0/
-include/gtksourceview-1.0/gtksourceview/
-include/gtksourceview-1.0/gtksourceview/gtksourcebuffer.h
-include/gtksourceview-1.0/gtksourceview/gtksourceiter.h
-include/gtksourceview-1.0/gtksourceview/gtksourcelanguage.h
-include/gtksourceview-1.0/gtksourceview/gtksourcelanguagesmanager.h
-include/gtksourceview-1.0/gtksourceview/gtksourcemarker.h
-include/gtksourceview-1.0/gtksourceview/gtksourceprintjob.h
-include/gtksourceview-1.0/gtksourceview/gtksourcestylescheme.h
-include/gtksourceview-1.0/gtksourceview/gtksourcetag.h
-include/gtksourceview-1.0/gtksourceview/gtksourcetagstyle.h
-include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h
-include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h
-include/gtksourceview-1.0/gtksourceview/gtksourceview.h
-lib/libgtksourceview-1.0.a
-lib/libgtksourceview-1.0.la
+include/gtksourceview-2.0/
+include/gtksourceview-2.0/gtksourceview/
+include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h
+include/gtksourceview-2.0/gtksourceview/gtksourceiter.h
+include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h
+include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h
+include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h
+include/gtksourcevie

Re: UPDATE: x11/isomaster

2007-11-04 Thread Giovanni Bechis
WANTLIB fix after gtk+2 update.
  Cheers
   Giovanni
Index: Makefile
===
RCS file: /cvs/ports/x11/isomaster/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile3 Sep 2007 15:07:35 -   1.2
+++ Makefile4 Nov 2007 08:57:40 -
@@ -2,7 +2,7 @@
 
 COMMENT=   gui cd image editor
 
-DISTNAME=  isomaster-1.1
+DISTNAME=  isomaster-1.2
 PKGNAME=   ${DISTNAME}
 CATEGORIES=x11
 HOMEPAGE=  http://littlesvr.ca/isomaster/
@@ -24,7 +24,8 @@
 WANTLIB=   c iconv intl m X11 Xau Xcursor Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender expat fontconfig freetype \
atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
-   pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo z
+   pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo z \
+   Xcomposite Xdamage
 
 USE_X11=   Yes
 USE_GMAKE= Yes
Index: distinfo
===
RCS file: /cvs/ports/x11/isomaster/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo3 Sep 2007 15:07:35 -   1.2
+++ distinfo4 Nov 2007 08:57:40 -
@@ -1,5 +1,5 @@
-MD5 (isomaster-1.1.tar.bz2) = 8cVM8W/7zjCy+XzcIe0PmQ==
-RMD160 (isomaster-1.1.tar.bz2) = XgUOD59mNnD7qjMo/aqXTuSmF/s=
-SHA1 (isomaster-1.1.tar.bz2) = lDjELzZ1p+S+5oTF7qws4opQkeA=
-SHA256 (isomaster-1.1.tar.bz2) = 7+RdmSfFiYNh/W5JyAm02jYV+ZYJutB+3uCHFw+VtSs=
-SIZE (isomaster-1.1.tar.bz2) = 167869
+MD5 (isomaster-1.2.tar.bz2) = rPqSJv9DWIZbgzYsXcB9ew==
+RMD160 (isomaster-1.2.tar.bz2) = QRrJiRGmCA3/rvWoM1OUXa7w81A=
+SHA1 (isomaster-1.2.tar.bz2) = kvqMw55aFpDTgcbjpYwMhtQwCcs=
+SHA256 (isomaster-1.2.tar.bz2) = YJQyMeZKtOn38aBt0ZVXCWy5h7L15nBkIGMMkNyRGk0=
+SIZE (isomaster-1.2.tar.bz2) = 183654
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/x11/isomaster/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- patches/patch-Makefile  3 Sep 2007 15:07:35 -   1.2
+++ patches/patch-Makefile  4 Nov 2007 08:57:40 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.2 2007/09/03 15:07:35 kili Exp $
 Makefile.orig  Mon Aug 27 12:43:22 2007
-+++ Makefile   Sun Sep  2 11:15:09 2007
+--- Makefile.orig  Fri Oct 19 00:27:00 2007
 Makefile   Sun Oct 28 11:02:26 2007
 @@ -1,5 +1,5 @@
  # Other paths are relative to this.
 -PREFIX ?= /usr/local
@@ -17,6 +17,15 @@
  
  # Where to install the .desktop file
  DESKTOPPATH ?= $(PREFIX)/share/applications
+@@ -62,7 +62,7 @@ all: translations isomaster.desktop isomaster
+ 
+ isomaster: $(OBJECTS) lib iniparser
+   @echo 'Linking isomaster'
+-  @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) 
$(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
++  @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) 
$(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
+ 
+ # static pattern rule
+ $(OBJECTS): %.o: %.c bk/bk.h Makefile
 @@ -95,22 +95,22 @@ endif
  # for info about DESTDIR see 
http://www.gnu.org/prep/standards/html_node/DESTDIR.html
  
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/isomaster/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   3 Sep 2007 15:07:35 -   1.2
+++ pkg/PLIST   4 Nov 2007 08:57:40 -
@@ -33,12 +33,18 @@
 share/locale/fi/
 share/locale/fi/LC_MESSAGES/
 share/locale/fi/LC_MESSAGES/isomaster.mo
+share/locale/fo/
+share/locale/fo/LC_MESSAGES/
+share/locale/fo/LC_MESSAGES/isomaster.mo
 share/locale/fr/
 share/locale/fr/LC_MESSAGES/
 share/locale/fr/LC_MESSAGES/isomaster.mo
 share/locale/hr/
 share/locale/hr/LC_MESSAGES/
 share/locale/hr/LC_MESSAGES/isomaster.mo
+share/locale/hu/
+share/locale/hu/LC_MESSAGES/
+share/locale/hu/LC_MESSAGES/isomaster.mo
 share/locale/it/
 share/locale/it/LC_MESSAGES/
 share/locale/it/LC_MESSAGES/isomaster.mo
@@ -66,6 +72,9 @@
 share/locale/sk/
 share/locale/sk/LC_MESSAGES/
 share/locale/sk/LC_MESSAGES/isomaster.mo
+share/locale/sl/
+share/locale/sl/LC_MESSAGES/
+share/locale/sl/LC_MESSAGES/isomaster.mo
 share/locale/sq/
 share/locale/sq/LC_MESSAGES/
 share/locale/sq/LC_MESSAGES/isomaster.mo