Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237318 - netxms-0.2.22 ebuild
Summary: netxms-0.2.22 ebuild
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.netxms.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-09-10 13:16 UTC by Alexandr Gluzskiy
Modified: 2008-09-14 23:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
netxms-0.2.22 ebuild (netxms-0.2.22.ebuild,2.52 KB, text/plain)
2008-09-10 13:17 UTC, Alexandr Gluzskiy
Details
netxmsd init script (netxmsd,311 bytes, text/plain)
2008-09-10 13:17 UTC, Alexandr Gluzskiy
Details
netxmsd initial (empty) config (netxmsd.conf,121 bytes, text/plain)
2008-09-10 13:18 UTC, Alexandr Gluzskiy
Details
nxagentd init script (nxagentd,306 bytes, text/plain)
2008-09-10 13:18 UTC, Alexandr Gluzskiy
Details
nxagentd initial (empty) config (nxagentd.conf,28 bytes, text/plain)
2008-09-10 13:18 UTC, Alexandr Gluzskiy
Details
netxms 0.2.22 ebuild (netxms-0.2.22.ebuild,2.48 KB, text/plain)
2008-09-10 18:34 UTC, Alexandr Gluzskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Gluzskiy 2008-09-10 13:16:25 UTC
I write ebuild for netxms 0.2.22, it still incomplete, but enough for me, i using it on server with mysql and clients (agents).
Comment 1 Alexandr Gluzskiy 2008-09-10 13:17:05 UTC
Created attachment 165104 [details]
netxms-0.2.22 ebuild
Comment 2 Alexandr Gluzskiy 2008-09-10 13:17:35 UTC
Created attachment 165105 [details]
netxmsd init script
Comment 3 Alexandr Gluzskiy 2008-09-10 13:18:07 UTC
Created attachment 165107 [details]
netxmsd initial (empty) config
Comment 4 Alexandr Gluzskiy 2008-09-10 13:18:27 UTC
Created attachment 165109 [details]
nxagentd init script
Comment 5 Alexandr Gluzskiy 2008-09-10 13:18:56 UTC
Created attachment 165111 [details]
nxagentd initial (empty) config
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-10 17:37:13 UTC
1) Use variables in SRC_URI for ease of upgrading the ebuild.
2) What the.., it requires no deps to RUN but all those to build. Unlikely, probably need RDEPEND=${DEPEND}
3) eautoreconf instead of all those seperate eauto's in src_unpack
4) use_with not useq blah && echo in src_compile
5) You don't need to check for conf files existence, CFG_PROTECT takes care of that for you. it should anyway.

www.devmanual.gentoo.org might help in the future. Thanks for submitting the ebuild. Aditionally, you could fix it up and submit it to sunrise http://www.gentoo.org/proj/en/sunrise/

Thanks.
Comment 7 Alexandr Gluzskiy 2008-09-10 17:48:26 UTC
thx for useful link, i will rewrite ebuild and update it
Comment 8 Alexandr Gluzskiy 2008-09-10 18:33:18 UTC
due to configure script (bug ?), i can't use use_with..., i tried it, and i do not found info about CFG_PROTECT
Comment 9 Alexandr Gluzskiy 2008-09-10 18:34:32 UTC
Created attachment 165153 [details]
netxms 0.2.22 ebuild

ebuild correction