Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 09:34:11 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Matthias Andree <mandree@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r354893 - in head: devel/e2fsprogs-libss misc/e2fsprogs-libblkid misc/e2fsprogs-libuuid sysutils/e2fsprogs
Message-ID:  <20140523093411.2b1a4512@kalimero.tijl.coosemans.org>
In-Reply-To: <201405222156.s4MLuqHp014569@svn.freebsd.org>
References:  <201405222156.s4MLuqHp014569@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 22 May 2014 21:56:52 +0000 (UTC) Matthias Andree wrote:
> Author: mandree
> Date: Thu May 22 21:56:52 2014
> New Revision: 354893
> URL: http://svnweb.freebsd.org/changeset/ports/354893
> QAT: https://qat.redports.org/buildarchive/r354893/
> 
> Log:
>   Fix location of .pc files for pkg-config [1].
>   Fix issue with parallel build, pre-build prof_err.h.
>   
>   Reported by: ak@, mat@ [1]
> 
> Modified: head/sysutils/e2fsprogs/Makefile
> ==============================================================================
> --- head/sysutils/e2fsprogs/Makefile	Thu May 22 21:44:51 2014	(r354892)
> +++ head/sysutils/e2fsprogs/Makefile	Thu May 22 21:56:52 2014	(r354893)
> @@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--disable-fsck --disable
>  		--enable-quota \
>  		--with-root-prefix='${PREFIX}'
>  CPPFLAGS+=	-I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS
> -MAKE_ARGS+=	LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
> +MAKE_ARGS+=	LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' pkgconfigdir='${PREFIX}/libdata/pkgconfig'

The first command in post-patch (about pkgconfigdir) can be removed.
And if you prefer to use pathfix you can use:

USES=	pathfix
PATHFIX_MAKEFILEIN=	MCONFIG.in



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