head	1.4;
access;
symbols
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	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
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.12.12.16.42.34;	author vd;	state dead;
branches;
next	1.3;

1.3
date	99.05.10.20.00.27;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.05.10.04.05.29;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.01.09.03.07.50;	author asami;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove expired ports:
2006-12-01 net/wais: Imported 12 years ago; never completed
2006-12-01 www/w3c-httpd: Does not compile
@
text
@*** All/freebsd/Makefile.include.orig	Wed Jan 10 20:07:31 1996
--- All/freebsd/Makefile.include	Sun May  9 20:12:35 1999
***************
*** 4,14 ****
  # For W3 distribution, machine type for subdirectories
  WWW_MACH = freebsd
  
! CFLAGS += -DDEBUG -D__BSD__
! LFLAGS =
  
  # Directory for installed binary:
! BINDIR = /usr/local/bin
  
  # Where is the W3 object library to be installed (not normally done)?
  LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
--- 4,14 ----
  # For W3 distribution, machine type for subdirectories
  WWW_MACH = freebsd
  
! CFLAGS += -D__BSD__
! LFLAGS = -lcrypt
  
  # Directory for installed binary:
! BINDIR = $(PREFIX)/bin
  
  # Where is the W3 object library to be installed (not normally done)?
  LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
***************
*** 25,33 ****
  #
  #	Uncomment these six lines (and edit them, if necessary).
  #
! # WAIS = ../../../freeWAIS
! # WAISLIB =  $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
! # MATHLIB = -lm
! # WAISINC = -I$(WAIS)/include
! # WAISCFLAGS = -DHT_DIRECT_WAIS
! # HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o
--- 25,33 ----
  #
  #	Uncomment these six lines (and edit them, if necessary).
  #
! WAIS = ${PORTSDIR}/net/wais/work/freeWAIS-0.5
! WAISLIB =  $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
! MATHLIB = -lm
! WAISINC = -I$(WAIS)/include
! WAISCFLAGS = -DHT_DIRECT_WAIS
! HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o
@


1.3
log
@Enable WAIS support.

Submitted by:	Pdero F. Giffuni <pfgiffun@@bachue.usc.unal.edu.co>
@
text
@@


1.2
log
@Port is no longer broken for ELF. Also turn off DEBUG and handle FD sets
properly.

PR:		11606
Submitted by:	Pedro F. Giffuni <pfgiffun@@bachue.usc.unal.edu.co>
@
text
@d2 1
a2 1
--- All/freebsd/Makefile.include	Sat May  8 12:30:11 1999
d21 1
a21 1
! LFLAGS += -lcrypt
d29 1
a29 1
*** 25,31 ****
d34 6
a39 4
  # WAISLIB =  $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
  # MATHLIB = -lm
  # WAISINC = -I$(WAIS)/include
--- 25,31 ----
d43 6
a48 4
! # WAIS = ${PORTSDIR}/net/wais/work/freeWAIS-0.5/src
  # WAISLIB =  $(WAIS)/bin/client.a $(WAIS)/bin/wais.a
  # MATHLIB = -lm
  # WAISINC = -I$(WAIS)/include
@


1.1
log
@Update, 3.0 -> 3.0A.

Submitted by:	Pedro Giffuni S. <m230761@@ingenieria.ingsala.unal.edu.co>
@
text
@d1 2
a2 2
*** All/freebsd/Makefile.include.orig	Mon Dec 30 17:18:49 1996
--- All/freebsd/Makefile.include	Mon Dec 30 17:19:46 1996
d4 2
a5 1
*** 5,11 ****
d8 1
a8 1
  CFLAGS += -DDEBUG -D__BSD__
d12 6
a17 2
  BINDIR = /usr/local/bin
--- 5,11 ----
d20 2
a21 2
  CFLAGS += -DDEBUG -D__BSD__
! LFLAGS = -lcrypt
d24 21
a44 1
  BINDIR = /usr/local/bin
@

