From rdawes@epstais.com  Sat Nov 11 19:10:02 2006
Return-Path: <rdawes@epstais.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EC4316A412;
	Sat, 11 Nov 2006 19:10:02 +0000 (UTC)
	(envelope-from rdawes@epstais.com)
Received: from epstais.com (epstais.com [69.55.224.118])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E73743D60;
	Sat, 11 Nov 2006 19:10:01 +0000 (GMT)
	(envelope-from rdawes@epstais.com)
Received: from epstais.com (epstais.com [69.55.224.118])
	by epstais.com (8.12.9p2/8.12.9) with ESMTP id kABJA12e088465;
	Sat, 11 Nov 2006 11:10:01 -0800 (PST)
	(envelope-from rdawes@epstais.com)
Received: (from root@localhost)
	by epstais.com (8.12.9p2/8.12.9/Submit) id kABJA1kI088455;
	Sat, 11 Nov 2006 11:10:01 -0800 (PST)
	(envelope-from rdawes)
Message-Id: <200611111910.kABJA1kI088455@epstais.com>
Date: Sat, 11 Nov 2006 11:10:01 -0800 (PST)
From: Richard Dawes <rdawes@epstais.com>
Reply-To: Richard Dawes <rdawes@epstais.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dinoex@freebsd.org
Subject: [PATCH] x11/gnustep-app/Makefile breaks make index
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105406
>Category:       ports
>Synopsis:       [PATCH] x11/gnustep-app/Makefile breaks make index
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 11 19:10:20 GMT 2006
>Closed-Date:    Sun Nov 12 00:19:20 CET 2006
>Last-Modified:  Sun Nov 12 00:19:20 CET 2006
>Originator:     Rich Dawes
>Release:        FreeBSD 4.9-RELEASE-p13-jc2 i386
>Organization:
>Environment:
System: FreeBSD epstais.com 4.9-RELEASE-p13-jc2 FreeBSD 4.9-RELEASE-p13-jc2 #9: Tue Jun 7 00:30:36 PDT 2005 user@jail16.johncompanies.com:/usr/obj/usr/src/sys/jail16 i386

>Description:

x11/gnustep-app/Makefile refers to a nonexistent port,
"japanese/jishyo", adding it to its USE_GNUSTEP_LOCAL_APPS var,
the contents of which are set as dependencies.

According the CVS log, "Jishyo" was added to the Makefile in
revision 1.2 [2006-11-02].  I didn't find 'jishyo' in MOVED, so
I presume it is a package intended to be ported, but hasnt't
made it in yet.

Anyway, as such, "make describe" in x11/gnustep-app/ fails, and
so then does a general "make index".

>How-To-Repeat:

From Ports directory, run "make index".  More directly, run
"make describe" from x11/gnustep-app/

>Fix:

Apply the following patch in x11/gnustep-app/ 

--- Makefile.patch begins here ---
--- Makefile	Thu Nov  9 22:35:07 2006
+++ Makefile.fixed	Sat Nov 11 10:39:28 2006
@@ -94,7 +94,7 @@
 USE_GNUSTEP_LOCAL_APPS+=	NoteBook:deskutils/gnustep-notebook
 USE_GNUSTEP_LOCAL_APPS+=	HelpViewer:deskutils/helpviewer
 USE_GNUSTEP_LOCAL_APPS+=	Duncan:textproc/duncan
-USE_GNUSTEP_LOCAL_APPS+=	Jishyo:japanese/jishyo
+#USE_GNUSTEP_LOCAL_APPS+=	Jishyo:japanese/jishyo
 USE_GNUSTEP_LOCAL_APPS+=	GMines:games/gmines
 USE_GNUSTEP_LOCAL_APPS+=	InnerSpace:x11/innerspace
 USE_GNUSTEP_LOCAL_APPS+=	FTP:ftp/gnustep-ftp
--- Makefile.patch ends here ---

Assuming a japanese/jishyo port is on the way, the pkg-desc
file (which mentions Jishyo) is left as is.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 11 19:10:35 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

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

From: "Richard J. Dawes" <rdawes@epstais.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: dinoex@FreeBSD.org
Subject: Re: ports/105406: [PATCH] x11/gnustep-app/Makefile breaks make index
Date: Sat, 11 Nov 2006 11:43:01 -0800

 Hello!
  
 My sincere apologies -- this was my goof -- I used the wrong
 supfile which didn't get the latest japanese ports-files!
 Please close the PR.  Thanks,
  
 -Rich
  
 
 On Sat, Nov 11, 2006 at 07:10:20PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/105406'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=105406
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [PATCH] x11/gnustep-app/Makefile breaks make index
 > >Arrival-Date:   Sat Nov 11 19:10:20 GMT 2006
 
 -- 
 
 Richard Dawes
 Enhanced Performance Systems
 rdawes@epstais.com
 +01 619 948-8306
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sun Nov 12 00:17:52 CET 2006 
State-Changed-Why:  

# locate /jishyo 
/usr/ports/japanese/jishyo 
/usr/ports/japanese/jishyo/Makefile 
/usr/ports/japanese/jishyo/distinfo 
/usr/ports/japanese/jishyo/pkg-descr 
/usr/ports/japanese/jishyo/pkg-plist 

Ports does exist. 
Problem of having "japanese" excluded in cvsup. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=105406 
>Unformatted:
