Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 15:50:11 -0700 (PDT)
From:      Thierry Thomas <thierry@pompo.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/42051: textproc/aspell: upgrades to version 0.50.1 + includes textproc/pspell.
Message-ID:  <200208292250.g7TMoBot088523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42051; it has been noted by GNATS.

From: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/42051: textproc/aspell: upgrades to version 0.50.1 + includes textproc/pspell.
Date: Fri, 30 Aug 2002 00:36:52 +0200

 Le 26/08/2002 à 23:38:33 +0200, Thierry Thomas <thierry@pompo.net> écrivait :
 > 
 > >Number:         42051
 > >Category:       ports
 > >Synopsis:       textproc/aspell: upgrades to version 0.50 + includes textproc/pspell.
 
 Aspell has just been upgraded to 0.50.1:
 - it includes my patches of dict-dir => remove patches
 - ftp.gnu.org is down => add a mirror
 - uses PLIST_SUB.
 
 Please apply the following patch:
 
 
 diff -urN /usr/ports/textproc/aspell.orig/Makefile /usr/ports/textproc/aspell/Makefile
 --- /usr/ports/textproc/aspell.orig/Makefile	Mon Aug 26 00:31:05 2002
 +++ /usr/ports/textproc/aspell/Makefile	Thu Aug 29 23:51:08 2002
 @@ -6,9 +6,10 @@
  #
  
  PORTNAME=	aspell
 -PORTVERSION=	0.50
 +PORTVERSION=	0.50.1
  CATEGORIES=	textproc
 -MASTER_SITES=	${MASTER_SITE_GNU}
 +MASTER_SITES=	http://savannah.gnu.org/download/${PORTNAME}/rel/	\
 +		${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
  MAINTAINER=	thierry@pompo.net
 @@ -16,7 +17,7 @@
  BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2
  
  USE_LIBTOOL=	yes
 -CONFIGURE_ARGS=	--enable-pkglibdir=${DATADIR} \
 +CONFIGURE_ARGS=	--enable-dict-dir=${DATADIR} \
  		--enable-doc-dir=${DOCSDIR}
  USE_GMAKE=	yes
  USE_REINPLACE=	yes
 @@ -24,9 +25,7 @@
  MAKE_ARGS=	NOPORTDOCS=${NOPORTDOCS}
  INSTALLS_SHLIB=	yes
  
 -post-patch:
 -	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e	\
 -		's:pkglibdir = $$(libdir)/@PACKAGE@:pkglibdir = @pkglibdir@:'
 +PLIST_SUB=	PORTVERSION=${PORTVERSION}
  
  post-install:
  	@${CAT} ${PKGMESSAGE}
 diff -urN /usr/ports/textproc/aspell.orig/distinfo /usr/ports/textproc/aspell/distinfo
 --- /usr/ports/textproc/aspell.orig/distinfo	Sun Aug 25 16:04:44 2002
 +++ /usr/ports/textproc/aspell/distinfo	Thu Aug 29 23:30:05 2002
 @@ -1 +1 @@
 -MD5 (aspell-0.50.tar.gz) = e8815a938bc2570eb9b5ffecc89a7dda
 +MD5 (aspell-0.50.1.tar.gz) = 16b3fa4965e03847b4bb629ec83ed3d9
 diff -urN /usr/ports/textproc/aspell.orig/files/patch-configure /usr/ports/textproc/aspell/files/patch-configure
 --- /usr/ports/textproc/aspell.orig/files/patch-configure	Sun Aug 25 23:08:57 2002
 +++ /usr/ports/textproc/aspell/files/patch-configure	Thu Jan  1 01:00:00 1970
 @@ -1,11 +0,0 @@
 ---- configure.orig	Sun Aug 25 22:51:26 2002
 -+++ configure	Sun Aug 25 23:08:16 2002
 -@@ -1823,7 +1823,7 @@
 - # Check whether --enable-pkglibdir or --disable-pkglibdir was given.
 - if test "${enable_pkglibdir+set}" = set; then
 -   enableval="$enable_pkglibdir"
 --  pkglibdir=$enable_dictdir
 -+  pkglibdir=$enable_pkglibdir
 - else
 -   pkglibdir=${libdir}/aspell
 - fi;
 diff -urN /usr/ports/textproc/aspell.orig/pkg-plist /usr/ports/textproc/aspell/pkg-plist
 --- /usr/ports/textproc/aspell.orig/pkg-plist	Sun Aug 25 21:42:40 2002
 +++ /usr/ports/textproc/aspell/pkg-plist	Thu Aug 29 23:49:11 2002
 @@ -5,7 +5,7 @@
  bin/word-list-compress
  include/aspell.h
  include/pspell/pspell.h
 -lib/libaspell-common-0.50.so
 +lib/libaspell-common-%%PORTVERSION%%.so
  lib/libaspell-common.la
  lib/libaspell-common.so
  lib/libaspell.la
 
 
 
 -- 
 Th. Thomas.

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?200208292250.g7TMoBot088523>