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 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, but I thi

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-30 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 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 by security/ca

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}. N

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 > ag

Re: Problems about making a new port

2012-07-30 Thread Michael Scheidell
1: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 into xombrero. I was th

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 胡东
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 wrote: > On 07/30/12 14:31, HU Dong (胡东) wrote: > >> I met with some problem while porting a software, which will be >> www/xombr

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 p