Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 20:39:05 -0800 (PST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32208: Fix port: www/apache2
Message-ID:  <200111230439.fAN4d5542325@freefall.freebsd.org>

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

>Number:         32208
>Category:       ports
>Synopsis:       Fix port: www/apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 20:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.4
>Organization:
Yonsei University
>Environment:
FreeBSD akaraka.yonsei.ac.kr 4.4-RC FreeBSD 4.4-RC #1: Sat Sep  1 17:47:31 KST 2001     root@akaraka.yonsei.ac.kr:/usr/src/sys/compile/RYOKO  i386
>Description:
This fixes a problem that apache release can't detach from launcher's terminal.

Notified by: Jos Backus <josb@cncdsl.com>

>How-To-Repeat:

>Fix:
diff -ruN apache2.orig/Makefile apache2/Makefile
--- apache2.orig/Makefile	Thu Nov 22 11:30:15 2001
+++ apache2/Makefile	Fri Nov 23 13:21:49 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	apache
 PORTVERSION=	2.0.28
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.apache.org/dist/httpd/ \
 		http://apache.mirrorcentral.com/dist/httpd/ \
@@ -15,6 +16,9 @@
 		ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \
 		ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/
 DISTNAME=	httpd-${PORTVERSION:S/./_/g}-beta
+
+PATCH_SITES=	http://fallin.lv/distfiles/
+PATCHFILES=	${PKGNAME}.diff
 
 MAINTAINER?=	perky@fallin.lv
 
diff -ruN apache2.orig/distinfo apache2/distinfo
--- apache2.orig/distinfo	Thu Nov 22 11:30:15 2001
+++ apache2/distinfo	Fri Nov 23 13:22:27 2001
@@ -1 +1,2 @@
 MD5 (httpd-2_0_28-beta.tar.gz) = 99a10290773221f16fd86383c598da0e
+MD5 (apache-2.0.28_1.diff) = d7a181ea6259f072f571f3736711112c


>Release-Note:
>Audit-Trail:
>Unformatted:

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?200111230439.fAN4d5542325>