Re: editors/abiword diff

2008-02-19 Thread Andreas Kahari
The patch applies and the port now builds, installs, and runs again on i386.

Thanks,
Andreas

On 14/02/2008, Tim van der Molen [EMAIL PROTECTED] wrote:
 Hello,

 This diff unbreaks editors/abiword since x11/gnome/libgnomeprint no
 longer depends on devel/popt. It also adds gailutil to WANTLIB.

 Regards,
 Tim

 Index: Makefile
 ===
 RCS file: /cvs/ports/editors/abiword/Makefile,v
 retrieving revision 1.65
 diff -u -r1.65 Makefile
 --- Makefile15 Dec 2007 20:32:57 -  1.65
 +++ Makefile14 Feb 2008 16:50:06 -
 @@ -5,7 +5,7 @@
  VERSION=   2.4.6
  MAJORVER=  ${VERSION:C/..$//}
  DISTNAME=  abiword-${VERSION}
 -PKGNAME=   ${DISTNAME}p2
 +PKGNAME=   ${DISTNAME}p3
  CATEGORIES=editors

  HOMEPAGE=  http://www.abisource.com/
 @@ -14,6 +14,7 @@

  RUN_DEPENDS=   :desktop-file-utils-*:devel/desktop-file-utils
  LIB_DEPENDS=   fribidi::devel/fribidi \
 +   popt::devel/popt \
 gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
 gnomeprintui-2-2::x11/gnome/libgnomeprintui

 @@ -25,10 +26,10 @@

  WANTLIB=   ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c Xrandr \
 Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
 -   expat fontconfig freetype glade-2.0 glib-2.0 gmodule-2.0 \
 -   gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
 +   expat fontconfig freetype gailutil glade-2.0 glib-2.0 \
 +   gmodule-2.0 gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
 gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \
 -   pangoft2-1.0 pangoxft-1.0 png popt pthread stdc++ \
 +   pangoft2-1.0 pangoxft-1.0 png pthread stdc++ \
 xml2.=9 z

  MASTER_SITES=   ${HOMEPAGE}/downloads/abiword/${VERSION}/source/




-- 
Andreas Kahari
Somewhere in the general Cambridge area, UK



Re: editors/abiword diff

2008-02-19 Thread Mike Erdely
On Thu, Feb 14, 2008 at 05:55:48PM +0100, Tim van der Molen wrote:
 This diff unbreaks editors/abiword since x11/gnome/libgnomeprint no
 longer depends on devel/popt. It also adds gailutil to WANTLIB.

Thanks for the diff.  Committed.

-ME



editors/abiword diff

2008-02-14 Thread Tim van der Molen
Hello,

This diff unbreaks editors/abiword since x11/gnome/libgnomeprint no
longer depends on devel/popt. It also adds gailutil to WANTLIB.

Regards,
Tim

Index: Makefile
===
RCS file: /cvs/ports/editors/abiword/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- Makefile15 Dec 2007 20:32:57 -  1.65
+++ Makefile14 Feb 2008 16:50:06 -
@@ -5,7 +5,7 @@
 VERSION=   2.4.6
 MAJORVER=  ${VERSION:C/..$//}
 DISTNAME=  abiword-${VERSION}
-PKGNAME=   ${DISTNAME}p2
+PKGNAME=   ${DISTNAME}p3
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.abisource.com/
@@ -14,6 +14,7 @@
 
 RUN_DEPENDS=   :desktop-file-utils-*:devel/desktop-file-utils
 LIB_DEPENDS=   fribidi::devel/fribidi \
+   popt::devel/popt \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
 
@@ -25,10 +26,10 @@
 
 WANTLIB=   ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c Xrandr \
Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
-   expat fontconfig freetype glade-2.0 glib-2.0 gmodule-2.0 \
-   gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
+   expat fontconfig freetype gailutil glade-2.0 glib-2.0 \
+   gmodule-2.0 gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \
-   pangoft2-1.0 pangoxft-1.0 png popt pthread stdc++ \
+   pangoft2-1.0 pangoxft-1.0 png pthread stdc++ \
xml2.=9 z
 
 MASTER_SITES=   ${HOMEPAGE}/downloads/abiword/${VERSION}/source/