Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 19:44:05 +0200
From:      Wilko Bulte <wkb@freebie.xs4all.nl>
To:        "Bruce A. Mah" <bmah@freebsd.org>
Cc:        FreeBSD hackers list <FreeBSD-hackers@freebsd.org>, nik@freebsd.org, mi@freebsd.org
Subject:   Re: building 'release' and compiling doc ports
Message-ID:  <20010824194405.A46482@freebie.xs4all.nl>
In-Reply-To: <200108241725.f7OHPfB50419@intruder.bmah.org>; from bmah@freebsd.org on Fri, Aug 24, 2001 at 10:25:41AM -0700
References:  <20010824174016.A45724@freebie.xs4all.nl> <200108241605.f7OG5GW49491@intruder.bmah.org> <20010824190806.A46103@freebie.xs4all.nl> <200108241725.f7OHPfB50419@intruder.bmah.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 24, 2001 at 10:25:41AM -0700, Bruce A. Mah wrote:
> If memory serves me right, Wilko Bulte wrote:
> > On Fri, Aug 24, 2001 at 09:05:16AM -0700, Bruce A. Mah wrote:

> > which is deprecated, use <stdlib.h> instead"
> > gdft.c:36: freetype/freetype.h: No such file or directory
> > gdft.c:37: freetype/ftglyph.h: No such file or directory
> > *** Error code 1
> > 
> > Stop in /usr/ports/graphics/gd/work/gd-1.8.4.
> > *** Error code 1
> > 
> > this is because 'gd' does not depend correctly on 'freetype2'
> > 
> > a plain 'make' on the docproj port on Alpha fails in an identical fashion.
> 
> Grrrr.  Is it possible that mi's recent commit to ports/graphics/gd/Makefile
> introduced a typo in LIB_DEPENDS ("freetype" instead of "freetype.7")?  
> Or is there some syntax here I am just missing?  Either way this needs 
> to be fixed.

USE_FREETYPE2=  yes
BUILD_DEPENDS=  bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS=    png.4:${PORTSDIR}/graphics/png \
                jpeg.9:${PORTSDIR}/graphics/jpeg \

Looks like freetype2 is missing from the depends?

# $FreeBSD: ports/graphics/gd/Makefile,v 1.39 2001/08/23 19:24:42 mi Exp $

This probably also explains why make release succeeded yesterday on another
alpha, it seems to be fixed now:

revision 1.40
date: 2001/08/24 12:17:08;  author: mi;  state: Exp;  lines: +3 -2
LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've  sworn, I saw some other port
use  the seemingly  non-existent USE_FREETYPE2.  As a  bonus, add  a
patch for malloc.h -> stdlib.h...

While I'm here (again), switch the default maintainership to ports@.

Submitted by:   John Hay
----------------------------

<sigh again>

-- 
|   / o / /  _   	Arnhem, The Netherlands    	email: wilko@FreeBSD.org
|/|/ / / /( (_) Bulte	

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824194405.A46482>