[Bug 194457] www/calendarserver various issues on FreeBSD10

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 19 09:36:46 UTC 2014


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

--- Comment #10 from John Marino <marino at FreeBSD.org> ---
I see two potential issues so far.

1) SHEBANG_FILES is based on ${WRKSRC}, so
"${WRKSRC}/bin/calendarserver_backup" should be "bin/calendarserver_backup"

so all of those need to be fixed.

2) SHEBANG_FILES accepts wildcards, something like

+    ${WRKSRC}/bin/calendarserver_backup \
+    ${WRKSRC}/bin/calendarserver_bootstrap_database \
+    ${WRKSRC}/bin/calendarserver_command_gateway \
+    (etc)

can be replaced by "bin/calendarserver_*" probably

(review Mk/Uses/shebangfix.mk)



Can you take a look and resubmit?
Also, I'd like to see the output of portlint, "make check-plist", and "make
stage-qa".  poudriere logs would be even better, but I'll settle for the
former.

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


More information about the freebsd-ports-bugs mailing list