Ticket #19741: patch-enchant.diff
File patch-enchant.diff, 1.7 KB (added by dbevans (David B. Evans), 15 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name enchant 5 version 1. 4.26 version 1.5.0 6 7 categories textproc devel 7 8 maintainers kix.in:anant 8 9 description Spellchecker wrapping library 9 homepage http://www.abisource.com/enchant/10 homepage http://www.abisource.com/enchant/ 10 11 platforms darwin 11 12 12 13 long_description On the surface, Enchant appears to be a generic spell checking library.\ … … 17 18 18 19 master_sites http://www.abisource.com/downloads/${name}/${version}/ 19 20 20 checksums md5 fe4558269ff59f569ab9581c907d58cb\21 sha1 75cb0ab7b4e9d43c12bfe6daabf99fde6f06ad4b\22 rmd160 d3dab04a9c4182ae316ce5156dca43e48eda85e6 21 checksums md5 7dfaed14e142b4a0004b770c9568ed02 \ 22 sha1 44e10feb9942324f603d84211599f4f5303d8c0e \ 23 rmd160 7eb98a0ca56b1a35e32ff58f794eff05f7147b85 23 24 24 depends_lib port:glib2 25 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ 26 port:aspell \ 27 port:hunspell 28 25 29 depends_build bin:glibtoolize:libtool \ 26 30 port:pkgconfig 27 31 28 32 configure.args --mandir=${prefix}/share/man 29 33 30 pre-configure {31 # cd ${worksrcpath}32 # system "aclocal -Iac-helpers/"33 # system "automake --add-missing"34 # system "glibtoolize --force --copy"35 # system "cp /usr/share/automake-1.6/config.guess ."36 # system "cp /usr/share/automake-1.6/config.sub ."37 # system "autoconf"38 }39 40 34 livecheck.check regex 41 35 livecheck.url http://www.abisource.com/downloads/${name}/ 42 36 livecheck.regex {"(\d+(?:\.\d+)*)/"}