Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 05:49:43 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177320: [PATCH] print/pslib: fix warning of 'make describe'
Message-ID:  <20130323204943.E972D4E62F@eastasia.home.utahime.org>
Resent-Message-ID: <201303232050.r2NKo1Wc033436@freefall.freebsd.org>

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

>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 <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MEXAMPLES}
 EX_NAME=	pslib-examples-0.0.10
@@ -69,4 +69,4 @@
 	cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- patch-pslib ends here ---


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



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