From owner-cvs-ports@FreeBSD.ORG Sat Nov 19 07:57:50 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3AD16A41F; Sat, 19 Nov 2005 07:57:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00E343D49; Sat, 19 Nov 2005 07:57:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAJ7vn9C079626; Sat, 19 Nov 2005 07:57:49 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAJ7vnB3079625; Sat, 19 Nov 2005 07:57:49 GMT (envelope-from marcus) Message-Id: <200511190757.jAJ7vnB3079625@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Nov 2005 07:57:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 07:57:50 -0000 marcus 2005-11-19 07:57:49 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile pkg-plist Log: * Use X11BASE rather than PREFIX or %D to search for icons * Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by touching it. Otherwise, the cache file would not appear until icons were actually installed, and this was breaking some port builds on pointyhat. Revision Changes Path 1.162 +4 -1 ports/x11-toolkits/gtk20/Makefile 1.92 +3 -2 ports/x11-toolkits/gtk20/pkg-plist