Bug 200300

Summary: [PATCH] editors/fxite: Fix build with fox-1.7
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
editors_fxite.diff
none
editors_fxite.diff none

Description tkato432 2015-05-18 18:35:18 UTC
Created attachment 156900 [details]
editors_fxite.diff
Comment 1 tkato432 2015-08-03 18:30:24 UTC
Created attachment 159499 [details]
editors_fxite.diff

Chase r385522
Comment 2 John Marino freebsd_committer freebsd_triage 2015-10-16 14:31:09 UTC
fox16 options builds but not fox17.  It seems to be missing a -lX11 flag somewhere.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-10-16 14:51:24 UTC
A commit references this bug:

Author: marino
Date: Fri Oct 16 14:51:08 UTC 2015
New revision: 399484
URL: https://svnweb.freebsd.org/changeset/ports/399484

Log:
  editors/fxite: Fix when Fox-1.7 option selected

  Reorganizes port, rewrapps pkg-descr too.
  This uses a new distribution file from GitHub but for some reason
  the version number didn't change.

  PR:		200300
  Submitted by:	ports fury

Changes:
  head/editors/fxite/Makefile
  head/editors/fxite/distinfo
  head/editors/fxite/files/patch-fxscintilla__ScintillaFOX.cxx
  head/editors/fxite/files/patch-fxsleep
  head/editors/fxite/files/patch-jef__compat.h
  head/editors/fxite/files/patch-jef__interproc.cpp
  head/editors/fxite/files/patch-jef__shady_tabs.h
  head/editors/fxite/files/patch-jef_compat.cpp
  head/editors/fxite/files/patch-src__appmain.h
  head/editors/fxite/files/patch-src__appwin.cpp
  head/editors/fxite/files/patch-src__appwin_base.cpp
  head/editors/fxite/files/patch-src__appwin_base.h
  head/editors/fxite/files/patch-src__appwin_pub.h
  head/editors/fxite/files/patch-src__doctabs.cpp
  head/editors/fxite/files/patch-src__fxasq.cpp
  head/editors/fxite/files/patch-src__fxasq.h
  head/editors/fxite/files/patch-src__fxasq_lua.c
  head/editors/fxite/files/patch-src__help.cpp
  head/editors/fxite/files/patch-src__luacmds.cpp
  head/editors/fxite/files/patch-src__luacmds.h
  head/editors/fxite/files/patch-src__luafuncs.cpp
  head/editors/fxite/files/patch-src__luafuncs.h
  head/editors/fxite/files/patch-src__luafx.h
  head/editors/fxite/files/patch-src__macro.cpp
  head/editors/fxite/files/patch-src__macro.h
  head/editors/fxite/files/patch-src__menuspec.cpp
  head/editors/fxite/files/patch-src__outpane.cpp
  head/editors/fxite/files/patch-src__prefdlg.cpp
  head/editors/fxite/files/patch-src__prefdlg_sntx.cpp
  head/editors/fxite/files/patch-src__recorder.cpp
  head/editors/fxite/files/patch-src__scidoc.cpp
  head/editors/fxite/files/patch-src__scisrch.cpp
  head/editors/fxite/files/patch-src__tagread.cpp
  head/editors/fxite/files/patch-src__tagread.h
  head/editors/fxite/files/patch-src__theme.cpp
  head/editors/fxite/files/patch-src_export.cpp
  head/editors/fxite/files/patch-src_luafx.cpp
  head/editors/fxite/pkg-descr
Comment 4 John Marino freebsd_committer freebsd_triage 2015-10-16 14:52:40 UTC
After I added -lX11 flag to fox17 option, it built.