Re: port www/libxul broken on sparc64, but builds even on ia64

2009-12-14 Thread Marcel Moolenaar
ow how it fails if it fails. Remember that most ports committers don't have access to non PC hardware (or don't have easy access to it), so they do things blind. Once a port fails to build on an architecture and no one helps out to fix it, they can only mark the port as broken. FYI, -- M

Re: port sysutils/bsdstats intermittent mutex error on ia64 HEAD

2009-11-30 Thread Marcel Moolenaar
DEV=$( uri_escape $( sysctl -n hw.model ) ) count=$( sysctl -n hw.ncpu ) report_cpu echo "Posting monthly CPU statistics to $checkin_server" -- Marcel Moolenaar xcl...@mac.com ___ free

Re: port www/kazehakase dumps core on ia64 HEAD when printing to a file

2009-11-26 Thread Marcel Moolenaar
ce the problem this way, it's a compiler bug. If you can reproduce it, then gdb proves to be a lot more useful. At the very least, a backtrace is required. FYI, -- Marcel Moolenaar xcl...@mac.com ___ freebsd-ports@freebsd.org mailing list http://l

Re: open64 fbsd port?

2009-11-20 Thread Marcel Moolenaar
com/) I don't believe Path64 has an ia64 backend (it's optimized for amd64), but that may be pulled from Open64. I think Path64 may be a better investment than Open64 (for FreeBSD), if the project is more open... > I understand no fbsd ports for these compilers exist yet? Correct. -

Re: open64 fbsd port?

2009-11-20 Thread Marcel Moolenaar
out of date. open64 includes ORC. I believe ORC is EOL. > And then there's something called Aurora, which seems to be the same > as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* > out of date. They probably renamed the project. It does look like the same thing.

[PATCH] lang/guile: Fix ia64 build

2009-08-24 Thread Marcel Moolenaar
pstore + ctx- >uc_mcontext.mc_special.ndirty); ++} ++# endif /* __FreeBSD__ */ + #endif /* __ia64__ */ + + void -- Marcel Moolenaar xcl...@mac.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

[PATCH] x11/gdm: Add -lm to LIBS

2009-08-24 Thread Marcel Moolenaar
t;-L${LOCALBASE}/lib" \ + LIBS="-lm" \ GTKDOC="false" SUB_FILES+=gdm.pam -- Marcel Moolenaar xcl...@mac.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

[PATCH] x11/xorg: enable xorg-server for ia64

2009-08-24 Thread Marcel Moolenaar
--- Makefile7 May 2009 19:42:31 - 1.27 +++ Makefile18 Jun 2009 19:27:13 - @@ -58,7 +58,7 @@ .endif .endif -.if ${ARCH} != "alpha" && ${ARCH} != "ia64" +.if ${ARCH} != "alpha" RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-

[PATCH] Fix Mk/bsd.gecko.mk, broken by rev 1.8

2009-08-24 Thread Marcel Moolenaar
x27;s|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall MASTER_MOZDIR?=${PORTSDIR}/www/mozilla -- Marcel Moolenaar xcl...@mac.com ___ freebsd-ports@freebsd.o

[patch] x11-servers/xorg-server: allow building on ia64

2009-06-19 Thread Marcel Moolenaar
See diff here: http://ns1.xcllnt.net/~marcel/xorg-server.diff This allows building of xorg-server on ia64. It's not intended to make it usable at this time. For one, there's no console on ia64 that xorg supports :-) Any objections if I commit this? -- Marcel Moolenaar xcl.

[patch] net/vnc: add support for ia64

2009-06-19 Thread Marcel Moolenaar
... -- Marcel Moolenaar xcl...@mac.com ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"