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.
moving to patch-ready status.
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
Hopefully this port still works after my numerous additional changes...