Lines 15-21
EXPIRATION_DATE= 2024-06-30
Link Here
|
15 |
BROKEN_armv6= fails to build: error: Not supported ARM architecture |
15 |
BROKEN_armv6= fails to build: error: Not supported ARM architecture |
16 |
BROKEN_armv7= fails to build: error: invalid operand for instruction |
16 |
BROKEN_armv7= fails to build: error: invalid operand for instruction |
17 |
BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 |
17 |
BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 |
18 |
BROKEN_FreeBSD_14= fails to build: use of undeclared identifier 'needsToUnregister' |
|
|
19 |
|
18 |
|
20 |
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts |
19 |
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts |
21 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
20 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
Lines 84-90
post-patch:
Link Here
|
84 |
${WRKSRC}/build/wkhtmltox |
83 |
${WRKSRC}/build/wkhtmltox |
85 |
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) |
84 |
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) |
86 |
@${FIND} ${PATCH_WRKSRC}/../qt-5db36ec -name "*.cpp" -o -name "*.h" | \ |
85 |
@${FIND} ${PATCH_WRKSRC}/../qt-5db36ec -name "*.cpp" -o -name "*.h" | \ |
87 |
${XARGS} ${REINPLACE_CMD} -e 's|register ||g' |
86 |
${XARGS} ${REINPLACE_CMD} -E 's|register ([a-zA-Z])|\1|g' |
88 |
.endif |
87 |
.endif |
89 |
|
88 |
|
90 |
|
89 |
|