ports/78835: Maintainer Update: security/osiris bugfix

David Thiel lx at redundancy.redundancy.org
Mon Mar 14 17:50:07 UTC 2005


>Number:         78835
>Category:       ports
>Synopsis:       Maintainer Update: security/osiris bugfix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 14 17:50:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Oops, it failed to cat the pkg-message if you weren't in $WRKDIR, causing
the build to fail. Sorry about that.

>How-To-Repeat:
>Fix:

diff -ruN osiris.old/Makefile osiris/Makefile
--- osiris.old/Makefile	Mon Mar 14 09:39:03 2005
+++ osiris/Makefile	Mon Mar 14 09:45:45 2005
@@ -77,6 +77,6 @@
 	${CHOWN} -R osiris:osiris ${PREFIX}/osiris
 
 post-install:
-	@${CAT} pkg-message
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>

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



More information about the freebsd-ports-bugs mailing list