Bug 110361 - [games/jzip] Avoid <sgtty.h>
Summary: [games/jzip] Avoid <sgtty.h>
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 22:00 UTC by Ed Schouten
Modified: 2007-03-15 23:50 UTC (History)
0 users

See Also:


Attachments
file.diff (276 bytes, patch)
2007-03-15 22:00 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-03-15 22:00:10 UTC
The port games/jzip gets compiled with the -DBSD flag, which makes it
use <sgtty.h>. If we compile it with -DPOSIX (which is the standard), it
will use <termios.h>, causing it to work without COMPAT_43TTY.
Comment 1 Juergen Lock freebsd_committer freebsd_triage 2007-03-15 23:45:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-15 23:49:36 UTC
nox         2007-03-15 23:49:31 UTC

  FreeBSD ports repository

  Modified files:
    games/jzip/files     patch-aa 
  Log:
  Avoid <sgtty.h>
  
  PR:             ports/110361
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    miwi (mentor, implicit)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/games/jzip/files/patch-aa
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Juergen Lock freebsd_committer freebsd_triage 2007-03-15 23:49:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!