Bug 162302 - print/gtklp [patch] Fix for broken build
Summary: print/gtklp [patch] Fix for broken build
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 22:20 UTC by Bengt Ahlgren
Modified: 2011-11-11 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (250 bytes, patch)
2011-11-04 22:20 UTC, Bengt Ahlgren
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bengt Ahlgren 2011-11-04 22:20:08 UTC
print/gtklp does not compile with cups 1.5.0.  It is therefore
currently marked as broken.

The reason is that <cups/ppd.h> is not anymore included
from <cups/cups.h> and therefore needs to be included
explicitly.

Fix: Create a "files" directory in the port and drop the attached patch
there.

Remove BROKEN line in Makefile.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-04 22:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2011-11-09 18:18:53 UTC
Responsible Changed
From-To: sylvio->tabthorpe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-11-11 23:10:50 UTC
tabthorpe    2011-11-11 23:10:40 UTC

  FreeBSD ports repository

  Modified files:
    print/gtklp          Makefile 
  Added files:
    print/gtklp/files    patch-gtklp__gtklp.h 
  Log:
  - Fix build
  
  PR:             ports/162302
  Submitted by:   Bengt Ahlgren <bengta sics.se>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.50      +0 -2      ports/print/gtklp/Makefile
  1.1       +10 -0     ports/print/gtklp/files/patch-gtklp__gtklp.h (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 4 Thomas Abthorpe freebsd_committer freebsd_triage 2011-11-11 23:11:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!