Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 21:38:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197056] print/fontforge: unbreak on 8.x
Message-ID:  <bug-197056-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197056

            Bug ID: 197056
           Summary: print/fontforge: unbreak on 8.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@vfemail.net
                CC: cyberbotx@cyberbotx.com
 Attachment #152108 maintainer-approval?(cyberbotx@cyberbotx.com)
             Flags:
                CC: cyberbotx@cyberbotx.com
             Flags: maintainer-feedback?(cyberbotx@cyberbotx.com)

Created attachment 152108
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152108&action=edit
files/patch-fontforge_splinefont.h

Build on 8.4-RELEASE fails due to lack of base r235785 leading to:

In file included from fontforge.h:37,
                 from fontforgevw.h:30,
                 from fontforgeui.h:32,
                 from activeinui.c:28:
splinefont.h:3561: error: expected ')' before '*' token
splinefont.h:3576: error: expected ')' before '*' token
splinefont.h:3590: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'newlocale_hack'
splinefont.h:3599: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'uselocale_hack'
splinefont.h:3607: error: expected ')' before 'dataset'

http://beefy1.isc.freebsd.org/bulk/84i386-default/latest/logs/errors/fontforge-20141126_1.log
http://beefy2.isc.freebsd.org/bulk/84amd64-default/latest/logs/errors/fontforge-20141126_1.log

In case the hack isn't acceptable let's put:

.if ${OSVERSION} < 900506
BROKEN=        No locale_t support
.endif

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



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