Bug 249462

Summary: misc/wmjulia: Fix build with 13-CURRENT
Product: Ports & Packages Reporter: jens_d <jd.fbsd>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Flags: fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch fixing declaration of global variables in header none

Description jens_d 2020-09-19 20:19:14 UTC
Created attachment 218089 [details]
patch fixing declaration of global variables in header

those dockapps all copied from each other, bugs are very similar
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-09-23 12:10:54 UTC
A commit references this bug:

Author: fernape
Date: Wed Sep 23 12:10:47 UTC 2020
New revision: 549712
URL: https://svnweb.freebsd.org/changeset/ports/549712

Log:
  misc/wmjulia fix 13-Current build

  Another instance of -fno-common issue.

  While here:

   * Add missig USE_XORG dependency
   * Reorganize WRKSRC so we don't generate weird patches
   * Pet linters

  PR:	249462
  Submitted by:	jd.fbsd@goneja.de
  MFH:	2020Q3 (build fix, -fno-common)

Changes:
  head/misc/wmjulia/Makefile
  head/misc/wmjulia/files/patch-Makefile
  head/misc/wmjulia/files/patch-wmgeneral_wmgeneral.c
  head/misc/wmjulia/files/patch-wmgeneral_wmgeneral.h
  head/misc/wmjulia/files/patch-wmjulia_Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-23 12:15:02 UTC
A commit references this bug:

Author: fernape
Date: Wed Sep 23 12:14:30 UTC 2020
New revision: 549714
URL: https://svnweb.freebsd.org/changeset/ports/549714

Log:
  MFH: r549712

  misc/wmjulia fix 13-Current build

  Another instance of -fno-common issue.

  While here:

   * Add missig USE_XORG dependency
   * Reorganize WRKSRC so we don't generate weird patches
   * Pet linters

  PR:	249462
  Submitted by:	jd.fbsd@goneja.de

  Approved by:	ports-secteam (blanket, runtime fix, -fno-common)

Changes:
_U  branches/2020Q3/
  branches/2020Q3/misc/wmjulia/Makefile
  branches/2020Q3/misc/wmjulia/files/patch-Makefile
  branches/2020Q3/misc/wmjulia/files/patch-wmgeneral_wmgeneral.c
  branches/2020Q3/misc/wmjulia/files/patch-wmgeneral_wmgeneral.h
  branches/2020Q3/misc/wmjulia/files/patch-wmjulia_Makefile
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-09-23 12:15:36 UTC
Committed,

Thanks!