Bug 214332 - print/xpp uses cupsTempFile() which is no longer a valid cups function
Summary: print/xpp uses cupsTempFile() which is no longer a valid cups function
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 18:22 UTC by denverh
Modified: 2016-11-08 20:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description denverh 2016-11-08 18:22:22 UTC
xpp uses cupsTempFile() which is no longer a valid cups function.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-08 20:53:45 UTC
A commit references this bug:

Author: cy
Date: Tue Nov  8 20:53:00 UTC 2016
New revision: 425761
URL: https://svnweb.freebsd.org/changeset/ports/425761

Log:
  Replace cupsTempFile() with tmpnam(). cupsTempFile() no longer exists.

  PR:		214332

Changes:
  head/print/xpp/Makefile
  head/print/xpp/files/patch-xpp.cxx
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2016-11-08 20:59:10 UTC
Replaced cupsTempFile() with tmpnam().