Bug 193090 - [stage] stage-fy science/vmd
Summary: [stage] stage-fy science/vmd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-28 10:00 UTC by TsurutaniNaoki
Modified: 2014-08-30 14:26 UTC (History)
1 user (show)

See Also:


Attachments
vmd.diff (5.75 KB, patch)
2014-08-28 10:00 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-08-28 10:00:20 UTC
Created attachment 146439 [details]
vmd.diff

Stage-fy science/vmd.

Fix:
found some warnings but no problem with a patch attached:
	% pwd
	/usr/ports/science/vmd
	% make check-plist
	====> Checking for pkg-plist issues (check-plist)
	===> Parsing plist
	===> Checking for items in STAGEDIR missing from pkg-plist
	===> Checking for directories owned by MTREEs
	===> Checking for directories handled by dependencies
	===> 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)
	% portlint
	WARN: Makefile: [57]: IGNORE messages should begin with a lowercase letter and end without a period.
	WARN: Makefile: [0]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
	WARN: Makefile: Consider defining LICENSE.
	0 fatal errors and 3 warnings found.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-28 11:54:35 UTC
moving to patch-ready status.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-30 14:18:01 UTC
A commit references this bug:

Author: marino
Date: Sat Aug 30 14:17:54 UTC 2014
New revision: 366620
URL: http://svnweb.freebsd.org/changeset/ports/366620

Log:
  Stage science/vmd

  I clobbered the Makefile diff (sorry danfe@).  The entire makefile was
  tabbed over 3 times.  There was also no respect for 80 columns so a good
  part of the clobber came from line wrapping.  I also made $TAR use
  real switches (e.g. -xzf) rather than undocumented by supported (zxf)

  This is another manual package / obtain restricted data files/ only port
  so I can't test much of it.

  PR:		193090
  Submitted by:	turutani (Kyoto)

Changes:
  head/science/vmd/Makefile
  head/science/vmd/files/patch-configure
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-30 14:26:18 UTC
Hopefully this port still works after my numerous additional changes...