From owner-freebsd-x11@FreeBSD.ORG Mon Mar 22 03:28:10 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5461C16A4CE for ; Mon, 22 Mar 2004 03:28:10 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479B843D2F for ; Mon, 22 Mar 2004 03:28:09 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i2MBS7J00868 for ; Mon, 22 Mar 2004 12:28:07 +0100 (MET) Date: Mon, 22 Mar 2004 12:28:07 +0100 (CET) From: Harti Brandt To: x11@freebsd.org Message-ID: <20040322122337.F55144@beagle.fokus.fraunhofer.de> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1107015261-1079954887=:55144" Subject: patch for devel/imake-4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: harti@freebsd.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 11:28:10 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1107015261-1079954887=:55144 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I'm about to commit the patch in standards/57295 that makes make more POSIX compliant. Unfortunately this breaks imake-4 build. The reason is that the imake-4 makefile expects to be able to override the top-level's Makefile SUBDIR variable by specifying it on make's command line. This won't work with a POSIX make, because a POSIX make passes command line variable assignments down to all sub-makes and they cannot be overridden by the makefile. The simples patch for the problem is to actually patch the top-level Imakefile to change the SUBDIR variable. Patch attached. harti --0-1107015261-1079954887=:55144 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="imake-4.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20040322122807.T55144@beagle.fokus.fraunhofer.de> Content-Description: Content-Disposition: attachment; filename="imake-4.patch" ZGlmZiAtdXJOIC0tZXhjbHVkZT1DVlMgaW1ha2UtNC5vcmlnL2ZpbGVzL3Bh dGNoLUltYWtlZmlsZSBpbWFrZS00L2ZpbGVzL3BhdGNoLUltYWtlZmlsZQ0K LS0tIGltYWtlLTQub3JpZy9maWxlcy9wYXRjaC1JbWFrZWZpbGUJVGh1IEph biAgMSAwMTowMDowMCAxOTcwDQorKysgaW1ha2UtNC9maWxlcy9wYXRjaC1J bWFrZWZpbGUJU2F0IE1hciAyMCAxOTo1NDoyMiAyMDA0DQpAQCAtMCwwICsx LDEyIEBADQorLS0tIC4uL0ltYWtlZmlsZS5vcmlnCVNhdCBNYXIgMjAgMTk6 NDA6MTcgMjAwNA0KKysrKyAuLi9JbWFrZWZpbGUJU2F0IE1hciAyMCAxOToy NDowMyAyMDA0DQorQEAgLTMwLDggKzMwLDcgQEANCisgI2VuZGlmDQorICNl bmRpZg0KKyANCistICAgICAgICBTVUJESVJTID0gaW5jbHVkZSBjb25maWcg bGliICQoTkxTU1VCRElSKSBcDQorLSAgICAgICAgICAgICAgICAgIHByb2dy YW1zICQoRk9OVFNESVIpICQoRE9DU0RJUikNCisrICAgICAgICBTVUJESVJT ID0gaW5jbHVkZSBjb25maWcNCisgICBMTklOU1RBTExESVJTID0gbGliDQor IA0KKyAjaWYgSGFzUGFyYWxsZWxNYWtlDQpkaWZmIC11ck4gLS1leGNsdWRl PUNWUyBpbWFrZS00Lm9yaWcvc2NyaXB0cy9jb25maWd1cmUgaW1ha2UtNC9z Y3JpcHRzL2NvbmZpZ3VyZQ0KLS0tIGltYWtlLTQub3JpZy9zY3JpcHRzL2Nv bmZpZ3VyZQlXZWQgTWFyIDEyIDAwOjM4OjExIDIwMDMNCisrKyBpbWFrZS00 L3NjcmlwdHMvY29uZmlndXJlCVNhdCBNYXIgMjAgMTk6MjM6MzggMjAwNA0K QEAgLTU4LDQgKzU4LDQgQEANCiB0b3VjaCBjb25maWcvY2YvdmVyc2lvbi5k ZWYNCiB0b3VjaCBjb25maWcvY2YvZGF0ZS5kZWYNCiBtYWtlIE1ha2VmaWxl LmJvb3QNCi1tYWtlIC1mIHhtYWtlZmlsZSBTVUJESVJTPSJpbmNsdWRlIGNv bmZpZyIgVmVyaWZ5T1MgdmVyc2lvbi5kZWYgTWFrZWZpbGVzIGluY2x1ZGVz DQorbWFrZSAtZiB4bWFrZWZpbGUgVmVyaWZ5T1MgdmVyc2lvbi5kZWYgTWFr ZWZpbGVzIGluY2x1ZGVzDQo= --0-1107015261-1079954887=:55144-- From owner-freebsd-x11@FreeBSD.ORG Mon Mar 22 11:03:42 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE49816A4D7 for ; Mon, 22 Mar 2004 11:03:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D1543D31 for ; Mon, 22 Mar 2004 11:03:42 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i2MJ3gbv060801 for ; Mon, 22 Mar 2004 11:03:42 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2MJ3gRh060795 for x11@freebsd.org; Mon, 22 Mar 2004 11:03:42 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 Mar 2004 11:03:42 -0800 (PST) Message-Id: <200403221903.i2MJ3gRh060795@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: x11@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 19:03:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/11/19] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2003/09/05] ports/56487 x11 Upgrading Xfree86-clients from ports over o [2004/02/27] ports/63443 x11 intermittent XFree86 'system hang' on sta 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/06] ports/25576 x11 XFree86-4 port installs manual pages with o [2002/10/18] ports/44252 x11 XFree86-4-Server port removes/overwrites s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/11/14] ports/59297 x11 RADEON 7500 Warning message o [2004/03/02] ports/63637 x11 [patch] x11-servers/XFree86-4-Server-snap o [2004/03/03] ports/63697 x11 XFree86-4-libraries install error o [2004/03/14] ports/64251 x11 -font option for `xclock -digital' no wor 8 problems total. From owner-freebsd-x11@FreeBSD.ORG Tue Mar 23 04:46:18 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FDD16A4CE for ; Tue, 23 Mar 2004 04:46:18 -0800 (PST) Received: from mailscan2.newmedia.no (mailscan2.newmedia.no [212.71.66.9]) by mx1.FreeBSD.org (Postfix) with SMTP id F386143D2D for ; Tue, 23 Mar 2004 04:46:16 -0800 (PST) (envelope-from arvinn@sandakerveien.net) Received: (qmail 3702 invoked by uid 105); 23 Mar 2004 12:46:15 -0000 Received: from arvinn@sandakerveien.net by mailscan2 with qmail-scanner-1.01 (iscan: v3.1/v5.420-0629/833/50402. sweep: 2.4/3.47. hbedv: 6.2.0.3. fsecure: 4.08/2030/2004-03-21/2004-03-11/2002-11-17. . Clean. Processed in 4.192644 secs); 23 Mar 2004 12:46:15 -0000 Received: from mail.newmedia.no (212.71.66.4) by mailscan2.newmedia.no with SMTP; 23 Mar 2004 12:46:10 -0000 Received: (qmail 20818 invoked from network); 23 Mar 2004 12:46:07 -0000 Received: from arvinn.formen.org (HELO sandakerveien.net) (212.71.64.140) by mail.newmedia.no with SMTP; 23 Mar 2004 12:46:07 -0000 Message-ID: <4060318C.8040809@sandakerveien.net> Date: Tue, 23 Mar 2004 13:46:04 +0100 From: =?ISO-8859-1?Q?Arvinn_L=F8kkebakken?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040301) X-Accept-Language: no, en-us, en MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 4.4.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 12:46:18 -0000 Hi. Thanks for doing a great job. Since XFree86 version 4.4.0 got released a few weeks ago, I was wondering when it will hit the ports-tree. In the meanwhile, the project has made it's own binary package for FreeBSD, but is this safe to use it for FreeBSD 5.2.1 and will it mess up my ports-dependencies? Arvinn From owner-freebsd-x11@FreeBSD.ORG Tue Mar 23 14:22:31 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5469816A4CE for ; Tue, 23 Mar 2004 14:22:31 -0800 (PST) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [208.39.216.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C5F43D2D for ; Tue, 23 Mar 2004 14:22:31 -0800 (PST) (envelope-from kgunders@teamcool.net) Received: from localhost (localhost.teamcool.net [127.0.0.1]) by localhost.teamcool.net (Postfix) with SMTP id DBFFA12E18 for ; Tue, 23 Mar 2004 15:37:34 -0700 (MST) Received: from cochise.teamcool.net (unknown [192.168.1.57]) by koyukuk.teamcool.net (Postfix) with ESMTP id 76FF11279A for ; Tue, 23 Mar 2004 15:37:34 -0700 (MST) Content-Type: text/plain; charset="iso-8859-1" From: Ken Gunderson To: x11@freebsd.org Date: Tue, 23 Mar 2004 15:23:43 -0700 User-Agent: KMail/1.4.3 References: <200403141052.15211.kgunders@teamcool.net> <1079288301.33543.15.camel@morbo.internal.lan.internal.lan> In-Reply-To: <1079288301.33543.15.camel@morbo.internal.lan.internal.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200403141214.01254.kgunders@teamcool.net> X-UID: 1667 Subject: Re: XFree86-4.4.0 anytime soon?? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 22:22:31 -0000 On Sunday 14 March 2004 11:18 am, you wrote: > On Sun, 2004-03-14 at 17:52, Ken Gunderson wrote: > > Greetings; > > > > I assumed a package as important as X this would likely be updated > > pretty quickly following major release. I know there's a 3.99 > > snap, but also open PR's. Would like to know if upgraded port will > > be coming anytime soon, or if I should just go ahead and install > > from source myself. Don't want to spend the time rolling my own > > only to find updated port released next day.... > > > > Thanks bunches for all your hard work. > > Really? I assumed a package as important as X would take more time so > as to make sure it won't break for everyone using it. > I think it'll be done when it's done. > > ns Yes, obviously one would want it to be tested thoroughly. That's a given with FreeBSD. It's not like the release is any surprise though, since release candidates 1-4 have been available for months. I've been using FreeBSD for a long time now, and perhaps made an erroneous assumption based on that history. All I was inquiring about was whether you had any estimate or projection. Last comments I was able to find in list archives led me to believe a key person was unavailable. That could have meant days, weeks, or whatever... Somebody else might be working on it and almost done, or nobody had time to even begin. Anybody's guess. Well, thanks bunches for the enlightenment. You've been very helpful. -- Best regards, Ken Gunderson GPG Key-- 9F5179FD "Freedom begins between the ears." -- Edward Abbey From owner-freebsd-x11@FreeBSD.ORG Wed Mar 24 08:06:40 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2B316A4CE for ; Wed, 24 Mar 2004 08:06:40 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBFE43D2F for ; Wed, 24 Mar 2004 08:06:39 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 318C21677B5 for ; Wed, 24 Mar 2004 17:06:38 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2OG6bWv015393 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 24 Mar 2004 17:06:37 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: x11@freebsd.org Date: Wed, 24 Mar 2004 17:06:33 +0100 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_NIbYAEKMPNtpzOc"; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403241706.37153.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new Subject: Conflicts patch for XFree86-4-libraries / standalone X extension ports X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 16:06:40 -0000 --Boundary-03=_NIbYAEKMPNtpzOc Content-Type: multipart/mixed; boundary="Boundary-01=_JIbYAW8UmhXC5YF" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_JIbYAW8UmhXC5YF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The attached patch properly marks XFree86-4-libraries and a number of=20 standalone ports of X extensions released by freedesktop.org as conflicting= =2E=20 Ok to commit? =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_JIbYAW8UmhXC5YF Content-Type: text/plain; charset="us-ascii"; name="x-conflicts.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="x-conflicts.diff" Index: XFree86-4-libraries/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/XFree86-4-libraries/Makefile,v retrieving revision 1.134 diff -u -r1.134 Makefile =2D-- XFree86-4-libraries/Makefile 6 Feb 2004 04:41:48 -0000 1.134 +++ XFree86-4-libraries/Makefile 24 Mar 2004 16:04:45 -0000 @@ -28,6 +28,11 @@ LIB_DEPENDS=3D freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig =20 +CONFLICTS=3D libICE-* libSM-* libX11-* libXau-* libXcursor-* libXdmcp-* \ + libXext-* libXfont-* libXi-* libXpm-* libXrandr-* \ + libXrender-* libXres-* libXv-* randrext-* renderext-* \ + resourceext-* xextensions-* xproto-* + USE_X_PREFIX=3D no PREFIX?=3D ${X11BASE} MTREE_FILE=3D /etc/mtree/BSD.x11-4.dist Index: libICE/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libICE/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- libICE/Makefile 14 Mar 2004 06:17:36 -0000 1.3 +++ libICE/Makefile 24 Mar 2004 16:04:45 -0000 @@ -21,6 +21,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libSM/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libSM/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile =2D-- libSM/Makefile 14 Mar 2004 06:17:36 -0000 1.5 +++ libSM/Makefile 24 Mar 2004 16:04:45 -0000 @@ -21,6 +21,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libX11/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libX11/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile =2D-- libX11/Makefile 4 Feb 2004 05:09:44 -0000 1.4 +++ libX11/Makefile 24 Mar 2004 16:04:45 -0000 @@ -21,6 +21,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXau/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXau/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile =2D-- libXau/Makefile 14 Mar 2004 06:17:37 -0000 1.4 +++ libXau/Makefile 24 Mar 2004 16:04:45 -0000 @@ -16,6 +16,8 @@ =20 BUILD_DEPENDS=3D ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xp= roto =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXcursor/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXcursor/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile =2D-- libXcursor/Makefile 22 Mar 2004 18:49:47 -0000 1.9 +++ libXcursor/Makefile 24 Mar 2004 16:04:45 -0000 @@ -22,6 +22,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXdmcp/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXdmcp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- libXdmcp/Makefile 4 Feb 2004 05:09:44 -0000 1.3 +++ libXdmcp/Makefile 24 Mar 2004 16:04:45 -0000 @@ -20,6 +20,8 @@ =20 BUILD_DEPENDS=3D ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xp= roto =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXext/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXext/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile =2D-- libXext/Makefile 14 Mar 2004 06:17:37 -0000 1.4 +++ libXext/Makefile 24 Mar 2004 16:04:45 -0000 @@ -20,6 +20,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXfont/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXfont/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- libXfont/Makefile 4 Feb 2004 05:09:45 -0000 1.3 +++ libXfont/Makefile 24 Mar 2004 16:04:45 -0000 @@ -18,6 +18,8 @@ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto LIB_DEPENDS=3D freetype.9:${PORTSDIR}/print/freetype2 =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXi/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXi/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile =2D-- libXi/Makefile 14 Mar 2004 06:17:37 -0000 1.6 +++ libXi/Makefile 24 Mar 2004 16:04:45 -0000 @@ -20,6 +20,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXpm/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXpm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- libXpm/Makefile 14 Mar 2004 06:17:37 -0000 1.3 +++ libXpm/Makefile 24 Mar 2004 16:04:45 -0000 @@ -19,6 +19,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXrandr/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXrandr/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile =2D-- libXrandr/Makefile 11 Mar 2004 18:21:29 -0000 1.4 +++ libXrandr/Makefile 24 Mar 2004 16:04:45 -0000 @@ -22,6 +22,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXrender/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXrender/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile =2D-- libXrender/Makefile 14 Mar 2004 06:17:38 -0000 1.11 +++ libXrender/Makefile 24 Mar 2004 16:04:45 -0000 @@ -21,6 +21,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXres/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXres/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile =2D-- libXres/Makefile 14 Mar 2004 06:17:38 -0000 1.9 +++ libXres/Makefile 24 Mar 2004 16:04:45 -0000 @@ -22,6 +22,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: libXv/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/libXv/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile =2D-- libXv/Makefile 14 Mar 2004 06:17:38 -0000 1.8 +++ libXv/Makefile 24 Mar 2004 16:04:45 -0000 @@ -20,6 +20,8 @@ ${LIB_PC_DEPENDS} RUN_DEPENDS=3D ${LIB_PC_DEPENDS} =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: randrext/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/randrext/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile =2D-- randrext/Makefile 4 Feb 2004 05:09:49 -0000 1.2 +++ randrext/Makefile 24 Mar 2004 16:04:46 -0000 @@ -14,6 +14,8 @@ MAINTAINER=3D x11@FreeBSD.org COMMENT=3D Header files and documentation for the X Resize and Rotate exte= nsion =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: renderext/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/renderext/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile =2D-- renderext/Makefile 4 Feb 2004 05:09:49 -0000 1.7 +++ renderext/Makefile 24 Mar 2004 16:04:46 -0000 @@ -14,6 +14,8 @@ MAINTAINER=3D x11@FreeBSD.org COMMENT=3D Header files and documentation for the X render extension =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: resourceext/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/resourceext/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- resourceext/Makefile 4 Feb 2004 05:09:49 -0000 1.3 +++ resourceext/Makefile 24 Mar 2004 16:04:46 -0000 @@ -14,6 +14,8 @@ MAINTAINER=3D x11@FreeBSD.org COMMENT=3D X Resource usage extension headers =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: xextensions/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/xextensions/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- xextensions/Makefile 4 Feb 2004 05:09:52 -0000 1.3 +++ xextensions/Makefile 24 Mar 2004 16:04:46 -0000 @@ -14,6 +14,8 @@ MAINTAINER=3D x11@FreeBSD.org COMMENT=3D X11 extension headers =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes Index: xproto/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/xproto/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile =2D-- xproto/Makefile 14 Mar 2004 07:21:14 -0000 1.4 +++ xproto/Makefile 24 Mar 2004 16:04:46 -0000 @@ -14,6 +14,8 @@ MAINTAINER=3D x11@FreeBSD.org COMMENT=3D X11 protocol headers =20 +CONFLICTS=3D XFree86-libraries-* + USE_BZIP2=3D yes PREFIX?=3D ${X11BASE} GNU_CONFIGURE=3D yes --Boundary-01=_JIbYAW8UmhXC5YF-- --Boundary-03=_NIbYAEKMPNtpzOc Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAYbINXhc68WspdLARAg03AKCUJsVAzRHcPE2+CcjO7Y7qc/zrqgCgk58b mF7fSxKSZwqWyD6bo6pU76Q= =MDRp -----END PGP SIGNATURE----- --Boundary-03=_NIbYAEKMPNtpzOc-- From owner-freebsd-x11@FreeBSD.ORG Wed Mar 24 10:02:30 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A170E16A4CE for ; Wed, 24 Mar 2004 10:02:30 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629B343D58 for ; Wed, 24 Mar 2004 10:02:30 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 7345A1675BE for ; Wed, 24 Mar 2004 19:02:29 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2OI2SWv017087 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 24 Mar 2004 19:02:29 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: x11@FreeBSD.org Date: Wed, 24 Mar 2004 19:02:23 +0100 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_00cYAVXRaDqH2Iw"; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403241902.28609.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new Subject: Hello... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 18:02:30 -0000 --Boundary-02=_00cYAVXRaDqH2Iw Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =2E..judging from the archives, there isn't much going on here since anholt= is=20 away - so I've subscribed myself to the x11@ list and will try to do a litt= le=20 work here and there on the ports maintained by x11@. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_00cYAVXRaDqH2Iw Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAYc00Xhc68WspdLARAiW2AKCAWWBwB663PXC/lY68iPsraPYO5wCeNY6n JrJ5TMjCTzPN70eMAhH+jcU= =+jTN -----END PGP SIGNATURE----- --Boundary-02=_00cYAVXRaDqH2Iw-- From owner-freebsd-x11@FreeBSD.ORG Wed Mar 24 10:33:23 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB8016A4CE for ; Wed, 24 Mar 2004 10:33:23 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEBF43D1D for ; Wed, 24 Mar 2004 10:33:22 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i2OIWnfY045221; Wed, 24 Mar 2004 13:32:49 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Nottebrock In-Reply-To: <200403241902.28609.michaelnottebrock@gmx.net> References: <200403241902.28609.michaelnottebrock@gmx.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-d1boePK2DnfSjcqbnBn0" Organization: MarcusCom, Inc. Message-Id: <1080153231.801.9.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 24 Mar 2004 13:33:52 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: x11@freebsd.org Subject: Re: Hello... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 18:33:23 -0000 --=-d1boePK2DnfSjcqbnBn0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-03-24 at 13:02, Michael Nottebrock wrote: > ...judging from the archives, there isn't much going on here since anholt= is=20 > away - so I've subscribed myself to the x11@ list and will try to do a li= ttle=20 > work here and there on the ports maintained by x11@. Welcome. I've been trying to do the same to keep the fd.o ports somewhat viable until Eric returns. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-d1boePK2DnfSjcqbnBn0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAYdSPb2iPiv4Uz4cRAiokAKCjPZtPJkWL3GVqqtlO6vfXRhkT3QCdE+iL Hwn6TMkHSXcogj2ztO3gQVk= =dVU4 -----END PGP SIGNATURE----- --=-d1boePK2DnfSjcqbnBn0-- From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 06:16:23 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBCF16A4CE; Fri, 26 Mar 2004 06:16:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B6843D3F; Fri, 26 Mar 2004 06:16:23 -0800 (PST) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) i2QEGNbv031684; Fri, 26 Mar 2004 06:16:23 -0800 (PST) (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2QEGNcl031680; Fri, 26 Mar 2004 06:16:23 -0800 (PST) (envelope-from vs) Date: Fri, 26 Mar 2004 06:16:23 -0800 (PST) From: Volker Stolz Message-Id: <200403261416.i2QEGNcl031680@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/64771: ports/x11-fonts/XFree86-4-fontScalable doesn't install X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 14:16:23 -0000 Synopsis: ports/x11-fonts/XFree86-4-fontScalable doesn't install Responsible-Changed-From-To: freebsd-ports-bugs->x11 Responsible-Changed-By: vs Responsible-Changed-When: Fri Mar 26 06:15:49 PST 2004 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=64771 From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 10:40:18 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5318C16A4CF for ; Fri, 26 Mar 2004 10:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333E243D45 for ; Fri, 26 Mar 2004 10:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i2QIeIbv062756 for ; Fri, 26 Mar 2004 10:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2QIeIRe062754; Fri, 26 Mar 2004 10:40:18 -0800 (PST) (envelope-from gnats) Date: Fri, 26 Mar 2004 10:40:18 -0800 (PST) Message-Id: <200403261840.i2QIeIRe062754@freefall.freebsd.org> To: x11@FreeBSD.org From: Michael Nottebrock Subject: Re: ports/64771: ports/x11-fonts/XFree86-4-fontScalable doesn't install X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Nottebrock List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 18:40:18 -0000 The following reply was made to PR ports/64771; it has been noted by GNATS. From: Michael Nottebrock To: freebsd-gnats-submit@FreeBSD.org, isak@iso.is Cc: Subject: Re: ports/64771: ports/x11-fonts/XFree86-4-fontScalable doesn't install Date: Fri, 26 Mar 2004 19:39:26 +0100 I cannot reproduce this. Can you please make clean in x11-fonts/XFree86-4-fontScalable, cvsup and try again? -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 12:15:31 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC81916A4CE for ; Fri, 26 Mar 2004 12:15:31 -0800 (PST) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE8B43D39 for ; Fri, 26 Mar 2004 12:15:31 -0800 (PST) (envelope-from cmascott@att.net) Received: from callisto.local (61.cambridge-02rh15rt.ma.dial-access.att.net[12.76.173.61]) by worldnet.att.net (mtiwmhc11) with ESMTP id <20040326201529111000075ve>; Fri, 26 Mar 2004 20:15:30 +0000 Received: from callisto.local (localhost.local [127.0.0.1]) by callisto.local (8.12.8p1/8.12.8) with ESMTP id i2QKF7fo000558 for ; Fri, 26 Mar 2004 15:15:07 -0500 (EST) (envelope-from cmascott@callisto.local) Received: (from cmascott@localhost) by callisto.local (8.12.8p1/8.12.8/Submit) id i2QKExS2000554 for x11@freebsd.org; Fri, 26 Mar 2004 15:14:59 -0500 (EST) Date: Fri, 26 Mar 2004 15:14:59 -0500 (EST) From: Carl Mascott Message-Id: <200403262014.i2QKExS2000554@callisto.local> To: x11@freebsd.org Subject: Any reason why XFree86-4-Server pkg doesn't extract in-place? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 20:15:31 -0000 Is there some reason why the XFree86-4-Server port does not use @option extract-in-place? Since there is no require file or pre-install script I see no reason why it could not extract in place. I bring this up because my systems all have small /var/tmp directories. The first time I tried to install this package the installation failed with a message about needing 400,000 (unspecified; sectors? 1K blocks?) in /var/tmp. It would be nice not to need a large /var/tmp (or other temporary directory) for no good reason. From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 12:53:47 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FB816A4CE; Fri, 26 Mar 2004 12:53:47 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBB043D39; Fri, 26 Mar 2004 12:53:46 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id D37BD16769E; Fri, 26 Mar 2004 21:53:45 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2QKri36066106 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 26 Mar 2004 21:53:45 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: FreeBSD-X11@FreeBSD.org Date: Fri, 26 Mar 2004 21:53:40 +0100 User-Agent: KMail/1.6.1 References: <200403262014.i2QKExS2000554@callisto.local> In-Reply-To: <200403262014.i2QKExS2000554@callisto.local> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_XhJZAZvpwMemqLd"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200403262153.43989.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: Carl Mascott cc: ports@FreeBSD.org cc: portmgr@FreeBSD.org Subject: Re: Any reason why XFree86-4-Server pkg doesn't extract in-place? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 20:53:47 -0000 --Boundary-02=_XhJZAZvpwMemqLd Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 26 March 2004 21:14, Carl Mascott wrote: > Is there some reason why the XFree86-4-Server port does not use > @option extract-in-place? Since there is no require file or > pre-install script I see no reason why it could not extract in > place. A grep through the ports-collection shows me that there isn't any port whic= h=20 sets @option. Perhaps this has just historical reasons, does anyone at know= =20 more (ports@ and portmgr@ cc'd)? > I bring this up because my systems all have small /var/tmp > directories. The first time I tried to install this package > the installation failed with a message about needing 400,000 > (unspecified; sectors? 1K blocks?) in /var/tmp. > It would be nice not to need a large /var/tmp (or other > temporary directory) for no good reason. IMHO, wanting to install binary packages (there are much larger ones out th= ere=20 than XFree86-Server) is a very good reason to have a large enough (/var/)tm= p. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_XhJZAZvpwMemqLd Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAZJhXXhc68WspdLARAkJhAJ9o4K+2nZwwkO9KPfeWAniELdriLQCfeB4G CuMUAgILqbwULMGe8zLYffE= =3Plf -----END PGP SIGNATURE----- --Boundary-02=_XhJZAZvpwMemqLd-- From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 14:30:31 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6711C16A4D5; Fri, 26 Mar 2004 14:30:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927B443D3F; Fri, 26 Mar 2004 14:30:24 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from freefall.freebsd.org (lofi@localhost [127.0.0.1]) i2QMUObv087887; Fri, 26 Mar 2004 14:30:24 -0800 (PST) (envelope-from lofi@freefall.freebsd.org) Received: (from lofi@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2QMUOBB087883; Fri, 26 Mar 2004 14:30:24 -0800 (PST) (envelope-from lofi) Date: Fri, 26 Mar 2004 14:30:24 -0800 (PST) From: Michael Nottebrock Message-Id: <200403262230.i2QMUOBB087883@freefall.freebsd.org> To: isak@iso.is, lofi@FreeBSD.org, x11@FreeBSD.org Subject: Re: ports/64771: ports/x11-fonts/XFree86-4-fontScalable doesn't install X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 22:30:31 -0000 Synopsis: ports/x11-fonts/XFree86-4-fontScalable doesn't install State-Changed-From-To: open->closed State-Changed-By: lofi State-Changed-When: Fri Mar 26 14:30:03 PST 2004 State-Changed-Why: Originator reports problem gone. http://www.freebsd.org/cgi/query-pr.cgi?pr=64771 From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 14:41:28 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B3E16A4CE; Fri, 26 Mar 2004 14:41:28 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA59743D49; Fri, 26 Mar 2004 14:41:27 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i2QMeevI073449; Fri, 26 Mar 2004 17:40:40 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Nottebrock In-Reply-To: <200403262153.43989.michaelnottebrock@gmx.net> References: <200403262014.i2QKExS2000554@callisto.local> <200403262153.43989.michaelnottebrock@gmx.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fcZI4tyL437fxThoxjvl" Organization: MarcusCom, Inc. Message-Id: <1080340889.14362.28.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 26 Mar 2004 17:41:29 -0500 cc: Carl Mascott cc: ports@freebsd.org cc: FreeBSD-X11@freebsd.org cc: portmgr@freebsd.org Subject: Re: Any reason why XFree86-4-Server pkg doesn't extract in-place? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 22:41:29 -0000 --=-fcZI4tyL437fxThoxjvl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-03-26 at 15:53, Michael Nottebrock wrote: > On Friday 26 March 2004 21:14, Carl Mascott wrote: > > Is there some reason why the XFree86-4-Server port does not use > > @option extract-in-place? Since there is no require file or > > pre-install script I see no reason why it could not extract in > > place. >=20 > A grep through the ports-collection shows me that there isn't any port wh= ich=20 > sets @option. Perhaps this has just historical reasons, does anyone at kn= ow=20 > more (ports@ and portmgr@ cc'd)? >=20 > > I bring this up because my systems all have small /var/tmp > > directories. The first time I tried to install this package > > the installation failed with a message about needing 400,000 > > (unspecified; sectors? 1K blocks?) in /var/tmp. > > It would be nice not to need a large /var/tmp (or other > > temporary directory) for no good reason. >=20 > IMHO, wanting to install binary packages (there are much larger ones out = there=20 > than XFree86-Server) is a very good reason to have a large enough (/var/)= tmp. Or one could set PKG_TMPDIR to a directory with enough space to handle the extraction. This is supported by all packages. They could simulate in-place extraction by setting PKG_TMPDIR to the current working directory. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-fcZI4tyL437fxThoxjvl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAZLGZb2iPiv4Uz4cRAtkUAKCGbF8gQQ98sRa36SeHVpjBS/v9NACgrKJc 9wOpxcjUAdXKsvHyulJR0g0= =ASHM -----END PGP SIGNATURE----- --=-fcZI4tyL437fxThoxjvl-- From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 15:37:41 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21FFE16A4CE for ; Fri, 26 Mar 2004 15:37:41 -0800 (PST) Received: from sun1.astron.s.u-tokyo.ac.jp (sun1.astron.s.u-tokyo.ac.jp [133.11.16.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4D143D2D for ; Fri, 26 Mar 2004 15:37:39 -0800 (PST) (envelope-from suzuki@astron.s.u-tokyo.ac.jp) Received: from localhost (onyx.astron.s.u-tokyo.ac.jp [133.11.17.1]) IAA22417; Sat, 27 Mar 2004 08:37:37 +0900 (JST) Date: Sat, 27 Mar 2004 08:37:36 +0900 (JST) Message-Id: <20040327.083736.59495067.suzuki@astron.s.u-tokyo.ac.jp> To: x11@FreeBSD.ORG From: Tomoharu Suzuki X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ports: freetype2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 23:37:41 -0000 Dear maintener, I updated freetype2 from 2.1.5_2 to 2.1.7_2. But now I fail compiling XFree86-4-clients. The error messages are: In file included from /usr/X11R6/include/X11/Xft/Xft.h:41, from ClockP.h:61, from Clock.c:54: /usr/local/include/freetype2/freetype/freetype.h:20: #error "`ft2build.h' hasn't been included yet!" /usr/local/include/freetype2/freetype/freetype.h:21: #error "Please always use macros to include FreeType header files." /usr/local/include/freetype2/freetype/freetype.h:22: #error "Example:" /usr/local/include/freetype2/freetype/freetype.h:23: #error " #include " /usr/local/include/freetype2/freetype/freetype.h:24: #error " #include FT_FREETYPE_H" *** Error code 1 Regards, T.Suzuki From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 16:07:09 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10ED116A4CE; Fri, 26 Mar 2004 16:07:09 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91943D1D; Fri, 26 Mar 2004 16:07:08 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B0268167587; Sat, 27 Mar 2004 01:07:07 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2R07636069338 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 27 Mar 2004 01:07:07 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: FreeBSD-X11@FreeBSD.org Date: Sat, 27 Mar 2004 01:07:05 +0100 User-Agent: KMail/1.6.1 References: <20040327.083736.59495067.suzuki@astron.s.u-tokyo.ac.jp> In-Reply-To: <20040327.083736.59495067.suzuki@astron.s.u-tokyo.ac.jp> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_qWMZAHggz400bly"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403270107.06301.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: x11@FreeBSD.org cc: Tomoharu Suzuki Subject: Re: ports: freetype2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 00:07:09 -0000 --Boundary-02=_qWMZAHggz400bly Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 27 March 2004 00:37, Tomoharu Suzuki wrote: > Dear maintener, > > I updated freetype2 from 2.1.5_2 to 2.1.7_2. > But now I fail compiling XFree86-4-clients. > The error messages are: > > In file included from /usr/X11R6/include/X11/Xft/Xft.h:41, > from ClockP.h:61, > from Clock.c:54: > /usr/local/include/freetype2/freetype/freetype.h:20: #error > "`ft2build.h' hasn't been included yet!" > /usr/local/include/freetype2/freetype/freetype.h:21: #error > "Please always use macros to include FreeType > header files." > /usr/local/include/freetype2/freetype/freetype.h:22: #error > "Example:" > /usr/local/include/freetype2/freetype/freetype.h:23: #error " > #include " > /usr/local/include/freetype2/freetype/freetype.h:24: #error " > #include FT_FREETYPE_H" You need to update Xft as well (FYI: the port has been renamed to libXft -= =20 portupgrade will handle that automatically). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_qWMZAHggz400bly Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAZMWqXhc68WspdLARAjQVAJ4+XAY6VT4PpiRoHH77x3zJqTWatwCfSmJA ElWHucfASG4O0J7M4EKgwfE= =AjSy -----END PGP SIGNATURE----- --Boundary-02=_qWMZAHggz400bly-- From owner-freebsd-x11@FreeBSD.ORG Fri Mar 26 16:07:09 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10ED116A4CE; Fri, 26 Mar 2004 16:07:09 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91943D1D; Fri, 26 Mar 2004 16:07:08 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B0268167587; Sat, 27 Mar 2004 01:07:07 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2R07636069338 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 27 Mar 2004 01:07:07 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: FreeBSD-X11@FreeBSD.org Date: Sat, 27 Mar 2004 01:07:05 +0100 User-Agent: KMail/1.6.1 References: <20040327.083736.59495067.suzuki@astron.s.u-tokyo.ac.jp> In-Reply-To: <20040327.083736.59495067.suzuki@astron.s.u-tokyo.ac.jp> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_qWMZAHggz400bly"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403270107.06301.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: x11@FreeBSD.org cc: Tomoharu Suzuki Subject: Re: ports: freetype2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 00:07:09 -0000 --Boundary-02=_qWMZAHggz400bly Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 27 March 2004 00:37, Tomoharu Suzuki wrote: > Dear maintener, > > I updated freetype2 from 2.1.5_2 to 2.1.7_2. > But now I fail compiling XFree86-4-clients. > The error messages are: > > In file included from /usr/X11R6/include/X11/Xft/Xft.h:41, > from ClockP.h:61, > from Clock.c:54: > /usr/local/include/freetype2/freetype/freetype.h:20: #error > "`ft2build.h' hasn't been included yet!" > /usr/local/include/freetype2/freetype/freetype.h:21: #error > "Please always use macros to include FreeType > header files." > /usr/local/include/freetype2/freetype/freetype.h:22: #error > "Example:" > /usr/local/include/freetype2/freetype/freetype.h:23: #error " > #include " > /usr/local/include/freetype2/freetype/freetype.h:24: #error " > #include FT_FREETYPE_H" You need to update Xft as well (FYI: the port has been renamed to libXft -= =20 portupgrade will handle that automatically). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_qWMZAHggz400bly Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAZMWqXhc68WspdLARAjQVAJ4+XAY6VT4PpiRoHH77x3zJqTWatwCfSmJA ElWHucfASG4O0J7M4EKgwfE= =AjSy -----END PGP SIGNATURE----- --Boundary-02=_qWMZAHggz400bly-- From owner-freebsd-x11@FreeBSD.ORG Sat Mar 27 03:40:38 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C65616A4CE for ; Sat, 27 Mar 2004 03:40:38 -0800 (PST) Received: from hotmail.com (bay14-f45.bay14.hotmail.com [64.4.49.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF3443D46 for ; Sat, 27 Mar 2004 03:40:38 -0800 (PST) (envelope-from eirik_daling@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 27 Mar 2004 03:39:36 -0800 Received: from 80.212.42.178 by by14fd.bay14.hotmail.msn.com with HTTP; Sat, 27 Mar 2004 09:33:05 GMT X-Originating-IP: [80.212.42.178] X-Originating-Email: [eirik_daling@hotmail.com] X-Sender: eirik_daling@hotmail.com From: "Eirik J. Daling" To: freebsd-x11@freebsd.org Date: Sat, 27 Mar 2004 10:33:05 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 27 Mar 2004 11:39:36.0086 (UTC) FILETIME=[2E2AEB60:01C413F0] Subject: Problem with driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 11:40:38 -0000 Dear people at FreeBSD/X11 I'm having problems with my ati-driver for xf86. It looks like xf86 can not find my card. It works with the 'vesa' driver, but not with the ATI driver. I have a ATI Radeon 9600 Pro. I was wondering if you where familiar to the problem and if you have a way could fix it. Thanks Eirik J. Daling eirik_daling@hotmail.com _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner From owner-freebsd-x11@FreeBSD.ORG Sat Mar 27 09:35:23 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D2816A4CE for ; Sat, 27 Mar 2004 09:35:23 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4D243D53 for ; Sat, 27 Mar 2004 09:35:22 -0800 (PST) (envelope-from kitbsdlist2@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao07.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040327173522.CFOK10539.lakemtao07.cox.net@vixen42> for ; Sat, 27 Mar 2004 12:35:22 -0500 Date: Sat, 27 Mar 2004 09:32:27 -0600 From: Vulpes Velox To: freebsd-x11@freebsd.org Message-Id: <20040327093227.761232a1@vixen42.> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Problem with driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 17:35:23 -0000 On Sat, 27 Mar 2004 10:33:05 +0100 "Eirik J. Daling" wrote: > Dear people at FreeBSD/X11 > > I'm having problems with my ati-driver for xf86. It looks like xf86 > can not find my card. It works with the 'vesa' driver, but not with > the ATI driver. I have a ATI Radeon 9600 Pro. > I was wondering if you where familiar to the problem and if you have > a way could fix it. Try the radeon driver. From owner-freebsd-x11@FreeBSD.ORG Sat Mar 27 09:41:34 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2005F16A4D7 for ; Sat, 27 Mar 2004 09:41:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC97943D2F for ; Sat, 27 Mar 2004 09:41:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i2RHefLT081598; Sat, 27 Mar 2004 12:40:41 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Eirik J. Daling" In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-q2QL9AGIFwxdMHB1RYns" Organization: MarcusCom, Inc. Message-Id: <1080409294.35462.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 27 Mar 2004 12:41:35 -0500 cc: freebsd-x11@freebsd.org Subject: Re: Problem with driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 17:41:34 -0000 --=-q2QL9AGIFwxdMHB1RYns Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-03-27 at 04:33, Eirik J. Daling wrote: > Dear people at FreeBSD/X11 >=20 > I'm having problems with my ati-driver for xf86. It looks like xf86 can n= ot=20 > find my card. It works with the 'vesa' driver, but not with the ATI drive= r.=20 > I have a ATI Radeon 9600 Pro. > I was wondering if you where familiar to the problem and if you have a wa= y=20 > could fix it. You may want to try the XFree86-Server-snap port as this is a fairly new card. However, if support isn't in that snapshot yet, you will most likely have to wait until XF 4.4 is added to the tree, or hack one of the -Server ports with code from XF's CVS repo. Joe >=20 > Thanks >=20 > Eirik J. Daling > eirik_daling@hotmail.com >=20 > _________________________________________________________________ > MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg o= g=20 > dine venner >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-q2QL9AGIFwxdMHB1RYns Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAZbzOb2iPiv4Uz4cRAtKxAJ9ZbQLc9wexoF0XIS9YjmPD0rXogQCeNepL E1Gta4D2yzRJsrgpLjyEPrI= =o2eH -----END PGP SIGNATURE----- --=-q2QL9AGIFwxdMHB1RYns-- From owner-freebsd-x11@FreeBSD.ORG Sat Mar 27 18:12:45 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5120616A4CE for ; Sat, 27 Mar 2004 18:12:45 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8EC43D2F for ; Sat, 27 Mar 2004 18:12:45 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (8bfa53c4ce3aa17372ff849dd77193a2@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mta7.pltn13.pbi.net (8.12.10/8.12.10) with ESMTP id i2S2ChNn005449 for ; Sat, 27 Mar 2004 18:12:43 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8136E52ABF; Sat, 27 Mar 2004 18:12:43 -0800 (PST) Date: Sat, 27 Mar 2004 18:12:43 -0800 From: Kris Kennaway To: x11@FreeBSD.org Message-ID: <20040328021243.GA33649@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@FreeBSD.org: libXt-0.1.4_3 failed on i386 5] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 02:12:45 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Sat, 27 Mar 2004 15:53:08 -0800 (PST) From: User Ports-i386 To: kris@FreeBSD.org Subject: libXt-0.1.4_3 failed on i386 5 X-UIDL: "B$"!(W+!!EZ!"!JoD"! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.16.4 building libXt-0.1.4_3 on gohan13 in directory /x/tmp/5/chroot/42626 with arguments: libXt-0.1.4_3.tbz /usr/ports/x11-toolkits/libXt expat-1.95.= 7.tbz gettext-0.13.1_1.tbz gmake-3.80_2.tbz libX11-6.2.1_2.tbz libXau-0.1.1= _1.tbz libiconv-1.9.1_3.tbz libtool-1.3.5_2.tbz pkgconfig-0.15.0_1.tbz xpro= to-6.6.1_2.tbz libX11-6.2.1_2.tbz libXau-0.1.1_1.tbz pkgconfig-0.15.0_1.tbz maintained by: x11@FreeBSD.org build started at Sat Mar 27 23:48:31 GMT 2004 adding dependencies pkg_add expat-1.95.7.tbz pkg_add gettext-0.13.1_1.tbz pkg_add gmake-3.80_2.tbz pkg_add libX11-6.2.1_2.tbz pkg_add libXau-0.1.1_1.tbz skipping libXau-0.1.1_1, already added pkg_add libiconv-1.9.1_3.tbz skipping libiconv-1.9.1_3, already added pkg_add libtool-1.3.5_2.tbz pkg_add pkgconfig-0.15.0_1.tbz skipping pkgconfig-0.15.0_1, already added pkg_add xproto-6.6.1_2.tbz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled >> libXt-0.1.4.tar.bz2 doesn't seem to exist in /tmp/distfiles/. >> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/= distfiles//. libXt-0.1.4.tar.bz2 398 kB 339 kBps >> Checksum OK for libXt-0.1.4.tar.bz2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled =3D=3D=3D> Extracting for libXt-0.1.4_3 >> Checksum OK for libXt-0.1.4.tar.bz2. =3D=3D=3D> Patching for libXt-0.1.4_3 =3D=3D=3D> Applying FreeBSD patches for libXt-0.1.4_3 =3D=3D=3D> libXt-0.1.4_3 depends on file: /usr/X11R6/libdata/pkgconfig/xp= roto.pc - found =3D=3D=3D> libXt-0.1.4_3 depends on file: /usr/X11R6/libdata/pkgconfig/x1= 1.pc - found =3D=3D=3D> libXt-0.1.4_3 depends on executable: gmake - found =3D=3D=3D> libXt-0.1.4_3 depends on file: /usr/local/libexec/libtool13/li= btool - found =3D=3D=3D> libXt-0.1.4_3 depends on executable: pkg-config - found =3D=3D=3D> Configuring for libXt-0.1.4_3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes /tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1.4/missing: Unknown `--run' o= ption Try `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1.4/missing --help' for m= ore information configure: WARNING: `missing' script is too old or missing checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking build system type... i386-portbld-freebsd5.2 checking host system type... i386-portbld-freebsd5.2 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 65536 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd5.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd5.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd5.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for pkg-config... /usr/local/bin/pkg-config checking for x11... yes checking X_CFLAGS... -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include =20 checking X_LIBS... -L/usr/X11R6/lib -lX11 =20 configure: creating ./config.status config.status: creating Makefile config.status: creating util/Makefile config.status: creating include/Makefile config.status: creating xt.pc config.status: creating config.h config.status: executing depfiles commands =3D=3D=3D> Building for libXt-0.1.4_3 cd util; gmake gmake[1]: Entering directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.= 1.4/util' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/= X11R6/include -O -pipe -DMALLOC_0_RETURNS_NULL -MT makestrs-makestrs.o -= MD -MP -MF ".deps/makestrs-makestrs.Tpo" \ -c -o makestrs-makestrs.o `test -f 'makestrs.c' || echo './'`makestrs.c; \ then mv -f ".deps/makestrs-makestrs.Tpo" ".deps/makestrs-makestrs.Po"; \ else rm -f ".deps/makestrs-makestrs.Tpo"; exit 1; \ fi gcc -o makestrs makestrs-makestrs.o =20 gmake[1]: Leaving directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1= .4/util' install ./util/*.ht ./util/*.ct ./util/ =2E/util/makestrs < ./util/string.list > StringDefs.c install -d include/X11/ install -m644 ./StringDefs.h include/X11/ gmake all-recursive gmake[1]: Entering directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.= 1.4' Making all in include gmake[2]: Entering directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.= 1.4/include' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1= .4/include' Making all in util gmake[2]: Entering directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.= 1.4/util' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1= .4/util' gmake[2]: Entering directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.= 1.4' if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT ActionHook.lo -MD -MP -MF ".deps/A= ctionHook.Tpo" \ -c -o ActionHook.lo `test -f 'ActionHook.c' || echo './'`ActionHook.c; \ then mv -f ".deps/ActionHook.Tpo" ".deps/ActionHook.Plo"; \ else rm -f ".deps/ActionHook.Tpo"; exit 1; \ fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Act= ionHook.lo -MD -MP -MF .deps/ActionHook.Tpo -c ActionHook.c -fPIC -DPIC -o= .libs/ActionHook.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Act= ionHook.lo -MD -MP -MF .deps/ActionHook.Tpo -c ActionHook.c -o ActionHook.o= >/dev/null 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Alloc.lo -MD -MP -MF ".deps/Alloc.= Tpo" \ -c -o Alloc.lo `test -f 'Alloc.c' || echo './'`Alloc.c; \ then mv -f ".deps/Alloc.Tpo" ".deps/Alloc.Plo"; \ else rm -f ".deps/Alloc.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT All= oc.lo -MD -MP -MF .deps/Alloc.Tpo -c Alloc.c -fPIC -DPIC -o .libs/Alloc.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT All= oc.lo -MD -MP -MF .deps/Alloc.Tpo -c Alloc.c -o Alloc.o >/dev/null 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT ArgList.lo -MD -MP -MF ".deps/ArgL= ist.Tpo" \ -c -o ArgList.lo `test -f 'ArgList.c' || echo './'`ArgList.c; \ then mv -f ".deps/ArgList.Tpo" ".deps/ArgList.Plo"; \ else rm -f ".deps/ArgList.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Arg= List.lo -MD -MP -MF .deps/ArgList.Tpo -c ArgList.c -fPIC -DPIC -o .libs/Ar= gList.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Arg= List.lo -MD -MP -MF .deps/ArgList.Tpo -c ArgList.c -o ArgList.o >/dev/null = 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Callback.lo -MD -MP -MF ".deps/Cal= lback.Tpo" \ -c -o Callback.lo `test -f 'Callback.c' || echo './'`Callback.c; \ then mv -f ".deps/Callback.Tpo" ".deps/Callback.Plo"; \ else rm -f ".deps/Callback.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Cal= lback.lo -MD -MP -MF .deps/Callback.Tpo -c Callback.c -fPIC -DPIC -o .libs= /Callback.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Cal= lback.lo -MD -MP -MF .deps/Callback.Tpo -c Callback.c -o Callback.o >/dev/n= ull 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT ClickTime.lo -MD -MP -MF ".deps/Cl= ickTime.Tpo" \ -c -o ClickTime.lo `test -f 'ClickTime.c' || echo './'`ClickTime.c; \ then mv -f ".deps/ClickTime.Tpo" ".deps/ClickTime.Plo"; \ else rm -f ".deps/ClickTime.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Cli= ckTime.lo -MD -MP -MF .deps/ClickTime.Tpo -c ClickTime.c -fPIC -DPIC -o .l= ibs/ClickTime.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Cli= ckTime.lo -MD -MP -MF .deps/ClickTime.Tpo -c ClickTime.c -o ClickTime.o >/d= ev/null 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Composite.lo -MD -MP -MF ".deps/Co= mposite.Tpo" \ -c -o Composite.lo `test -f 'Composite.c' || echo './'`Composite.c; \ then mv -f ".deps/Composite.Tpo" ".deps/Composite.Plo"; \ else rm -f ".deps/Composite.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Com= posite.lo -MD -MP -MF .deps/Composite.Tpo -c Composite.c -fPIC -DPIC -o .l= ibs/Composite.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Com= posite.lo -MD -MP -MF .deps/Composite.Tpo -c Composite.c -o Composite.o >/d= ev/null 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Constraint.lo -MD -MP -MF ".deps/C= onstraint.Tpo" \ -c -o Constraint.lo `test -f 'Constraint.c' || echo './'`Constraint.c; \ then mv -f ".deps/Constraint.Tpo" ".deps/Constraint.Plo"; \ else rm -f ".deps/Constraint.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Con= straint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.c -fPIC -DPIC -o= .libs/Constraint.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Con= straint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.c -o Constraint.o= >/dev/null 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Convert.lo -MD -MP -MF ".deps/Conv= ert.Tpo" \ -c -o Convert.lo `test -f 'Convert.c' || echo './'`Convert.c; \ then mv -f ".deps/Convert.Tpo" ".deps/Convert.Plo"; \ else rm -f ".deps/Convert.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Con= vert.lo -MD -MP -MF .deps/Convert.Tpo -c Convert.c -fPIC -DPIC -o .libs/Co= nvert.o cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Con= vert.lo -MD -MP -MF .deps/Convert.Tpo -c Convert.c -o Convert.o >/dev/null = 2>&1 if /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -D= XTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/include -I./include -I./include/X= 11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Converters.lo -MD -MP -MF ".deps/C= onverters.Tpo" \ -c -o Converters.lo `test -f 'Converters.c' || echo './'`Converters.c; \ then mv -f ".deps/Converters.Tpo" ".deps/Converters.Plo"; \ else rm -f ".deps/Converters.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/X11R6/i= nclude -I./include -I./include/X11 -O -pipe -DMALLOC_0_RETURNS_NULL -MT Con= verters.lo -MD -MP -MF .deps/Converters.Tpo -c Converters.c -fPIC -DPIC -o= .libs/Converters.o In file included from Converters.c:68: Shell.h:54:26: X11/SM/SMlib.h: No such file or directory Converters.c: In function `XtCvtStringToRestartStyle': Converters.c:1631: error: `SmRestartIfRunning' undeclared (first use in thi= s function) Converters.c:1631: error: (Each undeclared identifier is reported only once Converters.c:1631: error: for each function it appears in.) Converters.c:1633: error: `SmRestartAnyway' undeclared (first use in this f= unction) Converters.c:1635: error: `SmRestartImmediately' undeclared (first use in t= his function) Converters.c:1637: error: `SmRestartNever' undeclared (first use in this fu= nction) gmake[2]: *** [Converters.lo] Error 1 gmake[2]: Leaving directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1= .4' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/a/ports/x11-toolkits/libXt/work/libXt-0.1= .4' gmake: *** [all] Error 2 *** Error code 2 Stop in /a/ports/x11-toolkits/libXt. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build ended at Sat Mar 27 23:52:56 GMT 2004 ----- End forwarded message ----- --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAZjSbWry0BWjoQKURAtURAKCmLcQePbA9iU312yzSqok6zDBM5QCfYOHd bOsYdOOMxLhFyRT9XgmwsB8= =pPH+ -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF--