Bug 161491 - [patch] print/hplip build problem
Summary: [patch] print/hplip build problem
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 15:50 UTC by Kaspars Bankovskis
Modified: 2011-10-11 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (581 bytes, patch)
2011-10-11 15:50 UTC, Kaspars Bankovskis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaspars Bankovskis 2011-10-11 15:50:06 UTC
print/hplip build fails with this error:

ppsfilter.o `test -f 'prnt/hpps/hppsfilter.c' || echo './'`prnt/hpps/hppsfilter.c
prnt/hpps/hppsfilter.c: In function 'require_bod':
prnt/hpps/hppsfilter.c:119: error: 'ppd_attr_t' undeclared (first use in this function)
prnt/hpps/hppsfilter.c:119: error: (Each undeclared identifier is reported only once
prnt/hpps/hppsfilter.c:119: error: for each function it appears in.)
prnt/hpps/hppsfilter.c:119: error: 'pattr' undeclared (first use in this function)
prnt/hpps/hppsfilter.c:120: error: 'ppd_file_t' undeclared (first use in this function)
prnt/hpps/hppsfilter.c:120: error: 'pppd' undeclared (first use in this function)
*** Error code 1
1 error
*** Error code 1

Fix: Attached patch fixes the problem

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-11 15:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-11 17:49:50 UTC
makc        2011-10-11 16:49:41 UTC

  FreeBSD ports repository

  Added files:
    print/hplip/files    patch-prnt__hpps__hppsfilter.c 
  Log:
  Fix build after cups update
  
  PR:             ports/161491
  Submitted by:   Kaspars Bankovskis <kaspars at bankovskis.lv>
  
  Revision  Changes    Path
  1.1       +10 -0     ports/print/hplip/files/patch-prnt__hpps__hppsfilter.c (new)
_______________________________________________
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 Max Brazhnikov freebsd_committer freebsd_triage 2011-10-11 17:50:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!