[72747] trunk/dports/x11/xorg-libXaw/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 25 12:43:16 PDT 2010


Revision: 72747
          http://trac.macports.org/changeset/72747
Author:   jeremyhu at macports.org
Date:     2010-10-25 12:43:13 -0700 (Mon, 25 Oct 2010)
Log Message:
-----------
xorg-libXaw: Bump to 1.0.8

Modified Paths:
--------------
    trunk/dports/x11/xorg-libXaw/Portfile

Modified: trunk/dports/x11/xorg-libXaw/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXaw/Portfile	2010-10-25 18:39:55 UTC (rev 72746)
+++ trunk/dports/x11/xorg-libXaw/Portfile	2010-10-25 19:43:13 UTC (rev 72747)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            xorg-libXaw
-version         1.0.7
+version         1.0.8
 categories      x11 devel
 maintainers     jeremyhu openmaintainer
 description     X.org libXaw
@@ -13,14 +13,15 @@
 master_sites     http://xorg.freedesktop.org/archive/individual/lib/
 
 distname    libXaw-${version}
-checksums           md5     815e74de989ccda684e2baf8d12cf519 \
-                    sha1    0e5effe33c4c44d960132e3dd50370134a28f8b2 \
-                    rmd160  2f4f7fb82bf7b2769a38107846d2db008da2d1d8
+checksums           md5     030fced589e9128c3cf57564d4a2e1ab \
+                    sha1    b33192f2f9c2d2ee6570eda9199a60bd5f1515d1 \
+                    rmd160  c6252c6ab2f23c3b37698f03a92399e1bf63346b
 
 use_bzip2   yes
 use_parallel_build      yes
 
 depends_build   port:pkgconfig \
+                port:xorg-util-macros \
                 port:groff
 
 depends_lib     port:xorg-libsm \
@@ -29,12 +30,42 @@
                 port:xpm \
                 port:xorg-libXt
 
-# 1.7.x borks #20145
-configure.cppflags-append  {} 
+patchfiles 0001-Move-I-CFLAGS-to-CPPFLAGS.patch
+patch.pre_args -p1
 
-# Delete this, so it searches its own headers first rather than installed ones
-configure.cppflags-delete -I${prefix}/include
+use_autoreconf yes
+autoreconf.args -fvi
 
+configure.args \
+        --disable-specs \
+        --without-xmlto \
+        --without-fop
+
+variant docs description "Install extra documentation" {
+	depends_build-append \
+		port:fop \
+		port:xmlto \
+		port:xorg-sgml-doctools
+
+	depends_skip_archcheck-append \
+		fop \
+		xmlto
+
+	configure.args-delete \
+		--without-fop \
+		--without-xmlto \
+		--disable-specs
+
+	configure.args-append \
+		--with-fop \
+		--with-xmlto \
+		--enable-specs
+
+	configure.env-append \
+		FOP="${prefix}/bin/fop" \
+		XMLTO="${prefix}/bin/xmlto"
+}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex libXaw-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101025/610fa221/attachment.html>


More information about the macports-changes mailing list