Bug 238695 - x11/tilda : use dirent.h instead of deprecated sys/dir.h
Summary: x11/tilda : use dirent.h instead of deprecated sys/dir.h
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: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks: 21519
  Show dependency treegraph
 
Reported: 2019-06-18 19:34 UTC by Rene Ladan
Modified: 2019-06-20 08:20 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments
include dirent.h instead of sys/dir.h (1.02 KB, patch)
2019-06-18 19:34 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2019-06-18 19:34:07 UTC
Created attachment 205209 [details]
include dirent.h instead of sys/dir.h

tilda currently includes sys/dir.h, but this header is scheduled for removal. Its successor is dirent.h. Update this port accordingly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-20 08:19:09 UTC
A commit references this bug:

Author: rodrigo
Date: Thu Jun 20 08:19:04 UTC 2019
New revision: 504621
URL: https://svnweb.freebsd.org/changeset/ports/504621

Log:
  use dirent.h instead of deprecated sys/dir.h

  tilda currently includes sys/dir.h, but this header is scheduled for removal.
  Its successor is dirent.h. Update this port accordingly.

  Poudriere build run with Freebsd 11 and 12

  PR:		238695
  Submitted by:	rene

Changes:
  head/x11/tilda/Makefile
  head/x11/tilda/files/patch-tilda.c
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2019-06-20 08:20:00 UTC
Committed, thanks for the heads-up