ports/186012: [patch] sysutils/freeipmi: fix non-root 'make stage'

John Hein jhein at symmetricom.com
Wed Jan 22 18:50:00 UTC 2014


>Number:         186012
>Category:       ports
>Synopsis:       [patch] sysutils/freeipmi: fix non-root 'make stage'
>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:   Wed Jan 22 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        
>Organization:
>Environment:

>Description:

'make stage' as non-root fails due to post-install rules.  Now that these
directories are created in the pkg-plist after staging was added to this
port, the post-install target is unnecessary (duplicates of what's
in pkg-plist).

>How-To-Repeat:

as regular user:
make -C /usr/ports/sysutils/freeipmi stage

>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 340706)
+++ Makefile	(working copy)
@@ -63,7 +63,4 @@
 		${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
 .endif
 
-post-install:
-	${MKDIR} -m 0700 ${CACHE_DIR}/ipmimonitoringsdrcache ${LOG_DIR}/ ${RUN_DIR}/
-
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list