head	1.6;
access;
symbols
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2005.05.28.09.10.02;	author oliver;	state dead;
branches;
next	1.5;

1.5
date	2004.11.24.14.16.13;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.15.22.18.15;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.08.16.15.40;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.21.14.32.55;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.17.08.11.55;	author nork;	state Exp;
branches;
next	;


desc
@@


1.6
log
@that has to be removed for the 3.3 update
@
text
@--- sources/Makefile.orig	Fri Nov  5 23:04:15 2004
+++ sources/Makefile	Wed Nov 24 14:52:32 2004
@@@@ -1,11 +1,11 @@@@
 #Change the following to your needs
-CC = gcc
-#insert here flags, eg. optimizations
-CFLAGS = -Wall -Os -pedantic
+CC ?= gcc
 LIBS = 
 SRCS = main.c handlers.c mime.c log.c
 OBJS = main.o handlers.o mime.o log.o
 PROGRAM = pserv
+
+all : $(PROGRAM)
 
 $(PROGRAM) : $(OBJS)
 	$(CC) -o $(PROGRAM) $(OBJS) $(LIBS)
@


1.5
log
@Update to 3.1 release.
@
text
@@


1.4
log
@Update to 3.0 final release.
@
text
@d1 2
a2 2
--- sources/Makefile.orig	Mon Aug 30 13:19:03 2004
+++ sources/Makefile	Wed Sep 15 14:38:14 2004
d7 1
a7 1
-CFLAGS = -Wall -Os 
@


1.3
log
@- Update to version 3.0.b3

PR:		61065
Submitted by:	ale (maintainer)
@
text
@d1 2
a2 2
--- sources/Makefile.orig	Thu Oct 23 12:43:08 2003
+++ sources/Makefile	Thu Jan  8 12:37:57 2004
d5 1
a5 1
-CC = cc
d7 1
a7 1
-CFLAGS = -Wall
@


1.2
log
@- Update to 3.0.b2

PR:		58310
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Tue Oct 21 00:05:55 2003
+++ Makefile	Tue Oct 21 00:07:34 2003
d5 3
a7 1
-CC = gcc
d9 1
a9 3
 #insert here flags, eg. optimizations
-CFLAGS = -Wall -O3
-LIBS = 
@


1.1
log
@Add pserv 3.0.b1, a portable and small webserver written in C.

PR:		ports/58119
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 2
a2 2
--- Makefile.orig	Mon Sep  8 20:05:54 2003
+++ Makefile	Thu Oct 16 14:24:50 2003
d9 1
a9 1
-LIBS = -lnsl -lsocket
@

