Pulling from github as a vendorized dependency in poudriere

2016-02-19 Thread Derek (freebsd lists)
Hi, I'm attempting to port a project over, and it is dependent on a "vendorizing" program, which then pulls in the source of the dependencies to build. (The final artifact is statically linked, so there shouldn't be a problem as far as installing unversioned libraries outside of the package/

Re: Pulling from github as a vendorized dependency in poudriere

2016-02-19 Thread Brooks Davis
On Fri, Feb 19, 2016 at 07:13:04AM -0500, Derek (freebsd lists) wrote: > Hi, > > I'm attempting to port a project over, and it is dependent on a > "vendorizing" program, which then pulls in the source of the > dependencies to build. (The final artifact is statically linked, > so there shouldn'

Re: Pulling from github as a vendorized dependency in poudriere

2016-02-19 Thread Derek (freebsd lists)
On 16-02-19 02:16 PM, Brooks Davis wrote: On Fri, Feb 19, 2016 at 07:13:04AM -0500, Derek (freebsd lists) wrote: I can provide more detail, but would like to know if I'm doing something horribly wrong first (i.e. trying to access the network with gb as a make target, versus some other way to do

Re: Pulling from github as a vendorized dependency in poudriere

2016-02-20 Thread Matthias Fechner
Am 20.02.2016 um 02:42 schrieb Derek (freebsd lists): My current plan is to shoehorn a custom fetch/extract/patch into the port Makefile, based on Brooks' valued information, but it doesn't feel great. I faced the same problem with creating a port for gogs. Yuri implemented a nice way to get th

Re: Pulling from github as a vendorized dependency in poudriere

2016-02-22 Thread Derek (freebsd lists)
On 16-02-19 08:42 PM, Derek (freebsd lists) wrote: On 16-02-19 02:16 PM, Brooks Davis wrote: On Fri, Feb 19, 2016 at 07:13:04AM -0500, Derek (freebsd lists) wrote: I can provide more detail, but would like to know if I'm doing something horribly wrong first (i.e. trying to access the network wi