Bug 234873 - math/reduce: Fix stage-qa issues
Summary: math/reduce: Fix stage-qa issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-11 15:06 UTC by Pedro F. Giffuni
Modified: 2019-01-13 16:14 UTC (History)
0 users

See Also:


Attachments
patch to clean stage-qa (1.62 KB, patch)
2019-01-11 15:06 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2019-01-11 15:06:33 UTC
Created attachment 201028 [details]
patch to clean stage-qa

FreeBSD's  packager found staging issues so I added a work-around I was preparing for arm and fixed some stage-qa missing dependencies.

Everything builds clean in my extra checks now:

% make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)


% make stage-qa
====> Running Q/A tests (stage-qa)
/!\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\

The package works fine in my system (FreeBSD-12 stable)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-13 16:13:56 UTC
A commit references this bug:

Author: swills
Date: Sun Jan 13 16:12:55 UTC 2019
New revision: 490153
URL: https://svnweb.freebsd.org/changeset/ports/490153

Log:
  math/reduce: fix stage-qa issues

  PR:		234873
  Submitted by:	pfg (maintainer)

Changes:
  head/math/reduce/Makefile
  head/math/reduce/files/patch-generic_newfront_redfront.h
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-13 16:14:21 UTC
Committed, thanks!