On Thu, Nov 24, 2005 at 03:43:58PM +0000, Antoine Jacoutot wrote:
> Selon steven mestdagh <[EMAIL PROTECTED]>:
> > then you are probably not -current or don't have the gettext package in
> > your local packages dir. this is the only change needed in PLIST
> 
> Well, I'm using the most current snapshot available for i386 and available via
> ftp (I updated everything this morning before updating the port).
> Anyway, besides that, everything looks fine, right ?

Yes, I tested sparc64 and i386, didn't spot any problems with it, but I
don't use this program. Can someone ok this diff?


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/cssed/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    15 Nov 2005 21:14:27 -0000      1.3
+++ Makefile    24 Nov 2005 15:18:31 -0000
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2005/11/15 21:14:27 wilfried Exp $
+# $OpenBSD: Makefile,v 1.2 2005/10/29 12:12:04 alek Exp $
 
 COMMENT=       "CSS editor"
 
-DISTNAME=      cssed-0.3.0
-PKGNAME=       ${DISTNAME}p1
-CATEGORIES=    www
+DISTNAME=      cssed-0.4.0
+CATEGORIES=    www editors
 
 HOMEPAGE=      http://cssed.sourceforge.net/
 
@@ -19,19 +18,22 @@
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cssed/}
 
 WANTLIB=       c freetype pthread stdc++ m X11 fontconfig \
-               gthread-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
-               gobject-2.0.0.0 atk-1.0.0.0 cairo pango-1.0.0.0 \
-               pangocairo-1.0.0.0 pangoft2-1.0.0.0
+               z gthread-2.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
+               gobject-2.0.0.0 pangoft2-1.0.0.0 cairo \
+               pangocairo-1.0.0.0 pango-1.0.0.0 atk-1.0.0.0
 
 BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
 LIB_DEPENDS=   
gtk-x11-2.0.600.10,gdk_pixbuf-2.0.600.0,gdk-x11-2.0.600.0::x11/gtk+2 \
-               expat.4::textproc/expat
+               xml2.8::textproc/libxml
 
 MODULES=       devel/gettext
 
 CONFIGURE_STYLE=gnu
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=--with-help-menus
+CONFIGURE_ARGS=        --with-help-menus \
+               --with-plugin-headers \
+               --without-terminal \
+               --without-ipc-queue
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/cssed/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    22 Oct 2005 12:37:32 -0000      1.1.1.1
+++ distinfo    24 Nov 2005 15:18:31 -0000
@@ -1,4 +1,4 @@
-MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
-RMD160 (cssed-0.3.0.tar.gz) = cb8735852c6405186fd91f3e96eb96d5ba04bc22
-SHA1 (cssed-0.3.0.tar.gz) = f6723ed25b7601a7aa9f17723449b953c59552da
-SIZE (cssed-0.3.0.tar.gz) = 872421
+MD5 (cssed-0.4.0.tar.gz) = ff7c818d1f819b7d76b4f714be64e08e
+RMD160 (cssed-0.4.0.tar.gz) = 91bd22facdf40298d54bac83cc126740a1a077d8
+SHA1 (cssed-0.4.0.tar.gz) = 98ca1bcca97ee22516ca18ebfd832a48efb80e77
+SIZE (cssed-0.4.0.tar.gz) = 1457946
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/cssed/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   22 Oct 2005 12:37:32 -0000      1.1.1.1
+++ pkg/PLIST   24 Nov 2005 15:18:31 -0000
@@ -47,6 +47,7 @@
 share/cssed/pixmaps/validate_dump.png
 share/cssed/pixmaps/validate_dump_menu.png
 share/cssed/pixmaps/validate_menu.png
+share/locale/ca/LC_MESSAGES/cssed.mo
 share/locale/de/LC_MESSAGES/cssed.mo
 share/locale/es/LC_MESSAGES/cssed.mo
 share/locale/fr/LC_MESSAGES/cssed.mo

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to