From owner-cvs-ports@FreeBSD.ORG Sun Jun 20 19:26:39 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DD216A4CE; Sun, 20 Jun 2004 19:26:39 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541AE43D1F; Sun, 20 Jun 2004 19:26:39 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i5KJQFco028889; Sun, 20 Jun 2004 12:26:15 -0700 From: Kent Stewart To: Thierry Thomas Date: Sun, 20 Jun 2004 12:26:27 -0700 User-Agent: KMail/1.6.2 References: <95D06D00-C2C8-11D8-9250-00039312D914@fillmore-labs.com> <20040620190438.GA14885@enterprise.hu> <20040620185947.GD23757@graf.pompo.net> In-Reply-To: <20040620185947.GD23757@graf.pompo.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200406201226.27599.kstewart@owt.com> cc: cvs-ports@FreeBSD.org cc: Robert Nagy cc: Oliver Eikemeier cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/aspell Makefile ports/textproc/aspell/files patch-prog-compress.c ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 19:26:39 -0000 On Sunday 20 June 2004 11:59 am, Thierry Thomas wrote: > Le Dim 20 jui 04 =E0 21:04:38 +0200, Robert Nagy > > =E9crivait=A0: > > > Creating package /usr/ports/packages/All/aspell-0.50.5_3.tgz > > > Registering depends:. > > > Creating gzip'd tar ball in > > > '/usr/ports/packages/All/aspell-0.50.5_3.tgz' > > > tar: lib/libaspell.a: Cannot stat: No such file or directory > > > tar: lib/libpspell.a: Cannot stat: No such file or directory > > > tar: Error exit delayed from previous errors > > > pkg_create: make_dist: tar command failed with code 512 > > > *** Error code 1 > > > > This should fix it. But i don't know wheter it is the way for this > > in FreeBSD: > > > > Index: Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > RCS file: /home/ncvs/ports/textproc/aspell/Makefile,v > > retrieving revision 1.58 > > diff -u -r1.58 Makefile > > --- Makefile 16 Apr 2004 21:52:55 -0000 1.58 > > +++ Makefile 20 Jun 2004 18:53:47 -0000 > > @@ -25,7 +25,8 @@ > > USE_LIBTOOL_VER=3D13 > > CONFIGURE_TARGET=3D --build=3D${ARCH}-portbld-freebsd${OSREL} > > CONFIGURE_ARGS=3D --enable-dict-dir=3D${DATADIR} \ > > - --enable-doc-dir=3D${DOCSDIR} > > + --enable-doc-dir=3D${DOCSDIR}\ > > + --enable-static > > USE_GMAKE=3D yes > > > > MAKE_ARGS=3D NOPORTDOCS=3D${NOPORTDOCS} > > Yes, it does, but it should only be necessary if you have applied the > patch from PR ports/63944 and run libtool15 from the port. Without > this patch, aspell actually uses the bundled libtool, and it does not > respect AC_DISABLE_STATIC. I run a clean system and do not apply patches for ports. I consider the=20 systems as a QA project of FreeBSD. If it is broken on them, you must=20 be doing something wrong. Of course, I believe in Mr. Murphy and he=20 pops up frequently. Kent > > Regards, =2D-=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html