Skip site navigation (1)Skip section navigation (2)
Date:      25 Apr 2000 04:26:50 -0000
From:      mitsuru@riken.go.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18203: upgrade port tinyproxy
Message-ID:  <20000425042650.12346.qmail@zebu.riken.go.jp>

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

>Number:         18203
>Category:       ports
>Synopsis:       upgrade port tinyproxy
>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:   Mon Apr 24 21:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mitsuru Yoshida
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
RIKEN
>Environment:

	FreeBSD 3.4-STABLE i386

>Description:

	upgrade port tinyproxy ( tinyproxy-1.3.3 )

>How-To-Repeat:



>Fix:
	

diff -ruN tinyproxy.bak/Makefile tinyproxy/Makefile
--- tinyproxy.bak/Makefile	Tue Apr 11 05:03:54 2000
+++ tinyproxy/Makefile	Tue Apr 25 13:07:24 2000
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	tinyproxy
-PORTVERSION= 	1.2.8
+PORTVERSION=	1.3.3
 CATEGORIES=	www
-MASTER_SITES=	http://tinyproxy.attacca.com/ \
-		http://www.flarenet.com/tinyproxy/
+MASTER_SITES=	http://download.sourceforge.net/tinyproxy/
 
 MAINTAINER=	mitsuru@riken.go.jp
 
-WRKSRC=		${WRKDIR}/tinyproxy
+BUILD_DEPENDS=	${LOCALBASE}/lib/libadns.a:${PORTSDIR}/net/adns
+
+GNU_CONFIGURE=  yes
+CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-log-file=/var/log/tinyproxy.log   --with-port=8080 --with-user=nobody --with-adns-include=${LOCALBASE}/include --with-adns-lib=${LOCALBASE}/lib
 
 MAN8=		tinyproxy.8
 
diff -ruN tinyproxy.bak/files/md5 tinyproxy/files/md5
--- tinyproxy.bak/files/md5	Thu Aug 19 05:06:25 1999
+++ tinyproxy/files/md5	Thu Apr  6 14:29:29 2000
@@ -1 +1 @@
-MD5 (tinyproxy-1.2.8.tar.gz) = d95bbf01bc709a155d5c3c7ac47613bf
+MD5 (tinyproxy-1.3.3.tar.gz) = 134693ada7b7136b53fc87a2d10c6be9
diff -ruN tinyproxy.bak/patches/patch-aa tinyproxy/patches/patch-aa
--- tinyproxy.bak/patches/patch-aa	Sun Jul  4 08:20:43 1999
+++ tinyproxy/patches/patch-aa	Mon Apr 24 17:28:43 2000
@@ -1,27 +1,16 @@
---- src/Makefile.orig	Fri Jun  4 14:42:34 1999
-+++ src/Makefile	Sun Jul  4 16:15:09 1999
-@@ -1,13 +1,13 @@
- # Written by Steven Young (sdyoung@well.com)
- # Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05
+--- src/dnscache.c.dist	Thu Mar 30 01:18:05 2000
++++ src/dnscache.c	Fri Apr  7 19:59:54 2000
+@@ -28,12 +28,12 @@
+ #include <string.h>
+ #include <netdb.h>
+ #include <time.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <assert.h>
+ #include <ctype.h>
+-#include <sys/types.h>
  
--CC = gcc # change this to your prefered compiler
-+#CC = gcc # change this to your prefered compiler
- 
- WARN = -Wall -Wshadow -Wstrict-prototypes  # Warnings
- 
- #
- # Full Production System (No debuging info)
--CFLAGS = -O2 ${WARN} 
-+CFLAGS += ${WARN} 
- #
- # Full Debuging Version
- #CFLAGS = -g ${WARN}
-@@ -21,7 +21,7 @@
- 
- # Set location for installation
- INSTALL = /usr/bin/install
--BINPATH = /usr/local/bin
-+BINPATH = /usr/local/sbin
- STRIP = /usr/bin/strip
- 
- all: ${OBJS}
+ #include "utils.h"
+ #include "dnscache.h"
diff -ruN tinyproxy.bak/patches/patch-ab tinyproxy/patches/patch-ab
--- tinyproxy.bak/patches/patch-ab	Thu Aug 19 04:23:00 1999
+++ tinyproxy/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- doc/tinyproxy.8.dist	Tue Aug 17 17:00:10 1999
-+++ doc/tinyproxy.8	Tue Aug 17 17:00:14 1999
-@@ -7,7 +7,6 @@
- .\" This program is distributed under the terms of the GNU General Public
- .\" License. See COPYING for additional information.
- .\"
--
- .TH tinyproxy 1 "June 15, 1999" "Tinyproxy" "Tinyproxy Manual"
- .SH NAME
- tinyproxy \- a small HTTP proxy server
diff -ruN tinyproxy.bak/pkg/DESCR tinyproxy/pkg/DESCR
--- tinyproxy.bak/pkg/DESCR	Sun Jul  4 08:20:42 1999
+++ tinyproxy/pkg/DESCR	Wed Mar 29 16:08:29 2000
@@ -6,7 +6,7 @@
 mode. For most people, "/usr/local/sbin/tinyproxy -a Host: -a Authorization:"
 is sufficient for an anonymizing proxy.
 
-WWW: http://tinyproxy.attacca.com/
+WWW: http://tinyproxy.sourceforge.net/
 
 - Mitsuru Yoshida
 mitsuru@riken.go.jp

>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?20000425042650.12346.qmail>