diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 09:40:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 09:40:56 +0000 |
commit | aa0a6b33abb64a760dac34854c5336e9dd14e0c3 (patch) | |
tree | f8d3bb4d7e2709d2afc8ece8f15368b20c9d6c85 /textproc/aspell | |
parent | 0f7e9de8685144a220399bda9317d4ac8226ee08 (diff) |
Notes
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/aspell/files/patch-configure | 30 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 6 |
3 files changed, 34 insertions, 5 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 86f25ea99626..4ecb6b1fafdf 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= aspell PORTVERSION= 0.50.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= textproc MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ ${MASTER_SITE_GNU} @@ -17,7 +17,6 @@ EXTRACT_ONLY= aspell-0.50.1.tar.gz MAINTAINER?= thierry@pompo.net -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 .if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure new file mode 100644 index 000000000000..a441d0bc9959 --- /dev/null +++ b/textproc/aspell/files/patch-configure @@ -0,0 +1,30 @@ + +$FreeBSD$ + +--- configure.orig Wed Aug 28 11:02:51 2002 ++++ configure Sat Sep 14 11:42:16 2002 +@@ -8592,13 +8592,6 @@ + ;; + esac + +- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null +- then +- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} +- { (exit 1); exit 1; }; } +- fi +- + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile +@@ -16819,6 +16812,10 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++save_CC="$CC" ++CC="$CXX" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS ++CC="$save_CC" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 4d7c34807860..8ebb48a56f00 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -6,12 +6,12 @@ bin/word-list-compress include/aspell.h include/pspell/pspell.h lib/libaspell-common-%%PORTVERSION%%.so -lib/libaspell-common.la +lib/libaspell-common.a lib/libaspell-common.so -lib/libaspell.la +lib/libaspell.a lib/libaspell.so lib/libaspell.so.15 -lib/libpspell.la +lib/libpspell.a lib/libpspell.so lib/libpspell.so.15 share/aspell/ASCII.dat |