head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2019.02.19.16.28.03; author ryoon; state dead; branches; next 1.1; commitid LV7d3aFEsYIlCocB; 1.1 date 2018.12.13.16.34.10; author abs; state Exp; branches; next ; commitid u5Y2v1XBOQOZPE3B; desc @@ 1.2 log @Update to 6.2.0.3 Changelog: Many bugfixes and improvements including: * New menu GUI * Fix copy and paste of table in Writer * REGEX function in Calc * Animation improvements in Impress and Draw * Drop MySQL C++ Connector in Base * Improve EMF+ graphics import * Improve MS PowerPoint PPT/PPTX file import/export * New icons and themes @ text @$NetBSD: patch-external_harfbuzz_src-hb.patch,v 1.1 2018/12/13 16:34:10 abs Exp $ Do not play _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions --- external/harfbuzz/src-hb.patch.orig 2018-11-25 20:23:26.560427478 +0000 +++ external/harfbuzz/src-hb.patch @@@@ -0,0 +1,13 @@@@ +Do not play _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions + +--- src/hb.hh.orig 2018-11-04 01:41:46.000000000 +0000 ++++ src/hb.hh +@@@@ -35,7 +35,7 @@@@ + #include "config.h" + #endif + +-#ifndef _POSIX_C_SOURCE ++#if !defined(_POSIX_C_SOURCE) && !defined(__NetBSD__) + #define _POSIX_C_SOURCE 200809L + #endif + @ 1.1 log @Copy harfbuzz patch to avoid playing _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions @ text @d1 1 a1 1 $NetBSD$ @