diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-09 01:16:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-09 01:16:55 +0800 |
commit | 18a3c0baa0584ae65af1a24d4296b8e1cb147c4e (patch) | |
tree | 1c89e343bf02c3c44f49e103e053b48f3d281c80 /textproc | |
parent | eaf7662f878ccaad0e9f6af583e19235f6f1d1ad (diff) | |
download | freebsd-ports-graphics-18a3c0baa0584ae65af1a24d4296b8e1cb147c4e.tar.gz freebsd-ports-graphics-18a3c0baa0584ae65af1a24d4296b8e1cb147c4e.tar.zst freebsd-ports-graphics-18a3c0baa0584ae65af1a24d4296b8e1cb147c4e.zip |
Update to 0.33.7
PR: 29448
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 9 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/aspell/files/patch-ah | 26 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 3 |
4 files changed, 10 insertions, 30 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index e4a91209c5b..4cbafb52aeb 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aspell -PORTVERSION= 0.33.6.3 +PORTVERSION= 0.33.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,9 +21,12 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-dict-dir=${PREFIX}/share/aspell \ - --enable-doc-dir=${PREFIX}/share/doc/aspell +CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ + --enable-doc-dir=${DOCSDIR} MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes +pre-build: + @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool + .include <bsd.port.mk> diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index edf55bfa1f2..b75ed288c05 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1 +1 @@ -MD5 (aspell-.33.6.3.tar.gz) = 2b316945f11f955d7781f37a6f0735ba +MD5 (aspell-.33.7.tar.gz) = 5d26bcc1933f555390bcad57c1b34fa2 diff --git a/textproc/aspell/files/patch-ah b/textproc/aspell/files/patch-ah deleted file mode 100644 index a1886a062e0..00000000000 --- a/textproc/aspell/files/patch-ah +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Jan 25 09:42:03 2001 -+++ configure Sat Feb 17 06:18:28 2001 -@@ -2276,7 +2276,7 @@ - deplibs_check_method="$deplibs_check_method" \ - file_magic_cmd="$file_magic_cmd" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ ----build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ -+--build="$build" $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } - CC="$lt_save_CC" - CFLAGS="$lt_save_CFLAGS" -@@ -2798,10 +2798,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 73881fa0d5c..767d331c70b 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -89,9 +89,11 @@ include/aspell/vector_hash-t.hh include/aspell/vector_hash.hh include/aspell/weights.hh lib/libaspell.a +lib/libaspell.la lib/libaspell.so lib/libaspell.so.11 lib/libpspell_aspell.a +lib/libpspell_aspell.la lib/libpspell_aspell.so lib/libpspell_aspell.so.2 share/aspell/ASCII.dat @@ -158,6 +160,7 @@ share/aspell/viscii.map %%PORTDOCS%%share/doc/aspell/man-html/E_Glossary.html %%PORTDOCS%%share/doc/aspell/man-html/F_Copyright.html %%PORTDOCS%%share/doc/aspell/man-html/contents.png +%%PORTDOCS%%share/doc/aspell/man-html/crossref.png %%PORTDOCS%%share/doc/aspell/man-html/index.html %%PORTDOCS%%share/doc/aspell/man-html/manual.css %%PORTDOCS%%share/doc/aspell/man-html/manual.html |