From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:08:52 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A10F916A46C for ; Wed, 30 May 2007 14:08:52 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3F713C448 for ; Wed, 30 May 2007 14:08:52 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so876682nzn for ; Wed, 30 May 2007 07:08:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JlKy10KYZT/pLxmdjIoKSMQG7NPnNhc1c2ahvRZ5T6AT3ZPi4/LXr4033oKMc0lzfk71Ke97Hw1NFjMB6soPSfPZBDCJB8M0GPyYrwKocVgVN9ELuNAIzoLUhWbtsFTdsNW8KsTS25vXl98A8V7JZ4+xoAHBi6MYEdbciKtpvVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oBq31IX5NR2CGcdWSze4VaOaKh+hSysxdzcHEO5jkPQ2eKFe/Te1bEKXGFjIdnlpebyVpTF/2VLgXAADOPpzUeslo35287hpFqHXYa+4UeJkjlLG5+2uE+whiH5HQibcPZpiBwYcEyMre3z0lC+gN0tA2O4ojKWr4/BT3rPm6HE= Received: by 10.114.13.1 with SMTP id 1mr3898649wam.1180532430249; Wed, 30 May 2007 06:40:30 -0700 (PDT) Received: by 10.114.150.4 with HTTP; Wed, 30 May 2007 06:40:30 -0700 (PDT) Message-ID: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> Date: Wed, 30 May 2007 09:40:30 -0400 From: Attos To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Cannot install x11/xfindproxy after upgrading to Xorg 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:08:52 -0000 Hi all, I cannot install xfindproxy after upgrading to Xorg 7.2 It seems that I'm missing a dependency. My system doesn't have the /usr/local/include/X11/PM/PM.h file. To which port/package this file belongs? This is the output of make install: ------------------------------------- # make install ===> Building for xfindproxy-1.0.1 make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -D_THREAD_SAFE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT xfindproxy-xfindproxy.o -MD -MP -MF ".deps/xfindproxy-xfindproxy.Tpo" -c -o xfindproxy-xfindproxy.o `test -f 'xfindproxy.c' || echo './'`xfindproxy.c; then mv -f ".deps/xfindproxy-xfindproxy.Tpo" ".deps/xfindproxy-xfindproxy.Po"; else rm -f ".deps/xfindproxy-xfindproxy.Tpo"; exit 1; fi xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory xfindproxy.c:41:28: X11/PM/PMproto.h: No such file or directory xfindproxy.c:61: error: `PM_MAJOR_VERSION' undeclared here (not in a function) xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].major_version') xfindproxy.c:61: error: `PM_MINOR_VERSION' undeclared here (not in a function) xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].minor_version') xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0]') xfindproxy.c: In function `main': xfindproxy.c:127: error: `pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:127: error: (Each undeclared identifier is reported only once xfindproxy.c:127: error: for each function it appears in.) xfindproxy.c:127: error: `pMsg' undeclared (first use in this function) xfindproxy.c:203: error: `PM_PROTOCOL_NAME' undeclared (first use in this function) xfindproxy.c:290: error: `sz_pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:290: error: syntax error before ')' token xfindproxy.c:290: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:328: error: `PM_Success' undeclared (first use in this function) xfindproxy.c: In function `PMprocessMessages': xfindproxy.c:357: error: `PM_GetProxyAddrReply' undeclared (first use in this function) xfindproxy.c:360: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:369: error: `pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:369: error: `pMsg' undeclared (first use in this function) xfindproxy.c:379: error: `sz_pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:379: error: syntax error before ')' token *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy. # ------------------------------------- TIA, -- Attos Janus