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
@--- FastCGI/Makefile.orig	Tue Oct 22 20:23:39 2002
+++ FastCGI/Makefile	Sun Apr 15 05:18:58 2007
@@@@ -3,7 +3,8 @@@@
 include ../Adaptor/make.preamble
 
 #CFLAGS = -O2 -Wall -I../Adaptor $(DEBUG_FLAG) -DSINGLE_THREADED_ADAPTOR -D$(OS) -DCGI
-CFLAGS = -O2 -Wall -I../Adaptor $(DEBUG_FLAG) -DSINGLE_THREADED_ADAPTOR -D$(OS) -DCGI
+CFLAGS += -O2 -Wall -I../Adaptor $(DEBUG_FLAG) -DSINGLE_THREADED_ADAPTOR -D$(OS) -DCGI
+LOCALBASE ?= /usr/local
 
 ifeq "HPUX" "$(OS)"
 #CFLAGS += -nopdolib
@@@@ -22,7 +23,7 @@@@
 all: WebObjects${EXESUFFIX}
 
 WebObjects${EXESUFFIX}: WebObjects.o ${COMMON_OBJFILES}
-	${CC} ${CFLAGS} ${LDFLAGS} -o WebObjects${EXESUFFIX} WebObjects.o ${COMMON_OBJFILES} /usr/local/lib/libfcgi.a
+	${CC} ${CFLAGS} ${LDFLAGS} -o WebObjects${EXESUFFIX} WebObjects.o ${COMMON_OBJFILES} ${LOCALBASE}/lib/libfcgi.a
 
 clean:
 	rm -f WebObjects${EXESUFFIX} *.o
@


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
@@

