From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 1 04:40:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E60F16A420 for ; Wed, 1 Mar 2006 04:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080C143D45 for ; Wed, 1 Mar 2006 04:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k214e98p024060 for ; Wed, 1 Mar 2006 04:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k214e9qe024053; Wed, 1 Mar 2006 04:40:09 GMT (envelope-from gnats) Date: Wed, 1 Mar 2006 04:40:09 GMT Message-Id: <200603010440.k214e9qe024053@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Paul Schmehl Cc: Subject: Re: ports/93967: converters/mpack, correct hardcoded path problem in source code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 04:40:10 -0000 The following reply was made to PR ports/93967; it has been noted by GNATS. From: Paul Schmehl To: bug-followup@FreeBSD.org, pauls@utdallas.edu Cc: Subject: Re: ports/93967: converters/mpack, correct hardcoded path problem in source code Date: Tue, 28 Feb 2006 22:36:34 -0600 unixpk.man cannot be patched because it later gets altered by something else. I haven't been able to figure out what, but this Makefile patch will fix both man pages so they read correctly. The patch-unixpk.man file I sent needs to be deleted. The rest of the patches work fine and should be added to ${FILESDIR}. --- Makefile.orig Tue Feb 28 22:27:46 2006 +++ Makefile Tue Feb 28 22:32:07 2006 @@ -21,4 +21,8 @@ PLIST_FILES= bin/mpack bin/munpack +post-build: + @${REINPLACE_CMD} -e 's|/var/tmp|/tmp|g' ${WRKSRC}/mpack.1 + @${REINPLACE_CMD} -e 's|/var/tmp|/tmp|g' ${WRKSRC}/munpack.1 + .include Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/