Skip site navigation (1)Skip section navigation (2)
Date:      12 Nov 2002 14:38:52 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Glenn Johnson <glennpj@charter.net>
Cc:        Adam Weinberger <adamw@FreeBSD.ORG>, Sean McNeil <sean@mcneil.com>, gnome@FreeBSD.ORG
Subject:   Re: soup build failure
Message-ID:  <1037129932.323.58.camel@gyros>
In-Reply-To: <20021112192922.GA16269@gforce.johnson.home>
References:  <1037110507.76916.1.camel@blue.mcneil.com> <20021112162953.GF35297@vectors.cx> <20021112182043.GA56198@gforce.johnson.home> <1037126639.323.51.camel@gyros> <20021112192922.GA16269@gforce.johnson.home>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-ISINYrrtRtZdpxvIq4yP
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Tue, 2002-11-12 at 14:29, Glenn Johnson wrote:
> On Tue, Nov 12, 2002 at 01:43:59PM -0500, Joe Marcus Clarke wrote:
> 
> > On Tue, 2002-11-12 at 13:20, Glenn Johnson wrote:
> >
> > > On Tue, Nov 12, 2002 at 08:29:53AM -0800, Adam Weinberger wrote:
> > >
> > > > I'd like to see your config.status and config.log, unless somebody
> > > > already knows what's up.
> > >
> > > I am attaching mine.
> >
> > The problem is in your apxs script.  It's returning ";;" after the
> > INCLUDEDIR.  This doesn't seem to be isolated to just you, but it
> > does look like it affects all Apache 2 users.  Can you replace soup's
> > patch-configure with the attached files, and see if it builds?
> 
> No, but it is a different error.  Here is the result of an attempt to
> build with the new patch:

Okay, screw Apache.  Try using this Makefile for devel/soup.

Joe

> Stop in /usr/ports/devel/soup.
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



--=-ISINYrrtRtZdpxvIq4yP
Content-Disposition: attachment; filename=Makefile
Content-Type: text/x-makefile; name=Makefile; charset=ISO8859-1
Content-Transfer-Encoding: 7bit

# New ports collection makefile for:	soup
# Date created:				29 May 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/devel/soup/Makefile,v 1.7 2002/11/12 07:53:45 marcus Exp $
#

PORTNAME=	soup
PORTVERSION=	0.7.4
PORTREVISION=	1
CATEGORIES=	devel gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/soup/0.7
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org

LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt

USE_BZIP2=	yes
USE_GNOMENG=	yes
USE_GNOME=	gnomehack glib12 libxml
INSTALLS_SHLIB=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib" \
		APXS="no"

post-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>

--=-ISINYrrtRtZdpxvIq4yP--


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




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