[Bug 253844] [NEW PORT] net/opensips24 net/opensips31
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 27 11:20:08 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253844
--- Comment #4 from daniel.engberg.lists at pyret.net ---
Hi,
I made a few changes to your Makefile, mainly minor issue and utilizing the
framework a bit more however I didn't test any options.
gettext-runtime (missing dep)
libxml2 --> USES=gnome + USE_GNOME=libxml2
net/xmlrpc-c dep removed, can't find any reference to where it's needed
redis dep removed, is this a runtime dep as it builds fine without?
Is python a run dep or is it used during compilation?
Remove *.php from SHEBANG_GLOB, I couldn't find any files directly calling PHP
and/or it didn't work as intended (no shebang at L1)
C/CXX/LDFLAGS --> USES= localbase:ldflags
Moved BUILD_DEPS and LIB_DEPS for options below OPTIONS_ and _DESC
I also did a quick run using Poudriere (12.2) and isn't happy (yet) :-)
There however a few more issues that needs to be addressed
Warning: /usr/ports/net/opensips31/pkg-message not in UCL format, will be shown
on initial install only.
Warning: See
https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#porting-message
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%ETCDIR%%/scenario_callcenter.xml
Error: Orphaned: %%LIBDIR%%/modules/callops.so
Error: Orphaned: %%LIBDIR%%/modules/freeswitch.so
Error: Orphaned: %%LIBDIR%%/modules/freeswitch_scripting.so
Error: Orphaned: %%LIBDIR%%/modules/media_exchange.so
Error: Orphaned: %%LIBDIR%%/modules/proto_smpp.so
Error: Orphaned: %%LIBDIR%%/modules/qrouting.so
Error: Orphaned: %%LIBDIR%%/modules/rate_cacher.so
Error: Orphaned: sbin/osipsconfig
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.auth_jwt
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.callops
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.cgrates
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.compression
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.db_http
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.db_perlvdb
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.event_routing
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.event_stream
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.freeswitch
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.freeswitch_scripting
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.jsonrpc
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.media_exchange
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.mi_html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.mid_registrar
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.proto_smpp
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.qrouting
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.rabbitmq
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.rabbitmq_consumer
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.rate_cacher
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.sip_i
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.siprec
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.stir_shaken
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.tracer
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.uuid
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/README.xml
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Best regards,
Daniel
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list