head	1.7;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	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.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.7
date	2002.08.19.03.56.03;	author vanilla;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.09.14.28.36;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.12.02.45.08;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	99.11.13.07.42.54;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	99.09.19.11.49.44;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	99.05.10.17.15.01;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.12.04.03.41.05;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Upgrade to 2.3.7.
@
text
@--- Makefile.in.orig	Wed Jul 31 19:03:43 2002
+++ Makefile.in	Mon Aug 19 11:49:58 2002
@@@@ -76,16 +76,14 @@@@
 	for i in $(DAEMONDIR) $(BINDIR) $(MANDIR)/man5 $(MANDIR)/man8 ; do \
 	   test -d $$i || mkdir -p $$i ; done
 	$(INSTALL_CMD) -m 755 xinetd/xinetd $(DAEMONDIR)
-	$(INSTALL_CMD) -m 755 xinetd/itox $(DAEMONDIR)
-	$(INSTALL_CMD) -m 755 $(SRCDIR)/xinetd/xconv.pl $(DAEMONDIR)
+	$(INSTALL_CMD) -m 755 $(SRCDIR)/xinetd/xconv.pl $(prefix)/bin/xconv
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.conf.man $(MANDIR)/man5/xinetd.conf.5
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8
 	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xinetd.man $(MANDIR)/man8/xinetd.8
-	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/itox.8 $(MANDIR)/man8/itox.8
-	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.pl.8
+	$(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.8
 	@@echo "You must put your xinetd.conf in /etc/xinetd.conf"
 	@@echo "There is a sample config file in xinetd/sample.conf and you can"
-	@@echo "use xconv.pl to convert your old inetd.conf file to an xinetd format"
+	@@echo "use xconv to convert your old inetd.conf file to an xinetd format"
 
 uninstall:
 	rm -f $(DAEMONDIR)/xinetd
@


1.6
log
@Upgrade to latest version.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Mon Dec 11 09:11:47 2000
+++ Makefile.in	Thu Feb  8 10:49:33 2001
@@@@ -45,15 +45,13 @@@@
d14 2
d21 2
a22 2
 distclean: clean
 	rm -f config.cache config.log Makefile config.status xinetd/itox
@


1.5
log
@Upgrade to 2.1.8.9pre12.
@
text
@d1 3
a3 16
--- Makefile.in.orig	Wed Aug 16 01:32:49 2000
+++ Makefile.in	Sat Nov 11 14:45:15 2000
@@@@ -32,26 +32,24 @@@@
 		LIBS="$(LIBS)" \
 		"DEFS=$(PROG_DEFS)" \
 		"CC=$(CC)" \
-		DEBUG=-O
+		"DEBUG=$(CFLAGS)"
 
 makelibs:
 	for lib in $(MANDATORY_LIBS) ; do \
-		( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=$(RANLIB) "CC=$(CC)" DEBUG=-O ) \
+		( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=$(RANLIB) "CC=$(CC)" "DEBUG=$(CFLAGS)" ) \
 	; done
 
 install: build
d8 6
a13 6
-	$(INSTALL_CMD) -m 755 xinetd/xconv.pl $(DAEMONDIR)
+	$(INSTALL_CMD) -m 755 xinetd/xconv.pl $(prefix)/bin/xconv
 	$(INSTALL_CMD) -m 644 xinetd/xinetd.conf.man $(MANDIR)/man5/xinetd.conf.5
 	$(INSTALL_CMD) -m 644 xinetd/xinetd.log.man $(MANDIR)/man8/xinetd.log.8
 	$(INSTALL_CMD) -m 644 xinetd/xinetd.man $(MANDIR)/man8/xinetd.8
-	$(INSTALL_CMD) -m 644 xinetd/itox.8 $(MANDIR)/man8/itox.8
@


1.4
log
@Upgrade to latest version, and set myself as MAINTAINER.

PR:		ports/14605
Submitted by:	Will Andrews <andrews@@technologist.com>
@
text
@d1 2
a2 2
--- Makefile.in.orig	Mon Oct 18 13:27:18 1999
+++ Makefile.in	Fri Nov 12 17:45:17 1999
d12 2
a13 2
-		( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" DEBUG=-O ) \
+		( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" "DEBUG=$(CLAGS)" ) \
d16 1
a16 1
 install:
@


1.3
log
@Upgrade to 2.1.8.6b7, and add the patch from Josh Tiefenbach.

PR:		ports/12874
Submitted by:	Josh Tiefenbach josh@@zipperup.org
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sun Jul 18 22:23:22 1999
+++ Makefile.in	Sun Sep 12 01:52:44 1999
@@@@ -29,11 +29,11 @@@@
d17 17
@


1.2
log
@Upgrade to latest version, and change MASTER_SITES to synack.net.
@
text
@d1 4
a4 4
--- Makefile.in.orig	Tue May 11 01:06:13 1999
+++ Makefile.in	Tue May 11 01:06:36 1999
@@@@ -39,11 +39,11 @@@@
 		INCLUDEDIR=-I$(LIB_INCLUDEDIR) \
d12 2
a13 2
-		( cd libs/src/$$lib ; make install LIBDIR=$(LIB_INSTALLDIR) INCLUDEDIR=$(LIB_INCLUDEDIR) MANDIR=$(LIB_MANDIR) "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" DEBUG=-O ) \
+		( cd libs/src/$$lib ; make install LIBDIR=$(LIB_INSTALLDIR) INCLUDEDIR=$(LIB_INCLUDEDIR) MANDIR=$(LIB_MANDIR) "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" "DEBUG=$(CFLAGS)" ) \
@


1.1
log
@Upgrade to 2.2.1, add a startup script.
PR:		ports/4620
@
text
@d1 8
a8 10
--- compile-src.orig	Thu Oct 16 09:06:46 1997
+++ compile-src	Thu Oct 16 09:09:32 1997
@@@@ -43,7 +43,7 @@@@
 # The default is optimization.
 #
 cc=
-ccopt=-O
+ccopt=-O2
 lib_defs=
 xinetd_defs=
d10 5
a14 19
@@@@ -677,13 +677,13 @@@@
 case "$want_SB" in
 	yes) modify_manpages=yes ;;
 	no)  modify_manpages= ;;
-	*)   echo -n "Convert .B -> .SB in man pages ? (if you are not sure, say no) -->"
-	read x
-	if test "$x" = "y" -o "$x" = "yes"; then
-		modify_manpages=yes
-	else
-		modify_manpages=
-	fi
+#	*)   echo -n "Convert .B -> .SB in man pages ? (if you are not sure, say no) -->"
+#	read x
+#	if test "$x" = "y" -o "$x" = "yes"; then
+#		modify_manpages=yes
+#	else
+#		modify_manpages=
+#	fi
 esac
d16 1
a16 1
 if test "$modify_manpages" ; then
@

