From owner-cvs-all@FreeBSD.ORG Fri Jul 1 23:02:30 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8925C106564A; Fri, 1 Jul 2011 23:02:30 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id C14BC8FC0A; Fri, 1 Jul 2011 23:02:29 +0000 (UTC) Received: by fxe6 with SMTP id 6so3081119fxe.17 for ; Fri, 01 Jul 2011 16:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=envfmqsn1f45bZGKLZnriOGjDCxDYuAQwHcJxiM7oUI=; b=a1HcrP4roWpCZvmjkykqmrgVEZMUK633Q2KYRdB2IhUsNuQuncQ1lvYdPcod6xVzMc +x+vlfKVWIpjd09+OqLovxWxZspHEb+duOmKwzCEicE/64w2j9Btf0cwanTDnjSgscuV WXD+B+wPT3zwQjQL5aWZdgSPM4glDYwOw+4KY= Received: by 10.223.44.86 with SMTP id z22mr1884659fae.3.1309561347912; Fri, 01 Jul 2011 16:02:27 -0700 (PDT) Received: from localhost (tor6.anonymizer.ccc.de [80.237.226.76]) by mx.google.com with ESMTPS id k26sm2681763fak.0.2011.07.01.16.02.23 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 16:02:25 -0700 (PDT) From: Pan Tsu To: Pav Lucistnik References: <201107012059.p61Kxkme036450__17604.1052364328$1309554009$gmane$org@repoman.freebsd.org> Date: Sat, 02 Jul 2011 03:02:17 +0400 In-Reply-To: <201107012059.p61Kxkme036450__17604.1052364328$1309554009$gmane$org@repoman.freebsd.org> (Pav Lucistnik's message of "Fri, 1 Jul 2011 20:59:46 +0000 (UTC)") Message-ID: <86wrg1zjt2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/wesnoth-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 23:02:30 -0000 Pav Lucistnik writes: > pav 2011-07-01 20:59:46 UTC > > FreeBSD ports repository > > Modified files: > games/wesnoth-devel Makefile > Log: > - Mark BROKEN: incomplete plist > > Reported by: pointyhat Can you try the following diff? %% Index: games/wesnoth-devel/Makefile =================================================================== RCS file: /a/.cvsup/ports/games/wesnoth-devel/Makefile,v retrieving revision 1.98 diff -u -p -r1.98 Makefile --- games/wesnoth-devel/Makefile 1 Jul 2011 20:59:46 -0000 1.98 +++ games/wesnoth-devel/Makefile 1 Jul 2011 22:48:43 -0000 @@ -15,10 +15,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= philip@FreeBSD.org COMMENT= A fantasy turn-based strategy game +EXTRACT_DEPENDS=${WRKSRC}/fonts/Junicode-Regular.ttf:${PORTSDIR}/x11-fonts/junicode:extract LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs -RUN_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract - -BROKEN= incomplete plist LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual @@ -164,10 +162,12 @@ CMAKE_ARGS+= -DDOCDIR=none IGNORE= game data is required, undefine NOPORTDATA .endif -post-install: +post-extract: .SILENT ${INSTALL_DATA} $$(${MAKE} -V WRKSRC \ -C ${PORTSDIR}/x11-fonts/junicode)/fonts/Junicode-Regular.ttf \ - ${DATADIR}/fonts + ${WRKSRC}/fonts + +post-install: -update-desktop-database ${PREFIX}/share/applications .include %%