What if a port does not use build systems supported by ports

For example Ingres uses jam to build. How would I use this third party tool that is not supported by the ports system to build a port?
 
yea found that out after about a minute after I posted that but think I'll go with the linux port for this application for right now, since some of the files need to be edited to make it work cleanly by FreeBSD by default
 
You can add patches to the port, actually many ports do that. So if you're willing to spend the time have a look at the Porter's Handbook and give it a try.
 
kamikaze said:
You can add patches to the port, actually many ports do that. So if you're willing to spend the time have a look at the Porter's Handbook and give it a try.

I read porter's handbook all the time, I m just digging a bit deeper into ports, since I have already sent a few patches for some ports to the PR system.

Just when I read the BUILD_DEPENDS part it got me a bit confused but think I'll try porting the linux version of this port over first before I tackle the source one at least for right now.
 
Kitche said:
Just when I read the BUILD_DEPENDS part it got me a bit confused but think I'll try porting the linux version of this port over first before I tackle the source one at least for right now.

On a related note, where do you find the open source version of Ingres (if we're talking the database). I only see solaris and linux tarballs.
 
It is on the ingres site it's the tarball that says -gpl-src on it. Think it's the first on the list when you download it on their site.

of course it's a registration download so you need to register to even grab it.
 
Back
Top