[Bug 197056] print/fontforge: unbreak on 8.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 24 21:38:03 UTC 2015


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 at FreeBSD.org
          Reporter: jbeich at vfemail.net
                CC: cyberbotx at cyberbotx.com
 Attachment #152108 maintainer-approval?(cyberbotx at cyberbotx.com)
             Flags:
                CC: cyberbotx at cyberbotx.com
             Flags: maintainer-feedback?(cyberbotx at 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 at FreeBSD.org> ---
Maintainer CC'd

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


More information about the freebsd-ports-bugs mailing list