1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 6.1.19.

Add patches for -current.

PR:		ports/19665 (update to 6.1.16), ports/19914 (update to 6.1.17)
Submitted by:	Naoki IDO <ido@hitachi-ms.co.jp>
Additional patches by:	knu
This commit is contained in:
Akinori MUSHA 2000-10-29 13:41:28 +00:00
parent b38d3b2bb8
commit baf2613128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34400
5 changed files with 20 additions and 6 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= delegate
PORTVERSION= 6.1.16
PORTVERSION= 6.1.19
CATEGORIES= net www japanese
MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/
MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \
ftp://ftp.etl.go.jp/pub/DeleGate/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= max@FreeBSD.org

View File

@ -1 +1 @@
MD5 (delegate6.1.16.tar.gz) = 558db358eaae9f511396f0e81971addd
MD5 (delegate6.1.19.tar.gz) = 3cfa4f8b801a669bb4d1588e9afd62a8

View File

@ -3,12 +3,11 @@
umask 027
if [ -x /usr/local/sbin/delegated ]; then
echo -n ' delegated'
/usr/local/sbin/delegated -P8080 \
MANAGER=delegate-master@your.host.domain \
/usr/local/sbin/delegated -P8080 -Txt \
ADMIN=delegate-master@your.host.domain \
CHARCODE=JIS \
CACHEDIR=/var/spool/delegate/cache \
EXPIRE=7d \
RELIABLE=hostname \
> /dev/null 2>&1
fi

View File

@ -0,0 +1,7 @@
--- maker/__fork.c.orig Tue Jun 3 22:56:42 1997
+++ maker/__fork.c Sun Oct 29 22:32:55 2000
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/wait.h>
INHERENT_fork(){ return 1; }

View File

@ -0,0 +1,7 @@
--- maker/spawnvp_.c.orig Thu Jun 19 02:40:16 1997
+++ maker/spawnvp_.c Sun Oct 29 22:32:55 2000
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/wait.h>
INHERENT_spawn(){ return 0; }