From owner-freebsd-ports Thu Jul 4 13: 0:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2634737B400 for ; Thu, 4 Jul 2002 13:00:07 -0700 (PDT) Received: from newmail.skyrunner.net (newmail.skyrunner.net [208.133.44.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDB243E42 for ; Thu, 4 Jul 2002 13:00:06 -0700 (PDT) (envelope-from peter@skyrunner.net) Received: from micron (athena.skyrunner.net [208.150.25.130]) by newmail.skyrunner.net (8.11.2/8.11.0/SuSE Linux 8.11.0-0.4) with SMTP id g64JtpK14996; Thu, 4 Jul 2002 15:55:51 -0400 From: "Peter Brezny" To: Cc: , , Subject: apache-ssl port for freebsd update Date: Thu, 4 Jul 2002 15:51:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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