Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2002 15:51:32 -0400
From:      "Peter Brezny" <peter@skyrunner.net>
To:        <adam@algroup.co.uk>
Cc:        <ache@nagual.pp.ru>, <mark@grondar.za>, <ports@freebsd.org>
Subject:   apache-ssl port for freebsd update
Message-ID:  <NEBBIGLHNDFEJMMIEGOOCEJCFCAA.peter@skyrunner.net>

next in thread | raw e-mail | index | archive | help
Hello,

I was just wondering when/if you guys were planning on updating the
apache-ssl port on freebsd.

Any time soon?

If there is anything I can do to help, please let me know, although I've
never put together a port before.  Also, if there is a simple means of
upgrading the current port in the ports tree, instructions for that would be
helpful.

I attempted to get it working, by replacing the versions it should use in
the Makefile, and updating the checksum info in the distinfo file:
MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6
MD5 (apache_1.3.26+ssl_1.48.tar.gz) = c0b9574b15dd4668cfc4f27b009ae1dd

however, the patches did not apply cleanly:
dggw# make
===>  Extracting for apache+ssl-1.3.26.1.48_1
>> Checksum OK for apache_1.3.26.tar.gz.
>> Checksum OK for apache_1.3.26+ssl_1.48.tar.gz.
===>  Patching for apache+ssl-1.3.26.1.48_1
===>  Applying FreeBSD patches for apache+ssl-1.3.26.1.48_1
1 out of 1 hunks failed--saving rejects to SSLpatch.rej
>> Patch patch-ar failed to apply cleanly.
>> Patch(es) patch-aq applied cleanly.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.
*** Error code 1

Stop in /usr/ports/www/apache13-ssl.



SSLpatch.rej contains:
***************
*** 95,101 ****
  +SSL_INCLUDE= -I$(SSL_BASE)/include
  +SSL_CFLAGS= -DAPACHE_SSL
  +SSL_LIB_DIR= $(SSL_BASE)
- +SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
  +SSL_APP_DIR= $(SSL_BASE)/apps
  +SSL_APP=/usr/home/ben/work/openssl/apps/openssl
  +
--- 95,101 ----
  +SSL_INCLUDE= -I$(SSL_BASE)/include
  +SSL_CFLAGS= -DAPACHE_SSL
  +SSL_LIB_DIR= $(SSL_BASE)
+ +SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
  +SSL_APP_DIR= $(SSL_BASE)/apps
  +SSL_APP=/usr/home/ben/work/openssl/apps/openssl
  +



I hope this helps, if there's anything I can do, please let me know.

TIA


Peter Brezny
sysadmin-inc.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBIGLHNDFEJMMIEGOOCEJCFCAA.peter>