Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 18:26:45 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137998: [patch] sysutils/libcdio - add missing manpage to plist
Message-ID:  <200908201826.n7KIQj5D057432@www.freebsd.org>
Resent-Message-ID: <200908201830.n7KIU35c065048@freefall.freebsd.org>

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

>Number:         137998
>Category:       ports
>Synopsis:       [patch] sysutils/libcdio - add missing manpage to plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 20 18:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 8.0-BETA2 FreeBSD 8.0-BETA2 #11: Sat Aug 15 17:55:03 CEST 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
libcdio, if installed WITH_PARANOIA, installs a japanese manpage too, which is not listed in the makefile
>How-To-Repeat:
cd /usr/ports/sysutils/libcdio && make install WITH_PARANOIA=yes && pkg_which /usr/local/man/jp/man1/cd-paranoia.1 -> result: ?
>Fix:
add jp to MANLANG

Patch attached with submission follows:

diff -ruN /usr/ports/sysutils/libcdio/Makefile /tmp/libcdio/Makefile
--- /usr/ports/sysutils/libcdio/Makefile	2008-06-06 16:03:13.000000000 +0200
+++ /tmp/libcdio/Makefile	2009-08-20 20:19:12.347942999 +0200
@@ -6,7 +6,7 @@
 
 PORTNAME=	libcdio
 PORTVERSION=	0.78.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libcdio
@@ -36,7 +36,8 @@
 .ifdef(WITH_PARANOIA)
 LIB_DEPENDS+=	cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
 PLIST_SUB+=	PARANOIA=""
-MAN1=	cd-paranoia.1
+MANLANG=	"" jp
+MAN1=		cd-paranoia.1
 .else
 CONFIGURE_ARGS+=	--without-cd-paranoia
 PLIST_SUB+=	PARANOIA="@comment "


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



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