Opened 10 years ago

Last modified 10 years ago

#42536 new submission

[NEW] ossim

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: ossim

Description

another host-based intrusion detection system

  • work in progress
  • 4.2.3
  • seems there is not distfiles to download and the "opensource" one is only through git
  • get a circular infinite tree w git clone, so a bit dirty workaround to configure
  • building is still NOK, fails on
sim-event.c:1144:3: error: non-void function 'sim_event_to_string' should return a value [-Wreturn-type]
  g_return_if_fail(event);
  ^
/opt/local/include/glib-2.0/glib/gmessages.h:344:3: note: expanded from macro 'g_return_if_fail'
         return;                                                        \   
         ^   
sim-event.c:1145:3: error: non-void function 'sim_event_to_string' should return a value [-Wreturn-type]
  g_return_if_fail(SIM_IS_EVENT (event));
  ^
/opt/local/include/glib-2.0/glib/gmessages.h:344:3: note: expanded from macro 'g_return_if_fail'
         return;                                                        \   
         ^   
  • variants to write

Attachments (1)

Portfile (1.9 KB) - added by jul_bsd@… 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 10 years ago by jul_bsd@…

minor update Portfile

still can't compile

./sim-idm.h:34:10: fatal error: 'mqueue.h' file not found

mqueue.h (Posix messaging) seems to not exist on MacOS, ask on ossim forum but not answer for now.

Note: See TracTickets for help on using tickets.