Date: Sat, 6 Apr 2013 17:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: eclipse@FreeBSD.org Subject: Re: ports/177582: commit references a PR Message-ID: <201304061730.r36HU1iZ040231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177582; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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 <ljboiler@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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304061730.r36HU1iZ040231>