Date: Sat, 11 Nov 2006 11:10:01 -0800 (PST) From: Richard Dawes <rdawes@epstais.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/105406: [PATCH] x11/gnustep-app/Makefile breaks make index Message-ID: <200611111910.kABJA1kI088455@epstais.com> Resent-Message-ID: <200611111910.kABJALKn040360@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105406 >Category: ports >Synopsis: [PATCH] x11/gnustep-app/Makefile breaks make index >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 11 19:10:20 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611111910.kABJA1kI088455>