Date: Mon, 10 Dec 2001 17:00:02 -0500 (EST) From: "Alexander N. Kabaev" <ak03@gte.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32683: pspell-ispell version update to catch up with pspell Message-ID: <200112102200.fBAM02E40677@h132-197-179-27.gte.com>
next in thread | raw e-mail | index | archive | help
>Number: 32683 >Category: ports >Synopsis: pspell-ispell version update to catch up with pspell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 10 14:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon Data Services >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Wed Dec 5 13:23:00 EST 2001 root@kanpc.gte.com:/usr/src/sys/i386/compile/KANPC i386 >Description: pspell-ispell port in the ports three has the version number 0.10.2, while pspell, on which it depends, is at 0.12.x already. Pspell-ispell fails to compile as a result. >How-To-Repeat: N/A >Fix: The patch below updates port with the latest version. It builds and appears to work on both -STABLE and -CURRENT. Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/textproc/pspell-ispell/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 5 Feb 2001 16:35:08 -0000 1.5 +++ Makefile 10 Dec 2001 21:42:09 -0000 @@ -6,11 +6,11 @@ # PORTNAME= pspell-ispell -PORTVERSION= 0.10.2 +PORTVERSION= 0.12 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pspell -DISTNAME= ${PORTNAME}-.10.2 +DISTNAME= ${PORTNAME}-.12 MAINTAINER= ports@FreeBSD.org @@ -22,6 +22,6 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" LIBTOOL="${LIBTOOL}" .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /usr/ncvs/ports/textproc/pspell-ispell/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 8 Aug 2000 21:50:05 -0000 1.2 +++ distinfo 10 Dec 2001 21:06:29 -0000 @@ -1 +1 @@ -MD5 (pspell-ispell-.10.2.tar.gz) = 7bf731b6f66617ee5f49f428e2eb15ff +MD5 (pspell-ispell-.12.tar.gz) = 7329d4122b302057a18d3a55d8d1f64c Index: pkg-plist =================================================================== RCS file: /usr/ncvs/ports/textproc/pspell-ispell/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 29 Jun 2000 19:24:08 -0000 1.1 +++ pkg-plist 10 Dec 2001 21:44:55 -0000 @@ -1,6 +1,6 @@ bin/make-ispell-pwli lib/libpspell_ispell.a lib/libpspell_ispell.so -lib/libpspell_ispell.so.0 +lib/libpspell_ispell.so.1 share/pspell/en-american-ispell.pwli share/pspell/en-ispell.pwli Index: files/patch-aa =================================================================== RCS file: /usr/ncvs/ports/textproc/pspell-ispell/files/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- files/patch-aa 25 Sep 2000 08:14:28 -0000 1.2 +++ files/patch-aa 10 Dec 2001 21:48:34 -0000 @@ -1,11 +1,29 @@ ---- configure.orig Tue Jun 20 00:25:46 2000 -+++ configure Thu Jun 29 12:16:30 2000 -@@ -2149,7 +2149,7 @@ +--- configure.orig Tue May 29 23:04:03 2001 ++++ configure Mon Dec 10 16:48:26 2001 +@@ -2237,7 +2237,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 \ +-$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 +@@ -2254,7 +2254,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL=${LIBTOOL} + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -2273,7 +2273,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/ltcf-cxx.sh $host \ + || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" >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?200112102200.fBAM02E40677>