[31221] trunk/dports/devel/libdatrie
takanori at macports.org
takanori at macports.org
Sun Nov 18 10:50:08 PST 2007
Revision: 31221
http://trac.macosforge.org/projects/macports/changeset/31221
Author: takanori at macports.org
Date: 2007-11-18 10:50:07 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
Added missing patch file.
Modified Paths:
--------------
trunk/dports/devel/libdatrie/Portfile
Added Paths:
-----------
trunk/dports/devel/libdatrie/files/
trunk/dports/devel/libdatrie/files/patch-datrie_Makefile.in.diff
Modified: trunk/dports/devel/libdatrie/Portfile
===================================================================
--- trunk/dports/devel/libdatrie/Portfile 2007-11-18 18:24:38 UTC (rev 31220)
+++ trunk/dports/devel/libdatrie/Portfile 2007-11-18 18:50:07 UTC (rev 31221)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name libdatrie
version 0.1.2
categories devel
@@ -13,13 +14,13 @@
master_sites http://ftp.yz.yamagata-u.ac.jp/debian/pool/main/libd/libdatrie/ \
http://ftp.debian.org/debian/pool/main/libd/libdatrie/
distname ${name}_${version}.orig
+patchfiles patch-datrie_Makefile.in.diff
checksums md5 3eaedd5452149e11547a0dc74ee3fcfd \
sha1 cffda60f9f5a51a256273c72c5abed0448a6df4c \
rmd160 6bf5155b282974a4b6cd1bfadd87139b33710f49
+
worksrcdir ${name}-${version}
-patchfiles patch-datrie_Makefile.in
-
configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-doxygen-doc
test.run yes
@@ -30,7 +31,7 @@
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${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/devel/libdatrie/files/patch-datrie_Makefile.in.diff
===================================================================
--- trunk/dports/devel/libdatrie/files/patch-datrie_Makefile.in.diff (rev 0)
+++ trunk/dports/devel/libdatrie/files/patch-datrie_Makefile.in.diff 2007-11-18 18:50:07 UTC (rev 31221)
@@ -0,0 +1,12 @@
+--- datrie/Makefile.in.orig 2007-08-25 16:07:24.000000000 +0900
++++ datrie/Makefile.in 2007-10-17 22:19:07.000000000 +0900
+@@ -217,8 +217,7 @@
+ sb-trie.c
+
+ libdatrie_la_LDFLAGS = -no-undefined \
+- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
+- -export-symbols $(srcdir)/libdatrie.def
++ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
+ all: all-am
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/320deaf9/attachment-0001.html
More information about the macports-changes
mailing list