head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.08.23.05.18.48;	author pgollucci;	state dead;
branches;
next	1.1;

1.1
date	2008.06.13.06.29.46;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@www/woadaptor||2010-08-23|Broken for 6+ months, unmaintained
@
text
@--- Apache2/Makefile.orig	Mon Jun 12 06:27:54 2006
+++ Apache2/Makefile	Sat Apr 14 15:33:13 2007
@@@@ -84,6 +84,22 @@@@
 
 
 
+ifeq "FreeBSD" "${OS}"
+ifdef USE_SSL
+# Flags for use when enabling mod_ssl support (on by default)
+ENABLE_SSL_SUPPORT = -DAPACHE_SECURITY_ENABLED
+# These should be set to point at the ssl include and lib directories, respectively.
+OPENSSL_INCL_FLAGS = -I/usr/include/openssl  
+OPENSSL_LIB_FLAGS = -L/usr/lib -lcrypto -lssl
+endif
+
+INCLUDES += ${OPENSSL_INCL_FLAGS}
+LDFLAGS += ${OPENSSL_LIB_FLAGS} -lm -module
+APXSFLAGS += "-I`${APXS} -q INCLUDEDIR`"
+
+endif
+# End FreeBSD Config
+
 
 # Build steps
 # Get the list of source files from the ../Adaptor directory and change their extension to .o
@@@@ -138,6 +154,17 @@@@
 mod_WebObjects.o : mod_WebObjects.c ${COMMON_OBJFILES}
         ${CC} -c ${CFLAGS} mod_WebObjects.c ${COMMON_OBJFILES}
 endif
+
+# FreeBSD Build
+ifeq "FreeBSD" "$(OS)"
+
+mod_WebObjects.so : mod_WebObjects.c ${COMMON_SRCFILES}
+	${APXS} ${APXSFLAGS} mod_WebObjects.c ${COMMON_SRCFILES}
+	cp $(@@:.so=.slo) $@@
+
+endif
+#end FreeBSD
+
 
 # The install target does what you'd think it would: install the module; By default, this is not called.
 install: mod_WebObjects.la
@


1.1
log
@[NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle

This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.

	www/woadaptor

	WOAdaptor is a collection of WebObjects WebServer Adaptors.
	These include an Apache Module, CGI and FastCGI adaptors

	This is a subproject of Project Wonder and is an effort to
	pool enhancements and bug fixes for Apple's open source
	codebase.

	WWW: http://wonder.sourceforge.net/WOAdaptor.html

PR:		ports/117299
Submitted by:	Quinton Dolan <q@@onthenet.com.au>
@
text
@@

