ports/61470: [patch] fix build of x1-toolkits/xrender

Edwin Groothuis edwin at mavetju.org
Sat Jan 17 11:20:10 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list