Bug 211690 - sysutils/modules: improvements to the port files, allow to use tcl 8.6
Summary: sysutils/modules: improvements to the port files, allow to use tcl 8.6
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 10:00 UTC by Matthieu Volat
Modified: 2016-08-19 22:10 UTC (History)
1 user (show)

See Also:


Attachments
Regenerate patch files, switch to USES, patch to build w/ tcl 8.6 (8.49 KB, patch)
2016-08-09 10:00 UTC, Matthieu Volat
no flags Details | Diff
Patch updated with forgotten files (9.72 KB, patch)
2016-08-19 19:42 UTC, Matthieu Volat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Volat 2016-08-09 10:00:13 UTC
Created attachment 173447 [details]
Regenerate patch files, switch to USES, patch to build w/ tcl 8.6

Hello,

Before my current contract ends, I'd like to submit lasts improvements to the sysutils/modules port (I will not claim maintainership yet as I am not sure my next work will involve/allow me to take time to do so).

Improvements includes:

 - Switch from TCL dependency declaration to USES
 - Regenerate patches using "make makepatch" (to please portlint)
 - Add a patch to support TCL 8.6 (small API change, files/patch-cmdModule.c) and later (hopefully)

In that state, I have hopes that the port can continue to exists without maintainer for a while.

Thanks a lot,
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2016-08-19 19:37:20 UTC
Build fails with:

cmdModule.c:643:37: error: no member named 'errorLine' in 'struct Tcl_Interp'
            case TCL_ERROR:     interp->errorLine = ((linenum-1)-gotPartial) +
                                ~~~~~~  ^
cmdModule.c:644:17: error: no member named 'errorLine' in 'struct Tcl_Interp'
                                    interp->errorLine;
                                    ~~~~~~  ^
18 warnings and 2 errors generated.
*** [modulecmd-cmdModule.o] Error code 1
Comment 2 Matthieu Volat 2016-08-19 19:42:23 UTC
Created attachment 173873 [details]
Patch updated with forgotten files

Sorry, I apparently forgot to "svn add" the tcl >= 8.6 diff file before running svn diff.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-08-19 22:10:34 UTC
A commit references this bug:

Author: pawel
Date: Fri Aug 19 22:09:45 UTC 2016
New revision: 420492
URL: https://svnweb.freebsd.org/changeset/ports/420492

Log:
  - Convert to USES=tcl changing version of TCL
    port depends on to 8.6, bump PORTREVISION
  - Add patch fixing build with TCL 8.6
  - Regenerate patches with make makepatch

  PR:		211690
  Submitted by:	Matthieu Volat

Changes:
  head/sysutils/modules/Makefile
  head/sysutils/modules/files/patch-Makefile.in
  head/sysutils/modules/files/patch-cmdModule.c
  head/sysutils/modules/files/patch-configure
  head/sysutils/modules/files/patch-doc__module.1.in
  head/sysutils/modules/files/patch-doc__modulefile.5.in
  head/sysutils/modules/files/patch-etc__Makefile.in
  head/sysutils/modules/files/patch-init__Makefile.in