Date: Wed, 10 Feb 2016 08:05:09 -0500 From: Steve Wills <swills@FreeBSD.org> To: Torsten Zuehlsdorff <mailinglists@toco-domains.de>, ruby@freebsd.org Cc: Kurt Jaeger <pi@FreeBSD.org> Subject: Re: [Redmine] Remove %%RUBY_SUFFIX%% from make check-plist? Message-ID: <56BB3585.3010806@FreeBSD.org> In-Reply-To: <56BB068C.4040602@toco-domains.de> References: <56BB068C.4040602@toco-domains.de>
next in thread | previous in thread | raw e-mail | index | archive | help
I've had this problem too. Set PLIST_SUB_SED_MIN=3 in make.conf (if you're using poudriere, set it in /usr/local/etc/poudriere.d/make.conf). This will prevent the plist sub script from using such short values. Steve On 02/10/16 04:44 AM, Torsten Zuehlsdorff wrote: > Hello, > > i'm currently working on an update for redmine and make some good progress: > https://github.com/t-zuehlsdorff/freebsd-ports/tree/redmine/www/redmine > > But i am stuck at stage-qa/check-plist. > > Whenever i do a make check-plist i got errors like this: > > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: > %%WWWDIR%%/db/migrate/0%%RUBY_SUFFIX%%_add_tracker_position.rb > [..] > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%WWWDIR%%/db/migrate/012_add_tracker_position.rb > > Please note the %%RUBY_SUFFIX%% in the first message. It occurs multiple > times and replaces the value "12". I have no idea why %%RUBY_SUFFIX%% is > there and how to get rid of it. Can anyone help please? > > Greetings, > Torsten > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56BB3585.3010806>