From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 23 20:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 70428270 for ; Sat, 23 Mar 2013 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5318B754 for ; Sat, 23 Mar 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2NKo16Q033449 for ; Sat, 23 Mar 2013 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2NKo1Wc033436; Sat, 23 Mar 2013 20:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 23 Mar 2013 20:50:01 GMT Resent-Message-Id: <201303232050.r2NKo1Wc033436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 09A3026B; Sat, 23 Mar 2013 20:49:52 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id D3B4F751; Sat, 23 Mar 2013 20:49:51 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 4DAF861FC3; Sun, 24 Mar 2013 05:49:44 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 21A444E63A; Sun, 24 Mar 2013 05:49:44 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id E972D4E62F; Sun, 24 Mar 2013 05:49:43 +0900 (JST) Message-Id: <20130323204943.E972D4E62F@eastasia.home.utahime.org> Date: Sun, 24 Mar 2013 05:49:43 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177320: [PATCH] print/pslib: fix warning of 'make describe' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 20:50:01 -0000 >Number: 177320 >Category: ports >Synopsis: [PATCH] print/pslib: fix warning of 'make describe' >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 Mar 23 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r246991: Wed Feb 20 04:01:53 JST 2013 xxxx amd64 >Description: After commit of r314921 by bapt, 'make describe' produces following warning message: yasu@eastasia[3940]% make describe cat: /man3: No such file or directory "Makefile", line 45: warning: "/bin/cat /man3" returned non-zero status pslib-0.4.5_1|/usr0/freebsd/ports/ports/print/pslib|/usr/local|A C-library for generating multi page PostScript documents|/usr0/freebsd/ports/ports/print/pslib/pkg-descr|mva@FreeBSD.org|print||||/usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/libtool /usr/ports/devel/pkgconf /usr/ports/graphics/jpeg /usr/ports/graphics/png /usr/ports/graphics/tiff /usr/ports/textproc/docbook-to-man /usr/ports/textproc/docbook-utils /usr/ports/textproc/intltool|/usr/ports/devel/gettext /usr/ports/graphics/jpeg /usr/ports/graphics/png /usr/ports/graphics/tiff|http://pslib.sourceforge.net/ yasu@eastasia[3941]% >How-To-Repeat: >Fix: --- patch-pslib begins here --- Index: print/pslib/Makefile =================================================================== --- print/pslib/Makefile (revision 315078) +++ print/pslib/Makefile (working copy) @@ -28,7 +28,7 @@ OPTIONS_DEFAULT= MAN NLS MAN_DESC= Manual pages -.include +.include .if ${PORT_OPTIONS:MEXAMPLES} EX_NAME= pslib-examples-0.0.10 @@ -69,4 +69,4 @@ cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} .endif -.include +.include --- patch-pslib ends here --- >Release-Note: >Audit-Trail: >Unformatted: