f1bb
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
||||
|
||||
|
You have to use BUILD_DEPENDS, sometimes there are also USE_X variables you can set.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
| The Following User Says Thank You to kamikaze For This Useful Post: | ||
Kitche (November 22nd, 2008) | ||
|
#3
|
|||
|
|||
|
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
|
|
#4
|
||||
|
||||
|
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.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#5
|
|||
|
|||
|
Check astro/gpstk for a simple example. It's not just BUILD_DEPENDS - you may also have to override some targets.
|
|
#6
|
|||
|
|||
|
Quote:
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. |
|
#7
|
|||
|
|||
|
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.
|
|
#8
|
|||
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| openoffice.org-3 build dies in hunspell | omarsidd | Installation and Maintenance of FreeBSD Ports or Packages | 4 | December 16th, 2008 19:36 |
| postgresql-client-8.3.3 build error | Ghirai | Installation and Maintenance of FreeBSD Ports or Packages | 15 | November 30th, 2008 18:59 |
| x11 build failed | LordZ | Installation and Maintenance of FreeBSD Ports or Packages | 7 | November 21st, 2008 08:46 |
| net-snmp port upgrade build error on fbsd 7.0 | ardya | Installation and Maintenance of FreeBSD Ports or Packages | 8 | November 17th, 2008 10:41 |