FreeBSD port is available

Started by Alex Kirhenshtein, July 12, 2007, 04:57:47 PM

Previous topic - Next topic

Alex Kirhenshtein

Hello.

Pre-release version of port is available here.

Tested on FreeBSD 6.2/x86 and FreeBSD 6.2/AMD64

Please submit you feedback to maintainer of in support section of this forum.

weec

#1
port is committed by developer Edwin Groothuis
http://www.freshports.org/net-mgmt/netxms/



Hety

Any chance of port will be updated to version 0.2.19?

weec



weec


Jazzy

Hello!

NetXMS port are broken now :

Quote# uname -a
FreeBSD t-srv1.szkti.ru 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0:
Tue Jan  5 16:02:27 UTC 2010     [email protected]:/usr/obj/usr/src/sys/GENERIC  i386

# portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found.
Fetching snapshot tag from portsnap1.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Ports tree is already up to date.

# cd /usr/ports/net-mgmt/netxms && make fetch
=> netxms-0.2.24.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from https://www.netxms.org/download/.
fetch: https://www.netxms.org/download/netxms-0.2.24.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/netxms-0.2.24.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/net-mgmt/netxms.

possamai

I know, the maintainer really doesn't want to maintain it....
I tried but making the filelist is too much work for me and with all the different options... I'm not sure I want to put that much time in it..
It's really easy to simply build it from source so you can use the original tar.gz from this website to run it on FreeBSD.

just run ./configure with the required options (reply if you can't figure them out.. don't forget to mention what options you would like)
DO add the prefix option so you can tell the install where to put the files
then run make
and run make install

don't really remember if you have to add the prefix option with the make and the make install but read the provided manual and you'll know..

Victor Kirhenshtein

I've put missing file back. But it's very outdated - current release is 0.2.31. We need new maintainer for FreeBSD port.

Best regards,
Victor

Jazzy

#9
Hello!
Today, I make some patches (see attach.) for this port to adopt it to 0.2.31 release.
It's work fine for me and my FreeBSD box with Server+Agent+MySQL options, but need testing by other peoples.
--
Best regards,
Murmansk, Russia.

possamai

Building a port is not that hard, but netxms has a huge amount of files and a lot of different options and all combinations make building the pkg-plist a total hell.

I have the lates version of netxms running great on FreeBSD by building it from source.
Using --prefix=/usr/local/netxms puts all files in that directory and the make uninstall removes all installed files..