diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-03 23:35:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-03 23:35:40 +0000 |
commit | 532b6e59eb315b55656b719d0fd6d87ac25115a3 (patch) | |
tree | 6e212427fa8bdf78e90d0452b5a0d5ddd5a1adc0 | |
parent | Make an attempt at fixing the modules so they're actually usable. (diff) |
* Do not link libraries against libc explicitly
* Do not install .la files
* Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=62398
-rw-r--r-- | textproc/aspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/aspell/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 1ed40e1fb03b..2c9504299859 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -7,6 +7,7 @@ PORTNAME= aspell PORTVERSION= 0.33.7.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure new file mode 100644 index 000000000000..4873484420c4 --- /dev/null +++ b/textproc/aspell/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jul 3 19:22:07 2002 ++++ configure Wed Jul 3 19:22:16 2002 +@@ -12335,6 +12335,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 767d331c70b2..e9a956ded8bd 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -89,11 +89,9 @@ include/aspell/vector_hash-t.hh include/aspell/vector_hash.hh include/aspell/weights.hh lib/libaspell.a -lib/libaspell.la lib/libaspell.so lib/libaspell.so.11 lib/libpspell_aspell.a -lib/libpspell_aspell.la lib/libpspell_aspell.so lib/libpspell_aspell.so.2 share/aspell/ASCII.dat |