Skip site navigation (1)Skip section navigation (2)
Date:      14 Mar 2005 17:49:26 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78835: Maintainer Update: security/osiris bugfix
Message-ID:  <20050314174926.75689.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200503141750.j2EHo62L045092@freefall.freebsd.org>

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

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



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