head	1.7;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.4;
locks; strict;
comment	@# @;


1.7
date	2011.05.02.09.11.33;	author bapt;	state dead;
branches;
next	1.6;

1.6
date	2001.10.10.03.23.29;	author ache;	state Exp;
branches;
next	1.5;

1.5
date	99.10.24.01.57.36;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	97.04.27.21.48.53;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	97.01.30.17.00.50;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	97.01.17.09.02.38;	author max;	state dead;
branches;
next	1.1;

1.1
date	97.01.02.19.12.00;	author ache;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove unmaintained expired ports from ftp

2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available
2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available
2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available
2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available
2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
@
text
@--- support/makefiles/Makefile.fbs.orig	Sat Jul  1 22:22:55 2000
+++ support/makefiles/Makefile.fbs	Wed Oct 10 07:11:36 2001
@@@@ -33,7 +33,14 @@@@
 LIBC   = /usr/lib/libc.a
 IFLAGS = 
 LFLAGS = 
-CFLAGS = -O ${IFLAGS} ${LFLAGS}
+CFLAGS += ${IFLAGS} ${LFLAGS}
 
-SRCS   = strcasestr.c authuser.c ftw.c
-OBJS   = strcasestr.o authuser.o ftw.o
+SRCS   = authuser.c ftw.c
+OBJS   = authuser.o ftw.o
+
+HAVE_STRSTR!=   (nm ${LIBC} | grep -q strcasestr) || echo "NO"
+
+.if ${HAVE_STRSTR} == "NO"
+SRCS += strcasestr.c
+OBJS += strcasestr.o
+.endif
@


1.6
log
@Fix broken strcasestr() implementation.
Use FreeBSD's strcasestr() if present.
@
text
@@


1.5
log
@upgrade to 2.6.0

Submitted by:	Makoto MATSUSHITA <matusita@@jp.FreeBSD.org>
@
text
@d1 20
a20 19
*** support/makefiles/Makefile.fbs.orig	Mon Oct  4 22:44:08 1999
--- support/makefiles/Makefile.fbs	Wed Oct 20 20:32:42 1999
***************
*** 33,39 ****
  LIBC   = /usr/lib/libc.a
  IFLAGS = 
  LFLAGS = 
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
  
  SRCS   = strcasestr.c authuser.c ftw.c
  OBJS   = strcasestr.o authuser.o ftw.o
--- 33,39 ----
  LIBC   = /usr/lib/libc.a
  IFLAGS = 
  LFLAGS = 
! CFLAGS += ${IFLAGS} ${LFLAGS}
  
  SRCS   = strcasestr.c authuser.c ftw.c
  OBJS   = strcasestr.o authuser.o ftw.o
@


1.4
log
@Upgrade to beta-13
@
text
@d1 2
a2 2
*** support/makefiles/Makefile.fbs.bak	Mon Mar  3 12:11:54 1997
--- support/makefiles/Makefile.fbs	Sun Apr 27 21:13:35 1997
d4 1
a4 1
*** 8,14 ****
d8 1
a8 1
! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
d12 1
a12 1
--- 8,14 ----
d16 1
a16 1
! CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
@


1.3
log
@Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.
@
text
@d1 2
a2 2
*** support/makefiles/Makefile.fbs.bak	Fri Feb 17 20:36:56 1995
--- support/makefiles/Makefile.fbs	Thu Jan 30 16:32:32 1997
d4 1
a4 1
*** 4,13 ****
d10 3
a12 6
! SRCS   = fnmatch.c strcasestr.c authuser.c ftw.c
! OBJS   = fnmatch.o strcasestr.o authuser.o ftw.o
  
  all: $(OBJS)
  	-rm -f libsupport.a
--- 4,13 ----
d18 2
a19 5
! SRCS   = strcasestr.c authuser.c ftw.c
! OBJS   = strcasestr.o authuser.o ftw.o
  
  all: $(OBJS)
  	-rm -f libsupport.a
@


1.2
log
@This patch has been integrated in the original source.
@
text
@d1 2
a2 2
*** ftpd.c.bak	Wed Jan  1 22:10:05 1997
--- src/ftpd.c	Wed Jan  1 22:10:14 1997
d4 22
a25 15
*** 2503,2508 ****
--- 2503,2514 ----
  void
  dologout(int status)
  {
+     /*
+      * Prevent reception of SIGURG from resulting in a resumption
+      * back to the main program loop.
+      */
+     transflag = 0;
+ 
      if (logged_in) {
          (void) seteuid((uid_t) 0);
          logwtmp(ttyline, "", "");

@


1.1
log
@Prevent dologout goes to mainloop
Use system default CFLAGS
@
text
@@
