ports/137998: [patch] sysutils/libcdio - add missing manpage to plist

Alberto Villa villa.alberto at gmail.com
Thu Aug 20 18:30:04 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list