Summary: | devel/fungw: touch up port as per upstream instructions | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Clausecker <fuz> | ||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | eduardo | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 265261 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Robert Clausecker
![]() ![]() A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=de8de5dc0f2212b5641aaa777a2c6f8b927898ec commit de8de5dc0f2212b5641aaa777a2c6f8b927898ec Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-07-18 07:22:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-18 07:25:07 +0000 devel/fungw: touch up port as per upstream instructions - replace Makefile patches with patch from upstream SVN - replace scconfig patches with configure arguments - replace bundled genht with devel/genht (see bug #265261) - fix WWW to point to www subdomain - bump PORTREVISION PR: 265285 devel/fungw/Makefile | 36 ++--- devel/fungw/files/patch-MAKE (new) | 164 +++++++++++++++++++++ devel/fungw/files/patch-Makefile (gone) | 64 -------- devel/fungw/files/patch-doc_Makefile.in (gone) | 18 --- .../fungw/files/patch-libfungw_Makefile.in (gone) | 25 ---- .../files/patch-libfungwbind_Makefile.in (gone) | 20 --- .../files/patch-libfungwbind_Plugin.tmpasm (gone) | 25 ---- .../files/patch-regression_Makefile.in (gone) | 11 -- ...tch-scconfig_src_scripts_find__duktape.c (gone) | 11 -- .../patch-scconfig_src_scripts_find__lua.c (gone) | 11 -- .../files/patch-src__3rd_genht_Makefile (gone) | 38 ----- devel/fungw/pkg-descr | 2 +- devel/fungw/pkg-plist | 17 --- 13 files changed, 180 insertions(+), 262 deletions(-) Hello, I did a 'make makepatch' to pet portlint. Committed, thanks! (In reply to Nuno Teixeira from comment #2) Hi, the non-makepatch patch was intentional as it is a patch taken straight from upstream's SVN repository. By applying makepatch to it, you destroyed this information. patch is inaltered, it just been formated with 'make makepatch', you can confirm that with diff. (In reply to Nuno Teixeira from comment #4) Correct. And that destroyed the information (by removing the SVN revision identifiers in the patch). |