From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 23 17:50:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A55316A476 for ; Thu, 23 Aug 2007 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5285113C4FA for ; Thu, 23 Aug 2007 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NHo1DT002348 for ; Thu, 23 Aug 2007 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NHo17j002347; Thu, 23 Aug 2007 17:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 23 Aug 2007 17:50:01 GMT Resent-Message-Id: <200708231750.l7NHo17j002347@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 279FA16A417 for ; Thu, 23 Aug 2007 17:40:03 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id B0F5F13C457 for ; Thu, 23 Aug 2007 17:40:02 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so506134nfb for ; Thu, 23 Aug 2007 10:40:01 -0700 (PDT) Received: by 10.86.49.13 with SMTP id w13mr1534960fgw.1187890769604; Thu, 23 Aug 2007 10:39:29 -0700 (PDT) Received: from ghost.pnet.one.pl ( [84.40.242.20]) by mx.google.com with ESMTPS id e32sm4077225fke.2007.08.23.10.39.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2007 10:39:27 -0700 (PDT) Received: by ghost.pnet.one.pl (sSMTP sendmail emulation); Thu, 23 Aug 2007 19:39:24 +0200 Message-Id: <46cdc64f.201f5e0a.77b8.ffff9eef@mx.google.com> Date: Thu, 23 Aug 2007 19:39:24 +0200 From: Marcin Wisnicki Sender: =?UTF-8?B?TWFyY2luIFdpxZtuaWNraQ==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jylefort@FreeBSD.org Subject: ports/115759: [PATCH] x11-themes/cursor-bluecurve-theme: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 17:50:01 -0000 >Number: 115759 >Category: ports >Synopsis: [PATCH] x11-themes/cursor-bluecurve-theme: unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 17:50:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Aug 7 15:03:32 CEST >Description: Handle creation of $PREFIX/lib/X11/icons by depending on xcursor-themes as that port "owns" this directory. Port maintainer (jylefort@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cursor-bluecurve-theme-5.0.11_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-themes/cursor-bluecurve-theme.orig/Makefile /usr/ports/x11-themes/cursor-bluecurve-theme/Makefile --- /usr/ports/x11-themes/cursor-bluecurve-theme.orig/Makefile 2007-05-25 03:25:46.000000000 +0200 +++ /usr/ports/x11-themes/cursor-bluecurve-theme/Makefile 2007-08-23 19:33:09.000000000 +0200 @@ -9,13 +9,13 @@ COMMENT= The Bluecurve X cursor themes +# not really needed but it is the easiest way to fix plist (ownership of lib/X11/icons) +RUN_DEPENDS= ${X11BASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes # we only need gdk-pixbuf for building cursorthemegen, so do not USE_GNOME BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 MASTERDIR= ${.CURDIR}/../bluecurve-themes -BROKEN= Incorrect pkg-plist - PREFIX= ${X11BASE} THEMES= Bluecurve Bluecurve-inverse LBluecurve LBluecurve-inverse --- cursor-bluecurve-theme-5.0.11_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: