[44048] trunk/dports/editors/abiword-x11

jmr at macports.org jmr at macports.org
Fri Dec 19 18:36:47 PST 2008


Revision: 44048
          http://trac.macports.org/changeset/44048
Author:   jmr at macports.org
Date:     2008-12-19 18:36:47 -0800 (Fri, 19 Dec 2008)
Log Message:
-----------
abiword-x11: update to 2.6.5

Modified Paths:
--------------
    trunk/dports/editors/abiword-x11/Portfile

Added Paths:
-----------
    trunk/dports/editors/abiword-x11/files/
    trunk/dports/editors/abiword-x11/files/patch-configure.diff

Modified: trunk/dports/editors/abiword-x11/Portfile
===================================================================
--- trunk/dports/editors/abiword-x11/Portfile	2008-12-19 23:51:48 UTC (rev 44047)
+++ trunk/dports/editors/abiword-x11/Portfile	2008-12-20 02:36:47 UTC (rev 44048)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		abiword-x11
-version		2.4.6
+version		2.6.5
 description	A word processor with gnome support.
 long_description        A word processor with gnome support.
 maintainers	nomaintainer
@@ -12,32 +12,44 @@
 homepage	http://www.abisource.com/
 master_sites    \
 	http://www.abisource.org/downloads/abiword/${version}/source \
+	http://www.nl.abisource.com/downloads/abiword/${version}/source \
 	http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles
-checksums	md5 8ed5fb282b9741aca75b9e47500d39a1 \
-		sha1 3011d221d09336f09f4bb0732add3405961a8623 \
-		rmd160 ca56800d811b3aca0af6b2fb6cd70cbea29ab792
+checksums	md5 edce76a1da515dfc102a0e030f722002 \
+		sha1 f848e82bcda6b0ece5ce206b516a475af9aa5fa7 \
+		rmd160 406c1dd6a84bfcf8111d39b23e0a4d3361eda87e
 distname	abiword-${version}
-use_bzip2	yes
-dist_subdir	abiword
-worksrcdir	${distname}/abi
+
+patchfiles  patch-configure.diff
+
 depends_lib	\
+   	port:enchant \
+   	port:expat \
+   	port:fontconfig \
+   	port:fribidi \
 	port:gnome-platform-suite \
-	port:zlib \
-	port:fribidi \
-	port:fontconfig \
-	port:libgnomeprintui
+	port:ImageMagick \
+	port:jpeg \
+	port:libgnomeprintui \
+	port:libiconv \
+	port:libpng \
+	port:popt \
+	port:wv \
+	port:zlib
 
-configure.cppflags-append	"-L${prefix}/lib"
-configure.cflags-append		"-no-cpp-precomp"
-
 configure.args	\
 	--disable-Cocoa \
 	--disable-Carbon \
 	--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
-	
-build.target	{}
 
 variant without_gnome description {Disable GNOME support} {
 	configure.args-delete	--enable-gnome

Added: trunk/dports/editors/abiword-x11/files/patch-configure.diff
===================================================================
--- trunk/dports/editors/abiword-x11/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/editors/abiword-x11/files/patch-configure.diff	2008-12-20 02:36:47 UTC (rev 44048)
@@ -0,0 +1,11 @@
+--- configure.orig	2008-11-24 05:17:26.000000000 +1100
++++ configure	2008-12-20 13:16:09.000000000 +1100
+@@ -4921,7 +4921,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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081219/411b73f2/attachment.html>


More information about the macports-changes mailing list