diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-14 17:40:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-14 17:40:56 +0800 |
commit | a33bc26ff1a1f6aaf0830cba9032d189c98a2ee8 (patch) | |
tree | 5a384a91c442ae79cb2d19318660c87e454336cd /textproc | |
parent | 0eb309c9a577b254fd8b02920159a331c73ffcb4 (diff) | |
download | freebsd-ports-gnome-a33bc26ff1a1f6aaf0830cba9032d189c98a2ee8.tar.gz freebsd-ports-gnome-a33bc26ff1a1f6aaf0830cba9032d189c98a2ee8.tar.zst freebsd-ports-gnome-a33bc26ff1a1f6aaf0830cba9032d189c98a2ee8.zip |
- Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some of
the upcoming bsd.port.mk patches tested on bento.
- make USE_LIBTOOL knob actually working while I'm here.
Diffstat (limited to 'textproc')
-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 |