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



--- 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 
<[email protected]>
 #
+# $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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to