Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 18:28:25 +0400 (MSD)
From:      Pavel I Volkov <pol@opk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        janos.mohacsi@bsd.hu
Subject:   ports/117487: [PATCH] net-mgmt/rancid-devel: [SUMMARIZE CHANGES]
Message-ID:  <200710251428.l9PESP0I095485@pol.iib.ru>
Resent-Message-ID: <200710251430.l9PEU46D040377@freefall.freebsd.org>

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

>Number:         117487
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/rancid-devel: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 14:30:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD pol.iib.ru 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Oct  8 15:47:19 MSD
>Description:
Hello. This patch for small error in the "post-install" target.

Port maintainer (janos.mohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rancid-devel-2.3.2a7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/rancid-devel.orig/Makefile /usr/ports/net-mgmt/rancid-devel/Makefile
--- /usr/ports/net-mgmt/rancid-devel.orig/Makefile	2007-10-25 18:21:32.000000000 +0400
+++ /usr/ports/net-mgmt/rancid-devel/Makefile	2007-10-25 18:20:20.000000000 +0400
@@ -51,7 +51,7 @@
 post-install:
 	${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-cvs ${PREFIX}/bin
 	${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-run ${PREFIX}/bin
-	@ ${SED} -e "s:%%INSTDIR%%:${PREFIX}:g" pkg-message >${PKGMESSAGE}
+	@ ${SED} -e "s:%%INSTDIR%%:${PREFIX}:g" ${MASTERDIR}/pkg-message >${PKGMESSAGE}
 .if !defined(BATCH)
 	@ ${ECHO}
 	@ ${CAT} ${PKGMESSAGE}
--- rancid-devel-2.3.2a7.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?200710251428.l9PESP0I095485>