Re: porting question

2016-07-12 Thread Edgar Pettijohn
Sent from my iPhone > On Jul 12, 2016, at 6:11 AM, Daniel Jakots wrote: > > On Mon, 11 Jul 2016 16:51:19 -0500, Edgar Pettijohn > wrote: > >> I think I may have found the issue. The plist >> under /usr/ports/plist/... still had the wrong info. Should this >> have been fixed by $ make updat

Re: porting question

2016-07-12 Thread Daniel Jakots
On Mon, 11 Jul 2016 16:51:19 -0500, Edgar Pettijohn wrote: > I think I may have found the issue. The plist > under /usr/ports/plist/... still had the wrong info. Should this > have been fixed by $ make update-plist? If so there may be a bug > involved. If not I guess I should double check the

Re: porting question

2016-07-12 Thread Stuart Henderson
On 2016/07/11 16:51, Edgar Pettijohn wrote: > On 16-07-11 09:21:18, Stuart Henderson wrote: > > On 2016/07/10 23:54, Edgar Pettijohn wrote: > > > I'm attempting to port libxlsxwriter. The problem I'm having is > > > that I can't seem to get the examples to install correctly. > > > > > > In the Ma

Re: porting question

2016-07-11 Thread Edgar Pettijohn
On 16-07-11 17:57:38, Amit Kulkarni wrote: > On Mon, Jul 11, 2016 at 4:51 PM, Edgar Pettijohn > wrote: > > > On 16-07-11 09:21:18, Stuart Henderson wrote: > > > On 2016/07/10 23:54, Edgar Pettijohn wrote: > > > > I'm attempting to port libxlsxwriter. The problem I'm having is > > > > that I can'

Re: porting question

2016-07-11 Thread Amit Kulkarni
On Mon, Jul 11, 2016 at 4:51 PM, Edgar Pettijohn wrote: > On 16-07-11 09:21:18, Stuart Henderson wrote: > > On 2016/07/10 23:54, Edgar Pettijohn wrote: > > > I'm attempting to port libxlsxwriter. The problem I'm having is > > > that I can't seem to get the examples to install correctly. > > > >

Re: porting question

2016-07-11 Thread Edgar Pettijohn
On 16-07-11 09:21:18, Stuart Henderson wrote: > On 2016/07/10 23:54, Edgar Pettijohn wrote: > > I'm attempting to port libxlsxwriter. The problem I'm having is > > that I can't seem to get the examples to install correctly. > > > > In the Makefile I have this: > > ${INSTALL_DATA_DIR} ${PREFIX}/sh

Re: porting question

2016-07-11 Thread Stuart Henderson
On 2016/07/10 23:54, Edgar Pettijohn wrote: > I'm attempting to port libxlsxwriter. The problem I'm having is > that I can't seem to get the examples to install correctly. > > In the Makefile I have this: > ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libxlsxwriter > ${INSTALL_DATA} ${WRKSRC}/exa

Re: porting question

2016-07-10 Thread Dmitrij D. Czarkoff
Edgar Pettijohn wrote: > I'm attempting to port libxlsxwriter. The problem I'm having is > that I can't seem to get the examples to install correctly. > > In the Makefile I have this: > ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libxlsxwriter > ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PREFIX}

Re: Porting question - otter-browser patches

2015-04-05 Thread Vadim Zhukov
05 апр. 2015 г. 1:14 пользователь "Adam Wolk" написал: > > Hi ports@ > > I was asked by upstream to pull up all patches up to: > - 1ea5df13f908495df4ad9d634d997f6fd4c9 > while the tagged revision is > - c1819f1184ae18a76ab455caa6fcc713c9c6bf3d > > This results in a 2k lines patch: > $ git di

Re: porting question

2010-05-29 Thread Christian Weisgerber
Adam Borbely wrote: > I'm trying making a port of ser2net. > should this put in comms or net? i bet the former. I suggest comms. > question: > - the lock dir is /var/lock by default. this does not > exist by default. shold that be something like > /var/spool/lock or the user should make th