pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Building of abiword 3.0 fails on 6.1.5/amd64



On Fri, Dec 12, 2014 at 05:05:04PM +0000, Ottavio Caruso wrote:
> On 12 December 2014 at 11:23, Thomas Klausner <wiz%netbsd.org@localhost> wrote:
> > On Fri, Dec 12, 2014 at 09:20:41AM +0000, Ottavio Caruso wrote:
> >> I'm trying to build Abiword 3.0.0 from sources reusing the existing
> >> files (pointing to 2.8). I have changed Makefile.common pointing to
> >> 3.0.0 and updates PLIST. Presumably I should also modify all patches,
> >> because this is what I get with pkglint:
> >>
> >> -bash-4.3# pkglint
> >> ERROR: ../../editors/abiword/patches/patch-aa:3: Comment expected.
> >> WARN: ../../editors/abiword/patches/patch-aa:6: Unexpected end of hunk
> >> (-7,+7 expected).
> >> ERROR: ../../editors/abiword/patches/patch-ab:3: Comment expected.
> >> ERROR: ../../editors/abiword/patches/patch-ac:3: Comment expected.
> >> ERROR: ../../editors/abiword/patches/patch-ad:3: Comment expected.
> >> ERROR: ../../editors/abiword/patches/patch-sa:3: Comment expected.
> >> 5 errors and 1 warnings found. (Use -e for more details.)
> >
> > Something seems to be wrong in your checkout.
> > Remove editors/abiword and fetch it again, then try again.
> >  Thomas
> 
> Done and it still fails. Mind you. I'm on stable, not current. Would
> it make any difference?

There are no changes since pkgsrc-2014Q3 in editors/abiword.

For me, the first few lines of that patches/patch-aa are:

$NetBSD: patch-aa,v 1.12 2010/11/26 14:49:50 adam Exp $

--- configure.orig      2010-06-13 21:17:37.000000000 +0000
+++ configure
@@ -17074,7 +17074,7 @@ fi

 # maybe just switch on TOOLKIT instead of the fancy TARGET defines
 # also for embedded, e.g. hildon would set TOOLKIT_GTK and TOOLKIT_HILDON
- if test "$TOOLKIT" == "cocoa"; then
+ if test "$TOOLKIT" = "cocoa"; then
   TOOLKIT_COCOA_TRUE=
   TOOLKIT_COCOA_FALSE='#'
 else
@@ -17082,7 +17082,7 @@ else

What do yours look like?
 Thomas


Home | Main Index | Thread Index | Old Index