From edwin@mavetju.org  Fri Jun 13 00:25:41 2008
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BFFB8106567B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2008 00:25:41 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	by mx1.freebsd.org (Postfix) with ESMTP id 417D18FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2008 00:25:41 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail5out.barnet.com.au (Postfix, from userid 1001)
	id D84672218B0B; Fri, 13 Jun 2008 10:25:39 +1000 (EST)
Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK))
	by mail5.barnet.com.au (Postfix) with ESMTP id 9AB1921B39B5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2008 10:25:39 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail5auth.barnet.com.au (Postfix) with ESMTP id 47AD12218AF7
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2008 10:25:39 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 6617A4E3; Fri, 13 Jun 2008 10:25:39 +1000 (EST)
Message-Id: <20080613002539.6617A4E3@k7.mavetju>
Date: Fri, 13 Jun 2008 10:25:39 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] add missing files to www/en/multimedia, include in build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124533
>Category:       docs
>Synopsis:       [patch] add missing files to www/en/multimedia, include in build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 00:30:07 UTC 2008
>Closed-Date:    Fri Jun 13 08:54:45 UTC 2008
>Last-Modified:  Fri Jun 13 09:00:07 UTC 2008
>Originator:     Edwin Groothuis
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386


>Description:

In the commit of the last PR (docs/124447), the files
www/en/multimedia/Makefile.in and www/en/multimedia/Makefile.output
were not included.

The change in www/en/Makefile will include this directory in the
build, but it will not yet have a link to it from the website.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/dcvs/www/en/Makefile,v
retrieving revision 1.145
diff -u -r1.145 Makefile
--- Makefile	21 Apr 2008 01:41:45 -0000	1.145
+++ Makefile	13 Jun 2008 00:22:56 -0000
@@ -63,6 +63,7 @@
 SUBDIR+= java
 SUBDIR+= kse
 SUBDIR+= marketing
+SUBDIR+= multimedia
 SUBDIR+= news
 SUBDIR+= platforms
 SUBDIR+= portmgr
Index: multimedia/Makefile.inc
===================================================================
RCS file: multimedia/Makefile.inc
diff -N multimedia/Makefile.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ multimedia/Makefile.inc	13 Jun 2008 00:22:56 -0000
@@ -0,0 +1,4 @@
+# $FreeBSD$
+
+WEBBASE?=       /data/multimedia
+WEB_PREFIX?=    ${.CURDIR}/../../..
Index: multimedia/Makefile.output
===================================================================
RCS file: multimedia/Makefile.output
diff -N multimedia/Makefile.output
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ multimedia/Makefile.output	13 Jun 2008 00:22:56 -0000
@@ -0,0 +1,15 @@
+.if exists(../../Makefile.conf)
+.include "../../Makefile.conf"
+.endif
+.if exists(../../Makefile.inc)
+.include "../../Makefile.inc"
+.endif
+
+DOCS!=		cat multimedia.sgml.created
+DATA=		multimedia.xml
+
+WEBDIR=		multimedia
+
+WEB_PREFIX:=	${WEB_PREFIX}/../
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 13 01:38:41 UTC 2008 
Responsible-Changed-Why:  
Remko, you did earlier work on this, could you do the honours again? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124533 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Fri Jun 13 08:54:43 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124533 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124533: commit references a PR
Date: Fri, 13 Jun 2008 08:52:51 +0000 (UTC)

 remko       2008-06-13 08:52:47 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en                   Makefile 
   Added files:
     en/multimedia        Makefile.inc Makefile.output 
   Log:
   Add two missing Makefile pieces and hook up multimedia to the build.
   
   PR:             124533
   Submitted by:   Edwin
   
   Revision  Changes    Path
   1.146     +2 -1      www/en/Makefile
   1.1       +8 -0      www/en/multimedia/Makefile.inc (new)
   1.1       +30 -0     www/en/multimedia/Makefile.output (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
