From owner-freebsd-ports Tue Apr 2 5:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC46837B41D for ; Tue, 2 Apr 2002 05:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32DA1G90361; Tue, 2 Apr 2002 05:10:01 -0800 (PST) (envelope-from gnats) Received: from CC40670-a.groni1.gr.nl.home.com (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 5D33F37B417 for ; Tue, 2 Apr 2002 05:00:50 -0800 (PST) Received: from lisa.CC40670-a.groni1.gr.nl.home.com (lisa.CC40670-a.groni1.gr.nl.home.com [192.168.1.2]) by CC40670-a.groni1.gr.nl.home.com (8.12.2/8.12.2) with ESMTP id g32D0pkC070048; Tue, 2 Apr 2002 15:00:52 +0200 (CEST) (envelope-from jochem@lisa.CC40670-a.groni1.gr.nl.home.com) Received: from lisa.CC40670-a.groni1.gr.nl.home.com (localhost [127.0.0.1]) by lisa.CC40670-a.groni1.gr.nl.home.com (8.12.2/8.12.2) with ESMTP id g32D0j8i078720; Tue, 2 Apr 2002 15:00:45 +0200 (CEST) (envelope-from jochem@lisa.CC40670-a.groni1.gr.nl.home.com) Received: (from jochem@localhost) by lisa.CC40670-a.groni1.gr.nl.home.com (8.12.2/8.12.2/Submit) id g32D0iS7078719; Tue, 2 Apr 2002 15:00:44 +0200 (CEST) Message-Id: <200204021300.g32D0iS7078719@lisa.CC40670-a.groni1.gr.nl.home.com> Date: Tue, 2 Apr 2002 15:00:44 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@FreeBSD.org Cc: anders@hack.org X-Send-Pr-Version: 3.113 Subject: ports/36653: [PATCH] x11/gdkxft compile failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36653 >Category: ports >Synopsis: [PATCH] x11/gdkxft compile failure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD lisa.CC40670-a.groni1.gr.nl.home.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 26 13:11:16 CET 2002 jochem@lisa.CC40670-a.groni1.gr.nl.home.com:/usr/obj/usr/src/sys/LISA i386 >Description: When trying to build x11/gdkxft from ports it tries to find capplet-widget.h which is installed in a different location, hence the compile fails. Included is patch to fix it. >How-To-Repeat: # cd /usr/ports/x11/gdkxft # make >Fix: --- patch-capplet::gdkxft-capplet.c begins here --- --- capplet/gdkxft-capplet.c.orig Tue Apr 2 12:41:31 2002 +++ capplet/gdkxft-capplet.c Tue Apr 2 12:41:54 2002 @@ -19,7 +19,7 @@ #include #include -#include +#include #include "gdkxftcfg.h" static GtkWidget *capplet=NULL,*frame=NULL; --- patch-capplet::gdkxft-capplet.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message