Summary: | print/gutenprint: Fix build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Greg Lewis <glewis> | ||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer informed via mail A commit references this bug: Author: tijl Date: Thu Jun 22 07:43:51 UTC 2017 New revision: 444102 URL: https://svnweb.freebsd.org/changeset/ports/444102 Log: Add USES=perl5 for cups-genppdupdate script. PR: 220085 Submitted by: glewis Changes: head/print/gutenprint/Makefile |
Created attachment 183578 [details] Patch On systems with Perl installed, the configure script will detect this and attempt to install sbin/cups-genppdupdate. This will currently result in a build failure though: Error: '/usr/bin/perl' is an invalid shebang you need USES=shebangfix for 'sbin/cups-genppdupdate' *** Error code 1 Adding perl5 to the USES specification fixes this.