Bug 150800 - [patch] devel/lua-alien: depend on `build' for `regression-test'
Summary: [patch] devel/lua-alien: depend on `build' for `regression-test'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip Paeps
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 01:30 UTC by swell.k
Modified: 2010-09-22 11:20 UTC (History)
0 users

See Also:


Attachments
a.diff (663 bytes, patch)
2010-09-22 01:30 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-09-22 01:30:02 UTC
Looks like tinderbox doesn't expect test target to depend on `install'.
  http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.20100920084519/lua51-alien-0.5.0.log

While I think it's a tinderbox bug depending on `build' makes
`regression-test' work with previous installation of the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-22 01:30:10 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-22 01:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->philip

philip@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-22 11:10:56 UTC
philip      2010-09-22 10:10:49 UTC

  FreeBSD ports repository

  Modified files:
    devel/lua-alien      Makefile 
  Log:
  Make the regression target depend on build instead of install.
  This will fix the tinderbox build.
  
  PR:             ports/150800
  Submitted by:   Anonymous <swell.k@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +5 -2      ports/devel/lua-alien/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philip Paeps freebsd_committer freebsd_triage 2010-09-22 11:11:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!