diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-20 16:45:18 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-20 16:45:18 +0000 |
| commit | 68fa1a9eb9fdf44868e8b8c7085b0dcfabb44c07 (patch) | |
| tree | e3779ae38a2a8eab8ede558a48f97d09db67f5c5 /net/3proxy/files | |
| parent | - Update to version 1.7.8 (diff) | |
Update to latest stable release 0.4.3b.
Make some improvments, SIZEfy.
Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]:
Operation timed out)
Notes
Notes:
svn path=/head/; revision=101521
Diffstat (limited to 'net/3proxy/files')
| -rw-r--r-- | net/3proxy/files/patch-aa | 15 | ||||
| -rw-r--r-- | net/3proxy/files/patch-ab | 18 |
2 files changed, 14 insertions, 19 deletions
diff --git a/net/3proxy/files/patch-aa b/net/3proxy/files/patch-aa index b7a4dfef7362..421875ef6b3e 100644 --- a/net/3proxy/files/patch-aa +++ b/net/3proxy/files/patch-aa @@ -1,17 +1,18 @@ ---- Makefile.unix.orig Mon Jul 28 13:06:40 2003 -+++ Makefile.unix Mon Jul 28 13:24:40 2003 +--- Makefile.unix.orig Thu Oct 16 17:12:38 2003 ++++ Makefile.unix Fri Feb 13 18:16:29 2004 @@ -3,11 +3,11 @@ # 3 proxy Makefile for GCC/Unix/Linux/Cygwin # -CC = gcc --CFLAGS = -Wall -O2 -s -c -pthread -DNOODBC +-CFLAGS = -Wall -O2 -c -pthread -DNOODBC +CC ?= gcc -+CFLAGS += -Wall -O2 -s -c ${PTHREAD_CFLAGS} -DNOODBC ++CFLAGS = -Wall -c -DNOODBC %%CFLAGS%% ${PTHREAD_CFLAGS} COUT = -o - LN = gcc --LDFLAGS = -Wall -O2 -s -pthread -+LDFLAGS += -Wall -O2 -s ${PTHREAD_LIBS} +-LN = gcc +-LDFLAGS = -Wall -O2 -pthread ++LN ?= ${CC} ++LDFLAGS = -Wall ${PTHREAD_LIBS} LIBS = LNOUT = -o EXESUFFICS = diff --git a/net/3proxy/files/patch-ab b/net/3proxy/files/patch-ab index 918af3171a7c..ce31aa87fcf1 100644 --- a/net/3proxy/files/patch-ab +++ b/net/3proxy/files/patch-ab @@ -1,12 +1,15 @@ ---- 3proxy.cfg.sample.orig Wed Oct 8 19:35:48 2003 -+++ 3proxy.cfg.sample Wed Oct 8 20:56:52 2003 -@@ -332,12 +332,12 @@ +--- 3proxy.cfg.sample.orig Fri Feb 13 18:09:36 2004 ++++ 3proxy.cfg.sample Fri Feb 13 18:11:20 2004 +@@ -341,14 +341,14 @@ # this example shows you how to include passwd file. For included files # <CR> and <LF> are treated as field separators. -service +#service # service is required under NT if you want 3proxy to start as service +-#daemon ++daemon + # now we will not depend on any console (daemonize). #log /usr/local/etc/3proxy/logs/3proxy.log D @@ -15,12 +18,3 @@ # log allows to specify log file location and rotation, D means logfile # is created daily -@@ -455,7 +455,7 @@ - #setuid 65535 - # now we needn't any root rights. We can chroot and setgid/setuid. - --#daemon -+daemon - # now we will not depend on any console (daemonize). - - |
