From owner-freebsd-eclipse@FreeBSD.ORG Sun Mar 3 02:06:05 2013 Return-Path: Delivered-To: freebsd-eclipse@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1239E485; Sun, 3 Mar 2013 02:06:05 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DA77BDEE; Sun, 3 Mar 2013 02:06:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r23264DT068352; Sun, 3 Mar 2013 02:06:04 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r23264EG068348; Sun, 3 Mar 2013 02:06:04 GMT (envelope-from glewis) Date: Sun, 3 Mar 2013 02:06:04 GMT Message-Id: <201303030206.r23264EG068348@freefall.freebsd.org> To: ljboiler@gmail.com, glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: glewis@FreeBSD.org Subject: Re: ports/175826: www/libxul: libxul 10 does not work for Eclipse-Devel SWT X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 02:06:05 -0000 Synopsis: www/libxul: libxul 10 does not work for Eclipse-Devel SWT State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Sun Mar 3 02:06:04 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=175826 From owner-freebsd-eclipse@FreeBSD.ORG Sun Mar 3 02:10:01 2013 Return-Path: Delivered-To: freebsd-eclipse@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA573585 for ; Sun, 3 Mar 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AAB0BE02 for ; Sun, 3 Mar 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r232A1QD068463 for ; Sun, 3 Mar 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r232A19h068462; Sun, 3 Mar 2013 02:10:01 GMT (envelope-from gnats) Date: Sun, 3 Mar 2013 02:10:01 GMT Message-Id: <201303030210.r232A19h068462@freefall.freebsd.org> To: freebsd-eclipse@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175826: commit references a PR X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 02:10:01 -0000 The following reply was made to PR ports/175826; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175826: commit references a PR Date: Sun, 3 Mar 2013 02:05:36 +0000 (UTC) Author: glewis Date: Sun Mar 3 02:05:27 2013 New Revision: 313320 URL: http://svnweb.freebsd.org/changeset/ports/313320 Log: . Use the webkit-gtk2 library to provide the SWT browser functions instead of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 175826 Submitted by: Jimmy Kelley Modified: head/java/eclipse-devel/Makefile head/java/eclipse-devel/files/freebsd-support.patch Modified: head/java/eclipse-devel/Makefile ============================================================================== --- head/java/eclipse-devel/Makefile Sun Mar 3 01:45:00 2013 (r313319) +++ head/java/eclipse-devel/Makefile Sun Mar 3 02:05:27 2013 (r313320) @@ -7,7 +7,7 @@ PORTNAME= eclipse-devel PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/4.2.x/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/plugins/:2 \ @@ -40,7 +40,8 @@ BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/ rsync:${PORTSDIR}/net/rsync \ unzip:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 OPTIONS_DEFINE= TESTS TESTS_DESC= "Build SDK test suite" @@ -48,7 +49,6 @@ TESTS_DESC= "Build SDK test suite" ONLY_FOR_ARCHS= i386 amd64 USE_ANT= yes -USE_GECKO= libxul19 USE_GL= glu USE_GMAKE= yes USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui pkgconfig Modified: head/java/eclipse-devel/files/freebsd-support.patch ============================================================================== --- head/java/eclipse-devel/files/freebsd-support.patch Sun Mar 3 01:45:00 2013 (r313319) +++ head/java/eclipse-devel/files/freebsd-support.patch Sun Mar 3 02:05:27 2013 (r313320) @@ -7206,3 +7206,47 @@ $FreeBSD$ else echo "None of the following libraries were found: Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM" echo " *** Mozilla embedding support will not be compiled." +--- build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig 2013-02-03 07:08:39.000000000 -0600 ++++ build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 2013-02-03 07:24:06.000000000 -0600 +@@ -493,7 +493,7 @@ + export MOZILLA_INCLUDES + export MOZILLA_LIBS + MAKE_MOZILLA=make_mozilla +- elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then ++ elif [ x`pkg-config --exists "libxul < 2" && echo YES` = "xYES" ]; then + XULRUNNER_INCLUDES=`pkg-config --cflags libxul` + XULRUNNER_LIBS=`pkg-config --libs libxul` + XULRUNNER_LIBS=`echo ${XULRUNNER_LIBS} -lxpcomglue` +@@ -506,6 +506,14 @@ + fi + fi + ++if [ x`pkg-config --exists webkit-1.0 && echo YES` = "xYES" ]; then ++ echo "WebKit found, compiling webkit embedded browser support." ++ MAKE_WEBKIT=make_webkit ++else ++ echo "WebKit not found:" ++ echo " *** WebKit embedding support will not be compiled." ++fi ++ + # Find AWT if available + if [ -z "${AWT_LIB_PATH}" ]; then + if [ -f ${JAVA_HOME}/jre/lib/${AWT_ARCH}/libjawt.* ]; then +@@ -534,5 +542,5 @@ + if [ "x${1}" = "xclean" ]; then + ${MAKE_TYPE} -f $MAKEFILE clean + else +- ${MAKE_TYPE} -f $MAKEFILE all $MAKE_GNOME $MAKE_CAIRO $MAKE_AWT $MAKE_MOZILLA ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ++ ${MAKE_TYPE} -f $MAKEFILE all $MAKE_GNOME $MAKE_CAIRO $MAKE_AWT $MAKE_MOZILLA $MAKE_WEBKIT ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} + fi +--- build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak.orig 2013-02-03 07:08:39.000000000 -0600 ++++ build/eclipse-4.2.0-I20120608-1400-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak 2013-02-03 07:24:06.000000000 -0600 +@@ -26,7 +26,8 @@ + GNOME_PREFIX = swt-gnome + MOZILLA_PREFIX = swt-mozilla$(GCC_VERSION) + XULRUNNER_PREFIX = swt-xulrunner + XPCOMINIT_PREFIX = swt-xpcominit ++WEBKIT_PREFIX = swt-webkit + GLX_PREFIX = swt-glx + + SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so _______________________________________________ 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" From owner-freebsd-eclipse@FreeBSD.ORG Sun Mar 3 02:51:54 2013 Return-Path: Delivered-To: freebsd-eclipse@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 25A18B5C; Sun, 3 Mar 2013 02:51:54 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F30CFF05; Sun, 3 Mar 2013 02:51:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r232prh6077300; Sun, 3 Mar 2013 02:51:53 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r232prXr077296; Sun, 3 Mar 2013 02:51:53 GMT (envelope-from glewis) Date: Sun, 3 Mar 2013 02:51:53 GMT Message-Id: <201303030251.r232prXr077296@freefall.freebsd.org> To: ljboiler@gmail.com, glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: glewis@FreeBSD.org Subject: Re: ports/174846: java/eclipse: libxul 10 does not work for Eclipse SWT plugin browser functions X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 02:51:54 -0000 Synopsis: java/eclipse: libxul 10 does not work for Eclipse SWT plugin browser functions State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Sun Mar 3 02:51:53 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174846 From owner-freebsd-eclipse@FreeBSD.ORG Sun Mar 3 03:00:02 2013 Return-Path: Delivered-To: freebsd-eclipse@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26A2AC05 for ; Sun, 3 Mar 2013 03:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 197B9F33 for ; Sun, 3 Mar 2013 03:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r23301vG077548 for ; Sun, 3 Mar 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r23301mB077547; Sun, 3 Mar 2013 03:00:01 GMT (envelope-from gnats) Date: Sun, 3 Mar 2013 03:00:01 GMT Message-Id: <201303030300.r23301mB077547@freefall.freebsd.org> To: freebsd-eclipse@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174846: commit references a PR X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 03:00:02 -0000 The following reply was made to PR ports/174846; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174846: commit references a PR Date: Sun, 3 Mar 2013 02:51:38 +0000 (UTC) Author: glewis Date: Sun Mar 3 02:51:25 2013 New Revision: 313322 URL: http://svnweb.freebsd.org/changeset/ports/313322 Log: . Use the webkit-gtk2 library to provide the SWT browser functions instead of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 174846 Submitted by: Jimmy Kelley Modified: head/java/eclipse/Makefile (contents, props changed) head/java/eclipse/files/freebsd-support.patch (contents, props changed) Modified: head/java/eclipse/Makefile ============================================================================== --- head/java/eclipse/Makefile Sun Mar 3 02:09:06 2013 (r313321) +++ head/java/eclipse/Makefile Sun Mar 3 02:51:25 2013 (r313322) @@ -2,7 +2,7 @@ PORTNAME= eclipse PORTVERSION= 3.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \ @@ -32,7 +32,8 @@ BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/ rsync:${PORTSDIR}/net/rsync \ unzip:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ + webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 OPTIONS_DEFINE= TESTS TESTS_DESC= Build SDK test suite @@ -40,7 +41,6 @@ TESTS_DESC= Build SDK test suite ONLY_FOR_ARCHS= i386 amd64 USE_ANT= yes -USE_GECKO= libxul19 USE_GL= glu USE_GMAKE= yes USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui Modified: head/java/eclipse/files/freebsd-support.patch ============================================================================== --- head/java/eclipse/files/freebsd-support.patch Sun Mar 3 02:09:06 2013 (r313321) +++ head/java/eclipse/files/freebsd-support.patch Sun Mar 3 02:51:25 2013 (r313322) @@ -7459,3 +7459,24 @@ $FreeBSD$ else echo "None of the following libraries were found: Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM" echo " *** Mozilla embedding support will not be compiled." +--- build/eclipse-3.7.1-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig 2012-12-25 21:01:56.000000000 -0600 ++++ build/eclipse-3.7.1-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 2012-12-25 21:28:35.000000000 -0600 +@@ -491,7 +491,7 @@ + export MOZILLA_INCLUDES + export MOZILLA_LIBS + MAKE_MOZILLA=make_mozilla +- elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then ++ elif [ x`pkg-config --exists "libxul < 2" && echo YES` = "xYES" ]; then + XULRUNNER_INCLUDES=`pkg-config --cflags libxul` + XULRUNNER_LIBS=`pkg-config --libs libxul` + XULRUNNER_LIBS=`echo ${XULRUNNER_LIBS} -lxpcomglue` +--- build/eclipse-3.7.1-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak.orig 2012-12-29 13:05:23.000000000 -0600 ++++ build/eclipse-3.7.1-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak 2012-12-29 13:06:37.000000000 -0600 +@@ -27,6 +27,7 @@ + MOZILLA_PREFIX = swt-mozilla$(GCC_VERSION) + XULRUNNER_PREFIX = swt-xulrunner + XPCOMINIT_PREFIX = swt-xpcominit ++WEBKIT_PREFIX = swt-webkit + GLX_PREFIX = swt-glx + + SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so _______________________________________________ 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" From owner-freebsd-eclipse@FreeBSD.ORG Sun Mar 3 18:47:51 2013 Return-Path: Delivered-To: freebsd-eclipse@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E00A839; Sun, 3 Mar 2013 18:47:51 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7665F297; Sun, 3 Mar 2013 18:47:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r23Ilp69087009; Sun, 3 Mar 2013 18:47:51 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r23IloFe087005; Sun, 3 Mar 2013 18:47:50 GMT (envelope-from glewis) Date: Sun, 3 Mar 2013 18:47:50 GMT Message-Id: <201303031847.r23IloFe087005@freefall.freebsd.org> To: lankfordandrew@charter.net, glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: glewis@FreeBSD.org Subject: Re: ports/163720: java/eclipse doesn't build X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 18:47:51 -0000 Synopsis: java/eclipse doesn't build State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Sun Mar 3 18:47:08 UTC 2013 State-Changed-Why: This PR is for an older version of the eclipse port. The current port builds correctly. http://www.freebsd.org/cgi/query-pr.cgi?pr=163720 From owner-freebsd-eclipse@FreeBSD.ORG Mon Mar 4 11:06:40 2013 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 512AEE8F for ; Mon, 4 Mar 2013 11:06:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B26BE3E for ; Mon, 4 Mar 2013 11:06:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r24B6e2F038696 for ; Mon, 4 Mar 2013 11:06:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r24B6d1g038694 for freebsd-eclipse@FreeBSD.org; Mon, 4 Mar 2013 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Mar 2013 11:06:39 GMT Message-Id: <201303041106.r24B6d1g038694@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 11:06:40 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/157600 eclipse java/eclipse: option WITH_TESTS missing distinfo entry o ports/149513 eclipse java/eclipse can not compile with 'WITH_TESTS=true' 2 problems total. From owner-freebsd-eclipse@FreeBSD.ORG Sat Mar 9 22:15:52 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EDC08A86 for ; Sat, 9 Mar 2013 22:15:52 +0000 (UTC) (envelope-from jvwachenheim@gmail.com) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id C6157D03 for ; Sat, 9 Mar 2013 22:15:52 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id 13so3463215iea.28 for ; Sat, 09 Mar 2013 14:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=qZfD96/ueG2Ri7kdmPtH9sYp/hvI8a+Z7ioVjEdlbW10PrjsjvYjib+eP2NRbP5ers aSPcF34OXKOQ1ebYAtny3bxYF7WprgvXhF8ZRvKucitI8Iqrsc3aM1WKMVoV7bPwrst9 t0NyFO1RiUlvCC/uAl1BahmhkxbQP6v1AofPACyJti4Hrvevzd0pOH4CfCNJmQNuwV36 xJBaC/+dT4N3fQVzcVHMaykLxf7QBkbPx7cNZPmTWTMxnyqk34Vu8DXQvP/AYZnp3ucn 3ExnC4foUXDnHNTyA6eqvg/5X/wu6UOatEr915XXLvc/xL1gE0Vx6Pc2EMgPs9pwHjed ZFCw== X-Received: by 10.50.170.69 with SMTP id ak5mr3522872igc.56.1362867352536; Sat, 09 Mar 2013 14:15:52 -0800 (PST) Received: from [10.0.1.3] (c-24-118-87-211.hsd1.mn.comcast.net. [24.118.87.211]) by mx.google.com with ESMTPS id ur12sm5952073igb.8.2013.03.09.14.15.51 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 09 Mar 2013 14:15:51 -0800 (PST) From: Jacqueline Wachenheim Godfrey Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: activate your account Date: Sat, 9 Mar 2013 16:15:50 -0600 Message-Id: To: freebsd-eclipse@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 22:15:53 -0000 From owner-freebsd-eclipse@FreeBSD.ORG Sat Mar 9 22:18:09 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 629F1B7D for ; Sat, 9 Mar 2013 22:18:09 +0000 (UTC) (envelope-from jvwachenheim@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 39895D15 for ; Sat, 9 Mar 2013 22:18:09 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k14so3410648iea.13 for ; Sat, 09 Mar 2013 14:18:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer; bh=Zv+efWdfK+VIkHvSLEkcPL5a1ujRMtH8PjQIj4t5s9g=; b=bM7sbz3wTCWRaP+1pfP1EJRBALOLfBqUyLqKDInhv+ccOYRgKk/fMjbiZRjxQTXNiS qObQExk7g0184J3uOwmEo8CQRvEho/mhqmLYU5m+5P7PmuGt8CsAZuq2HVwRClb31gIU jl0s0nuAQ7YTXNQ72Dh3GnoYbN8STWokCSbdjUguedz/oaelbYYiGSbM4CNGVavklPPx Jghvjrt33gczrTvrkZKn+MHrtENVVmJhWuKcW/IJ1uBDlOIlxoYiQ++RSZOdC8yKfj8S XSrB7C3n+l5UB35o222qZ29ulx+saFMmtgrq5I/0h4LSIt1x2v9rku5BS0j1rM4RMlqh PCcQ== X-Received: by 10.50.12.201 with SMTP id a9mr3578518igc.10.1362867488933; Sat, 09 Mar 2013 14:18:08 -0800 (PST) Received: from [10.0.1.3] (c-24-118-87-211.hsd1.mn.comcast.net. [24.118.87.211]) by mx.google.com with ESMTPS id xc3sm5427612igb.10.2013.03.09.14.18.07 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 09 Mar 2013 14:18:08 -0800 (PST) From: Jacqueline Wachenheim Godfrey Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: activate your account Date: Sat, 9 Mar 2013 16:18:07 -0600 Message-Id: <21BEFF73-E27A-4502-BEC3-8B67025A9936@msn.com> To: freebsd-eclipse@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 22:18:09 -0000 I DON'T KNOW THE PROBLEM. I WAS IN HERE YESTERDAY & HAVE SENT EVERY = PIECE OF PAPER BACK THAT I WAS SENT. PLEASE EXPLAIN YOUR PROBLEM NOW. JACQUELINE W. GODFREY PMA ACCOUNT 5510931