Parent Directory
|
Revision Log
devel/libunistring: temporarily skip ENOMEM check for printf configure:25883: checking whether printf survives out-of-memory conditions configure:26055: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 configure:26058: $? = 0 ***MEMORY-ERROR***: [67280]: GSlice: failed to allocate 496 bytes (alignment: 512): Cannot allocate memory PR: 224740 Reported by: Mark Millard (via ports@ list, for armv7) Approved by: portmgr blanket
| 1 | # $FreeBSD$ |
| 2 | |
| 3 | PORTNAME= libunistring |
| 4 | PORTVERSION= 0.9.8 |
| 5 | CATEGORIES= devel |
| 6 | MASTER_SITES= GNU |
| 7 | |
| 8 | MAINTAINER= takefu@airport.fm |
| 9 | COMMENT= Unicode string library |
| 10 | |
| 11 | LICENSE= GPLv2 LGPL3+ GFDL |
| 12 | LICENSE_COMB= multi |
| 13 | LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING |
| 14 | LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LIB |
| 15 | LICENSE_FILE_GFDL= ${WRKSRC}/doc/libunistring.texi |
| 16 | |
| 17 | USES= alias charsetfix gmake iconv libtool tar:xz |
| 18 | USE_LDCONFIG= yes |
| 19 | GNU_CONFIGURE= yes |
| 20 | INSTALL_TARGET= install-strip |
| 21 | INFO= ${PORTNAME} |
| 22 | |
| 23 | OPTIONS_DEFINE= DOCS |
| 24 | CONFIGURE_ARGS= --disable-static |
| 25 | |
| 26 | .ifdef QEMU_EMULATING |
| 27 | # XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512) |
| 28 | CONFIGURE_ENV+= gl_cv_func_printf_enomem=no |
| 29 | .endif |
| 30 | |
| 31 | .include <bsd.port.mk> |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | FreeBSD=%H |
| svn:mime-type | text/plain |
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |