Bug 236914 - [patch] games/vegastrike failed to install when mesher was enabled.
Summary: [patch] games/vegastrike failed to install when mesher was enabled.
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-31 14:27 UTC by Hiroo Ono
Modified: 2019-04-16 21:31 UTC (History)
1 user (show)

See Also:


Attachments
patch to games/vegastrike/Makefile (1.33 KB, patch)
2019-03-31 14:27 UTC, Hiroo Ono
no flags Details | Diff
patch to games/vegastrike/Makefile (1.32 KB, patch)
2019-04-01 06:23 UTC, Hiroo Ono
no flags Details | Diff
patch to build mesher when MESHER option is enabled (1.29 KB, patch)
2019-04-15 16:20 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2019-03-31 14:27:18 UTC
Created attachment 203273 [details]
patch to games/vegastrike/Makefile

games/vegastrike failed to install when the option MESHER was enabled, due to lack of MESHER_BIN_FILES= bin/mesher.
Added some library dependency to silence poudriere testport check.
Comment 1 Hiroo Ono 2019-04-01 06:23:37 UTC
Created attachment 203283 [details]
patch to games/vegastrike/Makefile

Sorry, I submitted a wrong path. Reattaching the correct one.
Comment 2 Hiroo Ono 2019-04-15 16:20:57 UTC
Created attachment 203700 [details]
patch to build mesher when MESHER option is enabled

This is the right patch that builds bin/mesher when the options MESHER is enabled.
I am sorry, I did not verify well my patch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-16 21:18:43 UTC
A commit references this bug:

Author: fernape
Date: Tue Apr 16 21:18:26 UTC 2019
New revision: 499124
URL: https://svnweb.freebsd.org/changeset/ports/499124

Log:
  games/vegastrike: fix install when mesher option enabled

  Port didn't install when mesher option was enabled.

  While here add some missing dependencies and reorder some variables

  PR:	236914
  Submitted by:	hiroo.ono+freebsd@gmail.com

Changes:
  head/games/vegastrike/Makefile
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2019-04-16 21:31:01 UTC
Committed,

Thanks!