Date: Tue, 3 Feb 2004 14:00:43 -0800 (PST) From: Thierry Thomas <thierry@pompo.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62048: New port: lang/gambas - a BASIC graphical development environment. Message-ID: <200402032200.i13M0h5s062852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62048; it has been noted by GNATS. From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/62048: New port: lang/gambas - a BASIC graphical development environment. Date: Tue, 3 Feb 2004 22:45:59 +0100 On Wed 28 jan 04 at 23:43:09 +0100, Thierry Thomas <thierry@pompo.net> wrote: > > >Number: 62048 > >Category: ports > >Synopsis: New port: lang/gambas - a BASIC graphical development environment. Hmm... pgrep is not in FreeBSD utilities, and gambas-database-manager crashes on machines where it has not been installed => the following patch adds a run_depends to sysutils/pkill: --- gambas.diff begins here --- diff -urN lang/gambas.orig/Makefile lang/gambas/Makefile --- lang/gambas.orig/Makefile Wed Jan 28 23:23:02 2004 +++ lang/gambas/Makefile Tue Feb 3 22:37:11 2004 @@ -15,6 +15,7 @@ LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ intl.5:${PORTSDIR}/devel/gettext \ ltdl.4:${PORTSDIR}/devel/libltdl +RUN_DEPENDS= pgrep:${PORTSDIR}/sysutils/pkill USE_KDELIBS_VER= 3 USE_BZIP2= yes --- gambas.diff ends here --- Please accept this patch. Regards, -- Th. Thomas.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402032200.i13M0h5s062852>