Summary: | devel/ffcall: updated to 1.13, take maintainership | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jov <amutu> | ||||||||||
Component: | Individual Port(s) | Assignee: | Richard Gallamore <ultima> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | bruno, ultima | ||||||||||
Priority: | --- | Flags: | amutu:
maintainer-feedback+
|
||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220905 | ||||||||||||
Attachments: |
|
Description
Jov
2017-06-24 12:20:33 UTC
Hello Jov, can you please change the MASTER_SITES= to use the GNU group instead of hardcoding to only the one specified site. This will require MASTER_SITES_SUBDIR as well. Actually, it would probably be best to change this portname to the more accurate, libffcall, then _SUBDIR and DISTNAME wouldn't be required at all. Created attachment 183868 [details]
ffcall-1.13.diff
use GNU in MASTER_SITES
(In reply to Richard Gallamore from comment #1) I just update the patch to use GNU Macros. Yes, this port should be renamed to libffcall.But there are 4 ports depend on the port: for Build: >lang/clisp >lang/gforth >math/freemat-mpi for Libraries: >lang/qscheme These ports should be changed at the same time.I think it is better to just update the port in this PR, and open a separate PR to make the rename&fix all these ports. Any idea? (In reply to Jov from comment #3) I agree, keep them separate. Make this an update and a follow up PR for moving the port with the updated DEPENDS. This should be best. Created attachment 183945 [details]
ffcall.diff
A commit was made recently that rejects much of this patch. I updated the patch and added a couple fixed. Can you please look over it and approve if it looks good. Thanks.
Created attachment 183950 [details]
ffcall.diff
Fixed small mistake, hardcoded portname.
Comment on attachment 183950 [details]
ffcall.diff
LGTM
Comment on attachment 183950 [details]
ffcall.diff
LGTM
A commit references this bug: Author: ultima Date: Sat Jul 1 20:28:10 UTC 2017 New revision: 444836 URL: https://svnweb.freebsd.org/changeset/ports/444836 Log: * Updated to 1.13 * New maintainer Jov <amutu@amutu.com> * License changed to GPLv2+ Changelog: https://lists.freebsd.org/pipermail/freebsd-ports/2017-June/109211.html PR: 220250 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11428 Changes: head/devel/ffcall/Makefile head/devel/ffcall/distinfo head/devel/ffcall/files/ head/devel/ffcall/pkg-plist Committed, thanks! You can CC me for the libffcall move. |