Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2004 13:15:48 +0200 (CEST)
From:      Lupe Christoph <lupe@sebastian.lupe-christoph.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65813: munin-main port changes permissions of system directories
Message-ID:  <200404201115.i3KBFmWF000851@sebastian.lupe-christoph.de>
Resent-Message-ID: <200404201120.i3KBKLsg086336@freefall.freebsd.org>

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

>Number:         65813
>Category:       ports
>Synopsis:       munin-main port changes permissions of system directories
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 20 04:20:21 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lupe Christoph
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sebastian.lupe-christoph.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Thu Feb 26 23:02:20 CET 2004 root@:/usr/obj/usr/src/sys/SEBASTIAN i386


	
>Description:
	The Makefile uses ${INSTALL_MAN} -d on system directories
>How-To-Repeat:
	ls -ld $PREFIX/man/man[58]
	make install PREFIX=$PREFIX
	ls -ld $PREFIX/man/man[58]
>Fix:

	Remove the two lines. Patch follows.

--- munin-main.patch begins here ---
diff -urN munin-main.old/Makefile munin-main/Makefile
--- munin-main.old/Makefile	Tue Mar  2 16:52:48 2004
+++ munin-main/Makefile	Tue Apr 20 11:06:31 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	1.0.0.p3
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	munin
@@ -44,8 +45,6 @@
 	@PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
 
 post-install:
-	@${INSTALL_MAN} -d ${PREFIX}/man/man5
-	@${INSTALL_MAN} -d ${PREFIX}/man/man8
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin.conf.5 ${PREFIX}/man/man5
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin-cron.8 ${PREFIX}/man/man8
 	@${INSTALL_MAN} -C ${WRKSRC}/build/doc/munin-graph.8 ${PREFIX}/man/man8
--- munin-main.patch ends here ---


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



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