Bug 237518 - x11/cde: Fix building on FreeBSD 12
Summary: x11/cde: Fix building on FreeBSD 12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Chris Rees
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2019-04-24 07:57 UTC by Thomas Merkel
Modified: 2019-04-24 19:37 UTC (History)
0 users

See Also:
crees: maintainer-feedback+
crees: merge-quarterly+


Attachments
x11/cde, Makefile diff to build on FreeBSD 12 (1.09 KB, patch)
2019-04-24 07:57 UTC, Thomas Merkel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Merkel 2019-04-24 07:57:18 UTC
Created attachment 203954 [details]
x11/cde, Makefile diff to build on FreeBSD 12

At the moment x11/cde couldn't be build on FreeBSD 12 based on the current Makefile setting. Also some additional USE_XORG flags are missing and some scripts require an shebang fix.

Attached you find the current diff / patch for the Makefile.
Comment 1 Chris Rees freebsd_committer freebsd_triage 2019-04-24 09:12:45 UTC
Looks great, thanks.  I shall commit presently.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-24 19:34:57 UTC
A commit references this bug:

Author: crees
Date: Wed Apr 24 19:34:04 UTC 2019
New revision: 499898
URL: https://svnweb.freebsd.org/changeset/ports/499898

Log:
  x11/cde: Fix building on FreeBSD 12

  Add some missing dependencies and a couple more shebang fixes

  PR:		ports/237518
  Submitted by:	Thomas Merkel
  MFH:		2019Q2 (build fix)

Changes:
  head/x11/cde/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-24 19:37:01 UTC
A commit references this bug:

Author: crees
Date: Wed Apr 24 19:36:20 UTC 2019
New revision: 499900
URL: https://svnweb.freebsd.org/changeset/ports/499900

Log:
  MFH: r499898

  x11/cde: Fix building on FreeBSD 12

  Add some missing dependencies and a couple more shebang fixes

  PR:		ports/237518
  Submitted by:	Thomas Merkel

  Approved by:	portmgr (build fix blanket)

Changes:
_U  branches/2019Q2/
  branches/2019Q2/x11/cde/Makefile
Comment 4 Chris Rees freebsd_committer freebsd_triage 2019-04-24 19:37:35 UTC
Committed.  Thanks!