ports/65274: gettext make install-data-local broken

Eyal Soha esoha at comcast.net
Tue Apr 6 23:01:46 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list