Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 1997 14:50:41 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4507: Update port: net/mpd
Message-ID:  <199709101050.OAA02884@icc.surw.chel.su>
Resent-Message-ID: <199709101230.FAA27554@hub.freebsd.org>

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

>Number:         4507
>Category:       ports
>Synopsis:       Update port: net/mpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 10 05:30:01 PDT 1997
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This is a patch to update port "net/mpd".
   This patch must close PR 3765.

>How-To-Repeat:

>Fix:

diff -ruN mpd.orig/Makefile mpd/Makefile
--- mpd.orig/Makefile	Sun Jun 29 22:16:42 1997
+++ mpd/Makefile	Wed Sep 10 13:01:03 1997
@@ -1,24 +1,19 @@
 # New ports collection makefile for:	mpd
-# Version required:			1.0b3
-# Date created:				16 May 1997
+# Version required:			1.0b4
+# Date created:				10 September 1997
 # Whom:					Andrey Zakhvatov
 #
-# $Id: Makefile,v 1.2 1997/06/29 11:04:23 obrien Exp $
+#
 #
 
-DISTNAME=		mpd-1.0b3
+DISTNAME=		mpd-1.0b4
 CATEGORIES=		net
-MASTER_SITES=		${MASTER_SITE_LOCAL}
+MASTER_SITES=		ftp://ftp.whistle.com/pub/archie/
 EXTRACT_SUFX=		.tgz
 
 MAINTAINER=		andy@icc.surw.chel.su
 
-OSVERSION!=     sysctl -n kern.osreldate
-.if ${OSVERSION} >= 300000
-BROKEN=			if_tun.h
-.endif
-
-WRKSRC=			${WRKDIR}/mpd-1.0b3/src
+WRKSRC=			${WRKDIR}/mpd-1.0b4/src
 ALL_TARGET=		depend all
 MAN1=			mpd.1
 
diff -ruN mpd.orig/files/md5 mpd/files/md5
--- mpd.orig/files/md5	Tue Jun 10 09:10:03 1997
+++ mpd/files/md5	Wed Sep 10 13:02:47 1997
@@ -1 +1 @@
-MD5 (mpd-1.0b3.tgz) = 78b4798c433d4e476ca1ece7e12b24ab
+MD5 (mpd-1.0b4.tgz) = 3b09fbfe752cfe87c275e8ee1c67a4c0
diff -ruN mpd.orig/patches/patch-aa mpd/patches/patch-aa
--- mpd.orig/patches/patch-aa	Tue Jun 10 09:10:03 1997
+++ mpd/patches/patch-aa	Wed Sep 10 13:16:11 1997
@@ -1,27 +1,15 @@
-*** Makefile	Tue Apr 15 18:30:00 1997
---- /home/andy/tmp/wrk/Makefile	Fri May 16 21:41:11 1997
+*** Makefile	Mon Aug 18 02:12:35 1997
+--- /home/andy/tmp/wrk/Makefile	Wed Sep 10 13:06:30 1997
 ***************
-*** 7,19 ****
-  #
-  
-  PROG=		mpd
-! BINDIR?=	/usr/local/bin
-  VERSION=	1.0b3
-  STRIP=		-s
+*** 15,21 ****
   
   # Default configuration directory
   
-! MPD_CONF_DIR?=	/etc/ppp
+! MPD_CONF_DIR?=	${PREFIX}/etc/ppp
   
   # Define supported physical layer types
   
---- 7,19 ----
-  #
-  
-  PROG=		mpd
-! BINDIR?=	${PREFIX}/sbin
-  VERSION=	1.0b3
-  STRIP=		-s
+--- 15,21 ----
   
   # Default configuration directory
   
@@ -29,20 +17,3 @@
   
   # Define supported physical layer types
   
-***************
-*** 41,47 ****
-  DPADD+=		${LIBMD}
-  
-  COPTS+=		-O2
-! COPTS+=		-g -Wall -Wmissing-prototypes -Wnested-externs
-  COPTS+=		-DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"
-  
-  # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like
---- 41,47 ----
-  DPADD+=		${LIBMD}
-  
-  COPTS+=		-O2
-! COPTS+=		-Wall -Wmissing-prototypes -Wnested-externs
-  COPTS+=		-DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"
-  
-  # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like
diff -ruN mpd.orig/pkg/DESCR mpd/pkg/DESCR
--- mpd.orig/pkg/DESCR	Tue Jun 10 09:10:03 1997
+++ mpd/pkg/DESCR	Wed Sep 10 14:37:47 1997
@@ -1,9 +1,11 @@
 MPD MULTI-LINK PPP DAEMON FOR FREEBSD
 
-Release 1.0b3
+Release 1.0b4
 Written by Archie Cobbs <archie@whistle.com>
 Based on IIJ-PPP by Toshiharu OHNO <tony-o@iij.ad.jp>
 
+Please see the CHANGES file if you are updating from mpd-1.0b3.
+
 * WHAT IS IT?
 
   A user-mode PPP daemon based on iij-ppp which supports multi-link PPP.
@@ -42,4 +44,3 @@
 
   Email me any questions <archie@whistle.com> and I'll do my best
   to answer them.
-

>Audit-Trail:
>Unformatted:



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