Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 18:48:02 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mharo@freebsd.org
Subject:   ports/34853: [PATCH] Fix breakage in net/naim on install
Message-ID:  <200202120248.g1C2m1C43356@johncoop.MSHOME>

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

>Number:         34853
>Category:       ports
>Synopsis:       [PATCH] Fix breakage in net/naim on install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 11 19:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.5-STABLE FreeBSD 4.5-STABLE #61: Sun Feb 10 20:04:53 PST 2002 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	net/naim builds but fails on install.  Some files have disappear-
	ed/been renamed, and the Makefile had not taken account of this.

>How-To-Repeat:
	# cd /usr/ports/net/naim
	# make install

>Fix:

<---- begin fix-naim-0.11.2 ---->
# This is a patch for naim to update it to naim.new
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'naim/Makefile' 'naim.new/Makefile'
Index: ./Makefile
--- ./Makefile	Sat Feb  9 11:23:53 2002
+++ ./Makefile	Mon Feb 11 18:41:30 2002
@@ -2,7 +2,7 @@
 # Date created:			02 March 1999
 # Whom:				mharo@area51.fremont.ca.us
 #
-# $FreeBSD: ports/net/naim/Makefile,v 1.19 2002/02/09 06:29:01 mharo Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	naim
@@ -15,13 +15,9 @@
 
 GNU_CONFIGURE=	yes
 
-# Manpage is empty
-#MAN1=		naim.1
-
 post-install:
-	@ ${RM} ${PREFIX}/man/man1/naim.1
 	@ ${MKDIR} ${PREFIX}/share/examples/naim
-	@ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
+	@ ${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample ${PREFIX}/share/examples/naim/
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/naim
 	@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/
diff -u 'naim/pkg-message' 'naim.new/pkg-message'
Index: ./pkg-message
--- ./pkg-message	Mon Apr 26 20:56:52 1999
+++ ./pkg-message	Mon Feb 11 18:37:22 2002
@@ -1,3 +1,3 @@
 Before running, make sure to copy
-/usr/local/share/examples/naim/faimrc_sample
-to your home directory as .faimrc and modify it to fit your needs.
+/usr/local/share/examples/naim/naimrc_sample
+to your home directory as .naimrc and modify it to fit your needs.
diff -u 'naim/pkg-plist' 'naim.new/pkg-plist'
Index: ./pkg-plist
--- ./pkg-plist	Mon Apr 26 20:56:52 1999
+++ ./pkg-plist	Mon Feb 11 18:38:14 2002
@@ -1,5 +1,5 @@
 bin/naim
-share/examples/naim/faimrc_sample
+share/examples/naim/naimrc_sample
 share/doc/naim/naim.hlp
 @dirrm share/examples/naim
 @dirrm share/doc/naim
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Mon Feb 11 18:42:15 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 915 1013481690 0100644
# p 'pkg-message' 146 1013481442 0100644
# p 'pkg-plist' 116 1013481494 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Mon Feb 11 18:42:15 2002] ####
#### Checksum: 80 2648 10507 ####

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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