[31222] trunk/dports/textproc/libthai
takanori at macports.org
takanori at macports.org
Sun Nov 18 10:50:58 PST 2007
Revision: 31222
http://trac.macosforge.org/projects/macports/changeset/31222
Author: takanori at macports.org
Date: 2007-11-18 10:50:57 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
Added missing patch file.
Modified Paths:
--------------
trunk/dports/textproc/libthai/Portfile
Added Paths:
-----------
trunk/dports/textproc/libthai/files/
trunk/dports/textproc/libthai/files/patch-src_Makefile.in.diff
Modified: trunk/dports/textproc/libthai/Portfile
===================================================================
--- trunk/dports/textproc/libthai/Portfile 2007-11-18 18:50:07 UTC (rev 31221)
+++ trunk/dports/textproc/libthai/Portfile 2007-11-18 18:50:57 UTC (rev 31222)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name libthai
version 0.1.9
categories textproc
@@ -11,14 +12,16 @@
platforms darwin
homepage http://linux.thai.net/plone/TLWG/libthai/
master_sites http://linux.thai.net/pub/thailinux/software/libthai/
+patchfiles patch-src_Makefile.in.diff
checksums md5 7002d111b293f202d20b28aa2b4ed68f \
sha1 236c3af13dc08c364a1d623705cd2e33877ac942 \
rmd160 68912107094969dd0297f94dbf0a770f3ff5fe01
-depends_lib port:libdatrie port:pkgconfig
+
+depends_lib port:libdatrie \
+ port:pkgconfig
+
worksrcdir ${name}-${version}
-patchfiles patch-src_Makefile.in
-
configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-doxygen-doc
test.run yes
@@ -29,7 +32,7 @@
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
}
-variant with_doxygen {
+variant with_doxygen description {Create and install API docs} {
depends_lib-append port:doxygen
configure.args-delete --disable-doxygen-doc
configure.args-append --with-html-docdir=${prefix}/share/doc/${name}/html
Added: trunk/dports/textproc/libthai/files/patch-src_Makefile.in.diff
===================================================================
--- trunk/dports/textproc/libthai/files/patch-src_Makefile.in.diff (rev 0)
+++ trunk/dports/textproc/libthai/files/patch-src_Makefile.in.diff 2007-11-18 18:50:57 UTC (rev 31222)
@@ -0,0 +1,12 @@
+--- src/Makefile.in.orig 2007-06-15 13:33:26.000000000 +0900
++++ src/Makefile.in 2007-10-17 22:34:05.000000000 +0900
+@@ -229,8 +229,7 @@
+ $(top_builddir)/src/thwbrk/libthwbrk.la
+
+ libthai_la_LDFLAGS = -no-undefined \
+- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
+- -export-symbols $(srcdir)/libthai.def
++ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
+ all: all-recursive
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/b7dcfab4/attachment.html
More information about the macports-changes
mailing list