diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-11 14:01:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-11 14:01:15 +0800 |
commit | b6bf9b8fb49d46717992db7d87cdbd00ae0b40a7 (patch) | |
tree | 63ee4bd1cd448fd9e0cb0dcbfbbb383fb63bc6ae /textproc | |
parent | aa64b4d30085d0e6a7ace90631ae7c2b419b1c41 (diff) | |
download | freebsd-ports-gnome-b6bf9b8fb49d46717992db7d87cdbd00ae0b40a7.tar.gz freebsd-ports-gnome-b6bf9b8fb49d46717992db7d87cdbd00ae0b40a7.tar.zst freebsd-ports-gnome-b6bf9b8fb49d46717992db7d87cdbd00ae0b40a7.zip |
upgrade to 0.12
PR: 32683
Submitted by: "Alexander N. Kabaev" <ak03@gte.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pspell-ispell/Makefile | 6 | ||||
-rw-r--r-- | textproc/pspell-ispell/distinfo | 2 | ||||
-rw-r--r-- | textproc/pspell-ispell/files/patch-aa | 28 | ||||
-rw-r--r-- | textproc/pspell-ispell/pkg-plist | 2 |
4 files changed, 28 insertions, 10 deletions
diff --git a/textproc/pspell-ispell/Makefile b/textproc/pspell-ispell/Makefile index 2ba68e0bf09b..657d2becee61 100644 --- a/textproc/pspell-ispell/Makefile +++ b/textproc/pspell-ispell/Makefile @@ -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_LIBTOOL= yes 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> diff --git a/textproc/pspell-ispell/distinfo b/textproc/pspell-ispell/distinfo index e5740f6518d4..f1e5fc4e149f 100644 --- a/textproc/pspell-ispell/distinfo +++ b/textproc/pspell-ispell/distinfo @@ -1 +1 @@ -MD5 (pspell-ispell-.10.2.tar.gz) = 7bf731b6f66617ee5f49f428e2eb15ff +MD5 (pspell-ispell-.12.tar.gz) = 7329d4122b302057a18d3a55d8d1f64c diff --git a/textproc/pspell-ispell/files/patch-aa b/textproc/pspell-ispell/files/patch-aa index 6a6030e45e25..d0d704074add 100644 --- a/textproc/pspell-ispell/files/patch-aa +++ b/textproc/pspell-ispell/files/patch-aa @@ -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" diff --git a/textproc/pspell-ispell/pkg-plist b/textproc/pspell-ispell/pkg-plist index 1f45d3812ac1..95063f1c97fa 100644 --- a/textproc/pspell-ispell/pkg-plist +++ b/textproc/pspell-ispell/pkg-plist @@ -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 |