[71804] trunk/dports/editors/abiword-x11
devans at macports.org
devans at macports.org
Thu Sep 23 12:57:06 PDT 2010
Revision: 71804
http://trac.macports.org/changeset/71804
Author: devans at macports.org
Date: 2010-09-23 12:57:05 -0700 (Thu, 23 Sep 2010)
Log Message:
-----------
abiword-x11: udpate to version 2.8.6, configuration, dependencies.
Modified Paths:
--------------
trunk/dports/editors/abiword-x11/Portfile
trunk/dports/editors/abiword-x11/files/patch-configure.diff
Modified: trunk/dports/editors/abiword-x11/Portfile
===================================================================
--- trunk/dports/editors/abiword-x11/Portfile 2010-09-23 18:55:46 UTC (rev 71803)
+++ trunk/dports/editors/abiword-x11/Portfile 2010-09-23 19:57:05 UTC (rev 71804)
@@ -5,66 +5,34 @@
name abiword-x11
set dname abiword
-version 2.6.8
+version 2.8.6
description A word processor with gnome support.
long_description A word processor with gnome support.
maintainers nomaintainer
categories editors textproc gnome
platforms darwin
homepage http://www.abisource.com/
-master_sites \
- http://www.abisource.org/downloads/${dname}/${version}/source \
- http://www.nl.abisource.com/downloads/${dname}/${version}/source
+master_sites http://www.abisource.org/downloads/${dname}/${version}/source \
+ http://www.nl.abisource.com/downloads/${dname}/${version}/source
-checksums md5 fab04d8ef999c303f720197adf261310 \
- sha1 fc979982edc3445385705afdb1e2ebb1fa53a4f6 \
- rmd160 8fcf455a5226a5525b9a89f88c9916b20e973607
+checksums md5 f883b0a7f26229a9c66fd6a1a94381aa \
+ sha1 998f69d038000b3fc027d4259548f02d67c8d0df \
+ rmd160 caabab25d197f9553ea12376de36fc7f5a771a58
distname ${dname}-${version}
patchfiles patch-configure.diff
-depends_lib \
- port:gtk2 \
- port:libglade2 \
- port:libgsf \
- port:libgnomeui \
- port:libgnomeprintui \
- port:fribidi \
- port:wv \
- port:ImageMagick \
- port:enchant
+depends_build port:pkgconfig
-configure.args \
- --disable-Cocoa \
- --disable-Carbon \
- --x-includes=${prefix}/include \
- --x-libraries=${prefix}/lib \
- --mandir=${prefix}/share/man \
- --with-expat=${prefix} \
- --with-fribidi=${prefix} \
- --with-ImageMagick=${prefix} \
- --with-libiconv=${prefix} \
- --with-libjpeg-prefix=${prefix} \
- --with-libpng=${prefix} \
- --with-popt=${prefix} \
- --with-zlib=${prefix} \
- --without-epath \
- --enable-gnome
+depends_lib port:libgnomeui \
+ port:libgsf \
+ port:fribidi \
+ port:wv \
+ port:enchant
-variant without_gnome description {Disable GNOME support} {
- configure.args-delete --enable-gnome
- depends_lib-delete \
- port:libgnomeui \
- port:libgnomeprintui
-}
+configure.args --disable-default-plugins
-platform darwin 9 {
- post-patch {
- reinplace "s|#define ICONV_CONST const|#define ICONV_CONST|g" ${worksrcpath}/src/af/util/xp/ut_iconv.cpp
- }
-}
-
livecheck.type regex
livecheck.url http://www.abisource.com/downloads/${dname}/
livecheck.regex ">(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)/<"
Modified: trunk/dports/editors/abiword-x11/files/patch-configure.diff
===================================================================
--- trunk/dports/editors/abiword-x11/files/patch-configure.diff 2010-09-23 18:55:46 UTC (rev 71803)
+++ trunk/dports/editors/abiword-x11/files/patch-configure.diff 2010-09-23 19:57:05 UTC (rev 71804)
@@ -1,11 +1,17 @@
---- configure.orig 2009-03-09 07:35:36.000000000 -0700
-+++ configure 2009-07-06 12:37:55.000000000 -0700
-@@ -5097,7 +5097,7 @@
- WARNING_CFLAGS=""
- ;;
- *BSD|DragonFly)
-- WARNING_CFLAGS="-Wall -pedantic -D_BSD_SOURCE -pipe" #-ansi
-+ WARNING_CFLAGS="-Wall -D_BSD_SOURCE -pipe" #-ansi
- ;;
- IRIX*)
- case "$GCC" in
+--- configure.orig 2010-09-23 10:03:49.000000000 -0700
++++ configure 2010-09-23 10:04:57.000000000 -0700
+@@ -15745,10 +15745,10 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for platform and toolkit" >&5
+ $as_echo_n "checking for platform and toolkit... " >&6; }
+ case ${host_os} in
+- *darwin*)
+- PLATFORM="unix"
+- TOOLKIT="cocoa"
+- ;;
++# *darwin*)
++# PLATFORM="unix"
++# TOOLKIT="cocoa"
++# ;;
+ *mingw*)
+ PLATFORM="win"
+ TOOLKIT="win"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100923/9fca0143/attachment.html>
More information about the macports-changes
mailing list