Bug 238690 - korean/hpscat: depends on to-be-removed gets(3)
Summary: korean/hpscat: depends on to-be-removed gets(3)
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks: 222796
  Show dependency treegraph
 
Reported: 2019-06-18 14:49 UTC by Ed Maste
Modified: 2019-09-01 16:46 UTC (History)
2 users (show)

See Also:


Attachments
svn-diff-hpscat (1.62 KB, patch)
2019-08-03 11:32 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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