Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 13:26:24 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25150: Update port: textproc/aspell to 0.33
Message-ID:  <200102162126.f1GLQO071902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25150
>Category:       ports
>Synopsis:       Update port: textproc/aspell to 0.33
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 13:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.33

New file:
files/patch-ak

Remove file:
files/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/aspell/Makefile textproc/aspell/Makefile
--- /usr/ports/textproc/aspell/Makefile	Tue Feb  6 03:03:03 2001
+++ textproc/aspell/Makefile	Fri Feb 16 19:55:15 2001
@@ -6,22 +6,24 @@
 #
 
 PORTNAME=	aspell
-PORTVERSION=	0.32.5
+PORTVERSION=	0.33
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-.32.5
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/^0//}
 
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	pspell.4:${PORTSDIR}/textproc/pspell
 
 USE_NEWGCC=	yes
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-INSTALLS_SHLIB=	yes
-CONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE=	yes
-MAKE_ARGS+=	NOPORTDOCS=${NOPORTDOCS}
+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>
diff -urN /usr/ports/textproc/aspell/distinfo textproc/aspell/distinfo
--- /usr/ports/textproc/aspell/distinfo	Mon Aug 21 23:59:00 2000
+++ textproc/aspell/distinfo	Fri Feb 16 02:19:30 2001
@@ -1 +1 @@
-MD5 (aspell-.32.5.tar.gz) = 15723a7a0373977c21536a3134d5b7d8
+MD5 (aspell-.33.tar.gz) = 189073d9a29e924db41fc2aa8ac72ec7
diff -urN /usr/ports/textproc/aspell/files/patch-aa textproc/aspell/files/patch-aa
--- /usr/ports/textproc/aspell/files/patch-aa	Fri Aug 27 05:48:26 1999
+++ textproc/aspell/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -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
diff -urN /usr/ports/textproc/aspell/files/patch-ah textproc/aspell/files/patch-ah
--- /usr/ports/textproc/aspell/files/patch-ah	Mon Sep 25 17:14:28 2000
+++ textproc/aspell/files/patch-ah	Sat Feb 17 06:19:17 2001
@@ -1,29 +1,26 @@
---- configure.orig	Sat Jun 10 16:20:16 2000
-+++ configure	Tue Jun 13 13:57:08 2000
-@@ -862,7 +862,7 @@
-   enableval="$enable_dict_dir"
-   dictdir=$enable_dict_dir
- else
--  dictdir=${libdir}/aspell 
-+  dictdir=${datadir}/aspell 
- fi
+--- 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
  
-@@ -872,7 +872,7 @@
-   enableval="$enable_doc_dir"
-   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
+   echo creating "$ac_file"
+   rm -f "$ac_file"
diff -urN /usr/ports/textproc/aspell/files/patch-ak textproc/aspell/files/patch-ak
--- /usr/ports/textproc/aspell/files/patch-ak	Thu Jan  1 09:00:00 1970
+++ textproc/aspell/files/patch-ak	Fri Feb 16 19:58:36 2001
@@ -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 
+ 
diff -urN /usr/ports/textproc/aspell/pkg-plist textproc/aspell/pkg-plist
--- /usr/ports/textproc/aspell/pkg-plist	Mon Aug 21 23:59:00 2000
+++ textproc/aspell/pkg-plist	Fri Feb 16 20:38:08 2001
@@ -45,6 +45,7 @@
 include/aspell/manager.hh
 include/aspell/map_repl.hh
 include/aspell/map_repl_read.hh
+include/aspell/matrix.hh
 include/aspell/object.hh
 include/aspell/phonet.hh
 include/aspell/phonetic.hh
@@ -73,6 +74,7 @@
 include/aspell/token.hh
 include/aspell/trim_space.hh
 include/aspell/try_hard.hh
+include/aspell/typo_editdist.hh
 include/aspell/urlskip-t.hh
 include/aspell/urlskip.hh
 include/aspell/utf8-t.hh
@@ -82,30 +84,26 @@
 include/aspell/weights.hh
 lib/libaspell.a
 lib/libaspell.so
-lib/libaspell.so.8
+lib/libaspell.so.9
 lib/libpspell_aspell.a
 lib/libpspell_aspell.so
-lib/libpspell_aspell.so.1
+lib/libpspell_aspell.so.2
 share/aspell/ASCII.dat
 share/aspell/ASCII.map
 share/aspell/SGML.map
-share/aspell/american-lrg-only
-share/aspell/american-lrg.multi
 share/aspell/american-med-only
 share/aspell/american-med.multi
 share/aspell/american.multi
-share/aspell/british-lrg-only
-share/aspell/british-lrg.multi
 share/aspell/british-med-only
 share/aspell/british-med.multi
 share/aspell/british.multi
-share/aspell/canadian-lrg-only
-share/aspell/canadian-lrg.multi
 share/aspell/canadian-med-only
 share/aspell/canadian-med.multi
 share/aspell/canadian.multi
-share/aspell/english-lrg-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.multi
 share/aspell/english_phonet.dat
@@ -133,65 +131,78 @@
 share/aspell/koi8-f.dat
 share/aspell/koi8-r.dat
 share/aspell/spell
+share/aspell/standard.kbd
 share/aspell/unicode.dat
 share/aspell/viscii.dat
 share/aspell/viscii.map
-share/doc/aspell/man-html/1_Introduction.html
-share/doc/aspell/man-html/2_Getting.html
-share/doc/aspell/man-html/3_Aspell.html
-share/doc/aspell/man-html/4_Library.html
-share/doc/aspell/man-html/5_International.html
-share/doc/aspell/man-html/6_How.html
-share/doc/aspell/man-html/A_Changelog.html
-share/doc/aspell/man-html/About_this.html
-share/doc/aspell/man-html/B_Do.html
-share/doc/aspell/man-html/C_Support.html
-share/doc/aspell/man-html/Contents.html
-share/doc/aspell/man-html/D_Credits.html
-share/doc/aspell/man-html/E_Glossary.html
-share/doc/aspell/man-html/F_Copyright.html
-share/doc/aspell/man-html/contents.png
-share/doc/aspell/man-html/index.html
-share/doc/aspell/man-html/manual.css
-share/doc/aspell/man-html/manual.html
-share/doc/aspell/man-html/next.png
-share/doc/aspell/man-html/next_g.png
-share/doc/aspell/man-html/prev.png
-share/doc/aspell/man-html/prev_g.png
-share/doc/aspell/man-html/up.png
-share/doc/aspell/man-html/up_g.png
-share/doc/aspell/man-text/1_Introduction.txt
-share/doc/aspell/man-text/2_Getting.txt
-share/doc/aspell/man-text/3_Aspell.txt
-share/doc/aspell/man-text/4_Library.txt
-share/doc/aspell/man-text/5_International.txt
-share/doc/aspell/man-text/6_How.txt
-share/doc/aspell/man-text/A_Changelog.txt
-share/doc/aspell/man-text/About_this.txt
-share/doc/aspell/man-text/B_Do.txt
-share/doc/aspell/man-text/C_Support.txt
-share/doc/aspell/man-text/Contents.txt
-share/doc/aspell/man-text/D_Credits.txt
-share/doc/aspell/man-text/E_Glossary.txt
-share/doc/aspell/man-text/F_Copyright.txt
-share/doc/aspell/man-text/index.txt
-share/doc/aspell/man-text/manual.txt
-share/doc/aspell/manual.aux
-share/doc/aspell/manual.dvi
-share/doc/aspell/manual.tex
-share/doc/aspell/manual2.lyx
+%%PORTDOCS%%share/doc/aspell/man-html/1_Introduction.html
+%%PORTDOCS%%share/doc/aspell/man-html/2_Getting.html
+%%PORTDOCS%%share/doc/aspell/man-html/3_Aspell.html
+%%PORTDOCS%%share/doc/aspell/man-html/3_Basic.html
+%%PORTDOCS%%share/doc/aspell/man-html/4_Advanced.html
+%%PORTDOCS%%share/doc/aspell/man-html/4_Library.html
+%%PORTDOCS%%share/doc/aspell/man-html/4_Managing.html
+%%PORTDOCS%%share/doc/aspell/man-html/5_Customizing.html
+%%PORTDOCS%%share/doc/aspell/man-html/5_International.html
+%%PORTDOCS%%share/doc/aspell/man-html/6_How.html
+%%PORTDOCS%%share/doc/aspell/man-html/6_Writing.html
+%%PORTDOCS%%share/doc/aspell/man-html/7_International.html
+%%PORTDOCS%%share/doc/aspell/man-html/8_How.html
+%%PORTDOCS%%share/doc/aspell/man-html/A_Changelog.html
+%%PORTDOCS%%share/doc/aspell/man-html/About_this.html
+%%PORTDOCS%%share/doc/aspell/man-html/B_Do.html
+%%PORTDOCS%%share/doc/aspell/man-html/C_Support.html
+%%PORTDOCS%%share/doc/aspell/man-html/Contents.html
+%%PORTDOCS%%share/doc/aspell/man-html/D_Credits.html
+%%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
+%%PORTDOCS%%share/doc/aspell/man-html/next.png
+%%PORTDOCS%%share/doc/aspell/man-html/next_g.png
+%%PORTDOCS%%share/doc/aspell/man-html/prev.png
+%%PORTDOCS%%share/doc/aspell/man-html/prev_g.png
+%%PORTDOCS%%share/doc/aspell/man-html/up.png
+%%PORTDOCS%%share/doc/aspell/man-html/up_g.png
+%%PORTDOCS%%share/doc/aspell/man-text/1_Introduction.txt
+%%PORTDOCS%%share/doc/aspell/man-text/2_Getting.txt
+%%PORTDOCS%%share/doc/aspell/man-text/3_Aspell.txt
+%%PORTDOCS%%share/doc/aspell/man-text/3_Basic.txt
+%%PORTDOCS%%share/doc/aspell/man-text/4_Advanced.txt
+%%PORTDOCS%%share/doc/aspell/man-text/4_Library.txt
+%%PORTDOCS%%share/doc/aspell/man-text/4_Managing.txt
+%%PORTDOCS%%share/doc/aspell/man-text/5_Customizing.txt
+%%PORTDOCS%%share/doc/aspell/man-text/5_International.txt
+%%PORTDOCS%%share/doc/aspell/man-text/6_How.txt
+%%PORTDOCS%%share/doc/aspell/man-text/6_Writing.txt
+%%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-lrg-aspell.pwli
 share/pspell/en-american-med-aspell.pwli
 share/pspell/en-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-canadian-aspell.pwli
-share/pspell/en-canadian-lrg-aspell.pwli 
-share/pspell/en-canadian-med-aspell.pwli 
-@dirrm include/aspell
+share/pspell/en-canadian-med-aspell.pwli
+%%PORTDOCS%%@dirrm share/doc/aspell/man-text
+%%PORTDOCS%%@dirrm share/doc/aspell/man-html
+%%PORTDOCS%%@dirrm share/doc/aspell
 @dirrm share/aspell
-@dirrm share/doc/aspell/man-html
-@dirrm share/doc/aspell/man-text
-@dirrm share/doc/aspell
+@dirrm include/aspell


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102162126.f1GLQO071902>