ports/177582: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Apr 6 17:30:01 UTC 2013
The following reply was made to PR ports/177582; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-eclipse
mailing list