Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2004 15:50:34 -0700 (PDT)
From:      Eyal Soha <esoha@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        esoha@attbi.com
Subject:   ports/65274: gettext make install-data-local broken
Message-ID:  <200404062250.i36MoYiW083981@comcast.net>
Resent-Message-ID: <200404062300.i36N0aBo095684@freefall.freebsd.org>

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

>Number:         65274
>Category:       ports
>Synopsis:       gettext make install-data-local broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 06 16:00:36 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eyal Soha
>Release:        FreeBSD 5.1-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD x1-6-00-50-2c-02-55-54.attbi.com 5.1-RELEASE-p13 FreeBSD 5.1-RELEASE-p13 #0: Wed Mar 3 16:49:41 PST 2004 esoha@x1-6-00-50-2c-02-55-54.attbi.com:/usr/src/sys/i386/compile/EYAL i386


	
>Description:

Looks like /usr/ports/devel/gettext/Makefile was just upgraded by trevor.  The line added in ports/devel/gettext/Makefile,v 1.56 doesn't work:

cd ${WRKSRC}/gettext-runtime/doc && make install-data-local

That's not a valid target.  In gettext-tools it works okay, though.

>How-To-Repeat:

after upgrading gettext:

cd /usr/ports/devel/gettext
make deinstall reinstall

>Fix:

For now, revert the Makefile to version 1.55 or just remove line 109 in the Makefile before building:

        cd ${WRKSRC}/gettext-runtime/doc && make install-data-local


Maybe the install-info-am target of gettext-tools should be under .if !defined (NOPORTDOCS) too?
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404062250.i36MoYiW083981>