From owner-freebsd-gnome@FreeBSD.ORG Mon May 24 10:08:20 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D139E106567E for ; Mon, 24 May 2010 10:08:20 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 914808FC2B for ; Mon, 24 May 2010 10:08:20 +0000 (UTC) Received: by qyk11 with SMTP id 11so5509388qyk.13 for ; Mon, 24 May 2010 03:08:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=k+yDYMv7sPCEm94OsEu/Jam+26Ieua9V2dWi64RH7b4=; b=RcFNPg6usx8dj8+X2QdGnJY5Diye7VYu4eih43QtR+NLBpHChKVTtrPDlFajnLsYgL j/CRlz7K4JX7g6dzXq0y+TefG6lpQrsZA0k5EdML0vfL/TJ7yEm4nNiFh8A/2VFB9KxZ Dm980QSS6zCPn0bW4W3aKD4OQh3WMu/+ntbxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MQEGVIEB6cwEWZ0bzDO6ejQ/1qSRk0G2w7qIjjv2y3tHhVmLKqQYzuIyYHD90mKziZ Rz8Xjc1yHVI13yIxkCsRhIdp5qckRRhUXC/QbtJIzbLMdFVjq2l0cGHRXEhm7549BWxr a6JvUWXG9J/pLJyVeiGsCrdCcAiJxhiIlyKoM= MIME-Version: 1.0 Received: by 10.229.221.72 with SMTP id ib8mr1000314qcb.0.1274694023900; Mon, 24 May 2010 02:40:23 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Mon, 24 May 2010 02:40:23 -0700 (PDT) Date: Mon, 24 May 2010 02:40:23 -0700 Message-ID: From: Garrett Cooper To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: devel/gobject-introspection - has semi-fluid pkg-plist contents X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 10:08:20 -0000 Hi Gnome folks, I recently tried to run make package-recursive on editors/openoffice.org-3 for some testing and I unfortunately got hung up on making a package out of devel/gobject-introspection. One of the bits (the xrandr stuff) appeared to be dynamically compiled based on the automake stuff that I saw (since my chroot didn't have xrandr installed), but I figured that I should consult the experts first. Are all of the optional packages being properly addressed in pkg-plist? If not, then I have a starter patch to work with, but I'd need some guidance as to what all needs to be done to detect potential issues with conditionally installed bits. Thanks! -Garrett