[Bug 201799] [new port] sysutils/racadm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 16 17:34:20 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201799

Matthew Seaman <matthew at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs at FreeBSD. |matthew at FreeBSD.org
                   |org                         |
                 CC|                            |matthew at FreeBSD.org

--- Comment #5 from Matthew Seaman <matthew at FreeBSD.org> ---
Hi,

Thank you very much for submitting this port -- looks like it could be very
useful to solve some iDrac related problems I've run into.  I'm sorry it's been
languishing in the uncommitted pile for so long, and I'll get it into the tree
ASAP.  

Port passes 'poudriere testport' so we're mostly there.  However there are a
few points I noticed:

* Can you add 'linux' as a secondary category please, and linux as
PKGNAMEPREFIX?  All linuxulator software should have this.

* You've got scripts that use bash as their interpreter, but no dependency on
bash.  If the scripts are not too bash-centric, it would be good to tweak them
into working with /bin/sh if that is possible.  Otherwise, you'll need a
RUN_DEPENDS on shells/bash.

* Try 'USES=shebangfix' rather than manually changing the #! line for any
scripts that do need to invoke /usr/local/bin/bash

* You're installing some service startup scripts under
${LINUXBASE}/etc/rc.d/init.d -- are these necessary for racadm to work
properly?  If so, then you might consider crafting some FreeBSD rc scripts to
go into /usr/local/etc/rc.d so that those services can be started up
automatically at boot.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list