From cf390065f5ff18d3571054d68a6a324e1baf0d84 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 7 Feb 2001 22:36:13 +0000 Subject: Bring to the latest version. Link all of the little external libraries needed by the tclhttpd into one file. I submitted this back in December, but nobody cared since. Now I can commit this myself :) PR: ports/23310 Submitted by: mi --- www/tclhttpd/scripts/pre-build | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 www/tclhttpd/scripts/pre-build (limited to 'www/tclhttpd/scripts') diff --git a/www/tclhttpd/scripts/pre-build b/www/tclhttpd/scripts/pre-build deleted file mode 100644 index 3885e7a6000c..000000000000 --- a/www/tclhttpd/scripts/pre-build +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -crypt_SRCS="crypt.c cryptLib.c" -setuid_SRCS=setuid.c -limit_SRCS=limit.c - -cd ${WRKSRC}/src - -for l in crypt setuid limit -do - make INTERNALLIB=Y NOPROFILE=Y \ - LIB=${l} SHLIB_MAJOR=1 SHLIB_MINOR=0 \ - SRCS="`eval echo \\$${l}_SRCS`" -ECFLAGS \ - CFLAGS="${CFLAGS} -I${PREFIX}/include/tcl${TCL_DVER} -DUSE_TCL_STUBS" \ - LDADD="-L${PREFIX}/lib -ltclstub${TCL_VER} -lcrypt" \ - -f bsd.lib.mk \ - || exit 1 -done -- cgit v1.2.3