The following reply was made to PR ports/177582; it has been noted by GNATS.
From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/177582: commit references a PR Date: Sat, 6 Apr 2013 17:21:30 +0000 (UTC) Author: glewis Date: Sat Apr 6 17:21:21 2013 New Revision: 315747 URL: http://svnweb.freebsd.org/changeset/ports/315747 Log: . Fix build error for java/eclipse with current glib PR: 177582 Submitted by: Jimmy Kelley <ljboi...@gmail.com> Approved by: portmgr (miwi) Modified: head/java/eclipse/files/freebsd-support.patch Modified: head/java/eclipse/files/freebsd-support.patch ============================================================================== --- head/java/eclipse/files/freebsd-support.patch Sat Apr 6 16:51:41 2013 (r315746) +++ head/java/eclipse/files/freebsd-support.patch Sat Apr 6 17:21:21 2013 (r315747) @@ -7480,3 +7480,18 @@ $FreeBSD$ GLX_PREFIX = swt-glx SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so +--- build/eclipse-3.7.1-src/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c.orig 2008-10-17 09:48:23.000000000 -0500 ++++ build/eclipse-3.7.1-src/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c 2013-03-24 21:44:14.000000000 -0500 +@@ -13,11 +13,10 @@ + #include <jni.h> + + #include <glib.h> +-#include <glib/gslist.h> + #include <gconf/gconf-value.h> + #include <gconf/gconf-client.h> + +-#ifdef __linux__ ++#ifdef __STDC__ + #include <string.h> + #else + #include <strings.h> _______________________________________________ svn-ports-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org" _______________________________________________ freebsd-eclipse@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "freebsd-eclipse-unsubscr...@freebsd.org"