Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2002 22:50:03 -0700 (PDT)
From:      Thierry Thomas <thierry@pompo.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/42700: gtkhtml build fails due to aspell failure
Message-ID:  <200209130550.g8D5o3x3020386@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42700; it has been noted by GNATS.

From: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/42700: gtkhtml build fails due to aspell failure
Date: Fri, 13 Sep 2002 07:30:43 +0200

 Le 13/09/2002 à 00:30:03 +0200, Thierry Thomas <thierry@pompo.net> écrivait :
 > The following reply was made to PR ports/42700; it has been noted by GNATS.
 > 
 > From: Thierry Thomas <thierry@pompo.net>
 > To: Joe Kelsey <joek@unx48.staff.flyingcroc.net>
 > Cc: FreeBSD-gnats-submit@FreeBSD.org
 > Subject: Re: ports/42700: gtkhtml build fails due to aspell failure
 > Date: Fri, 13 Sep 2002 00:23:15 +0200
 
 Oops! the previous patch removed NOPORTDOCS from patch-Makefile.in,
 please use this last one:
 
 
 diff -urN /usr/ports/textproc/aspell/Makefile aspell/Makefile
 --- /usr/ports/textproc/aspell/Makefile	Thu Sep 12 18:17:36 2002
 +++ aspell/Makefile	Fri Sep 13 03:01:40 2002
 @@ -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,16 +17,15 @@
  
  MAINTAINER?=	thierry@pompo.net
  
 -BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2
  .if !exists(/usr/bin/bzip2)
  BUILD_DEPENDS+=	bzip2:${PORTSDIR}/archivers/bzip2
  .endif
  
  USE_LIBTOOL=	yes
 +CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
  CONFIGURE_ARGS=	--enable-dict-dir=${DATADIR} \
  		--enable-doc-dir=${DOCSDIR}
  USE_GMAKE=	yes
 -USE_REINPLACE=	yes
  
  MAKE_ARGS=	NOPORTDOCS=${NOPORTDOCS}
  INSTALLS_SHLIB=	yes
 diff -urN /usr/ports/textproc/aspell/files/patch-Makefile.in aspell/files/patch-Makefile.in
 --- /usr/ports/textproc/aspell/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
 +++ aspell/files/patch-Makefile.in	Fri Sep 13 08:09:13 2002
 @@ -0,0 +1,15 @@
 +--- Makefile.in.orig	Wed Aug 28 17:02:39 2002
 ++++ Makefile.in	Fri Sep 13 08:09:01 2002
 +@@ -97,7 +97,11 @@
 + 
 + AUTOMAKE_OPTIONS = foreign
 + 
 +-SUBDIRS = auto common modules lib examples prog data scripts interfaces manual
 ++ifndef NOPORTDOCS
 ++MANUALSUBDIR = manual
 ++endif
 ++
 ++SUBDIRS = auto common modules lib prog data scripts interfaces $(MANUALSUBDIR)
 + 
 + EXTRA_DIST = README
 + subdir = .
 diff -urN /usr/ports/textproc/aspell/files/patch-configure aspell/files/patch-configure
 --- /usr/ports/textproc/aspell/files/patch-configure	Thu Jan  1 09:00:00 1970
 +++ aspell/files/patch-configure	Fri Sep 13 02:59:51 2002
 @@ -0,0 +1,22 @@
 +--- configure.orig	Wed Aug 28 17:02:51 2002
 ++++ configure	Fri Sep 13 02:59:38 2002
 +@@ -157,9 +157,9 @@
 + 
 + 
 + 
 +-tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
 ++#tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
 + 
 +-tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
 ++#tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
 + 
 + if expr a : '\(a\)' >/dev/null 2>&1; then
 +   as_expr=expr
 +@@ -16819,6 +16819,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 -urN /usr/ports/textproc/aspell/pkg-plist aspell/pkg-plist
 --- /usr/ports/textproc/aspell/pkg-plist	Tue Sep 10 20:28:22 2002
 +++ aspell/pkg-plist	Fri Sep 13 03:02:09 2002
 @@ -5,13 +5,13 @@
  bin/word-list-compress
  include/aspell.h
  include/pspell/pspell.h
 +lib/libaspell-common.a
  lib/libaspell-common-%%PORTVERSION%%.so
 -lib/libaspell-common.la
  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
 
 
 -- 
 Th. Thomas.

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?200209130550.g8D5o3x3020386>