From owner-freebsd-ports@FreeBSD.ORG Sun Aug 29 20:02:16 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60D1106566C for ; Sun, 29 Aug 2010 20:02:16 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by mx1.freebsd.org (Postfix) with ESMTP id E79DB8FC19 for ; Sun, 29 Aug 2010 20:02:13 +0000 (UTC) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id C158AD1A43E for ; Sun, 29 Aug 2010 21:45:25 +0200 (CEST) Received: from [192.168.0.84] (unknown [82.235.223.127]) by smtp2-g21.free.fr (Postfix) with ESMTP id 238144B010B; Sun, 29 Aug 2010 21:45:17 +0200 (CEST) Message-ID: <4C7AB8D0.5040302@bebik.net> Date: Sun, 29 Aug 2010 21:45:20 +0200 From: "Rodrigo OSORIO (ros)" User-Agent: Thunderbird 2.0.0.24 (X11/20100630) MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4C7AA925.3070505@yandex.ru> In-Reply-To: <4C7AA925.3070505@yandex.ru> Content-Type: multipart/mixed; boundary="------------080605000802070808090705" Cc: FreeBSD Ports Mailing List Subject: Re: ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 20:02:16 -0000 This is a multi-part message in MIME format. --------------080605000802070808090705 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ruslan Mahmatkhanov wrote: > > Hi! > > Can please anybody with spare time pick this PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691 > > It is hanging around more than one month. It's small and simple, but > useful - it's gtk frontend to multimedia/recordmydesktop - a tool for > creating screencasts. > > Thanks in advance. > Hi, I quickly test your port and it seems some missing dependences. At this point I just notice py-gtk. And of course portlint seems not really happy with some lines in your makefile. Here is a patch with suggested 'fixes'. - regards Rodrigo OSORIO --------------080605000802070808090705 Content-Type: text/plain; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" --- Makefile 2010-08-29 21:34:42.000000000 +0200 +++ Makefile.new 2010-08-29 21:37:11.000000000 +0200 @@ -2,6 +2,7 @@ # Date created: 16 July 2010 # Whom: Ruslan Mahmatkhanov # +# $FreeBSD$ # PORTNAME= gtk-recordmydesktop @@ -14,6 +15,7 @@ COMMENT= GTK+ frontend to recordMyDesktop RUN_DEPENDS= ${LOCALBASE}/bin/recordmydesktop:${PORTSDIR}/multimedia/recordmydesktop +BUILD_DEPENDS= py-gtk2>=2.4:${PORTSDIR}/x11-toolkits/py-gtk2 GNU_CONFIGURE= yes USE_GMAKE= yes --------------080605000802070808090705--