Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 18:47:37 GMT
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/181024: devel/libgsf fails to build when WITH_ICONV=y set
Message-ID:  <201308041847.r74IlbAR091415@oldred.freebsd.org>
Resent-Message-ID: <201308041850.r74Io0h5019551@freefall.freebsd.org>

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

>Number:         181024
>Category:       misc
>Synopsis:       devel/libgsf fails to build when WITH_ICONV=y set
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 04 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sean Bruno
>Release:        10-current
>Organization:
FreeBSD Project
>Environment:
FreeBSD powernoodle 10.0-CURRENT FreeBSD 10.0-CURRENT #11 r253470M: Tue Jul 23 10:27:00 PDT 2013     root@powernoodle:/usr/obj/usr/src/sys/POWERNOODLE  amd64

>Description:
This is the same problem with the same solution as in pr ports/180991
>How-To-Repeat:
portmaster devel/libgsf
>Fix:
Apply the same patch to Makefile as in ports/180991

I added this to the post-patch target of the Makefile 

@${REINPLACE_CMD} -e 's/UTF-8\\n/UTF-8/gI' ${WRKSRC}/po/*.po

This makes the port build properly. It replaces all occurrences of "UTF-8\n" with "UTF-8"

>Release-Note:
>Audit-Trail:
>Unformatted:



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