ports/62048: New port: lang/gambas - a BASIC graphical development environment.

Thierry Thomas thierry at pompo.net
Tue Feb 3 22:00:44 UTC 2004


The following reply was made to PR ports/62048; it has been noted by GNATS.

From: Thierry Thomas <thierry at pompo.net>
To: FreeBSD-gnats-submit at 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 at 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.



More information about the freebsd-ports-bugs mailing list