mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 0.33
PR: 25150 Submitted by: Ports Fury
This commit is contained in:
parent
fd2ab5d1e8
commit
1657b8c95d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38466
6 changed files with 121 additions and 120 deletions
|
@ -6,22 +6,24 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= aspell
|
PORTNAME= aspell
|
||||||
PORTVERSION= 0.32.5
|
PORTVERSION= 0.33
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}-.32.5
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
|
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
|
||||||
|
|
||||||
USE_NEWGCC= yes
|
USE_NEWGCC= yes
|
||||||
USE_LIBTOOL= yes
|
|
||||||
INSTALLS_SHLIB= yes
|
|
||||||
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
|
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
|
||||||
|
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (aspell-.32.5.tar.gz) = 15723a7a0373977c21536a3134d5b7d8
|
MD5 (aspell-.33.tar.gz) = 189073d9a29e924db41fc2aa8ac72ec7
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
--- manual/Makefile.in.orig Tue Jul 27 19:07:44 1999
|
|
||||||
+++ manual/Makefile.in Thu Aug 19 11:03:13 1999
|
|
||||||
@@ -85,7 +85,9 @@
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux
|
|
||||||
|
|
||||||
+ifndef NOPORTDOCS
|
|
||||||
SUBDIRS = man-html man-text
|
|
||||||
+endif
|
|
||||||
|
|
||||||
EXTRA_DIST = ${pkgdoc_DATA} html.sty html2txt.pl edit-man manual.per man-proc.pl
|
|
||||||
|
|
||||||
@@ -260,7 +262,11 @@
|
|
||||||
install-data: install-data-recursive
|
|
||||||
|
|
||||||
install-am: all-am
|
|
||||||
+ifndef NOPORTDOCS
|
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
||||||
+else
|
|
||||||
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
|
|
||||||
+endif
|
|
||||||
install: install-recursive
|
|
||||||
uninstall-am: uninstall-pkgdocDATA
|
|
||||||
uninstall: uninstall-recursive
|
|
|
@ -1,29 +1,26 @@
|
||||||
--- configure.orig Sat Jun 10 16:20:16 2000
|
--- configure.orig Thu Jan 25 09:42:03 2001
|
||||||
+++ configure Tue Jun 13 13:57:08 2000
|
+++ configure Sat Feb 17 06:18:28 2001
|
||||||
@@ -862,7 +862,7 @@
|
@@ -2276,7 +2276,7 @@
|
||||||
enableval="$enable_dict_dir"
|
deplibs_check_method="$deplibs_check_method" \
|
||||||
dictdir=$enable_dict_dir
|
file_magic_cmd="$file_magic_cmd" \
|
||||||
else
|
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
|
||||||
- dictdir=${libdir}/aspell
|
---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
|
||||||
+ dictdir=${datadir}/aspell
|
+--build="$build" $ac_aux_dir/ltmain.sh $host \
|
||||||
fi
|
|| { 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
|
||||||
|
|
||||||
@@ -872,7 +872,7 @@
|
echo creating "$ac_file"
|
||||||
enableval="$enable_doc_dir"
|
rm -f "$ac_file"
|
||||||
pkgdocdir=$enable_doc_dir
|
|
||||||
else
|
|
||||||
- pkgdocdir=\${prefix}/doc/aspell
|
|
||||||
+ pkgdocdir=\${prefix}/share/doc/aspell
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
@@ -2197,7 +2197,7 @@
|
|
||||||
objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
|
|
||||||
deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
|
|
||||||
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
|
||||||
-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \
|
|
||||||
+$libtool_flags --build="$build" $ac_aux_dir/ltmain.sh $lt_target \
|
|
||||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
|
||||||
|
|
||||||
# Reload cache, that may have been modified by ltconfig
|
|
||||||
|
|
15
textproc/aspell/files/patch-ak
Normal file
15
textproc/aspell/files/patch-ak
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- Makefile.in.orig Mon Jan 29 10:13:57 2001
|
||||||
|
+++ Makefile.in Fri Feb 16 19:58:25 2001
|
||||||
|
@@ -84,7 +84,11 @@
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
-SUBDIRS = util filter lib src data scripts manual pspell-module
|
||||||
|
+ifndef NOPORTDOCS
|
||||||
|
+MANUALSUBDIR = manual
|
||||||
|
+endif
|
||||||
|
+
|
||||||
|
+SUBDIRS = util filter lib src data scripts $(MANUALSUBDIR) pspell-module
|
||||||
|
|
||||||
|
EXTRA_DIST = TODO misc/* README-bin mkbindist.sh long_name_test.hh ltcf-c.sh ltcf-cxx.sh
|
||||||
|
|
|
@ -45,6 +45,7 @@ include/aspell/leditdist.hh
|
||||||
include/aspell/manager.hh
|
include/aspell/manager.hh
|
||||||
include/aspell/map_repl.hh
|
include/aspell/map_repl.hh
|
||||||
include/aspell/map_repl_read.hh
|
include/aspell/map_repl_read.hh
|
||||||
|
include/aspell/matrix.hh
|
||||||
include/aspell/object.hh
|
include/aspell/object.hh
|
||||||
include/aspell/phonet.hh
|
include/aspell/phonet.hh
|
||||||
include/aspell/phonetic.hh
|
include/aspell/phonetic.hh
|
||||||
|
@ -73,6 +74,7 @@ include/aspell/tl_string_map.hh
|
||||||
include/aspell/token.hh
|
include/aspell/token.hh
|
||||||
include/aspell/trim_space.hh
|
include/aspell/trim_space.hh
|
||||||
include/aspell/try_hard.hh
|
include/aspell/try_hard.hh
|
||||||
|
include/aspell/typo_editdist.hh
|
||||||
include/aspell/urlskip-t.hh
|
include/aspell/urlskip-t.hh
|
||||||
include/aspell/urlskip.hh
|
include/aspell/urlskip.hh
|
||||||
include/aspell/utf8-t.hh
|
include/aspell/utf8-t.hh
|
||||||
|
@ -82,30 +84,26 @@ include/aspell/vector_hash.hh
|
||||||
include/aspell/weights.hh
|
include/aspell/weights.hh
|
||||||
lib/libaspell.a
|
lib/libaspell.a
|
||||||
lib/libaspell.so
|
lib/libaspell.so
|
||||||
lib/libaspell.so.8
|
lib/libaspell.so.9
|
||||||
lib/libpspell_aspell.a
|
lib/libpspell_aspell.a
|
||||||
lib/libpspell_aspell.so
|
lib/libpspell_aspell.so
|
||||||
lib/libpspell_aspell.so.1
|
lib/libpspell_aspell.so.2
|
||||||
share/aspell/ASCII.dat
|
share/aspell/ASCII.dat
|
||||||
share/aspell/ASCII.map
|
share/aspell/ASCII.map
|
||||||
share/aspell/SGML.map
|
share/aspell/SGML.map
|
||||||
share/aspell/american-lrg-only
|
|
||||||
share/aspell/american-lrg.multi
|
|
||||||
share/aspell/american-med-only
|
share/aspell/american-med-only
|
||||||
share/aspell/american-med.multi
|
share/aspell/american-med.multi
|
||||||
share/aspell/american.multi
|
share/aspell/american.multi
|
||||||
share/aspell/british-lrg-only
|
|
||||||
share/aspell/british-lrg.multi
|
|
||||||
share/aspell/british-med-only
|
share/aspell/british-med-only
|
||||||
share/aspell/british-med.multi
|
share/aspell/british-med.multi
|
||||||
share/aspell/british.multi
|
share/aspell/british.multi
|
||||||
share/aspell/canadian-lrg-only
|
|
||||||
share/aspell/canadian-lrg.multi
|
|
||||||
share/aspell/canadian-med-only
|
share/aspell/canadian-med-only
|
||||||
share/aspell/canadian-med.multi
|
share/aspell/canadian-med.multi
|
||||||
share/aspell/canadian.multi
|
share/aspell/canadian.multi
|
||||||
share/aspell/english-lrg-only
|
|
||||||
share/aspell/english-med-only
|
share/aspell/english-med-only
|
||||||
|
share/aspell/english-variant-0
|
||||||
|
share/aspell/english-variant-1
|
||||||
|
share/aspell/english-variant-2
|
||||||
share/aspell/english.dat
|
share/aspell/english.dat
|
||||||
share/aspell/english.multi
|
share/aspell/english.multi
|
||||||
share/aspell/english_phonet.dat
|
share/aspell/english_phonet.dat
|
||||||
|
@ -133,65 +131,78 @@ share/aspell/ispell
|
||||||
share/aspell/koi8-f.dat
|
share/aspell/koi8-f.dat
|
||||||
share/aspell/koi8-r.dat
|
share/aspell/koi8-r.dat
|
||||||
share/aspell/spell
|
share/aspell/spell
|
||||||
|
share/aspell/standard.kbd
|
||||||
share/aspell/unicode.dat
|
share/aspell/unicode.dat
|
||||||
share/aspell/viscii.dat
|
share/aspell/viscii.dat
|
||||||
share/aspell/viscii.map
|
share/aspell/viscii.map
|
||||||
share/doc/aspell/man-html/1_Introduction.html
|
%%PORTDOCS%%share/doc/aspell/man-html/1_Introduction.html
|
||||||
share/doc/aspell/man-html/2_Getting.html
|
%%PORTDOCS%%share/doc/aspell/man-html/2_Getting.html
|
||||||
share/doc/aspell/man-html/3_Aspell.html
|
%%PORTDOCS%%share/doc/aspell/man-html/3_Aspell.html
|
||||||
share/doc/aspell/man-html/4_Library.html
|
%%PORTDOCS%%share/doc/aspell/man-html/3_Basic.html
|
||||||
share/doc/aspell/man-html/5_International.html
|
%%PORTDOCS%%share/doc/aspell/man-html/4_Advanced.html
|
||||||
share/doc/aspell/man-html/6_How.html
|
%%PORTDOCS%%share/doc/aspell/man-html/4_Library.html
|
||||||
share/doc/aspell/man-html/A_Changelog.html
|
%%PORTDOCS%%share/doc/aspell/man-html/4_Managing.html
|
||||||
share/doc/aspell/man-html/About_this.html
|
%%PORTDOCS%%share/doc/aspell/man-html/5_Customizing.html
|
||||||
share/doc/aspell/man-html/B_Do.html
|
%%PORTDOCS%%share/doc/aspell/man-html/5_International.html
|
||||||
share/doc/aspell/man-html/C_Support.html
|
%%PORTDOCS%%share/doc/aspell/man-html/6_How.html
|
||||||
share/doc/aspell/man-html/Contents.html
|
%%PORTDOCS%%share/doc/aspell/man-html/6_Writing.html
|
||||||
share/doc/aspell/man-html/D_Credits.html
|
%%PORTDOCS%%share/doc/aspell/man-html/7_International.html
|
||||||
share/doc/aspell/man-html/E_Glossary.html
|
%%PORTDOCS%%share/doc/aspell/man-html/8_How.html
|
||||||
share/doc/aspell/man-html/F_Copyright.html
|
%%PORTDOCS%%share/doc/aspell/man-html/A_Changelog.html
|
||||||
share/doc/aspell/man-html/contents.png
|
%%PORTDOCS%%share/doc/aspell/man-html/About_this.html
|
||||||
share/doc/aspell/man-html/index.html
|
%%PORTDOCS%%share/doc/aspell/man-html/B_Do.html
|
||||||
share/doc/aspell/man-html/manual.css
|
%%PORTDOCS%%share/doc/aspell/man-html/C_Support.html
|
||||||
share/doc/aspell/man-html/manual.html
|
%%PORTDOCS%%share/doc/aspell/man-html/Contents.html
|
||||||
share/doc/aspell/man-html/next.png
|
%%PORTDOCS%%share/doc/aspell/man-html/D_Credits.html
|
||||||
share/doc/aspell/man-html/next_g.png
|
%%PORTDOCS%%share/doc/aspell/man-html/E_Glossary.html
|
||||||
share/doc/aspell/man-html/prev.png
|
%%PORTDOCS%%share/doc/aspell/man-html/F_Copyright.html
|
||||||
share/doc/aspell/man-html/prev_g.png
|
%%PORTDOCS%%share/doc/aspell/man-html/contents.png
|
||||||
share/doc/aspell/man-html/up.png
|
%%PORTDOCS%%share/doc/aspell/man-html/crossref.png
|
||||||
share/doc/aspell/man-html/up_g.png
|
%%PORTDOCS%%share/doc/aspell/man-html/index.html
|
||||||
share/doc/aspell/man-text/1_Introduction.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/manual.css
|
||||||
share/doc/aspell/man-text/2_Getting.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/manual.html
|
||||||
share/doc/aspell/man-text/3_Aspell.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/next.png
|
||||||
share/doc/aspell/man-text/4_Library.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/next_g.png
|
||||||
share/doc/aspell/man-text/5_International.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/prev.png
|
||||||
share/doc/aspell/man-text/6_How.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/prev_g.png
|
||||||
share/doc/aspell/man-text/A_Changelog.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/up.png
|
||||||
share/doc/aspell/man-text/About_this.txt
|
%%PORTDOCS%%share/doc/aspell/man-html/up_g.png
|
||||||
share/doc/aspell/man-text/B_Do.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/1_Introduction.txt
|
||||||
share/doc/aspell/man-text/C_Support.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/2_Getting.txt
|
||||||
share/doc/aspell/man-text/Contents.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/3_Aspell.txt
|
||||||
share/doc/aspell/man-text/D_Credits.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/3_Basic.txt
|
||||||
share/doc/aspell/man-text/E_Glossary.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/4_Advanced.txt
|
||||||
share/doc/aspell/man-text/F_Copyright.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/4_Library.txt
|
||||||
share/doc/aspell/man-text/index.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/4_Managing.txt
|
||||||
share/doc/aspell/man-text/manual.txt
|
%%PORTDOCS%%share/doc/aspell/man-text/5_Customizing.txt
|
||||||
share/doc/aspell/manual.aux
|
%%PORTDOCS%%share/doc/aspell/man-text/5_International.txt
|
||||||
share/doc/aspell/manual.dvi
|
%%PORTDOCS%%share/doc/aspell/man-text/6_How.txt
|
||||||
share/doc/aspell/manual.tex
|
%%PORTDOCS%%share/doc/aspell/man-text/6_Writing.txt
|
||||||
share/doc/aspell/manual2.lyx
|
%%PORTDOCS%%share/doc/aspell/man-text/7_International.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/8_How.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/A_Changelog.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/About_this.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/B_Do.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/C_Support.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/Contents.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/D_Credits.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/E_Glossary.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/F_Copyright.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/index.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/man-text/manual.txt
|
||||||
|
%%PORTDOCS%%share/doc/aspell/manual.aux
|
||||||
|
%%PORTDOCS%%share/doc/aspell/manual.dvi
|
||||||
|
%%PORTDOCS%%share/doc/aspell/manual.tex
|
||||||
|
%%PORTDOCS%%share/doc/aspell/manual2.lyx
|
||||||
share/pspell/en-american-aspell.pwli
|
share/pspell/en-american-aspell.pwli
|
||||||
share/pspell/en-american-lrg-aspell.pwli
|
|
||||||
share/pspell/en-american-med-aspell.pwli
|
share/pspell/en-american-med-aspell.pwli
|
||||||
share/pspell/en-aspell.pwli
|
share/pspell/en-aspell.pwli
|
||||||
share/pspell/en-british-aspell.pwli
|
share/pspell/en-british-aspell.pwli
|
||||||
share/pspell/en-british-lrg-aspell.pwli
|
|
||||||
share/pspell/en-british-med-aspell.pwli
|
share/pspell/en-british-med-aspell.pwli
|
||||||
share/pspell/en-canadian-aspell.pwli
|
share/pspell/en-canadian-aspell.pwli
|
||||||
share/pspell/en-canadian-lrg-aspell.pwli
|
|
||||||
share/pspell/en-canadian-med-aspell.pwli
|
share/pspell/en-canadian-med-aspell.pwli
|
||||||
@dirrm include/aspell
|
%%PORTDOCS%%@dirrm share/doc/aspell/man-text
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/aspell/man-html
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/aspell
|
||||||
@dirrm share/aspell
|
@dirrm share/aspell
|
||||||
@dirrm share/doc/aspell/man-html
|
@dirrm include/aspell
|
||||||
@dirrm share/doc/aspell/man-text
|
|
||||||
@dirrm share/doc/aspell
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue