Bug 238690

Summary: korean/hpscat: depends on to-be-removed gets(3)
Product: Ports & Packages Reporter: Ed Maste <emaste>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu, w.schwarzenfeld
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 222796    
Attachments:
Description Flags
svn-diff-hpscat none

Description Ed Maste freebsd_committer freebsd_triage 2019-06-18 14:49:33 UTC
I intend to remove gets(3) in the near future and this port failed in the exp-run (PR 222796)

http://package18.nyi.freebsd.org/data/112amd64PR222796-default/2018-10-27_20h58m08s/logs/errors/ko-hpscat-jshin-1.3.1,1.log

hpscat.o: In function `main':
hpscat.c:(.text+0x90): undefined reference to `gets'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-08-03 11:32:12 UTC
Created attachment 206234 [details]
svn-diff-hpscat
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-09-01 16:42:32 UTC
A commit references this bug:

Author: lwhsu
Date: Sun Sep  1 16:42:06 UTC 2019
New revision: 510708
URL: https://svnweb.freebsd.org/changeset/ports/510708

Log:
  Add a patch to remove use of gets(3)

  PR:		238690
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
  Reported by:	emaste
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/korean/hpscat/Makefile
  head/korean/hpscat/files/patch-hpscat.c