port variants

2012-04-13 Thread Chris Inacio
someone point me in the right direction on how to create one? Thanks, Chris Inacio ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: port variants

2012-04-13 Thread Chris Inacio
On Apr 13, 2012, at 3:39 PM, Freddie Cash fjwc...@gmail.com wrote: On Fri, Apr 13, 2012 at 12:04 PM, Chris Inacio nacho...@gmail.com wrote: I was recently asked to do some FreeBSD ports support work. I mostly use a Mac and the MacPorts system. MacPorts has the concept of a variant

lsof / tinderbox port build error

2012-04-15 Thread Chris Inacio
There was no config.log to attach to the report. This is the (hopefully) relevant screen text. = Attempting to fetch ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/lsof_4.86B.freebsd.tar.bz2 lsof_4.86B.freebsd.tar.bz2100% of 468 kB 880 kBps === Extracting for

Re: lsof / tinderbox port build error

2012-04-15 Thread Chris Inacio
. *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.86B.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. *** Error code 1 Stop in /usr/ports/ports-mgmt/tinderbox. *** Error code 1 Stop in /usr/ports/ports-mgmt/tinderbox. freebsd64_vm# On Sun, Apr 15, 2012 at 8:04 AM, Chris Inacio

Re: lsof / tinderbox port build error

2012-04-15 Thread Chris Inacio
. Chris Inacio nacho...@gmail.com wrote: The solution is apparently to install the system src. There doesn't appear to be a ports/package to manage that. The solutions was supposed to be to install the system source. I used csup to install the system source, and it got further, with a different

port dependencies with port options

2012-04-20 Thread Chris Inacio
, it builds fixbuf with the spread option? Question 2) How do you ensure that if fixbuf is already installed, it has the Spread option enabled, or disallow/error the Yaf Spread option? Thanks, Chris Inacio ___ freebsd-ports@freebsd.org mailing list http

Re: port dependencies with port options

2012-04-20 Thread Chris Inacio
On Fri, Apr 20, 2012 at 11:36 AM, Jeremy Messenger mezz.free...@gmail.comwrote: On Fri, Apr 20, 2012 at 5:29 AM, Vitaly Magerya vmage...@gmail.com wrote: Chris Inacio wrote: I wanted to add an option to multiple ports - that is easy. But, those ports have a dependency relationship, and I

Update of port definition for YAF

2014-10-10 Thread Chris Inacio
Hello all, To whom do I send an updated YAF port definition? I updated the Makefile and the distinfo file and ran a build test through poudriere. I don't actually have the ports build installed on my VM test machine, so while I have added a lot more options to YAF, I don't have a good way to

Can't get _IMPLIES to work

2015-09-03 Thread Chris Inacio
I'm having trouble getting the _IMPLIES to function correctly. I have been trying to improve a port and add more of the options available in the underlying package into the ports/pkg system. Basically, as a smoke test I attempt to enable "NONIP" without selecting "MPLS". NONIP requires MPLS to

Completely unscientific poll: cfengine, puppet, other?

2016-02-28 Thread Chris Inacio
about this from adding more support into some ports. Thanks chris inacio ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: library porting question - optional python bindings

2016-02-29 Thread Chris Inacio
On Mon, Feb 29, 2016 at 10:04 PM, Chris H <bsd-li...@bsdforge.com> wrote: > On Mon, 29 Feb 2016 18:53:37 -0800 "Chris H" <bsd-li...@bsdforge.com> > wrote > > > On Mon, 29 Feb 2016 21:38:40 -0500 Chris Inacio <nacho...@gmail.com> > wrote > &g

library porting question - optional python bindings

2016-02-29 Thread Chris Inacio
I'm supposed to add pyXX prefixes to the python targets. Does anyone know of a similar application/library that I can go look at? Is there any documentation on how to solve this? thanks, Chris Inacio ___ freebsd-ports@freebsd.org mailing list h

Re: library porting question - optional python bindings

2016-03-02 Thread Chris Inacio
On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler <free...@shaneware.biz> wrote: > On 01/03/2016 13:08, Chris Inacio wrote: > >> All, >> >> I'm trying to build a port definition for a library/application that can >> optionally include Python bindings. The libr

Re: library porting question - optional python bindings

2016-03-03 Thread Chris Inacio
On Thu, Mar 3, 2016 at 2:20 AM, Shane Ambler <free...@shaneware.biz> wrote: > On 03/03/2016 03:03, Chris Inacio wrote: > >> On Tue, Mar 1, 2016 at 3:04 AM, Shane Ambler <free...@shaneware.biz> >> wrote: >> >> On 01/03/2016 13:08, Chris Inacio wrote:

Re: library porting question - optional python bindings

2016-03-02 Thread Chris Inacio
On Tue, Mar 1, 2016 at 8:57 PM, Kubilay Kocak <ko...@freebsd.org> wrote: > On 1/03/2016 1:38 PM, Chris Inacio wrote: > > All, > > > > I'm trying to build a port definition for a library/application that can > > optionally include Python bindings. The library/