diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13-ssl/files/patch-SSLpatch | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Diffstat (limited to 'www/apache13-ssl/files/patch-SSLpatch')
-rw-r--r-- | www/apache13-ssl/files/patch-SSLpatch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/apache13-ssl/files/patch-SSLpatch b/www/apache13-ssl/files/patch-SSLpatch deleted file mode 100644 index 188e59f2d112..000000000000 --- a/www/apache13-ssl/files/patch-SSLpatch +++ /dev/null @@ -1,17 +0,0 @@ ---- SSLpatch.orig Sat Jan 14 13:45:38 2006 -+++ SSLpatch Sat Jan 14 13:47:30 2006 -@@ -60,10 +60,10 @@ - +SSL_BASE=/usr - +SSL_INCLUDE= -I$(SSL_BASE)/include - +SSL_CFLAGS= -DAPACHE_SSL --+SSL_LIB_DIR=/usr/lib --+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto --+SSL_APP_DIR=/usr/bin --+SSL_APP=/usr/bin/openssl -++SSL_LIB_DIR=$(SSL_BASE) -++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS) -++SSL_APP_DIR=$(SSL_BASE)/bin -++SSL_APP=$(SSL_APP_DIR)/openssl - + - ################################################################ - # Name of the installed Apache HTTP webserver. |