Re: Problems about making a new port

2012-07-31 Thread HU Dong
OK, I've done creating a wrapper script. Now I'm waiting my redports.orgaccount to be approved. HU Dong On Tue, Jul 31, 2012 at 10:10 AM, HU Dong itechb...@gmail.com wrote: Thanks, Jason! I've corrected most of them. As for /usr/local/share/certs/ca-root-nss.crt, it's a cert file installed

Re: Problems about making a new port

2012-07-31 Thread Jason E. Hale
On Tuesday, July 31, 2012 10:10:48 HU Dong wrote: As for /usr/local/share/certs/ca-root-nss.crt, it's a cert file installed by security/ca_root_nss. I can't figure out how to determine its location automatically, but I think ${PREFIX} is not proper either, so I replace /usr/local with

Re: Problems about making a new port

2012-07-31 Thread HU Dong
On Tue, Jul 31, 2012 at 11:27 PM, Jason E. Hale bsdkaf...@gmail.com wrote: On Tuesday, July 31, 2012 10:10:48 HU Dong wrote: As for /usr/local/share/certs/ca-root-nss.crt, it's a cert file installed by security/ca_root_nss. I can't figure out how to determine its location automatically,

Problems about making a new port

2012-07-30 Thread 胡东
I met with some problem while porting a software, which will be www/xombrero. It's a web browser. 1. Its source code has a .desktop file and I want to install it to /usr/local/share/applications. But some committer told me to check it again. Is it a wrong place? 2. Also, it has several icon

Re: Problems about making a new port

2012-07-30 Thread Niclas Zeising
On 07/30/12 14:31, HU Dong (胡东) wrote: I met with some problem while porting a software, which will be www/xombrero. It's a web browser. 1. Its source code has a .desktop file and I want to install it to /usr/local/share/applications. But some committer told me to check it again. Is it a wrong

Re: Problems about making a new port

2012-07-30 Thread 胡东
Actually, most part of www/xombrero is taken from www/xxxterm. But still there're some problems to be solved. HU Dong On Mon, Jul 30, 2012 at 8:37 PM, Niclas Zeising zeis...@freebsd.org wrote: On 07/30/12 14:31, HU Dong (胡东) wrote: I met with some problem while porting a software, which will

Re: Problems about making a new port

2012-07-30 Thread Niclas Zeising
On 07/30/12 15:47, HU Dong (胡东) wrote: Actually, most part of www/xombrero is taken from www/xxxterm. But still there're some problems to be solved. No. The upstream developers renamed xxxterm into xombrero. I was there when it happened. Regards! -- Niclas Zeising

Re: Problems about making a new port

2012-07-30 Thread Michael Scheidell
@freebsd.org Sent: Mon, Jul 30, 2012 13:51:39 GMT+00:00 Subject: Re: Problems about making a new port On 07/30/12 15:47, HU Dong (胡东) wrote: Actually, most part of www/xombrero is taken from www/xxxterm. But still there're some problems to be solved. No. The upstream developers renamed xxxterm

Re: Problems about making a new port

2012-07-30 Thread Jason E. Hale
On Monday, July 30, 2012 20:31:54 HU Dong wrote: I met with some problem while porting a software, which will be www/xombrero. It's a web browser. 1. Its source code has a .desktop file and I want to install it to /usr/local/share/applications. But some committer told me to check it again.

Re: Problems about making a new port

2012-07-30 Thread HU Dong
Thanks, Jason! I've corrected most of them. As for /usr/local/share/certs/ca-root-nss.crt, it's a cert file installed by security/ca_root_nss. I can't figure out how to determine its location automatically, but I think ${PREFIX} is not proper either, so I replace /usr/local with ${LOCALBASE}.