pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/xulrunner



On 8/31/2012 13:52, Ryo ONODERA wrote:
Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 31 11:52:13 UTC 2012

Modified Files:
        pkgsrc/devel/xulrunner: distinfo
        pkgsrc/devel/xulrunner/patches:
            patch-ipc_chromium_src_base_process__util__bsd.cc

Log Message:
Add one more patch from https://bugzilla.mozilla.org/show_bug.cgi?id=753046,
mainly improve OpenBSD build.

devel/xulrunner is now broke on DragonFly due to an incompatible dirent structure (see error below). I want to say the member is called d_namlen on DragonFly but I'd have to look closer to confirm.
John



c++ -o system_monitor_posix.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1 -DOS_DRAGONFLY=1 -DOS_BSD=1 -I../../dist -I../../ipc/chromium/src -I../../ipc/glue -I../../ipc/ipdl/_ipdlheaders -I. -I. -I../../dist/include -I../../dist/include/nsprpub -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/nss -I/usr/pkg/include/nspr -fPIC -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -I/usr/pkg/include/nspr -I/usr/pkg/include/freetype2 -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -I/usr/pkg/include/nspr -I/usr/pkg/include/freetype2 -fno-exceptions -fno-strict-aliasing -ffunction-sections -fdata-sections -pthread -pipe -DNDEBUG -DTRIMMED -pthread -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/cairo -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng15 -I/usr/pkg/include/gtk-unix-print-2.0 -O2 -fomit-frame-pointer -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/gettext -I/usr/pkg/include/nspr -I/usr/pkg/include/freetype2 -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/system_monitor_posix.pp /scratch/devel/xulrunner/work/mozilla-release/ipc/chromium/src/base/system_monitor_posix.cc
In file included from ../../ipc/chromium/src/base/dir_reader_posix.h:24,
from /scratch/devel/xulrunner/work/mozilla-release/ipc/chromium/src/base/process_util_posix.cc:29: ../../ipc/chromium/src/base/dir_reader_bsd.h: In member function 'bool base::DirReaderBSD::Next()': ../../ipc/chromium/src/base/dir_reader_bsd.h:52: error: 'struct dirent' has no member named 'd_reclen'
gmake[4]: *** [process_util_posix.o] Error 1
gmake[4]: *** Waiting for unfinished jobs....




Home | Main Index | Thread Index | Old Index