Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 09:36:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194457] www/calendarserver various issues on FreeBSD10
Message-ID:  <bug-194457-13-etadYCylRo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194457-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194457-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194457

--- Comment #10 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194457-13-etadYCylRo>