Date: 26 Sep 1999 17:34:33 -0000 From: tom@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13981: Update Port: Leafnode+ Message-ID: <19990926173433.12062.qmail@eborcom.com>
next in thread | raw e-mail | index | archive | help
>Number: 13981 >Category: ports >Synopsis: Update Port: Leafnode+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: This patch updates the leafnode+ port from 2.6 to 2.8. I am the port's maintainer. No files have been added to or removed from the port. >How-To-Repeat: >Fix: diff -ruN leafnode+.old/Makefile leafnode+/Makefile --- leafnode+.old/Makefile Mon Aug 30 22:09:32 1999 +++ leafnode+/Makefile Sun Sep 26 18:16:14 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: leafnode+ -# Version required: 2.6 +# Version required: 2.8 # Date created: 19 November 1998 # Whom: Tom Hukins <tom@FreeBSD.org> # # $FreeBSD: ports/news/leafnode+/Makefile,v 1.10 1999/08/30 14:31:40 peter Exp $ # -DISTNAME= leafnode+-2.6 +DISTNAME= leafnode+-2.8 CATEGORIES= news MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ diff -ruN leafnode+.old/files/md5 leafnode+/files/md5 --- leafnode+.old/files/md5 Sun Apr 4 19:19:08 1999 +++ leafnode+/files/md5 Sun Sep 26 18:16:28 1999 @@ -1 +1 @@ -MD5 (leafnode+-2.6.tar.gz) = 35e9714b0dc0d3e17cbb988497244e6a +MD5 (leafnode+-2.8.tar.gz) = aed4be6f1152fb48ba5999ce2cd0ab93 diff -ruN leafnode+.old/patches/patch-aa leafnode+/patches/patch-aa --- leafnode+.old/patches/patch-aa Sat Jul 10 14:11:21 1999 +++ leafnode+/patches/patch-aa Sun Sep 26 18:19:14 1999 @@ -1,20 +1,20 @@ ---- Makefile.orig Sun Jul 4 05:32:02 1999 -+++ Makefile Sun Jul 4 05:32:42 1999 -@@ -1,11 +1,8 @@ +--- Makefile.orig Sun Aug 1 06:23:40 1999 ++++ Makefile Sun Sep 26 18:18:55 1999 +@@ -1,12 +1,8 @@ # -*- makefile -*- # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ -CC = gcc DEBUG = -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes -CFLAGS = $(DEBUG) LIBS = --BINDIR = /usr/local/sbin --MANDIR = /usr/local/man -+BINDIR = $(PREFIX)/sbin - VERSION = 2.6 +-PREFIX = /usr/local + BINDIR = $(PREFIX)/sbin +-MANDIR = $(PREFIX)/man + VERSION = 2.8 # - # if you want to use Socks, use following -@@ -23,11 +20,11 @@ - #CFLAGS = $(DEBUG) -DDOTNGFILE + # if you want to use Socks, use following. +@@ -29,11 +25,11 @@ + #RANLIB = ranlib # # this is the directory where the news is stored. -SPOOLDIR = /var/spool/news @@ -24,10 +24,10 @@ # kept. It should preferably not be on the same partition as spooldir -LIBDIR = /usr/lib/leafnode +LIBDIR = @LIBDIR@ - - all: leafnode fetchnews texpire checkgroups leaftool - -@@ -79,7 +76,7 @@ + # + # local library + LIBUTIL = libutil.a +@@ -93,7 +89,7 @@ @if [ -f $(BINDIR)/fetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from fetch into fetchnews.; fi @if [ -f $(BINDIR)/newsfetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from newsfetch into fetchnews.; fi @@ -36,7 +36,7 @@ -mkdir -p $(SPOOLDIR) $(LIBDIR) -mkdir -p $(SPOOLDIR)/message.id -mkdir -p $(SPOOLDIR)/interesting.groups -@@ -91,7 +88,6 @@ +@@ -105,7 +101,6 @@ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}9 ; \ done ; done diff -ruN leafnode+.old/pkg/MESSAGE leafnode+/pkg/MESSAGE --- leafnode+.old/pkg/MESSAGE Sat Jul 10 14:11:21 1999 +++ leafnode+/pkg/MESSAGE Sun Sep 26 18:29:38 1999 @@ -1,7 +1,7 @@ WARNING: Although leafnode+ has been installed, a spool area for storing news articles is not present on your computer. To create a -spool area in /var/spool/new, type: +spool area in /var/spool/news, type: % cd work/leafnode+-2.6 % make installall -Or you could done above works automatically by just setenv -`LEAFNODE_SETUP_WRKDIRS' variable at install time. +Alternatively, make sure the LEAFNODE_SETUP_WRKDIRS variable is +defined at install time. >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?19990926173433.12062.qmail>