Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 22:12:32 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anholt@FreeBSD.org
Subject:   ports/61470: [patch] fix build of x1-toolkits/xrender
Message-ID:  <20040117111232.4CE136A7101@k7.mavetju>
Resent-Message-ID: <200401171120.i0HBK7Ek029657@freefall.freebsd.org>

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

>Number:         61470
>Category:       ports
>Synopsis:       [patch] fix build of x1-toolkits/xrender
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 17 03:20:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Mon Jan 5 18:59:31 EST 2004 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386


>Description:

http://bento.freebsd.org/errorlogs/i386-4-exp-latest/libXrender-0.8.3.log

The check for ice.pc isn't working properly, most likely because
x11/xextenions doesn't have ice.pc.

>How-To-Repeat:
>Fix:

RCS file: /home/pcvs/ports/x11-toolkits/xrender/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    22 Dec 2003 02:04:46 -0000      1.2
+++ Makefile    17 Jan 2004 11:11:30 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=    x11@FreeBSD.org
 COMMENT=       XRender extension for XFree86
 
-LIB_PC_DEPENDS=        ${X11BASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/xextensions
+LIB_PC_DEPENDS=        ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
 BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
                ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11-toolkits/render \
                ${LIB_PC_DEPENDS}

>Release-Note:
>Audit-Trail:
>Unformatted:



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