From owner-freebsd-ports Fri Nov 30 22: 5:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 9C4B337B405 for ; Fri, 30 Nov 2001 22:05:33 -0800 (PST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 6E41F24D42; Sat, 1 Dec 2001 15:05:32 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id DC6ABD1401; Sat, 1 Dec 2001 15:05:30 +0900 (JST) Date: Sat, 01 Dec 2001 15:05:28 +0900 Message-ID: <7my9kn4grb.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: "Scot W. Hetzel" Cc: "Andrey A. Chernov" , "Ports Team" Subject: Re: Fix missing plist entry for apache13 In-Reply-To: <008401c179bc$a1a45ac0$7d7885c0@genroco.com> References: <7mk7w954yd.wl@waterblue.imgsrc.co.jp> <20011130051105.GA15404@nagual.pp.ru> <008401c179bc$a1a45ac0$7d7885c0@genroco.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII 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 OK, how about this? Index: patch-ab =================================================================== RCS file: /home/ncvs/ports/www/apache13/files/patch-ab,v retrieving revision 1.20 diff -u -r1.20 patch-ab --- patch-ab 22 Oct 2001 17:40:16 -0000 1.20 +++ patch-ab 1 Dec 2001 06:04:49 -0000 @@ -1,5 +1,5 @@ ---- Makefile.tmpl.orig Sun Oct 7 02:01:09 2001 -+++ Makefile.tmpl Sun Oct 21 23:17:01 2001 +--- Makefile.tmpl.orig Sun Oct 7 07:01:09 2001 ++++ Makefile.tmpl Wed Nov 21 16:39:04 2001 @@ -270,10 +270,12 @@ $(MKDIR) $(root)$(mandir)/man1 $(MKDIR) $(root)$(mandir)/man8 @@ -15,7 +15,7 @@ $(MKDIR) $(root)$(includedir) $(MKDIR) $(root)$(includedir)/xml $(MKDIR) $(root)$(runtimedir) -@@ -457,33 +459,40 @@ +@@ -457,33 +459,39 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" @@ -44,7 +44,6 @@ find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ +# fi -+ $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual + if [ ! -d $(root)$(htdocsdir)/ ]; then \ + $(LN) -sf $(root)$(htdocsdir).default $(root)$(htdocsdir); \ fi @@ -71,7 +70,7 @@ @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ -@@ -522,14 +531,14 @@ +@@ -522,14 +530,14 @@ -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message