Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2012 11:01:55 GMT
From:      "Alexander V. Chernikov" <melifaro@ipfw.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165465: [print/foo2zjs] fails to install ppds correctly
Message-ID:  <201202251101.q1PB1tpU043354@red.freebsd.org>
Resent-Message-ID: <201202251110.q1PBAAqx047733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165465
>Category:       ports
>Synopsis:       [print/foo2zjs] fails to install ppds correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 25 11:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alexander V. Chernikov
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD ws.su29.net 9.0-STABLE FreeBSD 9.0-STABLE #0 r230661: Sun Jan 29 02:05:10 UTC 2012     root@ws.su29.net:/var/xtmp/usj/obj/usr/src/sys/PTICHKO  amd64

>Description:
Port fails to install `modify-ppd` script to $PATH which makes ALL port PPDs to be empty due to the following Makefile code:

    for ppd in *.ppd; do \
        modify-ppd <$ppd | gzip > /usr/local/ppd/foo2zjs/$ppd.gz; \
        chmod 664 /usr/local/ppd/foo2zjs/$ppd.gz; \

>How-To-Repeat:
Simply install port and issue
ls -l /usr/local/share/cups/model/HP-LaserJet_*
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202251101.q1PB1tpU043354>