cvs commit: ports/textproc/aspell Makefile
ports/textproc/aspell/files patch-prog-compress.c
ports/security/portaudit-db/database portaudit.txt
Kent Stewart
kstewart at owt.com
Sun Jun 20 12:26:39 PDT 2004
On Sunday 20 June 2004 11:59 am, Thierry Thomas wrote:
> Le Dim 20 jui 04 à 21:04:38 +0200, Robert Nagy <robert at bsd.hu>
>
> écrivait :
> > > 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
> > ===================================================================
> > 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=13
> > CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
> > CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
> > - --enable-doc-dir=${DOCSDIR}
> > + --enable-doc-dir=${DOCSDIR}\
> > + --enable-static
> > USE_GMAKE= yes
> >
> > MAKE_ARGS= NOPORTDOCS=${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
systems as a QA project of FreeBSD. If it is broken on them, you must
be doing something wrong. Of course, I believe in Mr. Murphy and he
pops up frequently.
Kent
>
> Regards,
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
More information about the cvs-all
mailing list