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


1.3
date	2011.05.02.09.11.33;	author bapt;	state dead;
branches;
next	1.2;

1.2
date	99.10.24.01.57.36;	author ache;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
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
@--- src/makefiles/common.orig	Sun Oct  3 21:51:35 1999
+++ src/makefiles/common	Wed Oct 20 20:35:25 1999
@@@@ -48,7 +48,11 @@@@
 	${CC} ${LFLAGS} -o $@@ ${UTIL_OBJS} ftprestart.o rdservers.o ${XLIBS}
 
 ftpd: ${OBJS} ${XOBJS} ../support/libsupport.a
+.if defined(PACKAGE_BUILDING)
 	${CC} ${LFLAGS} -o $@@ ${OBJS} ${XOBJS} ${XLIBS}
+.else
+	${CC} -static ${LFLAGS} -o $@@ ${OBJS} ${XOBJS} ${XLIBS}
+.endif
 
 ckconfig: ${UTIL_OBJS} ckconfig.o rdservers.o 
 	${CC} ${LFLAGS} -o $@@ ${UTIL_OBJS} ckconfig.o rdservers.o ${XLIBS}
@


1.2
log
@upgrade to 2.6.0

Submitted by:	Makoto MATSUSHITA <matusita@@jp.FreeBSD.org>
@
text
@@


1.1
log
@upgrade to vr13 to close security hole and lots of enhancements
@
text
@d1 4
a4 4
--- src/makefiles/common.bak	Thu Jan 28 20:04:59 1999
+++ src/makefiles/common	Wed Feb 10 11:57:18 1999
@@@@ -15,7 +15,11 @@@@
 	${CC} ${LFLAGS} -o $@@ ftpshut.o vers.o
d13 2
a14 2
 ckconfig: ckconfig.o
 	${CC} ${LFLAGS} -o $@@ ckconfig.o
@

