mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
PR:4507
Reviewed by: archie cobbs Submitted by: andy@icc.surw.chel.su upgrade to newer mpd
This commit is contained in:
parent
4cc9e26637
commit
cb6beb5adf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7851
4 changed files with 16 additions and 43 deletions
|
@ -1,14 +1,14 @@
|
|||
# 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.1.1.1 1997/06/10 09:10:03 asami Exp $
|
||||
# $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
|
||||
|
@ -18,7 +18,7 @@ OSVERSION!= sysctl -n kern.osreldate
|
|||
BROKEN= if_tun.h
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/mpd-1.0b3/src
|
||||
WRKSRC= ${WRKDIR}/mpd-1.0b4/src
|
||||
ALL_TARGET= depend all
|
||||
MAN1= mpd.1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mpd-1.0b3.tgz) = 78b4798c433d4e476ca1ece7e12b24ab
|
||||
MD5 (mpd-1.0b4.tgz) = 3b09fbfe752cfe87c275e8ee1c67a4c0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
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 +45,3 @@ Based on IIJ-PPP by Toshiharu OHNO <tony-o@iij.ad.jp>
|
|||
|
||||
Email me any questions <archie@whistle.com> and I'll do my best
|
||||
to answer them.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue