From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 19 12:36:52 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 6C98B106566B for ; Mon, 19 Apr 2010 12:36:52 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 013868FC1B for ; Mon, 19 Apr 2010 12:36:51 +0000 (UTC) Received: by wyf28 with SMTP id 28so1164925wyf.13 for ; Mon, 19 Apr 2010 05:36:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:to:subject:from:cc :x-send-pr-version:x-gnats-notify:date:message-id; bh=A1g+N12oH5zZjzeu6+Lu6/gsRTKXBlWt4y1BGF0EfNY=; b=Ge6dbYucN+AjBsYjrhuPvOZd8TQ1oeqHLAopxflRdScQdcUZPXc4RV3FeS/GYzcush w5/ikb6ep09IKRqvV+PvIvH7Jzc3RUK1vxWbPnN5trXuyF2sTFxLrVI3sjh4O2UzBYhs 5/vUaERZSfxi7Mp5hYC7SHwfVO1j9e8K5s1AI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:from:cc:x-send-pr-version:x-gnats-notify:date:message-id; b=rgwLK3NVG0PZmx6Ty5GuDPJyrqlvCD0A6TP0eXemj6vQidIuYKpEB+c/y7a1RhprsL P2DAeIN7/U2DFFOsjeayQvKfzDv+Zp80V2ZQWqKQlZvC1M2wJZ9k0rIfKk1TpgJHeRdO HOf6iIon+Yn8WuIH4uriBxTWtPHPSuUouh8XI= Received: by 10.216.166.80 with SMTP id f58mr137819wel.187.1271680609634; Mon, 19 Apr 2010 05:36:49 -0700 (PDT) Received: from azathoth.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id n61sm631802wed.6.2010.04.19.05.36.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 05:36:21 -0700 (PDT) Received: from root (uid 0) (envelope-from baptiste.daroussin@gmail.com) id cf13d by azathoth.lan (DragonFly Mail Agent) Mon, 19 Apr 2010 14:36:17 +0200 To: FreeBSD-gnats-submit@freebsd.org From: Bapt X-send-pr-version: 3.113 X-GNATS-Notify: Date: Mon, 19 Apr 2010 14:36:17 +0200 Message-Id: Cc: gnome@FreeBSD.org Subject: [PATCH] devel/glib: only build depend on perl 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, 19 Apr 2010 12:36:52 -0000 >Submitter-Id: current-users >Originator: Bapt >Organization: >Confidential: no >Synopsis: [PATCH] devel/glib: only build depend on perl >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-STABLE amd64 >Environment: System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010 >Description: It seems to only build depend on perl Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- glib-2.22.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/glib20.orig/Makefile /usr/ports/devel/glib20/Makefile --- /usr/ports/devel/glib20.orig/Makefile 2010-01-10 22:51:09.000000000 +0100 +++ /usr/ports/devel/glib20/Makefile 2010-04-19 14:35:28.738693710 +0200 @@ -38,7 +38,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_PYTHON= yes -USE_PERL5= yes +USE_PERL5_BUILD= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ --- glib-2.22.4.patch ends here ---