[47124] trunk/dports/textproc/sword

jmr at macports.org jmr at macports.org
Sun Feb 22 04:33:52 PST 2009


Revision: 47124
          http://trac.macports.org/changeset/47124
Author:   jmr at macports.org
Date:     2009-02-22 04:33:51 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
sword: install missing header file as in upstream svn (#18580), enable icu support as per recommended defaults.

Modified Paths:
--------------
    trunk/dports/textproc/sword/Portfile

Added Paths:
-----------
    trunk/dports/textproc/sword/files/
    trunk/dports/textproc/sword/files/patch-include_Makefile.am.diff

Modified: trunk/dports/textproc/sword/Portfile
===================================================================
--- trunk/dports/textproc/sword/Portfile	2009-02-22 11:50:35 UTC (rev 47123)
+++ trunk/dports/textproc/sword/Portfile	2009-02-22 12:33:51 UTC (rev 47124)
@@ -5,6 +5,7 @@
 
 name            sword
 version         1.5.11
+revision        1
 categories      textproc
 maintainers     nomaintainer
 description     cross-platform API/library for Bible software
@@ -25,14 +26,17 @@
                 port:libtool \
                 port:pkgconfig
 depends_lib     port:curl \
+                port:icu \
                 port:openssl \
                 port:zlib
 
+patchfiles      patch-include_Makefile.am.diff
+
 pre-configure {
     system "cd ${worksrcpath} && env LTIZE=${prefix}/bin/glibtoolize ./autogen.sh"
 }
 configure.args  --with-zlib --with-conf --with-curl \
-                --without-icu --without-clucene
+                --with-icu --without-clucene
 
 use_parallel_build yes
 

Added: trunk/dports/textproc/sword/files/patch-include_Makefile.am.diff
===================================================================
--- trunk/dports/textproc/sword/files/patch-include_Makefile.am.diff	                        (rev 0)
+++ trunk/dports/textproc/sword/files/patch-include_Makefile.am.diff	2009-02-22 12:33:51 UTC (rev 47124)
@@ -0,0 +1,10 @@
+--- include/Makefile.am.orig	2007-03-04 07:00:07.000000000 +1100
++++ include/Makefile.am	2009-02-21 21:00:31.000000000 +1100
+@@ -125,6 +125,7 @@
+ 
+ pkginclude_HEADERS += $(swincludedir)/teiplain.h
+ pkginclude_HEADERS += $(swincludedir)/teirtf.h
++pkginclude_HEADERS += $(swincludedir)/teihtmlhref.h
+ 
+ pkginclude_HEADERS += $(swincludedir)/treekey.h
+ pkginclude_HEADERS += $(swincludedir)/treekeyidx.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/0d11889c/attachment-0001.html>


More information about the macports-changes mailing list