Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 11:24:02 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        petef@databits.net
Subject:   ports/29280: Update pspell to 0.12.2
Message-ID:  <200107281824.f6SIO2P00713@johncoop.MSHOME>

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

>Number:         29280
>Category:       ports
>Synopsis:       Update pspell to 0.12.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 28 11:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #35: Thu Jul 26 21:02:48 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Update pspell to the latest version.  Doubtless, some changes
	will be made . . .  I'm more concerned with getting pspell/aspell
	to work with Balsa (they're broken at the moment).  Hopefully,
	this is a step toward getting things fixed.

>How-To-Repeat:
	n/a

>Fix:

diff -ruN pspell/Makefile pspell.new/Makefile
--- pspell/Makefile	Tue Apr 24 07:07:48 2001
+++ pspell.new/Makefile	Sat Jul 28 00:22:32 2001
@@ -2,11 +2,11 @@
 # Date created:				13th June 2000
 # Whom:					Ade Lovett <ade@FreeBSD.org>
 #
-# $FreeBSD: ports/textproc/pspell/Makefile,v 1.13 2001/04/24 14:07:48 kevlo Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	pspell
-PORTVERSION=	0.12.1
+PORTVERSION=	0.12.2
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,14 +16,11 @@
 
 LIB_DEPENDS=	ltdl.1:${PORTSDIR}/devel/libtool
 
-USE_NEWGCC=	yes
 USE_GMAKE=	yes
-USE_LIBTOOL=	yes
-LIBTOOLFILES=	configure modules/configure libltdl/configure
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--enable-doc-dir=${PREFIX}/share/doc/pspell
-MAKE_ARGS=	NOPORTDOCS=${NOPORTDOCS}
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -ruN pspell/distinfo pspell.new/distinfo
--- pspell/distinfo	Tue Apr 24 07:07:48 2001
+++ pspell.new/distinfo	Fri Jul 27 23:36:41 2001
@@ -1 +1 @@
-MD5 (pspell-.12.1.tar.gz) = 502ac9b6212874a7e7d308d2e29cfeaf
+MD5 (pspell-.12.2.tar.gz) = cfd3816b2372932a1b71c0ce4e9f881e
diff -ruN pspell/files/patch-aa pspell.new/files/patch-aa
--- pspell/files/patch-aa	Wed Jan 31 08:16:42 2001
+++ pspell.new/files/patch-aa	Wed Dec 31 16:00:00 1969
@@ -1,38 +0,0 @@
-
-$FreeBSD: ports/textproc/pspell/files/patch-aa,v 1.3 2001/01/31 16:16:42 sobomax Exp $
-
---- configure.orig	Mon Jan 22 19:13:41 2001
-+++ configure	Wed Jan 31 13:36:34 2001
-@@ -2282,7 +2282,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 $host \
-+$libtool_flags --build="$build" $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
- 
- # Reload cache, that may have been modified by ltconfig
-@@ -2319,7 +2319,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"
-@@ -2717,10 +2717,10 @@
-       *) # Relative path.
-         ac_sub_cache_file="$ac_dots$cache_file" ;;
-       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 "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
-       # The eval makes quoting arguments work.
diff -ruN pspell/files/patch-ab pspell.new/files/patch-ab
--- pspell/files/patch-ab	Mon Sep 25 01:14:28 2000
+++ pspell.new/files/patch-ab	Wed Dec 31 16:00:00 1969
@@ -1,11 +0,0 @@
---- modules/configure.orig	Fri Jun  9 20:49:40 2000
-+++ modules/configure	Tue Jun 13 13:32:00 2000
-@@ -2149,7 +2149,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
diff -ruN pspell/files/patch-ac pspell.new/files/patch-ac
--- pspell/files/patch-ac	Tue Jun 13 16:01:16 2000
+++ pspell.new/files/patch-ac	Wed Dec 31 16:00:00 1969
@@ -1,15 +0,0 @@
---- Makefile.in.orig	Sun Jun 11 02:09:26 2000
-+++ Makefile.in	Tue Jun 13 13:49:49 2000
-@@ -81,7 +81,11 @@
- 
- AUTOMAKE_OPTIONS = foreign
- 
--SUBDIRS = modules @libltdl_dir@ interface manual examples scripts data 
-+ifndef NOPORTDOCS
-+MANUALSUBDIR = manual
-+endif
-+
-+SUBDIRS = modules @libltdl_dir@ interface $(MANUALSUBDIR) examples scripts data 
- 
- EXTRA_DIST = README-CVS autoconf-exeext.patch
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -ruN pspell/files/patch-libltdl_Makefile.in pspell.new/files/patch-libltdl_Makefile.in
--- pspell/files/patch-libltdl_Makefile.in	Wed Jan 31 15:15:04 2001
+++ pspell.new/files/patch-libltdl_Makefile.in	Wed Dec 31 16:00:00 1969
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/textproc/pspell/files/patch-libltdl_Makefile.in,v 1.1 2001/01/31 23:15:04 sobomax Exp $
-
---- libltdl/Makefile.in	2001/01/31 23:03:23	1.1
-+++ libltdl/Makefile.in	2001/01/31 23:03:38
-@@ -69,7 +69,7 @@
- GCJFLAGS = @GCJFLAGS@
- LIBADD_DL = @LIBADD_DL@
- LIBTOOL = @LIBTOOL@
--LIBTOOL_DEPS = @LIBTOOL_DEPS@
-+LIBTOOL_DEPS = #@LIBTOOL_DEPS@
- LN_S = @LN_S@
- MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
diff -ruN pspell/files/patch-modules::Makefile.in pspell.new/files/patch-modules::Makefile.in
--- pspell/files/patch-modules::Makefile.in	Wed Dec 31 16:00:00 1969
+++ pspell.new/files/patch-modules::Makefile.in	Sat Jul 28 00:31:18 2001
@@ -0,0 +1,11 @@
+--- modules/Makefile.in	Tue May 29 19:35:25 2001
++++ modules/Makefile.in.new	Sat Jul 28 00:30:26 2001
+@@ -45,7 +45,7 @@
+ AUTOMAKE = @AUTOMAKE@
+ AUTOHEADER = @AUTOHEADER@
+ 
+-INSTALL = @INSTALL@
++INSTALL = install
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
diff -ruN pspell/pkg-plist pspell.new/pkg-plist
--- pspell/pkg-plist	Mon Apr 30 15:06:32 2001
+++ pspell.new/pkg-plist	Sat Jul 28 11:07:38 2001
@@ -1,6 +1,5 @@
 bin/pspell-config
 include/pspell/app_string.hh
-include/pspell/conf.h
 include/pspell/config.h
 include/pspell/config_impl.hh
 include/pspell/convert.hh
@@ -25,12 +24,15 @@
 include/pspell/string_pair_emulation.h
 include/pspell/wordlist.h
 lib/libpspell-impl.a
+lib/libpspell-impl.la
 lib/libpspell-impl.so
-lib/libpspell-impl.so.5
+lib/libpspell-impl.so.6
 lib/libpspell-modules.a
+lib/libpspell-modules.la
 lib/libpspell-modules.so
 lib/libpspell-modules.so.1
 lib/libpspell.a
+lib/libpspell.la
 lib/libpspell.so
 lib/libpspell.so.4
 %%PORTDOCS%%share/doc/pspell/man-html/1_Introduction.html
>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?200107281824.f6SIO2P00713>