head	1.4;
access;
symbols
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	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.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.01.01.19.30.37;	author ohauer;	state dead;
branches;
next	1.3;

1.3
date	2001.10.22.15.38.49;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.14.09.36.42;	author rse;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.12.08.39.17;	author kris;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/modules/ssl/Makefile.tmpl.orig	Mon Jan  1 19:48:52 2001
+++ src/modules/ssl/Makefile.tmpl	Mon Oct 22 20:45:05 2001
@@@@ -128,6 +128,11 @@@@
 ##  END-USER AREA
 ##
 
+# This requires special handling to get the correct versions of include files:
+#     ../../include/fnmatch.h instead of /usr/include/fnmatch.h
+#     /usr/include/openssl/*.h instead of /usr/local/include/openssl.h
+MY_CFLAGS= $(INCLUDES0) $(SSL_CFLAGS) $(INCLUDES1) $(EXTRA_INCLUDES) $(CFLAGS)
+
 all: lib
 
 lib: $(LIB)
@@@@ -144,10 +149,10 @@@@
 .SUFFIXES: .o .lo
 
 .c.o:
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(SSL_CFLAGS) $(SSL_VERSION) $<
+	$(CC) -c $(MY_CFLAGS) $(SSL_VERSION) $<
 
 .c.lo:
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(SSL_CFLAGS) $(SSL_VERSION) $< && mv $*.o $*.lo
+	$(CC) -c $(MY_CFLAGS) $(CFLAGS_SHLIB) $(SSL_VERSION) $< && mv $*.o $*.lo
 
 clean:
 	rm -f $(OBJS) $(OBJS_PIC) 
@@@@ -201,7 +206,7 @@@@
 depend:
 	cp Makefile.tmpl Makefile.tmpl.bak \
 	    && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
-	    && gcc -MM $(INCLUDES) $(CFLAGS) $(SSL_CFLAGS) *.c >> Makefile.new \
+	    && gcc -MM $(MY_CFLAGS) *.c >> Makefile.new \
 	    && sed -e '1,$$s; $(INCDIR)/; $$(INCDIR)/;g' \
 	           -e '1,$$s; $(OSDIR)/; $$(OSDIR)/;g' \
 	           -e '1,$$s;^\([a-z0-9_]*\)\.o:;\1.o \1.lo:;g' Makefile.new \
@


1.3
log
@Upgrade to Apache 1.3.22 + mod_ssl 2.8.5

Submitted by: Masahiro TAKEMURA <mastake@@msel.t.u-tokyo.ac.jp>
@
text
@@


1.2
log
@Upgrade:
Apache  1.3.12 -> 1.3.14
mod_ssl 2.6.6  -> 2.7.1
@
text
@d1 3
a3 3
--- src/modules/ssl/Makefile.tmpl.orig	Thu Dec 30 15:58:07 1999
+++ src/modules/ssl/Makefile.tmpl	Wed Feb  9 11:43:49 2000
@@@@ -122,6 +122,11 @@@@
d15 1
a15 1
@@@@ -138,10 +143,10 @@@@
d28 1
a28 1
@@@@ -186,7 +191,7 @@@@
@


1.1
log
@Oops.
@
text
@d9 1
a9 1
+#     /usr/include/opssl/*.h instead of /usr/local/include/openssl.h
@

