Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 1999 23:57:53 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10194: New version of nwrite
Message-ID:  <199902220757.XAA83416@area51.fremont.ca.us>

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

>Number:         10194
>Category:       ports
>Synopsis:       New version of nwrite
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 22 00:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

The version of this port was out of date.

>How-To-Repeat:

	

>Fix:
	
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/nwrite/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1998/08/23 07:34:46	1.2
+++ Makefile	1999/02/22 07:45:30
@@ -6,11 +6,15 @@
 # $Id: Makefile,v 1.2 1998/08/23 07:34:46 hoek Exp $
 #
 
-DISTNAME=	nwrite-1.9
+DISTNAME=	nwrite-1.9.2
 CATEGORIES=	misc
-MASTER_SITES=	ftp://ftp.csua.berkeley.edu/pub/daveh/
+MASTER_SITES=	ftp://ftp.csua.berkeley.edu/pub/nwrite/
 
 MAINTAINER=	daveh@csua.berkeley.edu
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-gzipped-man \
+		--enable-clear-procs
 
 MAN1=		nwrite.1
 MANCOMPRESSED=	yes
cvs diff: Diffing files
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/nwrite/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1997/08/01 06:58:38	1.1.1.1
+++ md5	1999/02/22 07:32:22
@@ -1 +1 @@
-MD5 (nwrite-1.9.tar.gz) = 29cd152bf5b317cb03f96ede4deb96af
+MD5 (nwrite-1.9.2.tar.gz) = 29b5c482b621048d5c57cf57510b1b2d
cvs diff: Diffing patches
Index: patches/patch-aa
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/nwrite/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1997/08/01 06:58:38	1.1.1.1
+++ patch-aa	1999/02/22 07:51:21
@@ -1,11 +1,21 @@
---- Makefile.orig	Tue Jul 29 15:36:52 1997
-+++ Makefile	Thu Jul 31 16:17:26 1997
-@@ -35,7 +35,7 @@
- #INSTALL= /usr/ucb/install
- #INSTALL= /usr/local/gnu/bin/install
+--- Makefile.in.orig	Sun Feb 21 23:49:11 1999
++++ Makefile.in	Sun Feb 21 23:50:29 1999
+@@ -51,7 +51,7 @@
+ nwrite: $(OBJECTS)
+ 	$(CC) $(CFLAGS) -o nwrite $(OBJECTS) $(LDFLAGS)
  
--DEST   = /usr/local
-+DEST   = $(PREFIX)
- BIN    = $(DEST)/bin
- MAN    = $(DEST)/man
+-install: Makefile installbin installman$(MANGZ) installrc
++install: Makefile installbin installman$(MANGZ) 
  
+ installbin: nwrite
+ 	-mv $(BIN)/nwrite $(BIN)/nwrite.old
+@@ -65,9 +65,6 @@
+ installman-gz: installman
+ 	-\rm $(MAN)/cat1/nwrite.1.gz
+ 	gzip $(MAN)/cat1/nwrite.1
+-
+-installrc: nwrite.rc
+-	$(INSTALL) -c -m 644 nwrite.rc $(SYSTEM_NWRITERC)
+ 
+ Makefile: Makefile.in
+ 	sh ./config.status
cvs diff: Diffing pkg

>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?199902220757.XAA83416>