From owner-freebsd-gnome Sun Mar 10 12:20:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2CD437B416 for ; Sun, 10 Mar 2002 12:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2AKK2k51574; Sun, 10 Mar 2002 12:20:02 -0800 (PST) (envelope-from gnats) Date: Sun, 10 Mar 2002 12:20:02 -0800 (PST) Message-Id: <200203102020.g2AKK2k51574@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.1 Reply-To: Joe Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35541; it has been noted by GNATS. From: Joe Clarke To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.1 Date: 10 Mar 2002 15:10:08 -0500 --=-C/3rRYyHSXn50EqbX2TK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable These patches update glib to the GNOME2 beta2 release. The version number for glib and gtk+ is now 2.0.0. Should we repo copy glib13 and gtk13 to glib2 and gtk2, then delete the 13 dirs? This would keep things more inline with the current GNOME trend. In any event, it looks like archive library building has been disabled by default. These patches reenable it in favor of the old style.=20 However, it would be trivial to remove the reenabling patch, then remove the .a files from the plist. --- Makefile.orig Sun Mar 10 15:04:07 2002 +++ Makefile Sun Mar 10 13:48:42 2002 @@ -6,9 +6,9 @@ # =20 PORTNAME=3D glib -PORTVERSION=3D 1.3.14 +PORTVERSION=3D 2.0.0 CATEGORIES=3D devel -MASTER_SITES=3D ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2= .0-desktop-beta,} \ +MASTER_SITES=3D ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2= .0-desktop-beta2,} \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ --- distinfo.orig Sun Mar 10 15:04:13 2002 +++ distinfo Sun Mar 10 13:49:54 2002 @@ -1 +1 @@ -MD5 (gnome2/glib-1.3.14.tar.bz2) =3D 8bf2f7584928ce5edef30542ee9407d7 +MD5 (gnome2/glib-2.0.0.tar.bz2) =3D dd9d482ec739a41710080ee136f96444 --- pkg-plist.orig Sun Mar 10 15:04:20 2002 +++ pkg-plist Sun Mar 10 15:03:02 2002 @@ -66,18 +66,19 @@ include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-1.3.a -lib/libglib-1.3.so -lib/libglib-1.3.so.14 -lib/libgmodule-1.3.a -lib/libgmodule-1.3.so -lib/libgmodule-1.3.so.14 -lib/libgobject-1.3.a -lib/libgobject-1.3.so -lib/libgobject-1.3.so.14 -lib/libgthread-1.3.a -lib/libgthread-1.3.so -lib/libgthread-1.3.so.14 +lib/libglib-2.0.a +lib/libglib-2.0.so +lib/libglib-2.0.so.0 +lib/libgmodule-2.0.a +lib/libgmodule-2.0.so +lib/libgmodule-2.0.so.0 +lib/libgobject-2.0.a +lib/libgobject-2.0.so +lib/libgobject-2.0.so.0 +lib/libgthread-2.0.a +lib/libgthread-2.0.so +lib/libgthread-2.0.so.0 +libdata/charset.alias libdata/pkgconfig/glib-2.0.pc libdata/pkgconfig/gmodule-2.0.pc libdata/pkgconfig/gobject-2.0.pc @@ -88,6 +89,7 @@ share/locale/az/LC_MESSAGES/glib20.mo share/locale/ca/LC_MESSAGES/glib20.mo share/locale/de/LC_MESSAGES/glib20.mo +share/locale/el/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo --- files/patch-ae.orig Sun Mar 10 15:04:28 2002 +++ files/patch-ae Sun Mar 10 14:55:54 2002 @@ -1,9 +1,15 @@ - -$FreeBSD: ports/devel/glib13/files/patch-ae,v 1.21 2002/02/27 11:20:57 sob= omax Exp $ - ---- configure.orig Fri Feb 15 18:43:40 2002 -+++ configure Wed Feb 27 09:37:41 2002 -@@ -16692,8 +16692,8 @@ +--- configure.orig Fri Mar 8 10:54:21 2002 ++++ configure Sun Mar 10 14:55:51 2002 +@@ -6223,7 +6223,7 @@ + ;; + esac + else +- enable_static=3Dno ++ enable_static=3Dyes + fi; +=20 + # Check whether --enable-shared or --disable-shared was given. +@@ -16768,8 +16768,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi ;; @@ -14,12 +20,12 @@ =20 # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support # -mthreads flag. -@@ -16771,13 +16771,13 @@ - fi +@@ -16852,13 +16852,13 @@ + G_THREAD_LIBS=3D"-pthread" ;; *) -- for thread_lib in "" pthread pthread32 pthreads c_r thread dce; do -+ for thread_lib in "$PTHREAD_LIBS" "" pthread pthread32 pthreads c_r thr= ead dce; do +- for thread_lib in "" pthread pthread32 pthreads thread dce; do ++ for thread_lib in "$PTHREAD_LIBS" "" pthread pthread32 pthreads thread = dce; do if test x"$thread_lib" =3D x; then add_thread_lib=3D"" IN=3D"" @@ -31,13 +37,13 @@ fi if test x"$have_threads" =3D xposix; then defattr=3D0 -@@ -17974,13 +17974,13 @@ - # - # Check for libiconv - # -- echo "$as_me:17977: checking for libiconv_open in -liconv" >&5 +@@ -18048,13 +18048,13 @@ +=20 + # Check if we have GNU libiconv + if test $found_iconv =3D "no"; then +- echo "$as_me:18051: checking for libiconv_open in -liconv" >&5 -echo $ECHO_N "checking for libiconv_open in -liconv... $ECHO_C" >&6 -+ echo "$as_me:17977: checking for libiconv_open in -lgiconv" >&5 ++ echo "$as_me:18051: checking for libiconv_open in -lgiconv" >&5 +echo $ECHO_N "checking for libiconv_open in -lgiconv... $ECHO_C" >&6 if test "${ac_cv_lib_iconv_libiconv_open+set}" =3D set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -46,14 +52,65 @@ -LIBS=3D"-liconv $LIBS" +LIBS=3D"-lgiconv $LIBS" cat >conftest.$ac_ext <<_ACEOF - #line 17985 "configure" + #line 18059 "configure" + #include "confdefs.h" +@@ -18110,13 +18110,13 @@ + fi + # Check if we have a iconv in -liconv, possibly from vendor + if test $found_iconv =3D "no"; then +- echo "$as_me:18113: checking for iconv_open in -liconv" >&5 +-echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6 ++ echo "$as_me:18113: checking for iconv_open in -lgiconv" >&5 ++echo $ECHO_N "checking for iconv_open in -lgiconv... $ECHO_C" >&6 + if test "${ac_cv_lib_iconv_iconv_open+set}" =3D set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=3D$LIBS +-LIBS=3D"-liconv $LIBS" ++LIBS=3D"-lgiconv $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line 18121 "configure" + #include "confdefs.h" +@@ -18242,13 +18242,13 @@ +=20 + ;; + gnu|yes) +- echo "$as_me:18245: checking for libiconv_open in -liconv" >&5 +-echo $ECHO_N "checking for libiconv_open in -liconv... $ECHO_C" >&6 ++ echo "$as_me:18245: checking for libiconv_open in -lgiconv" >&5 ++echo $ECHO_N "checking for libiconv_open in -lgiconv... $ECHO_C" >&6 + if test "${ac_cv_lib_iconv_libiconv_open+set}" =3D set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=3D$LIBS +-LIBS=3D"-liconv $LIBS" ++LIBS=3D"-lgiconv $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line 18253 "configure" + #include "confdefs.h" +@@ -18303,13 +18303,13 @@ +=20 + ;; + native) +- echo "$as_me:18306: checking for iconv_open in -liconv" >&5 +-echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6 ++ echo "$as_me:18306: checking for iconv_open in -lgiconv" >&5 ++echo $ECHO_N "checking for iconv_open in -lgiconv... $ECHO_C" >&6 + if test "${ac_cv_lib_iconv_iconv_open+set}" =3D set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=3D$LIBS +-LIBS=3D"-liconv $LIBS" ++LIBS=3D"-lgiconv $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line 18314 "configure" #include "confdefs.h" -@@ -18042,7 +18042,7 @@ - fi +@@ -18373,7 +18373,7 @@ =20 - if test "x$with_libiconv" =3D "xyes" ; then -- ICONV_LIBS=3D"-liconv" -+ ICONV_LIBS=3D"-lgiconv" - cat >>confdefs.h <<\_ACEOF - #define USE_LIBICONV 1 + case $with_libiconv in + gnu) +- ICONV_LIBS=3D"-liconv" ++ ICONV_LIBS=3D"-lgiconv" + cat >>confdefs.h <<\_ACEOF + #define USE_LIBICONV_GNU Using GNU libiconv _ACEOF --=-C/3rRYyHSXn50EqbX2TK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyLvZ8ACgkQb2iPiv4Uz4cPQQCfTsZzadmR+AXsWZXKztd8JUx3 JggAnjAoeW32GfjSOq8bdAFQZLmclm9S =IGXd -----END PGP SIGNATURE----- --=-C/3rRYyHSXn50EqbX2TK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 14:31:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id EA50337B400; Sun, 10 Mar 2002 14:30:41 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id AAA25958; Mon, 11 Mar 2002 00:30:39 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h37.229.dialup.iptcom.net (h37.229.dialup.iptcom.net [212.9.229.37]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id AAA27349; Mon, 11 Mar 2002 00:30:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Repo-copy request From: Maxim Sobolev To: cvs@FreeBSD.org Cc: portmgr@FreeBSD.org, gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3OsjNVfAAOJFWyQ+fhFa" Message-Id: <1015798923.527.43.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 00:30:05 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-3OsjNVfAAOJFWyQ+fhFa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, Please perform the following repo copies: ports/x11-toolkits/gtk13 --> ports/x11-toolkits/gtk20 ports/devel/glib13 --> ports/devel/glib20 Thank you in advance! -Maxim --=-3OsjNVfAAOJFWyQ+fhFa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8i9yKoNu5t4iCBa8RAskzAJ44y8F4rcwjpUgR8kaDzB7+yEQ/BgCfU74w G+lDpeQ7OGV08Hf2iINFPuw= =akWO -----END PGP SIGNATURE----- --=-3OsjNVfAAOJFWyQ+fhFa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 15:11:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 50D9937B404; Sun, 10 Mar 2002 15:11:30 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2ANAQK70811; Sun, 10 Mar 2002 18:10:26 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Updating to GNOME 2 beta 2 From: Joe Clarke To: sobomax@freebsd.org Cc: gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XyBUTkztCil8RM8ooZif" X-Mailer: Evolution/1.0.2 Date: 10 Mar 2002 18:11:36 -0500 Message-Id: <1015801896.93065.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-XyBUTkztCil8RM8ooZif Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Maxim, which ports are you handling the upgrade for? I want to get the new libgnomeprint ported, but I'd like to get the other bits upgraded to beta 2 as well. I submitted new patches to ports/35541 for glib, and also have some atk, pango, and gtk patches. How do you want to handle the upgrade? Joe --=-XyBUTkztCil8RM8ooZif Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyL6CcACgkQb2iPiv4Uz4cLlgCfc1UG3Lihr6KK6ch3uCuvDURl HKAAn3A8iMv2LLdtgGrXu+re7Ax8zPHg =DRBF -----END PGP SIGNATURE----- --=-XyBUTkztCil8RM8ooZif-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 16:42:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 2B5F137B416 for ; Sun, 10 Mar 2002 16:42:55 -0800 (PST) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.11.3/8.11.1) id g2B0gq456050 for ; Mon, 11 Mar 2002 11:42:52 +1100 (EST) (envelope-from carl@xena.ipaustralia.gov.au) Received: from newton.aipo.gov.au(10.0.100.18) by pericles.IPAustralia.gov.au via smap (V2.1) id xma056023; Mon, 11 Mar 02 11:42:29 +1100 Received: (from carl@localhost) by newton.aipo.gov.au (8.11.6/8.11.6) id g2B0gSZ75525; Mon, 11 Mar 2002 11:42:28 +1100 (EST) (envelope-from carl@xena.ipaustralia.gov.au) X-Authentication-Warning: newton.aipo.gov.au: carl set sender to carl@xena.ipaustralia.gov.au using -f Subject: Evolution problem. From: Carl Makin To: gnome@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 12:42:28 +1200 Message-Id: <1015807348.70230.20.camel@newton.aipo.gov.au> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm not sure if gnome@freebsd.org is a single address or if this is going to a mailing list so please excuse me if this is the wrong place to send this. I'm having a problem with Evolution 1.0.2 (built using portinstall -vR and LDAP enabled) under FreeBSD 4.4-STABLE (3-Dec build). Evolution works quite well overall however when I hit "Reply to All" it only places the address in the "From" or "Reply-To" fields in the new message's recipients. It never includes any of the To: or CC: recipients. There are a couple of hits in the Ximian bugzilla however they have all been marked as RESOLVED with 1.0.1 although it looks like the problem just went away. If anyone has any idea they would be most appreciated! Thanks, Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 19:38:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 44FE137B405 for ; Sun, 10 Mar 2002 19:38:12 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2B3asK71992; Sun, 10 Mar 2002 22:36:54 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Evolution problem. From: Joe Clarke To: Carl Makin Cc: gnome@FreeBSD.ORG In-Reply-To: <1015807348.70230.20.camel@newton.aipo.gov.au> References: <1015807348.70230.20.camel@newton.aipo.gov.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-T6QWJ+8l6dT/tBWSdmG/" X-Mailer: Evolution/1.0.2 Date: 10 Mar 2002 22:38:06 -0500 Message-Id: <1015817886.9693.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-T6QWJ+8l6dT/tBWSdmG/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-03-10 at 19:42, Carl Makin wrote: > Hi, >=20 > I'm not sure if gnome@freebsd.org is a single address or if this is > going to a mailing list so please excuse me if this is the wrong place > to send this. >=20 >=20 > I'm having a problem with Evolution 1.0.2 (built using portinstall -vR > and LDAP enabled) under FreeBSD 4.4-STABLE (3-Dec build). >=20 > Evolution works quite well overall however when I hit "Reply to All" it > only places the address in the "From" or "Reply-To" fields in the new > message's recipients. It never includes any of the To: or CC: > recipients. When I click reply to all in a message with the following headers, the From address goes on the To: line, and the Cc addresses stay on the Cc: line. The original To address also goes on the Cc line. From: Some User To: gnome@freebsd.org Cc: Someone Else When I hit "Reply to All" From: Joe Marcus Clarke To: Some User Cc: gnome@freebsd.org, Someone Else Now, I don't have Evolution built with LDAP support. I can try that tomorrow and see if it has an effect. However, if you build without LDAP, does the reply feature work as expected? I originally submitted the PR for LDAP support, but it the db3 version it was linked against conflicted with the bundled db3 version. The patch was originally committed, then reverted, then recently committed again. I'm not sure if this could be related to your problem or not. Joe >=20 > There are a couple of hits in the Ximian bugzilla however they have all > been marked as RESOLVED with 1.0.1 although it looks like the problem > just went away. >=20 > If anyone has any idea they would be most appreciated! >=20 >=20 > Thanks, > Carl. >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=-T6QWJ+8l6dT/tBWSdmG/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyMJp4ACgkQb2iPiv4Uz4f+7QCfUs6lGkCpAsPo7vIVHblQBRFH jhsAoJ6vnu7oO42ZReP+Zl44ne2VFWzS =qamb -----END PGP SIGNATURE----- --=-T6QWJ+8l6dT/tBWSdmG/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 19:41:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from FreeBSD.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A1237B400; Sun, 10 Mar 2002 19:41:02 -0800 (PST) Message-ID: <3C8C274D.9050008@FreeBSD.org> Date: Sun, 10 Mar 2002 22:41:01 -0500 From: Brian Fundakowski Feldman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020308 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org, marcus@marcuscom.com, gnome@FreeBSD.org Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.15 Content-Type: multipart/mixed; boundary="------------090504050908080007030505" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------090504050908080007030505 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I made changes to this port, too, taking into account changes for enabling static libraries, removing patch-ae and adding patch-configure.in, using autoconf, etc. How does this look? Yes, I have to work around USE_AUTOCONF related .mk bugs :( -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ --------------090504050908080007030505 Content-Type: text/plain; name="glib.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="glib.patch" Index: Makefile =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 27 Feb 2002 11:20:56 -0000 1.50 +++ Makefile 11 Mar 2002 03:32:42 -0000 @@ -6,19 +6,22 @@ # PORTNAME= glib -PORTVERSION= 1.3.14 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta,} \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} + +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta2,} \ + ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} \ + ftp://ftp.gtk.org/pub/ +MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv \ intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig @@ -29,11 +32,14 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_AUTOCONF= yes +AUTOCONF= autoconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} \ + --enable-static=yes MAN1= glib-genmarshal.1 glib-mkenums.1 Index: distinfo =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/distinfo,v retrieving revision 1.29 diff -u -r1.29 distinfo --- distinfo 27 Feb 2002 11:20:56 -0000 1.29 +++ distinfo 11 Mar 2002 02:12:50 -0000 @@ -1 +1 @@ -MD5 (gnome2/glib-1.3.14.tar.bz2) = 8bf2f7584928ce5edef30542ee9407d7 +MD5 (gnome2/glib-2.0.0.tar.bz2) = dd9d482ec739a41710080ee136f96444 Index: pkg-plist =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/pkg-plist,v retrieving revision 1.30 diff -u -r1.30 pkg-plist --- pkg-plist 27 Feb 2002 11:20:57 -0000 1.30 +++ pkg-plist 11 Mar 2002 03:28:06 -0000 @@ -1,7 +1,8 @@ -bin/glib-genmarshal bin/glib-gettextize -bin/glib-mkenums bin/gobject-query +bin/glib-genmarshal +bin/glib-mkenums +include/glib-2.0/glibconfig.h include/glib-2.0/glib-object.h include/glib-2.0/glib.h include/glib-2.0/glib/galloca.h @@ -47,14 +48,10 @@ include/glib-2.0/glib/gunicode.h include/glib-2.0/glib/gutils.h include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h include/glib-2.0/gobject/gboxed.h include/glib-2.0/gobject/gclosure.h include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c include/glib-2.0/gobject/gparam.h include/glib-2.0/gobject/gparamspecs.h include/glib-2.0/gobject/gsignal.h @@ -66,28 +63,27 @@ include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-1.3.a -lib/libglib-1.3.so -lib/libglib-1.3.so.14 -lib/libgmodule-1.3.a -lib/libgmodule-1.3.so -lib/libgmodule-1.3.so.14 -lib/libgobject-1.3.a -lib/libgobject-1.3.so -lib/libgobject-1.3.so.14 -lib/libgthread-1.3.a -lib/libgthread-1.3.so -lib/libgthread-1.3.so.14 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc +include/glib-2.0/gobject/gobjectnotifyqueue.c +include/glib-2.0/gobject/gmarshal.h +include/glib-2.0/gmodule.h +lib/libglib-2.0.a +lib/libglib-2.0.so.0 +lib/libglib-2.0.so +lib/libgobject-2.0.a +lib/libgobject-2.0.so.0 +lib/libgobject-2.0.so +lib/libgmodule-2.0.a +lib/libgmodule-2.0.so.0 +lib/libgmodule-2.0.so +lib/libgthread-2.0.a +lib/libgthread-2.0.so.0 +lib/libgthread-2.0.so share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/po/Makefile.in.in share/locale/az/LC_MESSAGES/glib20.mo share/locale/ca/LC_MESSAGES/glib20.mo share/locale/de/LC_MESSAGES/glib20.mo +share/locale/el/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo @@ -109,9 +105,15 @@ share/locale/uk/LC_MESSAGES/glib20.mo share/locale/zh_CN/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo +share/glib-2.0/gettext/po/Makefile.in.in +libdata/pkgconfig/glib-2.0.pc +libdata/pkgconfig/gobject-2.0.pc +libdata/pkgconfig/gmodule-2.0.pc +libdata/pkgconfig/gthread-2.0.pc +libdata/charset.alias +@dirrm include/glib-2.0/glib +@dirrm include/glib-2.0/gobject +@dirrm include/glib-2.0 @dirrm share/glib-2.0/gettext/po @dirrm share/glib-2.0/gettext @dirrm share/glib-2.0 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0 Index: files/patch-configure.in =================================================================== RCS file: files/patch-configure.in diff -N files/patch-configure.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure.in 11 Mar 2002 02:21:31 -0000 @@ -0,0 +1,42 @@ +--- configure.in.orig Sun Mar 10 21:14:44 2002 ++++ configure.in Sun Mar 10 21:21:13 2002 +@@ -1204,7 +1204,7 @@ + G_THREAD_LIBS="-pthread" + ;; + *) +- for thread_lib in "" pthread pthread32 pthreads thread dce; do ++ for thread_lib in "" "$PTHREAD_LIBS" pthread pthread32 pthreads thread dce; do + if test x"$thread_lib" = x; then + add_thread_lib="" + IN="" +@@ -1538,6 +1538,9 @@ + if test $found_iconv = "no"; then + AC_CHECK_LIB(iconv, libiconv_open, with_libiconv=gnu; found_iconv=yes) + fi ++ if test $found_iconv = "no"; then ++ AC_CHECK_LIB(giconv, libiconv_open, with_libiconv=ggnu; found_iconv=yes) ++ fi + # Check if we have a iconv in -liconv, possibly from vendor + if test $found_iconv = "no"; then + AC_CHECK_LIB(iconv, iconv_open, with_libiconv=native; found_iconv=yes) +@@ -1548,6 +1551,9 @@ + ;; + gnu|yes) + AC_CHECK_LIB(iconv, libiconv_open, with_libiconv=gnu; found_iconv=yes) ++ if test $found_iconv = "no"; then ++ AC_CHECK_LIB(giconv, libiconv_open, with_libiconv=ggnu; found_iconv=yes) ++ fi + ;; + native) + AC_CHECK_LIB(iconv, iconv_open, with_libiconv=native; found_iconv=yes) +@@ -1561,6 +1567,10 @@ + case $with_libiconv in + gnu) + ICONV_LIBS="-liconv" ++ AC_DEFINE(USE_LIBICONV_GNU, [Using GNU libiconv]) ++ ;; ++ ggnu) ++ ICONV_LIBS="-lgiconv" + AC_DEFINE(USE_LIBICONV_GNU, [Using GNU libiconv]) + ;; + native) --------------090504050908080007030505-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 19:50:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDEFE37B417 for ; Sun, 10 Mar 2002 19:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B3o2P51116; Sun, 10 Mar 2002 19:50:02 -0800 (PST) (envelope-from gnats) Date: Sun, 10 Mar 2002 19:50:02 -0800 (PST) Message-Id: <200203110350.g2B3o2P51116@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Brian Fundakowski Feldman Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.15 Reply-To: Brian Fundakowski Feldman Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35541; it has been noted by GNATS. From: Brian Fundakowski Feldman To: freebsd-gnats-submit@FreeBSD.org, marcus@marcuscom.com, gnome@FreeBSD.org Cc: Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.15 Date: Sun, 10 Mar 2002 22:41:01 -0500 This is a multi-part message in MIME format. --------------090504050908080007030505 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I made changes to this port, too, taking into account changes for enabling static libraries, removing patch-ae and adding patch-configure.in, using autoconf, etc. How does this look? Yes, I have to work around USE_AUTOCONF related .mk bugs :( -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ --------------090504050908080007030505 Content-Type: text/plain; name="glib.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="glib.patch" Index: Makefile =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 27 Feb 2002 11:20:56 -0000 1.50 +++ Makefile 11 Mar 2002 03:32:42 -0000 @@ -6,19 +6,22 @@ # PORTNAME= glib -PORTVERSION= 1.3.14 +PORTVERSION= 2.0.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta,} \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} + +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-beta2,} \ + ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} \ + ftp://ftp.gtk.org/pub/ +MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv \ intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig @@ -29,11 +32,14 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_AUTOCONF= yes +AUTOCONF= autoconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} \ + --enable-static=yes MAN1= glib-genmarshal.1 glib-mkenums.1 Index: distinfo =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/distinfo,v retrieving revision 1.29 diff -u -r1.29 distinfo --- distinfo 27 Feb 2002 11:20:56 -0000 1.29 +++ distinfo 11 Mar 2002 02:12:50 -0000 @@ -1 +1 @@ -MD5 (gnome2/glib-1.3.14.tar.bz2) = 8bf2f7584928ce5edef30542ee9407d7 +MD5 (gnome2/glib-2.0.0.tar.bz2) = dd9d482ec739a41710080ee136f96444 Index: pkg-plist =================================================================== RCS file: /usr2/ncvs/ports/devel/glib20/pkg-plist,v retrieving revision 1.30 diff -u -r1.30 pkg-plist --- pkg-plist 27 Feb 2002 11:20:57 -0000 1.30 +++ pkg-plist 11 Mar 2002 03:28:06 -0000 @@ -1,7 +1,8 @@ -bin/glib-genmarshal bin/glib-gettextize -bin/glib-mkenums bin/gobject-query +bin/glib-genmarshal +bin/glib-mkenums +include/glib-2.0/glibconfig.h include/glib-2.0/glib-object.h include/glib-2.0/glib.h include/glib-2.0/glib/galloca.h @@ -47,14 +48,10 @@ include/glib-2.0/glib/gunicode.h include/glib-2.0/glib/gutils.h include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h include/glib-2.0/gobject/gboxed.h include/glib-2.0/gobject/gclosure.h include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c include/glib-2.0/gobject/gparam.h include/glib-2.0/gobject/gparamspecs.h include/glib-2.0/gobject/gsignal.h @@ -66,28 +63,27 @@ include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-1.3.a -lib/libglib-1.3.so -lib/libglib-1.3.so.14 -lib/libgmodule-1.3.a -lib/libgmodule-1.3.so -lib/libgmodule-1.3.so.14 -lib/libgobject-1.3.a -lib/libgobject-1.3.so -lib/libgobject-1.3.so.14 -lib/libgthread-1.3.a -lib/libgthread-1.3.so -lib/libgthread-1.3.so.14 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc +include/glib-2.0/gobject/gobjectnotifyqueue.c +include/glib-2.0/gobject/gmarshal.h +include/glib-2.0/gmodule.h +lib/libglib-2.0.a +lib/libglib-2.0.so.0 +lib/libglib-2.0.so +lib/libgobject-2.0.a +lib/libgobject-2.0.so.0 +lib/libgobject-2.0.so +lib/libgmodule-2.0.a +lib/libgmodule-2.0.so.0 +lib/libgmodule-2.0.so +lib/libgthread-2.0.a +lib/libgthread-2.0.so.0 +lib/libgthread-2.0.so share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/po/Makefile.in.in share/locale/az/LC_MESSAGES/glib20.mo share/locale/ca/LC_MESSAGES/glib20.mo share/locale/de/LC_MESSAGES/glib20.mo +share/locale/el/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo @@ -109,9 +105,15 @@ share/locale/uk/LC_MESSAGES/glib20.mo share/locale/zh_CN/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo +share/glib-2.0/gettext/po/Makefile.in.in +libdata/pkgconfig/glib-2.0.pc +libdata/pkgconfig/gobject-2.0.pc +libdata/pkgconfig/gmodule-2.0.pc +libdata/pkgconfig/gthread-2.0.pc +libdata/charset.alias +@dirrm include/glib-2.0/glib +@dirrm include/glib-2.0/gobject +@dirrm include/glib-2.0 @dirrm share/glib-2.0/gettext/po @dirrm share/glib-2.0/gettext @dirrm share/glib-2.0 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0 Index: files/patch-configure.in =================================================================== RCS file: files/patch-configure.in diff -N files/patch-configure.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure.in 11 Mar 2002 02:21:31 -0000 @@ -0,0 +1,42 @@ +--- configure.in.orig Sun Mar 10 21:14:44 2002 ++++ configure.in Sun Mar 10 21:21:13 2002 +@@ -1204,7 +1204,7 @@ + G_THREAD_LIBS="-pthread" + ;; + *) +- for thread_lib in "" pthread pthread32 pthreads thread dce; do ++ for thread_lib in "" "$PTHREAD_LIBS" pthread pthread32 pthreads thread dce; do + if test x"$thread_lib" = x; then + add_thread_lib="" + IN="" +@@ -1538,6 +1538,9 @@ + if test $found_iconv = "no"; then + AC_CHECK_LIB(iconv, libiconv_open, with_libiconv=gnu; found_iconv=yes) + fi ++ if test $found_iconv = "no"; then ++ AC_CHECK_LIB(giconv, libiconv_open, with_libiconv=ggnu; found_iconv=yes) ++ fi + # Check if we have a iconv in -liconv, possibly from vendor + if test $found_iconv = "no"; then + AC_CHECK_LIB(iconv, iconv_open, with_libiconv=native; found_iconv=yes) +@@ -1548,6 +1551,9 @@ + ;; + gnu|yes) + AC_CHECK_LIB(iconv, libiconv_open, with_libiconv=gnu; found_iconv=yes) ++ if test $found_iconv = "no"; then ++ AC_CHECK_LIB(giconv, libiconv_open, with_libiconv=ggnu; found_iconv=yes) ++ fi + ;; + native) + AC_CHECK_LIB(iconv, iconv_open, with_libiconv=native; found_iconv=yes) +@@ -1561,6 +1567,10 @@ + case $with_libiconv in + gnu) + ICONV_LIBS="-liconv" ++ AC_DEFINE(USE_LIBICONV_GNU, [Using GNU libiconv]) ++ ;; ++ ggnu) ++ ICONV_LIBS="-lgiconv" + AC_DEFINE(USE_LIBICONV_GNU, [Using GNU libiconv]) + ;; + native) --------------090504050908080007030505-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4626637B402; Sun, 10 Mar 2002 22:22:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6EDQ81467; Sun, 10 Mar 2002 22:14:13 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:14:13 -0800 (PST) From: Message-Id: <200203110614.g2B6EDQ81467@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34901: sodipodi-0.24.1 core dumps Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: sodipodi-0.24.1 core dumps Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Sun Mar 10 22:13:38 PST 2002 Responsible-Changed-Why: I'll look into this on my next upcoming build. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3D7537B405; Sun, 10 Mar 2002 22:22:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6Iee82199; Sun, 10 Mar 2002 22:18:40 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:18:40 -0800 (PST) From: Message-Id: <200203110618.g2B6Iee82199@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/35533: libgda depends on scrollkeeper Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: libgda depends on scrollkeeper Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Sun Mar 10 22:18:25 PST 2002 Responsible-Changed-Why: I'll look into this on my next upcoming build. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35533 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72D1C37B416; Sun, 10 Mar 2002 22:22:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6FUV81718; Sun, 10 Mar 2002 22:15:30 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:15:30 -0800 (PST) From: Message-Id: <200203110615.g2B6FUV81718@freefall.freebsd.org> To: natb@jong.FreeBSD.ORG, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35083: Gnome screensaver doesn't work, but KDE's does work Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Gnome screensaver doesn't work, but KDE's does work State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Sun Mar 10 22:14:54 PST 2002 State-Changed-Why: Timeout in feedback. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35083 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A84537B41B; Sun, 10 Mar 2002 22:23:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6EgN81577; Sun, 10 Mar 2002 22:14:42 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:14:42 -0800 (PST) From: Message-Id: <200203110614.g2B6EgN81577@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34904: graphics/imlib is not LOCALBASE clean Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: graphics/imlib is not LOCALBASE clean Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Sun Mar 10 22:14:28 PST 2002 Responsible-Changed-Why: I'll look into this on my next upcoming build. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5604537B419; Sun, 10 Mar 2002 22:23:01 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6G1e81891; Sun, 10 Mar 2002 22:16:01 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:16:01 -0800 (PST) From: Message-Id: <200203110616.g2B6G1e81891@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/35374: Is gnomecontrolcenter-1.4.0.4_2 missing dependency to gdk-pixbuf-0.16.0? Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Is gnomecontrolcenter-1.4.0.4_2 missing dependency to gdk-pixbuf-0.16.0? Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Sun Mar 10 22:15:41 PST 2002 Responsible-Changed-Why: I'll look into this on my next upcoming build. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35374 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37FE537B41D; Sun, 10 Mar 2002 22:23:02 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6DSR81336; Sun, 10 Mar 2002 22:13:28 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:13:28 -0800 (PST) From: Message-Id: <200203110613.g2B6DSR81336@freefall.freebsd.org> To: mharnois@cpinternet.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29969: gnomedb does not build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomedb does not build State-Changed-From-To: analyzed->closed State-Changed-By: ade State-Changed-When: Sun Mar 10 22:12:23 PST 2002 State-Changed-Why: Long since irrelevant as a point of contact. Truly interested readers will read the audit log, look at it in terms of release engineering, and hopefully follow up with patches :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:23:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2252D37B402; Sun, 10 Mar 2002 22:23:02 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6IGm82123; Sun, 10 Mar 2002 22:18:16 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:18:16 -0800 (PST) From: Message-Id: <200203110618.g2B6IGm82123@freefall.freebsd.org> To: ron@opnix.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35460: Failures in gathering packages for GNOME+Sawfish Installation. Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Failures in gathering packages for GNOME+Sawfish Installation. State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Sun Mar 10 22:16:20 PST 2002 State-Changed-Why: There is a known issue with the packaging for 4.5 which should have been dealt with by now and made it to the ERRATA. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35460 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 22:32:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49EED37B402; Sun, 10 Mar 2002 22:32:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B6Odb82944; Sun, 10 Mar 2002 22:24:39 -0800 (PST) (envelope-from ade) Date: Sun, 10 Mar 2002 22:24:39 -0800 (PST) From: Message-Id: <200203110624.g2B6Odb82944@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/35541: [PATCH] Update devel/glib13 to 1.3.15 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update devel/glib13 to 1.3.15 Responsible-Changed-From-To: gnome->sobomax Responsible-Changed-By: ade Responsible-Changed-When: Sun Mar 10 22:24:14 PST 2002 Responsible-Changed-Why: Max is dealing with the whole 1.3 -> 2.0 glib/gtk+ changeover. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35541 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 23:11:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 79E0537B416 for ; Sun, 10 Mar 2002 23:11:43 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2B7AdK73858 for ; Mon, 11 Mar 2002 02:10:39 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: theme-switcer-capplet and -CURRENT From: Joe Clarke To: freebsd-gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ptrlsV9FFhgaIZdt5EH5" X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 02:11:52 -0500 Message-Id: <1015830712.9693.22.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-ptrlsV9FFhgaIZdt5EH5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I just got a laptop to run -CURRENT, and I have GNOME installed on it.=20 Every time I try to switch a theme, theme-switcher-capplet dies with a SIGABRT, and a free() error saying a junk pointer was too high. I'm using this with XFree86-4.2.0_4. I haven't delved too much into troubleshooting because I didn't know if this was a -CURRENT thing, or a Joe thing. All I'm looking for is a little affirmation that this either works or doesn't for someone else. Thanks. Joe --=-ptrlsV9FFhgaIZdt5EH5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyMWLgACgkQb2iPiv4Uz4cjBQCfZDX9/Lb/Sv9cjFXb9Bf1cjhN hlsAmQGnqxU2O9QI44AYQGCkC2jZ8oK6 =fhAl -----END PGP SIGNATURE----- --=-ptrlsV9FFhgaIZdt5EH5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 23:18:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 47D8237B417 for ; Sun, 10 Mar 2002 23:18:20 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16kK4Z-0001tc-00; Sun, 10 Mar 2002 23:18:19 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 11 Mar 2002 01:17:04 -0600 Subject: Re: theme-switcer-capplet and -CURRENT From: Ade Lovett To: Joe Clarke , Message-ID: In-Reply-To: <1015830712.9693.22.camel@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03/11/02 01:11, "Joe Clarke" wrote: > I just got a laptop to run -CURRENT, and I have GNOME installed on it. > Every time I try to switch a theme, theme-switcher-capplet dies with a > SIGABRT, and a free() error saying a junk pointer was too high. I'm > using this with XFree86-4.2.0_4. I haven't delved too much into > troubleshooting because I didn't know if this was a -CURRENT thing, or a > Joe thing. All I'm looking for is a little affirmation that this either > works or doesn't for someone else. Thanks. To be really really honest, I'd stick with running -stable for GNOME hacking, using ref5 (soon, I hope :) and bento for checking out -current issues, especially near a HEAD milestone, such as the upcoming DP1. Really. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Mar 10 23:56:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7D12137B404; Sun, 10 Mar 2002 23:56:39 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2B7tZK74123; Mon, 11 Mar 2002 02:55:35 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: theme-switcer-capplet and -CURRENT From: Joe Clarke To: Ade Lovett Cc: freebsd-gnome@FreeBSD.org In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+v+7drO7Ju3PaDt0TqW0" X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 02:56:49 -0500 Message-Id: <1015833409.9693.67.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-+v+7drO7Ju3PaDt0TqW0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-11 at 02:17, Ade Lovett wrote: > On 03/11/02 01:11, "Joe Clarke" wrote: >=20 > > I just got a laptop to run -CURRENT, and I have GNOME installed on it. > > Every time I try to switch a theme, theme-switcher-capplet dies with a > > SIGABRT, and a free() error saying a junk pointer was too high. I'm > > using this with XFree86-4.2.0_4. I haven't delved too much into > > troubleshooting because I didn't know if this was a -CURRENT thing, or = a > > Joe thing. All I'm looking for is a little affirmation that this eithe= r > > works or doesn't for someone else. Thanks. >=20 > To be really really honest, I'd stick with running -stable for GNOME > hacking, using ref5 (soon, I hope :) and bento for checking out -current > issues, especially near a HEAD milestone, such as the upcoming DP1. I have two -stable machines for GNOME hacking, but thought I'd play with -CURRENT some, too. I must admit, I'm having some growing pains wrt laptop support and -CURRENT, but the exposure is nice. Joe >=20 > Really. >=20 > -aDe >=20 >=20 --=-+v+7drO7Ju3PaDt0TqW0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyMY0AACgkQb2iPiv4Uz4f3oQCeLldS2eMEaxYDk93JcDXEBpjO r8MAoKzrCMboOPJpWi/sCrwGIwXwVYOB =Vl/3 -----END PGP SIGNATURE----- --=-+v+7drO7Ju3PaDt0TqW0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 2: 5:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from titan.cc.wwu.edu (titan.cc.wwu.edu [140.160.240.18]) by hub.freebsd.org (Postfix) with ESMTP id 3F84537B400 for ; Mon, 11 Mar 2002 02:05:09 -0800 (PST) Received: from ws609.fx.reshall.wwu.edu (ws609.fx.reshall.wwu.edu [63.229.43.164]) by titan.cc.wwu.edu (8.10.2+Sun/8.9.1) with ESMTP id g2BA57907255 for ; Mon, 11 Mar 2002 02:05:07 -0800 (PST) Subject: gstreamer port WIP From: Michael J Estes To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 02:05:08 -0800 Message-Id: <1015841109.342.3.camel@estes.2y.net> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I created a first run for a gstreamer port today. It's actually my first port ever so please be nice. Soon I will try to do the gstreamer-plugins, and soon after that the new GST Media Player, but that depends on libgnomeui, which we don't have yet. But since all that the base gst depends on is GLib2 I decided to give it a shot. any comments are welcome, and I'll probably send-pr this in a few days. http://bw.2y.net/~estesm/gstreamer.tar.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 4:29:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from Thule.ne.mediaone.net (thule.ne.mediaone.net [24.91.126.132]) by hub.freebsd.org (Postfix) with ESMTP id 64C8137B402 for ; Mon, 11 Mar 2002 04:29:30 -0800 (PST) Received: from localhost (sk1@localhost) by Thule.ne.mediaone.net (8.11.6/8.11.6) with ESMTP id g2BCTRo67549 for ; Mon, 11 Mar 2002 07:29:27 -0500 (EST) (envelope-from sk1@thule.ne.mediaone.net) Date: Mon, 11 Mar 2002 07:29:27 -0500 (EST) From: Steve Sielaff To: gnome@FreeBSD.org Subject: Evolution is not compiling from ports Message-ID: <20020311072831.M65747-100000@thule.ne.mediaone.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You guys are my heros, I hope you can help with something. I update my ports on a daily basis. I am sure I have the lateset port but Evolution fails to compile... I get the following error: configure: In function `main': configure:8947: invalid lvalue in assignment configure: failed program was: #line 8941 "configure" #include "confdefs.h" #include int main() { timezone = 1; ; return 0; } configure:8972: checking for tm_gmtoff in struct tm configure:8989: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:9015: checking for mkstemp configure:9043: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib 1>&5 configure:9015: checking for mkdtemp configure:9043: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib 1>&5 configure:9015: checking for isblank configure:9043: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib 1>&5 configure:9070: checking if ctime_r wants three arguments configure:9089: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:9084: too many arguments to function `ctime_r' configure:9082: warning: `buf' might be used uninitialized in this function configure: failed program was: #line 9076 "configure" #include "confdefs.h" #include int main() { char *buf; time_t date; ctime_r( &date, buf, 100 ); ; return 0; } configure:9119: checking for gethostbyname_r configure:9147: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib 1>&5 /tmp/ccHSCCRN.o: In function `main': /tmp/ccHSCCRN.o(.text+0x7): undefined reference to `gethostbyname_r' configure: failed program was: #line 9124 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname_r(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r) choke me #else gethostbyname_r(); #endif ; return 0; } configure:9275: checking for db3 compiler flags configure:9296: checking for db3/db.h configure:9306: cc -E -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9334: checking db3 header version configure:9359: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:9377: checking for db3 library name configure:9404: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a 1>&5 configure:9429: checking that db3 library version matches header version configure:9460: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a -pthread -L/usr/local/lib 1>&5 configure:9497: checking for OpenLDAP configure:9857: checking for pthread_create in -pthread configure:10134: checking for SunOS broken spool format configure:10164: checking for Bonobo configure:10212: checking for OAF configure:10260: checking for libglade configure:10308: checking for gdk-pixbuf with GNOME canvas support configure:10356: checking for GNOME-VFS configure:10404: checking for libxml configure:10452: checking for bonobo-conf configure:10501: checking for GAL configure:10549: checking for GtkHTML configure:10692: checking for gnome-config configure:10726: checking for gnome-pilot environment configure:11079: checking if pilot-link handles UTF-8 conversions configure:11108: cc -o conftest -O -pipe -march=pentiumpro -I/usr/X11R6/include -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -pthread -L/usr/local/lib 1>&5 configure:11092: pi-util.h: No such file or directory configure: In function `main': configure:11100: warning: implicit declaration of function `convert_ToPilotChar' configure: failed program was: #line 11087 "configure" #include "confdefs.h" #include #include #include int main (int argc, char **argv) { const char *utf8 = "\x66\x66\x66\x66\x66\x66\x66\xC2\xA9"; size_t utf8_real_len = strlen (utf8); char *pstring; if (convert_ToPilotChar ("UTF-8", utf8, utf8_real_len, &pstring) == -1) exit (1); exit (0); } (end of "config.log") *** Error code 1 Stop in /usr/ports/mail/evolution. *** Error code 1 Stop in /usr/ports/mail/evolution. *** Error code 1 Stop in /usr/ports/mail/evolution. *** Error code 1 Stop in /usr/ports/mail/evolution. *** Error code 1 Thanks for your help. -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 7:58:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4E78C37B420 for ; Mon, 11 Mar 2002 07:57:04 -0800 (PST) Received: from localhost (marcus@localhost) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2BFtsf77247; Mon, 11 Mar 2002 10:55:54 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Mon, 11 Mar 2002 10:55:54 -0500 (EST) From: Joe Clarke To: Steve Sielaff Cc: gnome@FreeBSD.ORG Subject: Re: Evolution is not compiling from ports In-Reply-To: <20020311072831.M65747-100000@thule.ne.mediaone.net> Message-ID: <20020311105259.P77201-100000@creme-brulee.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Mar 2002, Steve Sielaff wrote: > You guys are my heros, I hope you can help with something. > > I update my ports on a daily basis. I am sure I have the lateset port but > Evolution fails to compile... > > I get the following error: It looks like your pilot stuff might be out of place. A while back there was a shift in where the pilot header files went. You should make sure you have the latest pilot-link (0.9.5_3 as of this writing) or define WITHOUT_PILOT when building. Joe > > configure: In function `main': > configure:8947: invalid lvalue in assignment > configure: failed program was: > #line 8941 "configure" > #include "confdefs.h" > > #include > > int main() { > > timezone = 1; > > ; return 0; } > configure:8972: checking for tm_gmtoff in struct tm > configure:8989: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include > -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/local/include -I/usr/X11R6/include/gtk12 > -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include > conftest.c 1>&5 > configure:9015: checking for mkstemp > configure:9043: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib 1>&5 > configure:9015: checking for mkdtemp > configure:9043: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib 1>&5 > configure:9015: checking for isblank > configure:9043: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib 1>&5 > configure:9070: checking if ctime_r wants three arguments > configure:9089: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include > -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/local/include -I/usr/X11R6/include/gtk12 > -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include > conftest.c 1>&5 > configure: In function `main': > configure:9084: too many arguments to function `ctime_r' > configure:9082: warning: `buf' might be used uninitialized in this > function > configure: failed program was: > #line 9076 "configure" > #include "confdefs.h" > > #include > > int main() { > > char *buf; > time_t date; > ctime_r( &date, buf, 100 ); > > ; return 0; } > configure:9119: checking for gethostbyname_r > configure:9147: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib 1>&5 > /tmp/ccHSCCRN.o: In function `main': > /tmp/ccHSCCRN.o(.text+0x7): undefined reference to `gethostbyname_r' > configure: failed program was: > #line 9124 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char gethostbyname_r(); below. */ #include > > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ char > gethostbyname_r(); > > int main() { > > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ #if > defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r) > choke me #else gethostbyname_r(); #endif > > ; return 0; } > configure:9275: checking for db3 compiler flags > configure:9296: checking for db3/db.h > configure:9306: cc -E > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null > 2>conftest.out > configure:9334: checking db3 header version > configure:9359: cc -c -O -pipe -march=pentiumpro -I/usr/X11R6/include > -Wall -Wunused -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 > configure:9377: checking for db3 library name > configure:9404: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib > /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a 1>&5 > configure:9429: checking that db3 library version matches header version > configure:9460: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > /usr/ports/mail/evolution/work/db-3.1.17/build_unix/libdb.a -pthread > -L/usr/local/lib 1>&5 > configure:9497: checking for OpenLDAP > configure:9857: checking for pthread_create in -pthread > configure:10134: checking for SunOS broken spool format > configure:10164: checking for Bonobo > configure:10212: checking for OAF > configure:10260: checking for libglade > configure:10308: checking for gdk-pixbuf with GNOME canvas support > configure:10356: checking for GNOME-VFS > configure:10404: checking for libxml > configure:10452: checking for bonobo-conf > configure:10501: checking for GAL > configure:10549: checking for GtkHTML > configure:10692: checking for gnome-config > configure:10726: checking for gnome-pilot environment > configure:11079: checking if pilot-link handles UTF-8 conversions > configure:11108: cc -o conftest -O -pipe -march=pentiumpro > -I/usr/X11R6/include -Wall -Wunused > -I/usr/ports/mail/evolution/work/db-3.1.17/build_unix -I/usr/local/include > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c > -pthread -L/usr/local/lib 1>&5 > configure:11092: pi-util.h: No such file or directory > configure: In function `main': > configure:11100: warning: implicit declaration of function > `convert_ToPilotChar' > configure: failed program was: > #line 11087 "configure" > #include "confdefs.h" > > > #include > #include > #include > > int main (int argc, char **argv) > { > const char *utf8 = "\x66\x66\x66\x66\x66\x66\x66\xC2\xA9"; > size_t utf8_real_len = strlen (utf8); > char *pstring; > > if (convert_ToPilotChar ("UTF-8", utf8, utf8_real_len, &pstring) > == -1) > exit (1); > > exit (0); > } > > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/mail/evolution. > *** Error code 1 > > Stop in /usr/ports/mail/evolution. > *** Error code 1 > > Stop in /usr/ports/mail/evolution. > *** Error code 1 > > Stop in /usr/ports/mail/evolution. > *** Error code 1 > > > > Thanks for your help. > > -Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 11:34: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 045EC37B404; Mon, 11 Mar 2002 11:34:04 -0800 (PST) Received: from localhost (marcus@localhost) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2BJWtJ78321; Mon, 11 Mar 2002 14:32:55 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Mon, 11 Mar 2002 14:32:55 -0500 (EST) From: Joe Clarke To: sobomax@freebsd.org Cc: gnome@freebsd.org Subject: Lib names Message-ID: <20020311141725.G77201-100000@creme-brulee.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim, I see you're keeping the -API_VERSION extension on, for instance, the pango libs. I was busy writing patches to keep things the old way (i.e. libpango.so.0). Just wanted to make sure we're going with this new lib naming scheme for future reference. Thanks! Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 11:49:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 2D6D237B400 for ; Mon, 11 Mar 2002 11:49:09 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA54741; Mon, 11 Mar 2002 21:48:57 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h225.228.dialup.iptcom.net [212.9.228.225]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA89136; Mon, 11 Mar 2002 21:48:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2BJlOB69205; Mon, 11 Mar 2002 21:47:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8D0A01.934992C2@FreeBSD.org> Date: Mon, 11 Mar 2002 21:48:17 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: gnome@FreeBSD.org Subject: Re: Lib names References: <20020311141725.G77201-100000@creme-brulee.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > Maxim, I see you're keeping the -API_VERSION extension on, for instance, > the pango libs. I was busy writing patches to keep things the old way > (i.e. libpango.so.0). Just wanted to make sure we're going with this new > lib naming scheme for future reference. Thanks! After thinking it out I came to a conclusion that overriding vendor's defaults in this particular case isn't a good idea because of the following: 1. If we would remove -API_VERSION extension from pango/atk we also need to patch gtk20 and probably other ports. 2. Those numbers in library names would protect us from the pain in the future when some incompatable version of atk/pango will be released (e.g. atk2/pango2). Just recall all the pain we had with gtk10/gtk12 ports, which need to be heavily patched to co-exist on the same machine. Those numbers aren't going to change every release (like they were in the old pango), so that there are mostly no pkg-plist maintenance costs. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 11:52: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9A6BC37B400; Mon, 11 Mar 2002 11:52:00 -0800 (PST) Received: from localhost (marcus@localhost) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2BJoqt78420; Mon, 11 Mar 2002 14:50:52 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Mon, 11 Mar 2002 14:50:52 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org Subject: Re: Lib names In-Reply-To: <3C8D0A01.934992C2@FreeBSD.org> Message-ID: <20020311144934.X77201-100000@creme-brulee.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Mar 2002, Maxim Sobolev wrote: > Joe Clarke wrote: > > > > Maxim, I see you're keeping the -API_VERSION extension on, for instance, > > the pango libs. I was busy writing patches to keep things the old way > > (i.e. libpango.so.0). Just wanted to make sure we're going with this new > > lib naming scheme for future reference. Thanks! > > After thinking it out I came to a conclusion that overriding vendor's > defaults in this particular case isn't a good idea because of the > following: > > 1. If we would remove -API_VERSION extension from pango/atk we also > need to patch gtk20 and probably other ports. Not to mention each and every port that depends on said libraries. > > 2. Those numbers in library names would protect us from the pain in > the future when some incompatable version of atk/pango will be > released (e.g. atk2/pango2). Just recall all the pain we had with > gtk10/gtk12 ports, which need to be heavily patched to co-exist on the > same machine. Those numbers aren't going to change every release (like > they were in the old pango), so that there are mostly no pkg-plist > maintenance costs. Yeah, I figured you'd say that. I was up to like 20 patches for pango alone before I thought, "there has to be a better way." Joe > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 12:38:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E8EAF37B41A for ; Mon, 11 Mar 2002 12:38:26 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA75211; Mon, 11 Mar 2002 22:38:17 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h4.229.dialup.iptcom.net [212.9.229.4]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA04729; Mon, 11 Mar 2002 22:38:14 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2BKbgB69442; Mon, 11 Mar 2002 22:37:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8D15CB.C14384C8@FreeBSD.org> Date: Mon, 11 Mar 2002 22:38:35 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: gnome@FreeBSD.org Subject: Re: Updating to GNOME 2 beta 2 References: <1015801896.93065.2.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > Maxim, which ports are you handling the upgrade for? I want to get the > new libgnomeprint ported, but I'd like to get the other bits upgraded to > beta 2 as well. I submitted new patches to ports/35541 for glib, and > also have some atk, pango, and gtk patches. How do you want to handle > the upgrade? I've just committed megapatch. Please submit gnomeprint as usually. Also I need your advice as to which repocopies would be necessary for gnomeprint pieces. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 12:53:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 2E0CE37B405; Mon, 11 Mar 2002 12:53:04 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA80662; Mon, 11 Mar 2002 22:52:52 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h83.229.dialup.iptcom.net [212.9.229.83]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA08855; Mon, 11 Mar 2002 22:52:49 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2BKqHB69524; Mon, 11 Mar 2002 22:52:17 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8D1936.999662C8@FreeBSD.org> Date: Mon, 11 Mar 2002 22:53:10 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: SASAKI Katuhiro Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: The libcharset library does not know some locales. References: <3c88cd22.6664%sahiro@crest.ocn.ne.jp> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could you please submit your patch to libiconv developers instead (Bruno Haible ), because it is clearly not FreeBSD specific. This would be a much better way to get it integrated into the tree. Thank you! -Maxim SASAKI Katuhiro wrote: > > Hi. > > I found that locale_charset() function in libcharset library (which is > provided by converters/libiconv) does not know "ja_JP.eucJP", > "ko_KR.eucKR" and "zh_CN.eucCN". > I attach a small code for test and a patch. > > To confirm this problem, please compile below code with -lcharset and > run it under latest 4.5-STABLE. If locale_charset() knows ja_JP.eucJP", > this small program must return "EUC-JP". But it will return > "ja_JP.eucJP". This result is bad. > > libcharsettest.c: > #include > #include > #include > > #include > > int main() > { > char* encoding; > > setenv("LANG", "ja_JP.eucJP", 1); > setlocale(LC_CTYPE, ""); > encoding = locale_charset(); > > if (encoding) { > printf("%s%s\n", "return value is ", encoding); > } else { > printf("%s\n", "return value is null"); > } > > return 0; > } > > Applying a patch to below the skeleton of converters/libiconv will fix > this problem, I think. Please test and review. > > Thank you for reading this message. > > diff -urN /usr/ports/converters/libiconv/files/patch-ae libiconv/files/patch-ae > --- /usr/ports/converters/libiconv/files/patch-ae Mon Aug 27 23:11:27 2001 > +++ libiconv/files/patch-ae Thu Feb 28 22:17:23 2002 > @@ -1,8 +1,8 @@ > > $FreeBSD: ports/converters/libiconv/files/patch-ae,v 1.4 2001/08/27 09:39:53 sobomax Exp $ > > ---- libcharset/lib/Makefile.in.orig Thu Jun 28 01:56:56 2001 > -+++ libcharset/lib/Makefile.in Mon Aug 27 12:32:43 2001 > +--- libcharset/lib/Makefile.in.orig Thu Jun 28 07:56:56 2001 > ++++ libcharset/lib/Makefile.in Thu Feb 28 21:58:05 2002 > @@ -10,6 +10,7 @@ > local_prefix = /usr/local > exec_prefix = @exec_prefix@ > @@ -29,24 +29,24 @@ > > charset.alias: $(srcdir)/config.charset > $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ > -@@ -72,11 +73,12 @@ > +@@ -72,11 +73,11 @@ > install-lib : all force > $(MKINSTALLDIRS) $(libdir) > $(LIBTOOL_INSTALL) $(INSTALL_DATA) libcharset.la $(libdir)/libcharset.la > - test -f $(libdir)/charset.alias && orig=$(libdir)/charset.alias \ > -+ $(MKINSTALLDIRS) $(sysconfdir) > -+ test -f $(sysconfdir)/charset.alias && orig=$(sysconfdir)/charset.alias \ > - || orig=charset.alias; \ > +- || orig=charset.alias; \ > - sed -f ref-add.sed $$orig > $(libdir)/t-charset.alias; \ > - $(INSTALL_DATA) $(libdir)/t-charset.alias $(libdir)/charset.alias; \ > - rm -f $(libdir)/t-charset.alias > ++ $(MKINSTALLDIRS) $(sysconfdir) > ++ orig=charset.alias; \ > + sed -f ref-add.sed $$orig > $(sysconfdir)/t-charset.alias; \ > + $(INSTALL_DATA) $(sysconfdir)/t-charset.alias $(sysconfdir)/charset.alias; \ > + rm -f $(sysconfdir)/t-charset.alias > > # The following is needed in order to install a simple file in $(libdir) > # which is shared with other installed packages. We use a list of referencing > -@@ -88,15 +90,16 @@ > +@@ -88,16 +89,11 @@ > install : all force > $(MKINSTALLDIRS) $(DESTDIR)$(libdir) > $(LIBTOOL_INSTALL) $(INSTALL_DATA) libcharset.la $(DESTDIR)$(libdir)/libcharset.la > @@ -54,19 +54,17 @@ > - sed -f ref-add.sed $(DESTDIR)$(libdir)/charset.alias > $(DESTDIR)$(libdir)/t-charset.alias; \ > - $(INSTALL_DATA) $(DESTDIR)$(libdir)/t-charset.alias $(DESTDIR)$(libdir)/charset.alias; \ > - rm -f $(DESTDIR)$(libdir)/t-charset.alias; \ > -+ $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) > -+ if test -f $(DESTDIR)$(sysconfdir)/charset.alias; then \ > -+ sed -f ref-add.sed $(DESTDIR)$(sysconfdir)/charset.alias > $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > -+ $(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/t-charset.alias $(DESTDIR)$(sysconfdir)/charset.alias; \ > -+ rm -f $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > - else \ > - if test @GLIBC21@ = no; then \ > +- else \ > +- if test @GLIBC21@ = no; then \ > - sed -f ref-add.sed charset.alias > $(DESTDIR)$(libdir)/t-charset.alias; \ > - $(INSTALL_DATA) $(DESTDIR)$(libdir)/t-charset.alias $(DESTDIR)$(libdir)/charset.alias; \ > - rm -f $(DESTDIR)$(libdir)/t-charset.alias; \ > -+ sed -f ref-add.sed charset.alias > $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > -+ $(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/t-charset.alias $(DESTDIR)$(sysconfdir)/charset.alias; \ > -+ rm -f $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > - fi ; \ > +- fi ; \ > ++ $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) > ++ if test @GLIBC21@ = no; then \ > ++ sed -f ref-add.sed charset.alias > $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > ++ $(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/t-charset.alias $(DESTDIR)$(sysconfdir)/charset.alias; \ > ++ rm -f $(DESTDIR)$(sysconfdir)/t-charset.alias; \ > fi > > + installdirs : force > diff -urN /usr/ports/converters/libiconv/files/patch-libcharset::lib::config.charset libiconv/files/patch-libcharset::lib::config.charset > --- /usr/ports/converters/libiconv/files/patch-libcharset::lib::config.charset Thu Jan 1 09:00:00 1970 > +++ libiconv/files/patch-libcharset::lib::config.charset Thu Feb 28 22:18:48 2002 > @@ -0,0 +1,18 @@ > +$FreeBSD$ > + > +--- libcharset/lib/config.charset.orig Mon Jun 25 21:01:22 2001 > ++++ libcharset/lib/config.charset Thu Feb 28 21:27:15 2002 > +@@ -264,10 +264,13 @@ > + echo "uk_UA.KOI8-U KOI8-U" > + echo "zh_TW.BIG5 BIG5" > + echo "zh_TW.Big5 BIG5" > ++ echo "zh_CN.eucCN GB2312" > + echo "zh_CN.EUC GB2312" > ++ echo "ja_JP.eucJP EUC-JP" > + echo "ja_JP.EUC EUC-JP" > + echo "ja_JP.SJIS SHIFT_JIS" > + echo "ja_JP.Shift_JIS SHIFT_JIS" > ++ echo "ko_KR.eucKR EUC-KR" > + echo "ko_KR.EUC EUC-KR" > + ;; > + beos*) > > -- > SASAKI Katuhiro > > mailto: sahiro@crest.ocn.ne.jp > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 14:13: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 434EB37B41E; Mon, 11 Mar 2002 14:13:00 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2BM3K314632; Mon, 11 Mar 2002 14:03:20 -0800 (PST) (envelope-from pat) Date: Mon, 11 Mar 2002 14:03:20 -0800 (PST) From: Message-Id: <200203112203.g2BM3K314632@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35776: New option for mozilla port Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: New option for mozilla port Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Mon Mar 11 14:03:07 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35776 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 14:59:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id EC43F37B404; Mon, 11 Mar 2002 14:59:48 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout06.sul.t-online.com with smtp id 16kYa8-0007xh-02; Mon, 11 Mar 2002 23:47:52 +0100 Received: from twoflower (320072111332-0001@[217.80.121.100]) by fmrl07.sul.t-online.com with smtp id 16kYa1-1P4B6GC; Mon, 11 Mar 2002 23:47:45 +0100 Reply-To: From: "Jan Stocker" To: "gnome@FreeBSD. ORG" , "ports@FreeBSD. ORG" Subject: GDM port broken Date: Mon, 11 Mar 2002 23:46:33 +0100 Message-ID: <000701c1c94e$97b5f140$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Compiling gdm failed on completly fresh installed system... cc -O -pipe -march=pentiumpro -I/usr/X11R6/include -g -Wall -Wpointer-arith -Wmi ssing-prototypes -Wmissing-declarations -o gdmaskpass dmaskpass.o -Wl,-E -L/us r/X11R6/lib -L/usr/local/lib -lintl -lpam -lwrap -lpam -lutil -lutil -lXiner ama gdmaskpass.o: In function `main': /usr/ports/x11/gdm/work/gdm-2.2.5.4/utils/gdmaskpass.c(.data+0x0): undefined ref erence to `misc_conv' gmake[2]: *** [gdmaskpass] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.2.5.4/utils' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 15:12:53 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from titan.cc.wwu.edu (titan.cc.wwu.edu [140.160.240.18]) by hub.freebsd.org (Postfix) with ESMTP id 4D97837B402; Mon, 11 Mar 2002 15:12:50 -0800 (PST) Received: from ws609.fx.reshall.wwu.edu (ws609.fx.reshall.wwu.edu [63.229.43.164]) by titan.cc.wwu.edu (8.10.2+Sun/8.9.1) with ESMTP id g2BNCh929897; Mon, 11 Mar 2002 15:12:43 -0800 (PST) Subject: Re: GDM port broken From: Michael J Estes To: jstocker@tzi.de Cc: "gnome@FreeBSD. ORG" , "ports@FreeBSD. ORG" In-Reply-To: <000701c1c94e$97b5f140$fe02010a@twoflower.liebende.de> References: <000701c1c94e$97b5f140$fe02010a@twoflower.liebende.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 15:12:46 -0800 Message-Id: <1015888366.54382.2.camel@estes.2y.net> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem recently and I managed to fix it my removing /usr/include then doing a 'make installworld'. I'm assuming you are on -CURRENT. I think this is related to recent pam changes. Seems there may have been some stale pam related .h files. -Mike Estes On Mon, 2002-03-11 at 14:46, Jan Stocker wrote: > Compiling gdm failed on completly fresh installed system... > > cc -O -pipe -march=pentiumpro -I/usr/X11R6/include -g -Wall -Wpointer-arith > -Wmi > ssing-prototypes -Wmissing-declarations -o gdmaskpass > dmaskpass.o -Wl,-E -L/us > r/X11R6/lib -L/usr/local/lib -lintl -lpam -lwrap -lpam -lutil -lutil -lXiner > ama > gdmaskpass.o: In function `main': > /usr/ports/x11/gdm/work/gdm-2.2.5.4/utils/gdmaskpass.c(.data+0x0): undefined > ref > erence to `misc_conv' > gmake[2]: *** [gdmaskpass] Error 1 > gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.2.5.4/utils' > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 18:27:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from fep8.cogeco.net (smtp.cogeco.net [216.221.81.25]) by hub.freebsd.org (Postfix) with ESMTP id 7680537B416; Mon, 11 Mar 2002 18:27:29 -0800 (PST) Received: from ergo.dhs.org (d57-117-31.home.cgocable.net [24.57.117.31]) by fep8.cogeco.net (Postfix) with ESMTP id D8C3F652C; Mon, 11 Mar 2002 21:27:27 -0500 (EST) Subject: Mozilla 0.9.9 has been released From: Muhannad Asfour To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-99qg/aPFEjXPd03Bqhve" X-Mailer: Evolution/1.0.2 Date: 11 Mar 2002 21:27:25 -0500 Message-Id: <1015900046.97585.1.camel@ergo.dhs.org> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-99qg/aPFEjXPd03Bqhve Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Just a friendly reminder that mozilla 0.9.9 has been released @ mozilla.org. Thanks (in advance) for the port update:) --=-99qg/aPFEjXPd03Bqhve Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8jWeNck977FUKFQQRAot0AJ4/CjqHRHNLkUGRJ77bFCnf9/upCACeKGNO 48hulFQJydEZ+crT6dZVnJ0= =eDAb -----END PGP SIGNATURE----- --=-99qg/aPFEjXPd03Bqhve-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Mar 11 22:47:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id A7CAD37B400; Mon, 11 Mar 2002 22:47:30 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2C6kJK81921; Tue, 12 Mar 2002 01:46:19 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Updating to GNOME 2 beta 2 From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org In-Reply-To: <3C8D15CB.C14384C8@FreeBSD.org> References: <1015801896.93065.2.camel@shumai.marcuscom.com> <3C8D15CB.C14384C8@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JQ1Sol+epwLW4RTMqZ+/" X-Mailer: Evolution/1.0.2 Date: 12 Mar 2002 01:47:42 -0500 Message-Id: <1015915662.89973.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-JQ1Sol+epwLW4RTMqZ+/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-11 at 15:38, Maxim Sobolev wrote: > Joe Clarke wrote: > >=20 > > Maxim, which ports are you handling the upgrade for? I want to get the > > new libgnomeprint ported, but I'd like to get the other bits upgraded t= o > > beta 2 as well. I submitted new patches to ports/35541 for glib, and > > also have some atk, pango, and gtk patches. How do you want to handle > > the upgrade? >=20 > I've just committed megapatch. Please submit gnomeprint as usually. > Also I need your advice as to which repocopies would be necessary for > gnomeprint pieces. I think gnomeprint should be repo copied to libgnomeprint. I will submit the patches later today (3/12/02). libgnomeprintui is new, and should probably stand on its own. Joe >=20 > Thanks! >=20 > -Maxim >=20 --=-JQ1Sol+epwLW4RTMqZ+/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyNpI4ACgkQb2iPiv4Uz4faCgCfb9Xbhq6pB7+2GJzyHfPgImw3 0ZAAoKg8E8W5bqZLs623dKqbBTafN1dV =2KT/ -----END PGP SIGNATURE----- --=-JQ1Sol+epwLW4RTMqZ+/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 0:48:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id EE76F37B427; Tue, 12 Mar 2002 00:47:34 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA78487; Tue, 12 Mar 2002 10:47:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h221.228.dialup.iptcom.net (h221.228.dialup.iptcom.net [212.9.228.221]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA20789; Tue, 12 Mar 2002 10:47:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: Mozilla 0.9.9 has been released From: Maxim Sobolev To: Muhannad Asfour Cc: gnome@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <1015900046.97585.1.camel@ergo.dhs.org> References: <1015900046.97585.1.camel@ergo.dhs.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DS/B5UOSqz/UucL5LUxI" Message-Id: <1015921243.255.6.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 12 Mar 2002 10:47:23 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-DS/B5UOSqz/UucL5LUxI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-03-12 at 04:27, Muhannad Asfour wrote: > Just a friendly reminder that mozilla 0.9.9 has been released @ > mozilla.org. >=20 > Thanks (in advance) for the port update:) Thank you for notification. I'll give it a try later today. -Maxim --=-DS/B5UOSqz/UucL5LUxI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8jbpboNu5t4iCBa8RAgRKAJ9TTP7lGqHaqEFuM6SOnDiExum5RQCeJSl9 LlQB+0Vu6l64f+ucOBuQMa4= =FM1H -----END PGP SIGNATURE----- --=-DS/B5UOSqz/UucL5LUxI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 13:54:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from CC40670-a.groni1.gr.nl.home.com (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 1605D37B404; Tue, 12 Mar 2002 13:54:26 -0800 (PST) Received: (from jochem@localhost) by CC40670-a.groni1.gr.nl.home.com (8.11.6/8.11.6) id g2CLsK378103; Tue, 12 Mar 2002 22:54:20 +0100 (CET) (envelope-from jochem) Date: Tue, 12 Mar 2002 22:54:20 +0100 (CET) Message-Id: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> To: FreeBSD-gnats-submit@freebsd.org Subject: www/mozilla 0.9.9,1 broken From: Jochem Kossen Reply-To: Jochem Kossen Cc: gnome@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Submitter-Id: current-users >Originator: Jochem Kossen >Organization: >Confidential: no >Synopsis: www/mozilla 0.9.9,1 broken >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 4.5-STABLE i386 >Environment: System: FreeBSD lisa.CC40670-a.groni1.gr.nl.home.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 18:55:49 CET 2002 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: The build of the new Mozilla 0.9.9,1 port fails. Here are the error messages with some context: gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/xlibrgb' gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' nsPrintdGTK.c cc -o nsPrintdGTK.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/include/dom -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/windowwatcher -I../../../dist/include/locale -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/necko -I../../../dist/include/gfx -I../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -pipe ! -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -include ../../../config-defs.h -DMOZILLA_CLIENT nsPrintdGTK.c xprintutil.c cc -o xprintutil.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/include/dom -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/windowwatcher -I../../../dist/include/locale -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/necko -I../../../dist/include/gfx -I../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -pipe -! DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -include ../../../config-defs.h -DMOZILLA_CLIENT xprintutil.c xprintutil.c: In function `XpuGetPrinterList': xprintutil.c:773: warning: suggest parentheses around assignment used as truth value nsAntiAliasedGlyph.cpp c++ -o nsAntiAliasedGlyph.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/include/dom -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/windowwatcher -I../../../dist/include/locale -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/necko -I../../../dist/include/gfx -I../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-funct! ion-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../config-defs.h nsAntiAliasedGlyph.cpp In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:320: Error: Rest of line ignored. First ignored character is `:'. {standard input}:326: Error: Rest of line ignored. First ignored character is `:'. {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. >How-To-Repeat: # cd /usr/ports/www/mozilla # make >Fix: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:22:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 3601137B417 for ; Tue, 12 Mar 2002 14:22:40 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2CMMtI00942 for ; Tue, 12 Mar 2002 17:22:55 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Mar 2002 17:22:55 -0500 (EST) From: Joe Clarke To: gnome@freebsd.org Subject: Urgent patch issue Message-ID: <20020312172209.E94049-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can someone with commit powers have a look at ports/35831? This was holding up my GNOME2 development on -stable. Thanks. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:27:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 8733837B402 for ; Tue, 12 Mar 2002 14:27:27 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16kuju-0000lz-00; Tue, 12 Mar 2002 14:27:26 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Mar 2002 16:26:10 -0600 Subject: Re: Urgent patch issue From: Ade Lovett To: Joe Clarke , Message-ID: In-Reply-To: <20020312172209.E94049-100000@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03/12/02 16:22, "Joe Clarke" wrote: > Can someone with commit powers have a look at ports/35831? This was > holding up my GNOME2 development on -stable. Thanks. Is this just a drop in for the current pkgconfig (which recently got updated). If so, I'll do the drive-by (my test cluster is currently rebuilding -current and -stable). -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:29:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 472B537B41A; Tue, 12 Mar 2002 14:29:12 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2CMTQN00977; Tue, 12 Mar 2002 17:29:26 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Mar 2002 17:29:26 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: gnome@FreeBSD.org Subject: Re: Urgent patch issue In-Reply-To: Message-ID: <20020312172905.F94049-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 12 Mar 2002, Ade Lovett wrote: > On 03/12/02 16:22, "Joe Clarke" wrote: > > > Can someone with commit powers have a look at ports/35831? This was > > holding up my GNOME2 development on -stable. Thanks. > > Is this just a drop in for the current pkgconfig (which recently got > updated). If so, I'll do the drive-by (my test cluster is currently > rebuilding -current and -stable). Yes, this is against 0.11.0. It's a simple drop-in. Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:33:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A035337B41D; Tue, 12 Mar 2002 14:33:03 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CMUv399888; Tue, 12 Mar 2002 14:30:57 -0800 (PST) (envelope-from pat) Date: Tue, 12 Mar 2002 14:30:57 -0800 (PST) From: Message-Id: <200203122230.g2CMUv399888@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: www/mozilla 0.9.9,1 broken Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Mar 12 14:30:45 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:33:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A22137B420; Tue, 12 Mar 2002 14:33:06 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CMTl099673; Tue, 12 Mar 2002 14:29:47 -0800 (PST) (envelope-from pat) Date: Tue, 12 Mar 2002 14:29:47 -0800 (PST) From: Message-Id: <200203122229.g2CMTl099673@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35831: [PATCH] Fix problem getting pthread libs and cflags from pkgconfig Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Fix problem getting pthread libs and cflags from pkgconfig Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Mar 12 14:29:33 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:39:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 03BC937B488 for ; Tue, 12 Mar 2002 14:38:51 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16kuuw-0000r0-00; Tue, 12 Mar 2002 14:38:50 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Mar 2002 16:37:33 -0600 Subject: Re: Urgent patch issue From: Ade Lovett To: Joe Clarke Cc: Message-ID: In-Reply-To: <20020312172905.F94049-100000@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03/12/02 16:29, "Joe Clarke" wrote: > Yes, this is against 0.11.0. It's a simple drop-in. Done. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:43:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A68037B405; Tue, 12 Mar 2002 14:43:03 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CMcSJ01050; Tue, 12 Mar 2002 14:38:28 -0800 (PST) (envelope-from ade) Date: Tue, 12 Mar 2002 14:38:28 -0800 (PST) From: Message-Id: <200203122238.g2CMcSJ01050@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/35831: [PATCH] Fix problem getting pthread libs and cflags from pkgconfig Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Fix problem getting pthread libs and cflags from pkgconfig State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Mar 12 14:38:07 PST 2002 State-Changed-Why: Update committed, thanks! Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Mar 12 14:38:07 PST 2002 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 14:54:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by hub.freebsd.org (Postfix) with ESMTP id 6067437B416; Tue, 12 Mar 2002 14:53:52 -0800 (PST) Received: from ergo.dhs.org (d57-117-31.home.cgocable.net [24.57.117.31]) by fep1.cogeco.net (Postfix) with ESMTP id 4570E334E; Tue, 12 Mar 2002 17:53:51 -0500 (EST) Subject: Mozilla 0.9.9 won't build From: Muhannad Asfour To: sobomax@FreeBSD.org Cc: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OmRI9I3ce/nG8hTTMcWM" X-Mailer: Evolution/1.0.2 Date: 12 Mar 2002 17:53:43 -0500 Message-Id: <1015973629.291.19.camel@ergo.dhs.org> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-OmRI9I3ce/nG8hTTMcWM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I receive the following error when trying to build mozilla 0.9.9, any help would be greatly appreciated: In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no typensAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no typensAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. {standard input}:356: Error: Rest of line ignored. First ignored character is `:'. {standard input}:362: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. Thanks --=-OmRI9I3ce/nG8hTTMcWM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8job3ck977FUKFQQRAhKRAJ94UPUMq+U3VC5K/vHnTZSFraMtJQCfUj6M zgGy8vHmoYyv/vbp2gYmCbE= =Jtuf -----END PGP SIGNATURE----- --=-OmRI9I3ce/nG8hTTMcWM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 15: 1: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by hub.freebsd.org (Postfix) with ESMTP id BE5CB37B4AB; Tue, 12 Mar 2002 14:59:57 -0800 (PST) Received: from ergo.dhs.org (d57-117-31.home.cgocable.net [24.57.117.31]) by fep2.cogeco.net (Postfix) with ESMTP id 5B8A9A1D; Tue, 12 Mar 2002 17:59:56 -0500 (EST) Subject: FreeBSD Port: galeon-1.0.3 From: Muhannad Asfour To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BwQAE0orLa3ts/Xf+Oc/" X-Mailer: Evolution/1.0.2 Date: 12 Mar 2002 17:59:53 -0500 Message-Id: <1015973994.291.22.camel@ergo.dhs.org> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-BwQAE0orLa3ts/Xf+Oc/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Latest stable version of galeon is 1.2.0 I believe from=20 http://sourceforge.net/project/showfiles.php?group_id=3D6999&release_id=3D7= 9377 It's right above 1.0.3 Thanks --=-BwQAE0orLa3ts/Xf+Oc/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8johpck977FUKFQQRAjQBAJ9sb9HtlFJU3vvCwWfCnEzOcd3+CACffUnK adsfXnK0n8y8OsEBLpZq7Lw= =4jpr -----END PGP SIGNATURE----- --=-BwQAE0orLa3ts/Xf+Oc/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 15: 5:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx7.mail.ru (mx7.mail.ru [194.67.57.17]) by hub.freebsd.org (Postfix) with ESMTP id 5510637B400; Tue, 12 Mar 2002 15:05:17 -0800 (PST) Received: from ppp-237-246.istc.kiev.ua ([193.108.237.246]) by mx7.mail.ru with esmtp (Exim SMTP.7) id 16kvKT-000FSr-00; Wed, 13 Mar 2002 02:05:14 +0300 Subject: Re: www/mozilla 0.9.9,1 broken From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Jochem Kossen Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG In-Reply-To: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> References: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hXLN9AglPQOlIUvy6un5" Message-Id: <1015974149.20504.7.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 13 Mar 2002 01:04:45 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-hXLN9AglPQOlIUvy6un5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > The build of the new Mozilla 0.9.9,1 port fails. > Here are the error messages with some context: > [...] > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before = `;' > /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before = `;' > /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before = `;' Try to remove freetype-1.3.1_1 package from your system and restart the build. This should fix in. We'll try to provide a real fix tomorrow. Thanks! -Maxim --=-hXLN9AglPQOlIUvy6un5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8jokFoNu5t4iCBa8RAujiAJ9TQ2GTddKm9PFn1WYO7qdSRYp32gCfW2we qc1fkE2lTvpWh3dclFQ0MVY= =Ogl3 -----END PGP SIGNATURE----- --=-hXLN9AglPQOlIUvy6un5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 15:12:14 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx10.mail.ru (mx10.mail.ru [194.67.57.20]) by hub.freebsd.org (Postfix) with ESMTP id CAAC637B402 for ; Tue, 12 Mar 2002 15:11:59 -0800 (PST) Received: from ppp-237-246.istc.kiev.ua ([193.108.237.246]) by mx10.mail.ru with esmtp (Exim SMTP.A) id 16kvQ9-000Llw-00; Wed, 13 Mar 2002 02:11:07 +0300 Subject: Re: Mozilla 0.9.9 won't build From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Muhannad Asfour Cc: gnome@FreeBSD.ORG In-Reply-To: <1015973629.291.19.camel@ergo.dhs.org> References: <1015973629.291.19.camel@ergo.dhs.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JgLLBRmY3DAfRUYx/s+j" Message-Id: <1015974426.20504.11.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 13 Mar 2002 01:11:17 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-JgLLBRmY3DAfRUYx/s+j Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Try to remove freetype-1.3.1_1 package from your system and restart the build. This should fix it. We'll try to provide a real fix tomorrow. Thanks! -Maxim On Wed, 2002-03-13 at 00:53, Muhannad Asfour wrote: > I receive the following error when trying to build mozilla 0.9.9, any > help would be greatly appreciated: >=20 >=20 >=20 > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before > `;' > /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before > `;' > /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before > `;' > /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before > `;' > /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before > `(' > /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before > `(' > In file included from nsAntiAliasedGlyph.cpp:47: > ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this > scope > ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this > scope > ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' > ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of > member `WrapFreeType' > ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static > ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class > initialization of non-const static member `WrapFreeType' > nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: syntax error before `,' > nsAntiAliasedGlyph.cpp:106: duplicate initialization of > nsAntiAliasedGlyph::WrapFreeType > nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound > expression > nsAntiAliasedGlyph.cpp:106: syntax error before `{' > nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with > no typensAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this > scope > nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' > with no type > nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' > with no type > nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with > no typensAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this > scope > nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with > no type > nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with > no type > nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:116: syntax error before `if' > {standard input}: Assembler messages: > {standard input}:332: Error: Rest of line ignored. First ignored > character is `:'. > {standard input}:338: Error: Rest of line ignored. First ignored > character is `:'. > {standard input}:344: Error: Rest of line ignored. First ignored > character is `:'. > {standard input}:350: Error: Rest of line ignored. First ignored > character is `:'. > {standard input}:356: Error: Rest of line ignored. First ignored > character is `:'. > {standard input}:362: Error: Rest of line ignored. First ignored > character is `:'. > gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 > gmake[4]: Leaving directory > `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/usr/ports/www/mozilla/work/mozilla/gfx/src' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. >=20 >=20 >=20 > Thanks --=-JgLLBRmY3DAfRUYx/s+j Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8jooaoNu5t4iCBa8RAp07AJ9GX4nxaO/pWBCMRXrkCfIoLiCOdQCfVGe/ MyrA1FVoHsdzVNV4buxOZg8= =tjOE -----END PGP SIGNATURE----- --=-JgLLBRmY3DAfRUYx/s+j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 16:43:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C46537B405; Tue, 12 Mar 2002 16:43:03 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2D0b0J26447; Tue, 12 Mar 2002 16:37:00 -0800 (PST) (envelope-from ade) Date: Tue, 12 Mar 2002 16:37:00 -0800 (PST) From: Message-Id: <200203130037.g2D0b0J26447@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35715: Gnome-based builds fail due to lack of correct dependancies Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Gnome-based builds fail due to lack of correct dependancies Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ade Responsible-Changed-When: Tue Mar 12 16:36:43 PST 2002 Responsible-Changed-Why: Over to MAINTAINERs http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35715 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 19:20: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C4D937B419 for ; Tue, 12 Mar 2002 19:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2D3K2g69619; Tue, 12 Mar 2002 19:20:02 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Mar 2002 19:20:02 -0800 (PST) Message-Id: <200203130320.g2D3K2g69619@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Matthew Reimer Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Reply-To: Matthew Reimer Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35830; it has been noted by GNATS. From: Matthew Reimer To: freebsd-gnats-submit@FreeBSD.org, j.kossen@home.nl Cc: Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Date: Tue, 12 Mar 2002 21:14:49 -0600 Try moving /usr/local/include/freetype out of the way temporarily while mozilla builds. I think the includes for freetype (version 1) are getting picked up instead of the includes for freetype2. Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 20:11:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from aerotus.media-w.com (aerotus.media-w.com [210.249.47.138]) by hub.freebsd.org (Postfix) with ESMTP id F326137B41B; Tue, 12 Mar 2002 20:11:03 -0800 (PST) Received: from excalibur.nobutaka.com (pl176.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.176]) by aerotus.media-w.com (8.11.6/8.11.5) with ESMTP id g2D4Ato63526; Wed, 13 Mar 2002 13:10:56 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Date: Wed, 13 Mar 2002 13:09:45 +0900 Message-ID: <86pu29ds6u.wl@excalibur.nobutaka.com> From: MANTANI Nobutaka To: Muhannad Asfour Cc: sobomax@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: Mozilla 0.9.9 won't build In-Reply-To: <1015973629.291.19.camel@ergo.dhs.org> References: <1015973629.291.19.camel@ergo.dhs.org> User-Agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (SAKAKI) X-Face: &df%eT@l7@[A)naO}g|xRNd"u7dRB?C&!'{Nmcx6z`t$b!/${7)q7=$t;@z(5{)1-z%ympi' MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, At 12 Mar 2002 17:53:43 -0500, Muhannad Asfour wrote: > > I receive the following error when trying to build mozilla 0.9.9, any > help would be greatly appreciated: > > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before > `;' > [snip] This error is caused by including header files of freetype-1.x and freetype-2.x jumblingly. Setting the include path ${LOCALBASE}/include/freetype2 prior to ${LOCALBASE}/include can avoid the error. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- Makefile 12 Mar 2002 18:16:06 -0000 1.83 +++ Makefile 13 Mar 2002 04:06:42 -0000 @@ -72,6 +72,9 @@ MOZ_INTERNAL_LIBART_LGPL=1 ALL_TARGET= default +post-patch: + ${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/config/config.mk + post-build: ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla Index: files/patch-config::config.mk =================================================================== RCS file: files/patch-config::config.mk diff -N files/patch-config::config.mk --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-config::config.mk 13 Mar 2002 04:06:42 -0000 @@ -0,0 +1,11 @@ +--- config/config.mk.orig Wed Mar 13 06:36:07 2002 ++++ config/config.mk Wed Mar 13 06:42:18 2002 +@@ -503,7 +503,7 @@ + + REQ_INCLUDES = $(foreach d,$(REQUIRES),-I$(DIST)/include/$d) + +-INCLUDES = $(LOCAL_INCLUDES) $(REQ_INCLUDES) -I$(PUBLIC) -I$(DIST)/include $(OS_INCLUDES) ++INCLUDES = -I%%LOCALBASE%%/include/freetype2 $(LOCAL_INCLUDES) $(REQ_INCLUDES) -I$(PUBLIC) -I$(DIST)/include $(OS_INCLUDES) + + LIBNT = $(DIST)/lib/libnt.$(LIB_SUFFIX) + LIBAWT = $(DIST)/lib/libawt.$(LIB_SUFFIX) -- MANTANI Nobutaka nobutaka@FreeBSD.org, nobutaka@nobutaka.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 20:13:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CB2F37B417; Tue, 12 Mar 2002 20:13:03 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2D49JH79913; Tue, 12 Mar 2002 20:09:19 -0800 (PST) (envelope-from ade) Date: Tue, 12 Mar 2002 20:09:19 -0800 (PST) From: Message-Id: <200203130409.g2D49JH79913@freefall.freebsd.org> To: ade@FreeBSD.org, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34901: sodipodi-0.24.1 core dumps Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: sodipodi-0.24.1 core dumps Responsible-Changed-From-To: ade->gnome Responsible-Changed-By: ade Responsible-Changed-When: Tue Mar 12 20:09:07 PST 2002 Responsible-Changed-Why: Punting back to gnome@ http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 20:15:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 0609937B476 for ; Tue, 12 Mar 2002 20:14:42 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16l09x-0002VY-00 for gnome@freebsd.org; Tue, 12 Mar 2002 20:14:41 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Mar 2002 22:13:25 -0600 Subject: Ho hum From: Ade Lovett To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry folks, but looking at my workload, and the stuff that I'm really interested in, gnome@ is way down on my list of priorites. I probably shouldn't have come back, thought I could handle it, and events have overtaken me. I'll be concentrating on portmgr@, big hacks to bsd.port.mk, uber patches across the tree, and the version-dependency stuff, which doesn't leave a lot of time for a UI that I don't really use apart from in a VNC session. My last wish is to see Marcus become a full ports/ committer. With him and Max at the helm, I don't think there'll be any problems in maintaining FreeBSD/GNOME for the forseeable future. With kindest regards, -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 22:26: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 471FB37B402 for ; Tue, 12 Mar 2002 22:26:01 -0800 (PST) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2D6OhK90544 for ; Wed, 13 Mar 2002 01:24:43 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: libgnomeprint is ready From: Joe Clarke To: gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8hh4vRQtmDFFLjC7Og+V" X-Mailer: Evolution/1.0.2 Date: 13 Mar 2002 01:26:16 -0500 Message-Id: <1016000776.60521.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-8hh4vRQtmDFFLjC7Og+V Content-Type: multipart/mixed; boundary="=-0ZqcyWpLleKMkR5Acu4A" --=-0ZqcyWpLleKMkR5Acu4A Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Attached is the shar for libgnomeprint. A repo copy from gnomeprint -> libgnomeprint needs to be done first. I will build patches after this is done if need be. The shar is merely for people to review. Joe --=-0ZqcyWpLleKMkR5Acu4A Content-Type: application/x-shar Content-Disposition: attachment; filename=libgnomeprint.shar Content-Transfer-Encoding: base64 IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJbGliZ25vbWVwcmludAojCWxp Ymdub21lcHJpbnQvZmlsZXMKIwlsaWJnbm9tZXByaW50L2ZpbGVzL3BhdGNoLWFiCiMJbGliZ25v bWVwcmludC9maWxlcy9wYXRjaC1sdG1haW4uc2gKIwlsaWJnbm9tZXByaW50L2ZpbGVzL3BhdGNo LWxpYmdub21lcHJpbnQ6Omdub21lLXByaW50LW1ldGEuYwojCWxpYmdub21lcHJpbnQvZmlsZXMv b3V0CiMJbGliZ25vbWVwcmludC9NYWtlZmlsZQojCWxpYmdub21lcHJpbnQvZGlzdGluZm8KIwls aWJnbm9tZXByaW50L3BrZy1jb21tZW50CiMJbGliZ25vbWVwcmludC9wa2ctZGVzY3IKIwlsaWJn bm9tZXByaW50L3BrZy1wbGlzdAojCmVjaG8gYyAtIGxpYmdub21lcHJpbnQKbWtkaXIgLXAgbGli Z25vbWVwcmludCA+IC9kZXYvbnVsbCAyPiYxCmVjaG8gYyAtIGxpYmdub21lcHJpbnQvZmlsZXMK bWtkaXIgLXAgbGliZ25vbWVwcmludC9maWxlcyA+IC9kZXYvbnVsbCAyPiYxCmVjaG8geCAtIGxp Ymdub21lcHJpbnQvZmlsZXMvcGF0Y2gtYWIKc2VkICdzL15YLy8nID5saWJnbm9tZXByaW50L2Zp bGVzL3BhdGNoLWFiIDw8ICdFTkQtb2YtbGliZ25vbWVwcmludC9maWxlcy9wYXRjaC1hYicKWC0t LSBNYWtlZmlsZS5pbi5vcmlnCVR1ZSBNYXIgMTIgMTg6MTY6NDUgMjAwMgpYKysrIE1ha2VmaWxl LmluCVR1ZSBNYXIgMTIgMTg6MjI6MTYgMjAwMgpYQEAgLTExNiw3ICsxMTYsNyBAQApYIFdBUk5f Q0ZMQUdTID0gQFdBUk5fQ0ZMQUdTQApYIGN4eGZsYWdzX3NldCA9IEBjeHhmbGFnc19zZXRAClgg ClgtU1VCRElSUyA9IGxpYmdub21lcHJpbnQgZm9udHMgaW5zdGFsbGVyIHRlc3RzIGRhdGEgcG8K WCtTVUJESVJTID0gbGliZ25vbWVwcmludCBmb250cyBpbnN0YWxsZXIgZGF0YSBwbwpYIApYIEVY VFJBX0RJU1QgPSBtZXNzYWdlLW9mLWRvb20gQ2hhbmdlTG9nIENoYW5nZUxvZy5vbGQgQ2hhbmdl TG9nLm9sZC4yClggQUNMT0NBTF9NNCA9ICQodG9wX3NyY2RpcikvYWNsb2NhbC5tNApFTkQtb2Yt bGliZ25vbWVwcmludC9maWxlcy9wYXRjaC1hYgplY2hvIHggLSBsaWJnbm9tZXByaW50L2ZpbGVz L3BhdGNoLWx0bWFpbi5zaApzZWQgJ3MvXlgvLycgPmxpYmdub21lcHJpbnQvZmlsZXMvcGF0Y2gt bHRtYWluLnNoIDw8ICdFTkQtb2YtbGliZ25vbWVwcmludC9maWxlcy9wYXRjaC1sdG1haW4uc2gn ClgKWCRGcmVlQlNEOiBwb3J0cy9wcmludC9nbm9tZXByaW50L2ZpbGVzL3BhdGNoLWx0bWFpbi5z aCx2IDEuNiAyMDAyLzAyLzAzIDA3OjE2OjM4IHNvYm9tYXggRXhwICQKWApYLS0tIGx0bWFpbi5z aC5vcmlnCVdlZCBKYW4gMjMgMTE6Mzg6NDAgMjAwMgpYKysrIGx0bWFpbi5zaAlTdW4gRmViICAz IDAxOjQ0OjE3IDIwMDIKWEBAIC0xMDM3LDggKzEwMzcsMTYgQEAKWCAJY29udGludWUKWCAJOzsK WCAKWCsgICAgICAtcHRocmVhZCkKWCsJY29tcGlsZV9jb21tYW5kPSIkY29tcGlsZV9jb21tYW5k IC1wdGhyZWFkIgpYKwlmaW5hbGl6ZV9jb21tYW5kPSIkZmluYWxpemVfY29tbWFuZCAtcHRocmVh ZCIKWCsJY29tcGlsZXJfZmxhZ3M9IiRjb21waWxlcl9mbGFncyAtcHRocmVhZCIKWCsJY29udGlu dWUKWCsJOzsKWCsKWCAgICAgICAtbW9kdWxlKQpYIAltb2R1bGU9eWVzClgrCWJ1aWxkX29sZF9s aWJzPW5vClggCWNvbnRpbnVlClggCTs7ClggClhAQCAtMjQxMiw2ICsyNDIwLDkgQEAKWCAJICAq LSotbmV0YnNkKikKWCAJICAgICMgRG9uJ3QgbGluayB3aXRoIGxpYmMgdW50aWwgdGhlIGEub3V0 IGxkLnNvIGlzIGZpeGVkLgpYIAkgICAgOzsKWCsJICAqLSotZnJlZWJzZCopClgrCSAgICAjIEZy ZWVCU0QgZG9lc24ndCBuZWVkIHRoaXMuLi4KWCsJICAgIDs7ClggCSAgKikKWCAJICAgICMgQWRk IGxpYmMgdG8gZGVwbGlicyBvbiBhbGwgb3RoZXIgc3lzdGVtcyBpZiBuZWNlc3NhcnkuClggCSAg ICBpZiB0ZXN0ICIkYnVpbGRfbGlidG9vbF9uZWVkX2xjIiA9ICJ5ZXMiOyB0aGVuClhAQCAtNDE3 OSwxMCArNDE5MCwxMiBAQApYIAlmaQpYIApYIAkjIEluc3RhbGwgdGhlIHBzZXVkby1saWJyYXJ5 IGZvciBpbmZvcm1hdGlvbiBwdXJwb3Nlcy4KWCsJaWYgL3Vzci9iaW4vZmFsc2U7IHRoZW4KWCAJ bmFtZT1gJGVjaG8gIlgkZmlsZSIgfCAkWHNlZCAtZSAncyVeLiovJSUnYApYIAlpbnN0bmFtZT0i JGRpci8kbmFtZSJpClggCSRzaG93ICIkaW5zdGFsbF9wcm9nICRpbnN0bmFtZSAkZGVzdGRpci8k bmFtZSIKWCAJJHJ1biBldmFsICIkaW5zdGFsbF9wcm9nICRpbnN0bmFtZSAkZGVzdGRpci8kbmFt ZSIgfHwgZXhpdCAkPwpYKwlmaQpYIApYIAkjIE1heWJlIGluc3RhbGwgdGhlIHN0YXRpYyBsaWJy YXJ5LCB0b28uClggCXRlc3QgLW4gIiRvbGRfbGlicmFyeSIgJiYgc3RhdGljbGlicz0iJHN0YXRp Y2xpYnMgJGRpci8kb2xkX2xpYnJhcnkiCkVORC1vZi1saWJnbm9tZXByaW50L2ZpbGVzL3BhdGNo LWx0bWFpbi5zaAplY2hvIHggLSBsaWJnbm9tZXByaW50L2ZpbGVzL3BhdGNoLWxpYmdub21lcHJp bnQ6Omdub21lLXByaW50LW1ldGEuYwpzZWQgJ3MvXlgvLycgPmxpYmdub21lcHJpbnQvZmlsZXMv cGF0Y2gtbGliZ25vbWVwcmludDo6Z25vbWUtcHJpbnQtbWV0YS5jIDw8ICdFTkQtb2YtbGliZ25v bWVwcmludC9maWxlcy9wYXRjaC1saWJnbm9tZXByaW50Ojpnbm9tZS1wcmludC1tZXRhLmMnClgt LS0gbGliZ25vbWVwcmludC9nbm9tZS1wcmludC1tZXRhLmMub3JpZwlXZWQgTWFyIDEzIDAxOjE4 OjE4IDIwMDIKWCsrKyBsaWJnbm9tZXByaW50L2dub21lLXByaW50LW1ldGEuYwlXZWQgTWFyIDEz IDAxOjE4OjMxIDIwMDIKWEBAIC0yOCw4ICsyOCw4IEBAClggClggI2luY2x1ZGUgPG1hdGguaD4K WCAjaW5jbHVkZSA8c3RyaW5nLmg+ClgtI2luY2x1ZGUgPHN5cy9tbWFuLmg+ClggI2luY2x1ZGUg PHN5cy90eXBlcy5oPgpYKyNpbmNsdWRlIDxzeXMvbW1hbi5oPgpYICNpbmNsdWRlIDxzeXMvc3Rh dC5oPgpYICNpbmNsdWRlIDx1bmlzdGQuaD4KWCAjaW5jbHVkZSA8ZmNudGwuaD4KRU5ELW9mLWxp Ymdub21lcHJpbnQvZmlsZXMvcGF0Y2gtbGliZ25vbWVwcmludDo6Z25vbWUtcHJpbnQtbWV0YS5j CmVjaG8geCAtIGxpYmdub21lcHJpbnQvZmlsZXMvb3V0CnNlZCAncy9eWC8vJyA+bGliZ25vbWVw cmludC9maWxlcy9vdXQgPDwgJ0VORC1vZi1saWJnbm9tZXByaW50L2ZpbGVzL291dCcKWG1ha2U6 IGRvbid0IGtub3cgaG93IHRvIG1ha2UgaW5zdGFsbC4gU3RvcApFTkQtb2YtbGliZ25vbWVwcmlu dC9maWxlcy9vdXQKZWNobyB4IC0gbGliZ25vbWVwcmludC9NYWtlZmlsZQpzZWQgJ3MvXlgvLycg PmxpYmdub21lcHJpbnQvTWFrZWZpbGUgPDwgJ0VORC1vZi1saWJnbm9tZXByaW50L01ha2VmaWxl JwpYIyBOZXcgcG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6CWxpYmdub21lcHJpbnQKWCMg RGF0ZSBjcmVhdGVkOgkJCTEwIE1hcmNoIDIwMDIJClgjIFdob206CQkJCQlKb2UgTWFyY3VzIENs YXJrZSA8bWFyY3VzQG1hcmN1c2NvbS5jb20+ClgjClgjICRGcmVlQlNEJApYIwpYClhQT1JUTkFN RT0JbGliZ25vbWVwcmludApYUE9SVFZFUlNJT049CTEuMTExLjAKWENBVEVHT1JJRVM9CXByaW50 IGdub21lClhNQVNURVJfU0lURVM9CSR7TUFTVEVSX1NJVEVfR05PTUV9ClhNQVNURVJfU0lURV9T VUJESVI9CXByZS1nbm9tZTIvcmVsZWFzZXMvZ25vbWUtMi4wLWRlc2t0b3AtYmV0YTIKWERJU1Rf U1VCRElSPSAgICBnbm9tZTIKWApYTUFJTlRBSU5FUj0JZ25vbWVARnJlZUJTRC5vcmcKWApYTElC X0RFUEVORFM9CWJvbm9iby0yLjA6JHtQT1JUU0RJUn0vZGV2ZWwvbGliYm9ub2JvIFwKWAkJCQlh cnRfbGdwbF8yLjU6JHtQT1JUU0RJUn0vZ3JhcGhpY3MvbGliYXJ0X2xncGwyIFwKWAkJCQlndGst eDExLTIuMC4wOiR7UE9SVFNESVJ9L3gxMS10b29sa2l0cy9ndGsyMApYClhVU0VfQlpJUDI9CXll cwpYVVNFX1hfUFJFRklYPQl5ZXMKWFVTRV9HTUFLRT0JeWVzClhJTlNUQUxMU19TSExJQj0JeWVz ClhHTlVfQ09ORklHVVJFPQl5ZXMKWENPTkZJR1VSRV9FTlY9CUNQUEZMQUdTPSItSSR7TE9DQUxC QVNFfS9pbmNsdWRlIiBcClgJCUxJQlM9Ii1MJHtMT0NBTEJBU0V9L2xpYiIKWENPTkZJR1VSRV9U QVJHRVQ9ICAgLS10YXJnZXQ9JHtNQUNISU5FX0FSQ0h9LXVua25vd24tZnJlZWJzZCR7T1NSRUx9 ClgKWHByZS1wYXRjaDoKWAlAJHtQRVJMfSAtcGkgLWUgJ3N8LWxwdGhyZWFkfCR7UFRIUkVBRF9M SUJTfXxnIDsgXApYCQkgc3xEQVRBRElSTkFNRT1saWJ8REFUQURJUk5BTUU9c2hhcmV8ZycgJHtX UktTUkN9L2NvbmZpZ3VyZQpYCUBmaW5kICR7V1JLU1JDfSAtbmFtZSAnKi5bY2hdJyB8IHhhcmdz IFwKWAkJJHtQRVJMfSAtcGkgLWUgInN8PG1hbGxvYy5oPnw8c3RkbGliLmg+fGciClgJQGZpbmQg JHtXUktTUkN9IC1uYW1lICJNYWtlZmlsZS5pbioiIHwgeGFyZ3MgJHtQRVJMfSAtcGkgLWUgXApY CQknc3xcJFwoZGF0YWRpclwpL2dub21lL3xcJFwoZGF0YWRpclwpL3xnIDsgXApYCQkgc3xcJFwo ZGF0YWRpclwpL2xvY2FsZXxcJFwocHJlZml4XCkvc2hhcmUvbG9jYWxlfGcnClgKWC5pbmNsdWRl IDxic2QucG9ydC5taz4KRU5ELW9mLWxpYmdub21lcHJpbnQvTWFrZWZpbGUKZWNobyB4IC0gbGli Z25vbWVwcmludC9kaXN0aW5mbwpzZWQgJ3MvXlgvLycgPmxpYmdub21lcHJpbnQvZGlzdGluZm8g PDwgJ0VORC1vZi1saWJnbm9tZXByaW50L2Rpc3RpbmZvJwpYTUQ1IChnbm9tZTIvbGliZ25vbWVw cmludC0xLjExMS4wLnRhci5iejIpID0gMDU0NTgzZGU5M2JhOTcxM2Q4Y2MyNDdmNTZlNTI2OGMK RU5ELW9mLWxpYmdub21lcHJpbnQvZGlzdGluZm8KZWNobyB4IC0gbGliZ25vbWVwcmludC9wa2ct Y29tbWVudApzZWQgJ3MvXlgvLycgPmxpYmdub21lcHJpbnQvcGtnLWNvbW1lbnQgPDwgJ0VORC1v Zi1saWJnbm9tZXByaW50L3BrZy1jb21tZW50JwpYR25vbWUgcHJpbnQgc3VwcG9ydCBsaWJyYXJ5 CkVORC1vZi1saWJnbm9tZXByaW50L3BrZy1jb21tZW50CmVjaG8geCAtIGxpYmdub21lcHJpbnQv cGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+bGliZ25vbWVwcmludC9wa2ctZGVzY3IgPDwgJ0VORC1v Zi1saWJnbm9tZXByaW50L3BrZy1kZXNjcicKWFRoaXMgaXMgYSBwcm90b3R5cGUgaW1wbGVtZW50 YXRpb24gb2YgdGhlIEdub21lIFByaW50aW5nIEFyY2hpdGVjdHVyZSwKWGFzIGRlc2NyaWJlZCBp bjoKWApYV1dXOiBodHRwOi8vd3d3Lmdub21lLm9yZy9wcm9qZWN0cy9nbm9tZS1wcmludC8KRU5E LW9mLWxpYmdub21lcHJpbnQvcGtnLWRlc2NyCmVjaG8geCAtIGxpYmdub21lcHJpbnQvcGtnLXBs aXN0CnNlZCAncy9eWC8vJyA+bGliZ25vbWVwcmludC9wa2ctcGxpc3QgPDwgJ0VORC1vZi1saWJn bm9tZXByaW50L3BrZy1wbGlzdCcKWGJpbi9saWJnbm9tZXByaW50LTIuMC1mb250LWluc3RhbGwK WGluY2x1ZGUvbGliZ25vbWVwcmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1mb250LWZhY2Uu aApYaW5jbHVkZS9saWJnbm9tZXByaW50LTIuMC9saWJnbm9tZXByaW50L2dub21lLWZvbnQuaApY aW5jbHVkZS9saWJnbm9tZXByaW50LTIuMC9saWJnbm9tZXByaW50L2dub21lLWdseXBobGlzdC5o ClhpbmNsdWRlL2xpYmdub21lcHJpbnQtMi4wL2xpYmdub21lcHJpbnQvZ25vbWUtcGdsLmgKWGlu Y2x1ZGUvbGliZ25vbWVwcmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1wcmludC1ib25vYm8t Y2xpZW50LmgKWGluY2x1ZGUvbGliZ25vbWVwcmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1w cmludC1ib25vYm8uaApYaW5jbHVkZS9saWJnbm9tZXByaW50LTIuMC9saWJnbm9tZXByaW50L2du b21lLXByaW50LWNvbmZpZy5oClhpbmNsdWRlL2xpYmdub21lcHJpbnQtMi4wL2xpYmdub21lcHJp bnQvZ25vbWUtcHJpbnQtbWFzdGVyLmgKWGluY2x1ZGUvbGliZ25vbWVwcmludC0yLjAvbGliZ25v bWVwcmludC9nbm9tZS1wcmludC1tZXRhLmgKWGluY2x1ZGUvbGliZ25vbWVwcmludC0yLjAvbGli Z25vbWVwcmludC9nbm9tZS1wcmludC1tdWx0aXBhZ2UuaApYaW5jbHVkZS9saWJnbm9tZXByaW50 LTIuMC9saWJnbm9tZXByaW50L2dub21lLXByaW50LXBhcGVyLmgKWGluY2x1ZGUvbGliZ25vbWVw cmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1wcmludC1wcml2YXRlLmgKWGluY2x1ZGUvbGli Z25vbWVwcmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1wcmludC11bml0LmgKWGluY2x1ZGUv bGliZ25vbWVwcmludC0yLjAvbGliZ25vbWVwcmludC9nbm9tZS1wcmludC5oClhpbmNsdWRlL2xp Ymdub21lcHJpbnQtMi4wL2xpYmdub21lcHJpbnQvZ25vbWUtcmZvbnQuaApYaW5jbHVkZS9saWJn bm9tZXByaW50LTIuMC9saWJnbm9tZXByaW50L2dwLWdjLmgKWGluY2x1ZGUvbGliZ25vbWVwcmlu dC0yLjAvbGliZ25vbWVwcmludC9ncGEtcHJpdmF0ZS5oClhsaWIvZ25vbWUtcHJpbnQtMi4wL2Ry aXZlcnMvbGliZ25vbWVwcmludC1mYXguc28KWGxpYi9nbm9tZS1wcmludC0yLjAvZHJpdmVycy9s aWJnbm9tZXByaW50LWZheC5zby4wClhsaWIvZ25vbWUtcHJpbnQtMi4wL3RyYW5zcG9ydHMvbGli Z25vbWVwcmludC1maWxlLnNvClhsaWIvZ25vbWUtcHJpbnQtMi4wL3RyYW5zcG9ydHMvbGliZ25v bWVwcmludC1maWxlLnNvLjAKWGxpYi9nbm9tZS1wcmludC0yLjAvdHJhbnNwb3J0cy9saWJnbm9t ZXByaW50LWxwci5zbwpYbGliL2dub21lLXByaW50LTIuMC90cmFuc3BvcnRzL2xpYmdub21lcHJp bnQtbHByLnNvLjAKWGxpYi9saWJnbm9tZXByaW50LTIuYQpYbGliL2xpYmdub21lcHJpbnQtMi5z bwpYbGliL2xpYmdub21lcHJpbnQtMi5zby4wClhsaWIvcGtnY29uZmlnL2xpYmdub21lcHJpbnQt Mi4wLnBjClhzaGFyZS9mb250cy9SRUFETUUuaW5zdGFsbGVyClhzaGFyZS9nbm9tZS1wcmludC0y LjAvbWVkaWEvbWVkaWEueG1sClhzaGFyZS9nbm9tZS1wcmludC0yLjAvbW9kZWxzL0dOT01FLUdF TkVSSUMtUFMubW9kZWwKWHNoYXJlL2dub21lLXByaW50LTIuMC9tb2RlbHMvSFAtTEFTRVJKRVQt NE1MLm1vZGVsClhzaGFyZS9nbm9tZS1wcmludC0yLjAvbW9kZWxzL1NUWUxVUy1DT0xPUi03NDAu bW9kZWwKWHNoYXJlL2dub21lLXByaW50LTIuMC9wcmludGVycy9HRU5FUklDLnByaW50ZXIKWHNo YXJlL2dub21lLXByaW50LTIuMC92ZW5kb3JzL0VQU09OLnZlbmRvcgpYc2hhcmUvZ25vbWUtcHJp bnQtMi4wL3ZlbmRvcnMvR05PTUUudmVuZG9yClhzaGFyZS9nbm9tZS1wcmludC0yLjAvdmVuZG9y cy9IUC52ZW5kb3IKWHNoYXJlL2dub21lL2xpYmdub21lcHJpbnQtMi4wL2ZvbnRzL2Fkb2JlLXVy dy5mb250ClhzaGFyZS9nbm9tZS9saWJnbm9tZXByaW50LTIuMC9mb250cy9kZWZhdWx0cy5mb250 bWFwClhzaGFyZS9nbm9tZS9saWJnbm9tZXByaW50LTIuMC9mb250cy9nbm9tZS1wcmludC5mb250 bWFwClhzaGFyZS9sb2NhbGUvYXovTENfTUVTU0FHRVMvbGliZ25vbWVwcmludC0yLjAubW8KWHNo YXJlL2xvY2FsZS9jYS9MQ19NRVNTQUdFUy9saWJnbm9tZXByaW50LTIuMC5tbwpYc2hhcmUvbG9j YWxlL2VzL0xDX01FU1NBR0VTL2xpYmdub21lcHJpbnQtMi4wLm1vClhzaGFyZS9sb2NhbGUvaHUv TENfTUVTU0FHRVMvbGliZ25vbWVwcmludC0yLjAubW8KWHNoYXJlL2xvY2FsZS9tcy9MQ19NRVNT QUdFUy9saWJnbm9tZXByaW50LTIuMC5tbwpYc2hhcmUvbG9jYWxlL25sL0xDX01FU1NBR0VTL2xp Ymdub21lcHJpbnQtMi4wLm1vClhzaGFyZS9sb2NhbGUvbm4vTENfTUVTU0FHRVMvbGliZ25vbWVw cmludC0yLjAubW8KWHNoYXJlL2xvY2FsZS9uby9MQ19NRVNTQUdFUy9saWJnbm9tZXByaW50LTIu MC5tbwpYc2hhcmUvbG9jYWxlL3BsL0xDX01FU1NBR0VTL2xpYmdub21lcHJpbnQtMi4wLm1vClhz aGFyZS9sb2NhbGUvcHQvTENfTUVTU0FHRVMvbGliZ25vbWVwcmludC0yLjAubW8KWHNoYXJlL2xv Y2FsZS9ydS9MQ19NRVNTQUdFUy9saWJnbm9tZXByaW50LTIuMC5tbwpYc2hhcmUvbG9jYWxlL3Nr L0xDX01FU1NBR0VTL2xpYmdub21lcHJpbnQtMi4wLm1vClhzaGFyZS9sb2NhbGUvc3YvTENfTUVT U0FHRVMvbGliZ25vbWVwcmludC0yLjAubW8KWHNoYXJlL2xvY2FsZS90YS9MQ19NRVNTQUdFUy9s aWJnbm9tZXByaW50LTIuMC5tbwpYc2hhcmUvbG9jYWxlL3RyL0xDX01FU1NBR0VTL2xpYmdub21l cHJpbnQtMi4wLm1vClhzaGFyZS9sb2NhbGUvdWsvTENfTUVTU0FHRVMvbGliZ25vbWVwcmludC0y LjAubW8KWHNoYXJlL2xvY2FsZS93YS9MQ19NRVNTQUdFUy9saWJnbm9tZXByaW50LTIuMC5tbwpY c2hhcmUvbG9jYWxlL3poX0NOL0xDX01FU1NBR0VTL2xpYmdub21lcHJpbnQtMi4wLm1vClhzaGFy ZS9sb2NhbGUvemhfVFcvTENfTUVTU0FHRVMvbGliZ25vbWVwcmludC0yLjAubW8KWEBkaXJybSBz aGFyZS9nbm9tZS9saWJnbm9tZXByaW50LTIuMC9mb250cwpYQGRpcnJtIHNoYXJlL2dub21lL2xp Ymdub21lcHJpbnQtMi4wClhAZGlycm0gc2hhcmUvZ25vbWUtcHJpbnQtMi4wL3ZlbmRvcnMKWEBk aXJybSBzaGFyZS9nbm9tZS1wcmludC0yLjAvcHJpbnRlcnMKWEBkaXJybSBzaGFyZS9nbm9tZS1w cmludC0yLjAvbW9kZWxzClhAZGlycm0gc2hhcmUvZ25vbWUtcHJpbnQtMi4wL21lZGlhClhAZGly cm0gc2hhcmUvZ25vbWUtcHJpbnQtMi4wClhAZGlycm0gc2hhcmUvZm9udHMKWEBkaXJybSBpbmNs dWRlL2xpYmdub21lcHJpbnQtMi4wL2xpYmdub21lcHJpbnQKWEBkaXJybSBpbmNsdWRlL2xpYmdu b21lcHJpbnQtMi4wClhAZGlycm0gbGliL2dub21lLXByaW50LTIuMC90cmFuc3BvcnRzClhAZGly cm0gbGliL2dub21lLXByaW50LTIuMC9kcml2ZXJzClhAZGlycm0gbGliL2dub21lLXByaW50LTIu MApFTkQtb2YtbGliZ25vbWVwcmludC9wa2ctcGxpc3QKZXhpdAoK --=-0ZqcyWpLleKMkR5Acu4A-- --=-8hh4vRQtmDFFLjC7Og+V Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyO8QgACgkQb2iPiv4Uz4d9OQCdFsIydnzpUI6zcVwGBiCeqEza QJoAmgLZ9ywXSX9sKhShJV2yLhU4cV1b =Hqop -----END PGP SIGNATURE----- --=-8hh4vRQtmDFFLjC7Og+V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Mar 12 23:10:57 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 2A7FD37B405; Tue, 12 Mar 2002 23:10:47 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2D7Akf11461; Wed, 13 Mar 2002 20:10:46 +1300 (NZDT) (envelope-from jonc) Date: Wed, 13 Mar 2002 20:10:46 +1300 From: Jonathan Chen To: gnome@freebsd.org, ports@freebsd.org Subject: mozilla 0.9.9_1 build failing Message-ID: <20020313201046.A11410@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, Just thought I'd let you know that the latest mozilla build is failing with the error listed below. --=20 Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III [...] c++ -o nsAntiAliasedGlyph.o -c -DOSTYPE=3D\"FreeBSD4\" -DOSARCH=3D\"FreeBSD= \" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TY= PES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared -I../../../dist/i= nclude/xpcom -I../../../dist/include/string -I../../../dist/include/widget = -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/i= nclude/dom -I../../../dist/include/pref -I../../../dist/include/uconv -I../= ../../dist/include/unicharutil -I../../../dist/include/windowwatcher -I../.= ./../dist/include/locale -I../../../dist/include/content -I../../../dist/in= clude/layout -I../../../dist/include/necko -I../../../dist/include/gfx -I..= /../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr= -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype= 2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include = -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer= -arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-c= tor-dtor-privacy -Wno-long-long -O -pipe -pipe -DNDEBUG -DTRIMMED -ffuncti= on-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/l= ocal/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/incl= ude -DMOZILLA_CLIENT -include ../../../config-defs.h nsAntiAliasedGlyph.cpp In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not dec= lared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not dec= lared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not dec= lared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not dec= lared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not dec= lared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: =2E./x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this = scope =2E./x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this sc= ope =2E./x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' =2E./x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of = member `WrapFreeType' =2E./x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static =2E./x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initializ= ation of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph:= :WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expr= ession nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no= type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with n= o type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with n= o type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no= type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no t= ype nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no = type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:320: Error: Rest of line ignored. First ignored character = is `:'. {standard input}:326: Error: Rest of line ignored. First ignored character = is `:'. {standard input}:332: Error: Rest of line ignored. First ignored character = is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character = is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character = is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character = is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gt= k' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 1:23: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4B9F37B405; Wed, 13 Mar 2002 01:23:03 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2D9Kbv68602; Wed, 13 Mar 2002 01:20:37 -0800 (PST) (envelope-from pat) Date: Wed, 13 Mar 2002 01:20:37 -0800 (PST) From: Message-Id: <200203130920.g2D9Kbv68602@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35840: [PATCH] Fix build of devel/libgtop on -CURRENT Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Fix build of devel/libgtop on -CURRENT Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Wed Mar 13 01:20:28 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 1:42:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by hub.freebsd.org (Postfix) with ESMTP id 6423337B41A; Wed, 13 Mar 2002 01:42:07 -0800 (PST) Received: from fwd06.sul.t-online.de by mailout09.sul.t-online.com with smtp id 16l3vu-0006Uh-0Q; Wed, 13 Mar 2002 09:16:26 +0100 Received: from twoflower (320072111332-0001@[217.80.121.66]) by fmrl06.sul.t-online.com with smtp id 16l3vn-0GRuOeC; Wed, 13 Mar 2002 09:16:19 +0100 Reply-To: From: "Jan Stocker" To: "Michael J Estes" Cc: "gnome@FreeBSD. ORG" , "ports@FreeBSD. ORG" Subject: RE: GDM port broken Date: Wed, 13 Mar 2002 09:15:07 +0100 Message-ID: <000101c1ca67$2f9f5d20$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal In-Reply-To: <1015888366.54382.2.camel@estes.2y.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks, that was the prob. > -----Original Message----- > From: Michael J Estes [mailto:estesm@cc.wwu.edu] > Sent: Tuesday, March 12, 2002 12:13 AM > To: jstocker@tzi.de > Cc: gnome@FreeBSD. ORG; ports@FreeBSD. ORG > Subject: Re: GDM port broken > > > I had the same problem recently and I managed to fix it my removing > /usr/include then doing a 'make installworld'. I'm assuming you are on > -CURRENT. I think this is related to recent pam changes. Seems there > may have been some stale pam related .h files. > > -Mike Estes > > On Mon, 2002-03-11 at 14:46, Jan Stocker wrote: > > Compiling gdm failed on completly fresh installed system... > > > > cc -O -pipe -march=pentiumpro -I/usr/X11R6/include -g -Wall > -Wpointer-arith > > -Wmi > > ssing-prototypes -Wmissing-declarations -o gdmaskpass > > dmaskpass.o -Wl,-E -L/us > > r/X11R6/lib -L/usr/local/lib -lintl -lpam -lwrap -lpam -lutil > -lutil -lXiner > > ama > > gdmaskpass.o: In function `main': > > > /usr/ports/x11/gdm/work/gdm-2.2.5.4/utils/gdmaskpass.c(.data+0x0): > undefined > > ref > > erence to `misc_conv' > > gmake[2]: *** [gdmaskpass] Error 1 > > gmake[2]: Leaving directory `/usr/ports/x11/gdm/work/gdm-2.2.5.4/utils' > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 2: 1:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from snsonline.net (web.snsonline.net [203.62.158.32]) by hub.freebsd.org (Postfix) with ESMTP id 64CBC37B41A for ; Wed, 13 Mar 2002 02:01:38 -0800 (PST) Received: from localhost (sarge@localhost) by snsonline.net (8.11.6/8.11.6) with ESMTP id g2DA1Nx07096 for ; Wed, 13 Mar 2002 21:01:23 +1100 (EST) (envelope-from sarge@snsonline.net) Date: Wed, 13 Mar 2002 21:01:23 +1100 (EST) From: Mark Sergeant To: gnome@FreeBSD.org Subject: Mozilla 0.9.9 port build failure. Message-ID: <20020313210039.C7092-100000@snsonline.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just a quick note to let you guys know that this port has failed for me twice on 2 4.5-STABLE boxes. Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 6:30:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail6.registeredsite.com (mail6.registeredsite.com [64.224.9.22]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4137B416; Wed, 13 Mar 2002 06:30:33 -0800 (PST) Received: from mail.adproductsco.com (mail.adproductsco.com [209.35.156.24]) by mail6.registeredsite.com (8.12.2/8.12.2) with ESMTP id g2DEUWlj023827; Wed, 13 Mar 2002 09:30:33 -0500 Received: from L307 [209.35.156.24] by mail.adproductsco.com with ESMTP (SMTPD32-6.06) id ABD75524010E; Wed, 13 Mar 2002 09:01:59 -0500 From: "electrical supply specials" To: Subject: FREE NEMA rated electrical enclosure catalog Date: Wed, 13 Mar 2002 08:52:40 -0500 Message-ID: <001701c1ca97$2d247140$9865fea9@L307> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01C1CA6D.444E6940" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0018_01C1CA6D.444E6940 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit AD Products, your source for electrical supplies and Industrial electrical enclosures has released its new catalog which has doubled in size. To get your free copy, simple visit www.adproductsco.com/specials or call us toll free at (800) 325-4935 and request a copy. You may also reply to this email with the word CATALOG in the subject line and provide us with your mailing address and we will get a copy out right away. Please indicate if you would rather have a printed version or a CD version of the catalog. AD Products, your source for electrical supplies and Industrial electrical enclosures has released its new catalog which has doubled in size. To get your free copy, simple visit www.adproductsco.com/specials or call us toll free at (800) 325-4935 and request a copy. You may also reply to this email with the word CATALOG in the subject line and provide us with your mailing address and we will get a copy out right away. Please indicate if you would rather have a printed version or a CD version of the catalog. We offer: - large standard selection of electrical enclosures and related products - deep discounts and fast ship times with over 90% of our orders shipping the same day. - Easy ordering by phone, fax, email or online with a credit card or by using your own AD Products account - Great alternative to Hoffman enclosures with high quality at low, low prices. We are looking forward to getting more info to you! At AD Products, we respect your privacy and will not send pointless emails intended to clutter up your inbox. We are interested in saving you time and money when buying electrical enclosures and products. Therefore, the information we send out is relevant and aimed at providing you with the knowledge on how you can take advantage of the products or specials that will save you money. If you elect not to be notified of new products or specials from AD Products, reply to this email with the word REMOVE in the subject line. - AD Products team ------=_NextPart_000_0018_01C1CA6D.444E6940 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

AD Products, your source for electrical supplies and Industrial electrical enclosures has released its new catalog which has = doubled in size.  To get your free = copy, simple visit www.adproductsco.com/specia= ls or call us toll free at (800) 325-4935 and request a copy.  You may also reply to this = email with the word CATALOG in the subject line and provide us with your mailing = address and we will get a copy out right away.  Please indicate if you would rather have a printed version or a = CD version of the catalog.

AD Products, your source for electrical supplies and Industrial electrical enclosures has released its new catalog which has = doubled in size.  To get your free = copy, simple visit www.adproductsco.com/specia= ls or call us toll free at (800) 325-4935 and request a copy.  You may also reply to this = email with the word CATALOG in the subject line and provide us with your mailing = address and we will get a copy out right away.  Please indicate if you would rather have a printed version or a = CD version of the catalog.

 

We offer:

 

-        large standard selection of = electrical enclosures and related products

-        deep discounts and fast ship times with over 90% = of our orders shipping the same day.

-        Easy = ordering by phone, fax, email or online with a credit card or by using your own AD = Products account

-        Great = alternative to Hoffman enclosures with high quality at low, low prices. 

 

 

We are looking forward to getting more info to = you!

 

At AD Products, we respect your privacy and will not = send pointless emails intended to clutter up your inbox.  We are interested in saving you = time and money when buying electrical enclosures and products.  Therefore, the information we = send out is relevant and aimed at providing you with the knowledge on how you can = take advantage of the products or specials that will save you money.  If you elect not to be notified = of new products or specials from AD Products, reply to this email with the word = REMOVE in the subject line.

 

- AD Products team    =

 

 

------=_NextPart_000_0018_01C1CA6D.444E6940-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 7:29:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from holmes.grauel.com (holmes.grauel.com [199.233.104.35]) by hub.freebsd.org (Postfix) with ESMTP id B4D7C37B41E for ; Wed, 13 Mar 2002 07:29:39 -0800 (PST) Received: from moriarity.grauel.com (moriarity [199.233.104.37]) by holmes.grauel.com (8.11.6/8.11.2) with SMTP id g2DFTYp87890 for ; Wed, 13 Mar 2002 10:29:34 -0500 (EST) (envelope-from rjk@grauel.com) Date: Wed, 13 Mar 2002 10:29:37 -0500 From: Richard Kuhns To: freebsd-gnome@freebsd.org Subject: Galeon and Nautilus Message-Id: <20020313102937.1562d2da.rjk@grauel.com> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did I miss something? Is there a good reason nautilus is listed as a prerequisite for galeon (1.2.0)? Nautilus is (for me) too slow to use even on my 1.5GHz desktop machine, and I've no interest in it. I yanked out the refs to nautilus in /usr/ports/www/galeon/Makefile, and galeon compiled and installed just fine so I guess I just don't see why it's there in the first place. -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 7:37:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id DF48437B41B for ; Wed, 13 Mar 2002 07:37:44 -0800 (PST) Received: from sunder.touchtunes.com (sunder.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id KAA03665 for ; Wed, 13 Mar 2002 10:37:54 -0500 Received: (from dinjo@localhost) by sunder.touchtunes.com (8.11.6/8.11.6) id g2DFbPx54955 for gnome@freebsd.org; Wed, 13 Mar 2002 10:37:25 -0500 (EST) (envelope-from dinjo) Date: Wed, 13 Mar 2002 10:37:25 -0500 From: Joel Dinel To: gnome@freebsd.org Subject: Mozilla-0.9.9,1 build error Message-ID: <20020313103725.A54671@sunder.touchtunes.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Mozilla-0.9.9,1 won't compile from my freshly (1 hour ago) updated ports tree. I've included an attachment with the errors I get. It's on a 4.5-STABLE box. Seems like it's having a hard time with FreeType2. All my other packages on my system are up to date, including Freetype. (I portupgraded everything this morning). Thanks! -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://darkhost.mine.nu:81/~joel/misc/mykey.asc --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="build.log" In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. {standard input}:356: Error: Rest of line ignored. First ignored character is `:'. {standard input}:362: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 7:40:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id CF1AD37B402 for ; Wed, 13 Mar 2002 07:40:29 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA37762; Wed, 13 Mar 2002 17:40:10 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h97.229.dialup.iptcom.net [212.9.229.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA37696; Wed, 13 Mar 2002 17:40:08 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2DFdaB89232; Wed, 13 Mar 2002 17:39:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8F72F5.B7D8B289@FreeBSD.org> Date: Wed, 13 Mar 2002 17:40:37 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Richard Kuhns Cc: freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus References: <20020313102937.1562d2da.rjk@grauel.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard Kuhns wrote: > > Did I miss something? Is there a good reason nautilus is listed as a > prerequisite for galeon (1.2.0)? Nautilus is (for me) too slow to use > even on my 1.5GHz desktop machine, and I've no interest in it. I yanked > out the refs to nautilus in /usr/ports/www/galeon/Makefile, and galeon > compiled and installed just fine so I guess I just don't see why it's > there in the first place. Well, because otherwise there is no way to compile/install Galeon Nautilus component. Perhaps we should provide WITHOUT_NAUTILUS knob to make everybody happy. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 7:44:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from holmes.grauel.com (holmes.grauel.com [199.233.104.35]) by hub.freebsd.org (Postfix) with ESMTP id BF0E837B402; Wed, 13 Mar 2002 07:44:21 -0800 (PST) Received: from moriarity.grauel.com (moriarity [199.233.104.37]) by holmes.grauel.com (8.11.6/8.11.2) with SMTP id g2DFiGp87971; Wed, 13 Mar 2002 10:44:16 -0500 (EST) (envelope-from rjk@grauel.com) Date: Wed, 13 Mar 2002 10:44:19 -0500 From: Richard Kuhns To: Maxim Sobolev Cc: freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus Message-Id: <20020313104419.4e1e5625.rjk@grauel.com> In-Reply-To: <3C8F72F5.B7D8B289@FreeBSD.org> References: <20020313102937.1562d2da.rjk@grauel.com> <3C8F72F5.B7D8B289@FreeBSD.org> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Mar 2002 17:40:37 +0200 Maxim Sobolev wrote: > Richard Kuhns wrote: > > > > Did I miss something? Is there a good reason nautilus is listed as a > > prerequisite for galeon (1.2.0)? Nautilus is (for me) too slow to use > > even on my 1.5GHz desktop machine, and I've no interest in it. I > > yanked out the refs to nautilus in /usr/ports/www/galeon/Makefile, and > > galeon compiled and installed just fine so I guess I just don't see > > why it's there in the first place. > > Well, because otherwise there is no way to compile/install Galeon > Nautilus component. Perhaps we should provide WITHOUT_NAUTILUS knob to > make everybody happy. > > -Maxim I obviously don't understand. Why not have something like a "WITH_GALEON" knob for nautilus? -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 7:48:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id A377F37B405 for ; Wed, 13 Mar 2002 07:48:42 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA45620; Wed, 13 Mar 2002 17:48:31 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h97.229.dialup.iptcom.net [212.9.229.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA41893; Wed, 13 Mar 2002 17:48:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2DFlgB89270; Wed, 13 Mar 2002 17:47:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8F74DB.28B5E723@FreeBSD.org> Date: Wed, 13 Mar 2002 17:48:43 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Richard Kuhns Cc: freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus References: <20020313102937.1562d2da.rjk@grauel.com> <3C8F72F5.B7D8B289@FreeBSD.org> <20020313104419.4e1e5625.rjk@grauel.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard Kuhns wrote: > > On Wed, 13 Mar 2002 17:40:37 +0200 > Maxim Sobolev wrote: > > > Richard Kuhns wrote: > > > > > > Did I miss something? Is there a good reason nautilus is listed as a > > > prerequisite for galeon (1.2.0)? Nautilus is (for me) too slow to use > > > even on my 1.5GHz desktop machine, and I've no interest in it. I > > > yanked out the refs to nautilus in /usr/ports/www/galeon/Makefile, and > > > galeon compiled and installed just fine so I guess I just don't see > > > why it's there in the first place. > > > > Well, because otherwise there is no way to compile/install Galeon > > Nautilus component. Perhaps we should provide WITHOUT_NAUTILUS knob to > > make everybody happy. > > > > -Maxim > > I obviously don't understand. Why not have something like a "WITH_GALEON" > knob for nautilus? Because to Galeon Nautilus component is part of Galeon, not Nautilus, therefore Galeon needs Nautilus installed to build it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 8: 1:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from holmes.grauel.com (holmes.grauel.com [199.233.104.35]) by hub.freebsd.org (Postfix) with ESMTP id 39A4D37B400; Wed, 13 Mar 2002 08:01:56 -0800 (PST) Received: from moriarity.grauel.com (moriarity [199.233.104.37]) by holmes.grauel.com (8.11.6/8.11.2) with SMTP id g2DG1op88072; Wed, 13 Mar 2002 11:01:50 -0500 (EST) (envelope-from rjk@grauel.com) Date: Wed, 13 Mar 2002 11:01:54 -0500 From: Richard Kuhns To: Maxim Sobolev Cc: freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus Message-Id: <20020313110154.61e3fca7.rjk@grauel.com> In-Reply-To: <3C8F74DB.28B5E723@FreeBSD.org> References: <20020313102937.1562d2da.rjk@grauel.com> <3C8F72F5.B7D8B289@FreeBSD.org> <20020313104419.4e1e5625.rjk@grauel.com> <3C8F74DB.28B5E723@FreeBSD.org> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Mar 2002 17:48:43 +0200 Maxim Sobolev wrote: > Richard Kuhns wrote: > > I obviously don't understand. Why not have something like a > > "WITH_GALEON" knob for nautilus? > > Because to Galeon Nautilus component is part of Galeon, not Nautilus, > therefore Galeon needs Nautilus installed to build it. > > -Maxim OK, thanks. But couldn't galeon look to see if nautilus is already installed, and only build the nautilus component if it is? Or does the nautilus component need something from the nautilus source? I noticed this particularly today because yesterday I built gnome from /usr/ports on a brand new machine. Today I saw the new mozilla/galeon and figured I might as well go ahead and upgrade. The mozilla remake took some little time (as I expected), but I was surprised to see galeon taking as long as it did until I noticed that it was rebuilding nautilus. Without nautilus, the galeon build takes about 2 minutes. -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 8:31: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C016E37B417; Wed, 13 Mar 2002 08:30:41 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2DGUMS66125; Wed, 13 Mar 2002 11:30:22 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Mar 2002 11:30:22 -0500 (EST) From: Joe Clarke To: Richard Kuhns Cc: Maxim Sobolev , Subject: Re: Galeon and Nautilus In-Reply-To: <20020313110154.61e3fca7.rjk@grauel.com> Message-ID: <20020313112751.Y65010-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Mar 2002, Richard Kuhns wrote: > On Wed, 13 Mar 2002 17:48:43 +0200 > Maxim Sobolev wrote: > > > Richard Kuhns wrote: > > > I obviously don't understand. Why not have something like a > > > "WITH_GALEON" knob for nautilus? > > > > Because to Galeon Nautilus component is part of Galeon, not Nautilus, > > therefore Galeon needs Nautilus installed to build it. > > > > -Maxim > > OK, thanks. But couldn't galeon look to see if nautilus is already > installed, and only build the nautilus component if it is? Or does the > nautilus component need something from the nautilus source? We could modify bsd.gnome.mk to use WANT/HAVE_NAUTILUS macros, and check for nautilus-config (of course nautilus-config is currently broken [I meant to fix this]). I can cook up some patches if this sounds like a good idea. Else, the WITHOUT_NAUTILUS knob would work. Joe > > I noticed this particularly today because yesterday I built gnome from > /usr/ports on a brand new machine. Today I saw the new mozilla/galeon and > figured I might as well go ahead and upgrade. The mozilla remake took > some little time (as I expected), but I was surprised to see galeon taking > as long as it did until I noticed that it was rebuilding nautilus. > Without nautilus, the galeon build takes about 2 minutes. > > -- > Richard Kuhns rjk@grauel.com > PO Box 6249 Tel: (765)477-6000 \ > 100 Sawmill Road x319 > Lafayette, IN 47903 (800)489-4891 / > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 8:35:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id DFE4537B41B for ; Wed, 13 Mar 2002 08:35:11 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA87025; Wed, 13 Mar 2002 18:35:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h53.227.dialup.iptcom.net [212.9.227.53]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA62975; Wed, 13 Mar 2002 18:35:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2DGXXB89391; Wed, 13 Mar 2002 18:33:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8F7F99.C2BAA531@FreeBSD.org> Date: Wed, 13 Mar 2002 18:34:33 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Richard Kuhns Cc: freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus References: <20020313102937.1562d2da.rjk@grauel.com> <3C8F72F5.B7D8B289@FreeBSD.org> <20020313104419.4e1e5625.rjk@grauel.com> <3C8F74DB.28B5E723@FreeBSD.org> <20020313110154.61e3fca7.rjk@grauel.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard Kuhns wrote: > > On Wed, 13 Mar 2002 17:48:43 +0200 > Maxim Sobolev wrote: > > > Richard Kuhns wrote: > > > I obviously don't understand. Why not have something like a > > > "WITH_GALEON" knob for nautilus? > > > > Because to Galeon Nautilus component is part of Galeon, not Nautilus, > > therefore Galeon needs Nautilus installed to build it. > > > > -Maxim > > OK, thanks. But couldn't galeon look to see if nautilus is already > installed, and only build the nautilus component if it is? Or does the > nautilus component need something from the nautilus source? Yes, it does (it needs two includes from the nautilus sources). I have an idea on how to build Galeon Nautilus component without Nautilus installed and will test/commit it later today. -Maxim > I noticed this particularly today because yesterday I built gnome from > /usr/ports on a brand new machine. Today I saw the new mozilla/galeon and > figured I might as well go ahead and upgrade. The mozilla remake took > some little time (as I expected), but I was surprised to see galeon taking > as long as it did until I noticed that it was rebuilding nautilus. > Without nautilus, the galeon build takes about 2 minutes. > > -- > Richard Kuhns rjk@grauel.com > PO Box 6249 Tel: (765)477-6000 \ > 100 Sawmill Road x319 > Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 8:45: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id EDED437B416 for ; Wed, 13 Mar 2002 08:44:43 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA93495; Wed, 13 Mar 2002 18:44:14 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h194.229.dialup.iptcom.net [212.9.229.194]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA66472; Wed, 13 Mar 2002 18:44:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2DGh2B89440; Wed, 13 Mar 2002 18:43:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8F81D2.7073A72B@FreeBSD.org> Date: Wed, 13 Mar 2002 18:44:02 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: Richard Kuhns , freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus References: <20020313112751.Y65010-100000@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > On Wed, 13 Mar 2002, Richard Kuhns wrote: > > > On Wed, 13 Mar 2002 17:48:43 +0200 > > Maxim Sobolev wrote: > > > > > Richard Kuhns wrote: > > > > I obviously don't understand. Why not have something like a > > > > "WITH_GALEON" knob for nautilus? > > > > > > Because to Galeon Nautilus component is part of Galeon, not Nautilus, > > > therefore Galeon needs Nautilus installed to build it. > > > > > > -Maxim > > > > OK, thanks. But couldn't galeon look to see if nautilus is already > > installed, and only build the nautilus component if it is? Or does the > > nautilus component need something from the nautilus source? > > We could modify bsd.gnome.mk to use WANT/HAVE_NAUTILUS macros, and check > for nautilus-config (of course nautilus-config is currently broken [I > meant to fix this]). I can cook up some patches if this sounds like a > good idea. Else, the WITHOUT_NAUTILUS knob would work. I have a better idea - see my reply to the same message. Thank you for the proposition anyway. -Maxim > > Joe > > > > > I noticed this particularly today because yesterday I built gnome from > > /usr/ports on a brand new machine. Today I saw the new mozilla/galeon and > > figured I might as well go ahead and upgrade. The mozilla remake took > > some little time (as I expected), but I was surprised to see galeon taking > > as long as it did until I noticed that it was rebuilding nautilus. > > Without nautilus, the galeon build takes about 2 minutes. > > > > -- > > Richard Kuhns rjk@grauel.com > > PO Box 6249 Tel: (765)477-6000 \ > > 100 Sawmill Road x319 > > Lafayette, IN 47903 (800)489-4891 / > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 10:23:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mile.nevermind.kiev.ua (freebsddiary.org.ua [213.186.199.26]) by hub.freebsd.org (Postfix) with ESMTP id 2C60037B419; Wed, 13 Mar 2002 10:23:19 -0800 (PST) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.11.6/8.11.6) id g2DIN4c00977; Wed, 13 Mar 2002 20:23:04 +0200 (EET) (envelope-from never) Date: Wed, 13 Mar 2002 20:22:44 +0200 From: Nevermind To: Jochem Kossen Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Message-ID: <20020313182244.GA897@nevermind.kiev.ua> References: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> User-Agent: Mutt/1.3.26i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Jochem Kossen! On Tue, Mar 12, 2002 at 10:54:20PM +0100, you wrote: > >Number: 35830 > >Category: ports > >Synopsis: www/mozilla 0.9.9,1 broken > The build of the new Mozilla 0.9.9,1 port fails. > Here are the error messages with some context: Same error here with latest cvsup. Patches from sobomax (2 hours ago) won't help it :/// > gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/xlibrgb' > gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > nsAntiAliasedGlyph.cpp -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 10:30:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3149037B419 for ; Wed, 13 Mar 2002 10:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DIU2x81346; Wed, 13 Mar 2002 10:30:02 -0800 (PST) (envelope-from gnats) Date: Wed, 13 Mar 2002 10:30:02 -0800 (PST) Message-Id: <200203131830.g2DIU2x81346@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Nevermind Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Reply-To: Nevermind Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35830; it has been noted by GNATS. From: Nevermind To: Jochem Kossen Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Date: Wed, 13 Mar 2002 20:22:44 +0200 Hello, Jochem Kossen! On Tue, Mar 12, 2002 at 10:54:20PM +0100, you wrote: > >Number: 35830 > >Category: ports > >Synopsis: www/mozilla 0.9.9,1 broken > The build of the new Mozilla 0.9.9,1 port fails. > Here are the error messages with some context: Same error here with latest cvsup. Patches from sobomax (2 hours ago) won't help it :/// > gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/xlibrgb' > gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > nsAntiAliasedGlyph.cpp -- NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 10:46:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from CC40670-a.groni1.gr.nl.home.com (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 68B7937B400; Wed, 13 Mar 2002 10:46:24 -0800 (PST) Received: (from jochem@localhost) by CC40670-a.groni1.gr.nl.home.com (8.11.6/8.11.6) id g2DIkDq19363; Wed, 13 Mar 2002 19:46:13 +0100 (CET) (envelope-from jochem) Date: Wed, 13 Mar 2002 19:46:12 +0100 From: Jochem Kossen To: Nevermind Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Message-ID: <20020313184612.GA17888@jochem.dyndns.org> Mail-Followup-To: Nevermind , FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG References: <200203122154.g2CLsK378103@CC40670-a.groni1.gr.nl.home.com> <20020313182244.GA897@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020313182244.GA897@nevermind.kiev.ua> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 13, 2002 at 08:22:44PM +0200, Nevermind wrote: > Hello, Jochem Kossen! > > On Tue, Mar 12, 2002 at 10:54:20PM +0100, you wrote: > > > >Number: 35830 > > >Category: ports > > >Synopsis: www/mozilla 0.9.9,1 broken > > The build of the new Mozilla 0.9.9,1 port fails. > > Here are the error messages with some context: > Same error here with latest cvsup. > Patches from sobomax (2 hours ago) won't help it :/// > > > gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/xlibrgb' > > gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > > nsAntiAliasedGlyph.cpp Deinstalling freetype-1.x, as a few people suggested, does help. Good luck, Jochem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 10:50:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6037B41C for ; Wed, 13 Mar 2002 10:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DIo2c85790; Wed, 13 Mar 2002 10:50:02 -0800 (PST) (envelope-from gnats) Date: Wed, 13 Mar 2002 10:50:02 -0800 (PST) Message-Id: <200203131850.g2DIo2c85790@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Jochem Kossen Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Reply-To: Jochem Kossen Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35830; it has been noted by GNATS. From: Jochem Kossen To: Nevermind Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/35830: www/mozilla 0.9.9,1 broken Date: Wed, 13 Mar 2002 19:46:12 +0100 On Wed, Mar 13, 2002 at 08:22:44PM +0200, Nevermind wrote: > Hello, Jochem Kossen! > > On Tue, Mar 12, 2002 at 10:54:20PM +0100, you wrote: > > > >Number: 35830 > > >Category: ports > > >Synopsis: www/mozilla 0.9.9,1 broken > > The build of the new Mozilla 0.9.9,1 port fails. > > Here are the error messages with some context: > Same error here with latest cvsup. > Patches from sobomax (2 hours ago) won't help it :/// > > > gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/xlibrgb' > > gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > > nsAntiAliasedGlyph.cpp Deinstalling freetype-1.x, as a few people suggested, does help. Good luck, Jochem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 12:51:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from scotch.ucf.ics.uci.edu (scotch.ucf.ics.uci.edu [128.195.23.4]) by hub.freebsd.org (Postfix) with ESMTP id 866CE37B419 for ; Wed, 13 Mar 2002 12:51:15 -0800 (PST) Received: from whiskey.ucf.ics.uci.edu (whiskey.ucf.ics.uci.edu [128.195.23.9]) by scotch.ucf.ics.uci.edu (Postfix) with ESMTP id 3540614D24 for ; Wed, 13 Mar 2002 12:50:55 -0800 (PST) Received: from whiskey.ucf.ics.uci.edu (localhost [127.0.0.1]) by whiskey.ucf.ics.uci.edu (8.10.2+Sun/8.10.2) with ESMTP id g2DKos116360 for ; Wed, 13 Mar 2002 12:50:54 -0800 (PST) Message-Id: <200203132050.g2DKos116360@whiskey.ucf.ics.uci.edu> To: gnome@FreeBSD.org Reply-To: sjh@ucf.ics.uci.edu X-Message-Flag: Microsoft sucks, switch to UNIX Subject: gnome on -current Date: Wed, 13 Mar 2002 12:50:54 -0800 From: Seth Hettich Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, For the past ~week the current version of the gnome port has been broken. panel, gnome-session, etc seg fault. Is this a known problem? is there a work around? -Seth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 13:19:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 1349337B417 for ; Wed, 13 Mar 2002 13:19:36 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA55894; Wed, 13 Mar 2002 23:19:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h107.229.dialup.iptcom.net [212.9.229.107]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA16979; Wed, 13 Mar 2002 23:19:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2DLIeB91215; Wed, 13 Mar 2002 23:18:40 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C8FC26B.5C232D22@FreeBSD.org> Date: Wed, 13 Mar 2002 23:19:39 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke , Richard Kuhns , freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus References: <20020313112751.Y65010-100000@shumai.marcuscom.com> <3C8F81D2.7073A72B@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Joe Clarke wrote: > > > > On Wed, 13 Mar 2002, Richard Kuhns wrote: > > > > > On Wed, 13 Mar 2002 17:48:43 +0200 > > > Maxim Sobolev wrote: > > > > > > > Richard Kuhns wrote: > > > > > I obviously don't understand. Why not have something like a > > > > > "WITH_GALEON" knob for nautilus? > > > > > > > > Because to Galeon Nautilus component is part of Galeon, not Nautilus, > > > > therefore Galeon needs Nautilus installed to build it. > > > > > > > > -Maxim > > > > > > OK, thanks. But couldn't galeon look to see if nautilus is already > > > installed, and only build the nautilus component if it is? Or does the > > > nautilus component need something from the nautilus source? > > > > We could modify bsd.gnome.mk to use WANT/HAVE_NAUTILUS macros, and check > > for nautilus-config (of course nautilus-config is currently broken [I > > meant to fix this]). I can cook up some patches if this sounds like a > > good idea. Else, the WITHOUT_NAUTILUS knob would work. > > I have a better idea - see my reply to the same message. Thank you for > the proposition anyway. Should be resolved now - please test and report any unusual problems. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 13:51: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from centaur.acm.jhu.edu (centaur.acm.jhu.edu [128.220.223.65]) by hub.freebsd.org (Postfix) with ESMTP id 67D2D37B400 for ; Wed, 13 Mar 2002 13:50:57 -0800 (PST) Received: by centaur.acm.jhu.edu (Postfix, from userid 556) id A898613E9A; Wed, 13 Mar 2002 16:50:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by centaur.acm.jhu.edu (Postfix) with ESMTP id A297937DE1 for ; Wed, 13 Mar 2002 16:50:52 -0500 (EST) Date: Wed, 13 Mar 2002 16:50:52 -0500 (EST) From: "James E. Flemer" Reply-To: "James E. Flemer" To: Subject: ports: libxml2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # libxml2 patched to use iconv 2 # # I've compiled this w/o problems, haven't used it # to much since I don't use gnome tho -- just using # it in php right now... # # take it easy, # -James # --- Makefile.orig Mon Mar 11 14:03:53 2002 +++ Makefile Wed Mar 13 16:32:39 2002 @@ -15,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes @@ -48,8 +48,5 @@ pre-patch: @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g' - @cd ${WRKSRC} && ${PERL} -pi -e \ - 's|([^g])iconv.h|\1giconv.h|g ; s|-liconv|-lgiconv|g' \ - configure include/libxml/encoding.h .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 14:47:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6277F37B405; Wed, 13 Mar 2002 14:47:25 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DMlPd44548; Wed, 13 Mar 2002 14:47:25 -0800 (PST) (envelope-from pat) Date: Wed, 13 Mar 2002 14:47:25 -0800 (PST) From: Message-Id: <200203132247.g2DMlPd44548@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35862: [PATCH] Unbreak nautilus-config Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Unbreak nautilus-config Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Wed Mar 13 14:46:58 PST 2002 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=35862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 21:20:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 0825437B417 for ; Wed, 13 Mar 2002 21:20:35 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g2E5Kae45330 for gnome@freebsd.org; Thu, 14 Mar 2002 00:20:36 -0500 (EST) (envelope-from alane) Date: Thu, 14 Mar 2002 00:20:36 -0500 From: Alan Eldridge To: gnome@freebsd.org Subject: Last ORBit update may have broken dependent port builds; check your ports. :) Message-ID: <20020314052036.GA45281@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just a HEADS UP: the last ORBit update broke audio/freeamp's build. Other ports which depend on ORBit should be checked; the removal of the /usr/local/include/orb symlink may cause failure to detect ORBit's header files. -- Alan Eldridge "Dave's not here, man." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Mar 13 23: 0:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail.demos.su (relay1.demos.su [194.87.0.16]) by hub.freebsd.org (Postfix) with ESMTP id 1428037B402 for ; Wed, 13 Mar 2002 22:59:59 -0800 (PST) Received: from [194.87.2.36] (HELO cavia.pp.ru) by mail.demos.su (CommuniGate Pro SMTP 3.5.7/D) with ESMTP-TLS id 17339403; Thu, 14 Mar 2002 09:59:57 +0300 Received: (from mitya@localhost) by cavia.pp.ru (8.11.6/8.11.6) id g2E6wZv95588; Thu, 14 Mar 2002 09:58:35 +0300 (MSK) Date: Thu, 14 Mar 2002 09:58:35 +0300 From: Dmitry Sivachenko To: Alan Eldridge Cc: gnome@FreeBSD.ORG Subject: Re: Last ORBit update may have broken dependent port builds; check your ports. :) Message-ID: <20020314065835.GC95507@cavia.pp.ru> References: <20020314052036.GA45281@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020314052036.GA45281@wwweasel.geeksrus.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 14, 2002 at 12:20:36AM -0500, Alan Eldridge wrote: > Just a HEADS UP: the last ORBit update broke audio/freeamp's > build. Other ports which depend on ORBit should be checked; the > removal of the /usr/local/include/orb symlink may cause failure to > detect ORBit's header files. > mozilla builds just fine with it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 2:51:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from snsonline.net (web.snsonline.net [203.62.158.32]) by hub.freebsd.org (Postfix) with ESMTP id 0842D37B416 for ; Thu, 14 Mar 2002 02:51:29 -0800 (PST) Received: from localhost (sarge@localhost) by snsonline.net (8.11.6/8.11.6) with ESMTP id g2EApBV86728 for ; Thu, 14 Mar 2002 21:51:12 +1100 (EST) (envelope-from sarge@snsonline.net) Date: Thu, 14 Mar 2002 21:51:11 +1100 (EST) From: Mark Sergeant To: gnome@freebsd.org Subject: Mozilla 0.9.9 port build error. Message-ID: <20020314214900.D86697-100000@snsonline.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Re: email I sent yesterday this is the actual build error, same version of freetype exists on both machines (freetype2-2.0.9) In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:320: Error: Rest of line ignored. First ignored character is `:'. {standard input}:326: Error: Rest of line ignored. First ignored character is `:'. {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 Any idea on how I can fix this up ? Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 6:10:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from holmes.grauel.com (holmes.grauel.com [199.233.104.35]) by hub.freebsd.org (Postfix) with ESMTP id CE9D137B402; Thu, 14 Mar 2002 06:10:46 -0800 (PST) Received: from moriarity.grauel.com (moriarity [199.233.104.37]) by holmes.grauel.com (8.11.6/8.11.2) with SMTP id g2EEAfp92846; Thu, 14 Mar 2002 09:10:41 -0500 (EST) (envelope-from rjk@grauel.com) Date: Thu, 14 Mar 2002 09:10:45 -0500 From: Richard Kuhns To: Maxim Sobolev Cc: marcus@marcuscom.com, freebsd-gnome@FreeBSD.org Subject: Re: Galeon and Nautilus Message-Id: <20020314091045.58e20e0c.rjk@grauel.com> In-Reply-To: <3C8FC26B.5C232D22@FreeBSD.org> References: <20020313112751.Y65010-100000@shumai.marcuscom.com> <3C8F81D2.7073A72B@FreeBSD.org> <3C8FC26B.5C232D22@FreeBSD.org> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Mar 2002 23:19:39 +0200 Maxim Sobolev wrote: > Should be resolved now - please test and report any unusual problems. > > -Maxim I just rebuilt mozilla* and galeon on Yet Another new machine, and I'm happy to say everything worked fine: building galeon didn't seem to involve nautilus at all. Thanks. -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 6:27:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id DDA7337B405; Thu, 14 Mar 2002 06:27:36 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA02926; Thu, 14 Mar 2002 16:21:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h142.229.dialup.iptcom.net [212.9.229.142]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA45950; Thu, 14 Mar 2002 16:20:19 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2EEI2B93773; Thu, 14 Mar 2002 16:18:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C90B155.D193FC1F@FreeBSD.org> Date: Thu, 14 Mar 2002 16:19:01 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Brian T.Schellenberger" , Calvin NG , Heath Nielson , "ijliao@FreeBSD.ORG" , Jochem Kossen , Jochem Kossen , Joel Dinel , Jonathan Chen , Kenneth W Cochran , MANTANI Nobutaka , Mark Sergeant , Matthew Luckie , Matthew Reimer , Muhannad Asfour , Nevermind , "pat@FreeBSD.ORG" , piaip , "Stephen L. Palmer" , Willem van Engen Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Freetype-related problem with Mozilla build had been resolved Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Folks, I've resolved Mozilla build breakage when it is being built on a system with freetype1 installed. Please follow the following procedure to resolve the problem: 1. cvsup your ports as usually; 2. deinstall freetype-1.x.x package; 3. rebuild/reinstall freetype-1.x.x package from a freshly cvsup'ed ports; 4. restart Mozilla build. Thanks to all for their reports! Feel free to drop me a note if there are any other problems with Mozilla-0.9.9. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 7:35:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from 040-188.bio.sunysb.edu (040-188.bio.sunysb.edu [129.49.40.188]) by hub.freebsd.org (Postfix) with SMTP id BCC7E37B402 for ; Thu, 14 Mar 2002 07:35:31 -0800 (PST) Received: (qmail 25820 invoked by uid 1001); 14 Mar 2002 15:35:38 -0000 Date: Thu, 14 Mar 2002 10:35:38 -0500 From: Tsu-Fan Cheng To: gnome@FreeBSD.org Subject: mozilla-0.9.9 Message-ID: <20020314153538.GA25812@tfcheng.dnsq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i was trying to make mozilla-0.9.9 today, but i have some problem: In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope ..etc.... is there something i can do to fix this? thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 7:37:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id F06A237B400 for ; Thu, 14 Mar 2002 07:37:17 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA76801; Thu, 14 Mar 2002 17:37:05 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h133.228.dialup.iptcom.net [212.9.228.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA82442; Thu, 14 Mar 2002 17:37:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2EFZpB94147; Thu, 14 Mar 2002 17:35:51 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C90C391.9B02EF35@FreeBSD.org> Date: Thu, 14 Mar 2002 17:36:49 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alan Eldridge Cc: gnome@FreeBSD.org Subject: Re: Last ORBit update may have broken dependent port builds; check your ports. :) References: <20020314052036.GA45281@wwweasel.geeksrus.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alan Eldridge wrote: > > Just a HEADS UP: the last ORBit update broke audio/freeamp's > build. Other ports which depend on ORBit should be checked; the > removal of the /usr/local/include/orb symlink may cause failure to > detect ORBit's header files. Yes, we know, but this is job of individual maintainers to fix their ports. We have identified and fixed all problems with Gnome itself - you can't blame us for not fixing other ports out there which use hardcoded path to ORBit includes, instead of using orbit-config script as they supposed to do. Thank you for fixing freeamp anyway! -Maixm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 7:42:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 0E64437B438 for ; Thu, 14 Mar 2002 07:41:48 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA81160; Thu, 14 Mar 2002 17:41:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h133.228.dialup.iptcom.net [212.9.228.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA85030; Thu, 14 Mar 2002 17:41:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2EFf3B94186; Thu, 14 Mar 2002 17:41:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C90C4C9.7A1EBC0D@FreeBSD.org> Date: Thu, 14 Mar 2002 17:42:01 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Tsu-Fan Cheng Cc: gnome@FreeBSD.org Subject: Re: mozilla-0.9.9 References: <20020314153538.GA25812@tfcheng.dnsq.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tsu-Fan Cheng wrote: > > hi, > i was trying to make mozilla-0.9.9 today, but i have some problem: > > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope > ..etc.... > > is there something i can do to fix this? Already resolved - see below. -------- Original Message -------- Subject: Freetype-related problem with Mozilla build had been resolved Date: Thu, 14 Mar 2002 16:19:01 +0200 From: Maxim Sobolev Organization: Vega International Capital CC: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Folks, I've resolved Mozilla build breakage when it is being built on a system with freetype1 installed. Please follow the following procedure to resolve the problem: 1. cvsup your ports as usually; 2. deinstall freetype-1.x.x package; 3. rebuild/reinstall freetype-1.x.x package from a freshly cvsup'ed ports; 4. restart Mozilla build. Thanks to all for their reports! Feel free to drop me a note if there are any other problems with Mozilla-0.9.9. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 8:44:50 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 9380937B41B for ; Thu, 14 Mar 2002 08:44:46 -0800 (PST) Received: from dialup-63.212.135.75.dial1.losangeles1.level3.net ([63.212.135.75] helo=netcom1.netcom.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 16lYLK-0004hf-00 for gnome@freebsd.org; Thu, 14 Mar 2002 11:44:42 -0500 Received: by netcom1.netcom.com (Postfix, from userid 1000) id 7B9C613125; Thu, 14 Mar 2002 08:41:32 -0800 (PST) From: Mike Harding To: gnome@freebsd.org Subject: fork bomb! Message-Id: <20020314164132.7B9C613125@netcom1.netcom.com> Date: Thu, 14 Mar 2002 08:41:32 -0800 (PST) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If I # cd /usr/ports/x11/gnome-fifth-toe # make clean ... or # make fetch-recursive my machine runs out of swap - there is some (bad) recursion going on here. Haven't tried make... - Mike H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 8:56:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id AF3E837B405 for ; Thu, 14 Mar 2002 08:56:10 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA46661; Thu, 14 Mar 2002 18:56:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h52.228.dialup.iptcom.net [212.9.228.52]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA19334; Thu, 14 Mar 2002 18:55:58 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2EGsiB94873; Thu, 14 Mar 2002 18:54:44 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C90D60E.5E7AB3D1@FreeBSD.org> Date: Thu, 14 Mar 2002 18:55:42 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mike Harding Cc: gnome@FreeBSD.org Subject: Re: fork bomb! References: <20020314164132.7B9C613125@netcom1.netcom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Harding wrote: > > If I > > # cd /usr/ports/x11/gnome-fifth-toe > # make clean > ... or > # make fetch-recursive > > my machine runs out of swap - there is some (bad) recursion going on > here. Haven't tried make... Already fixed, sorry about that... sobomax 2002/03/14 08:40:25 PST Modified files: math/guppi Makefile Log: Manually invoke `${MAKE} patch' for Gnumeric, because puting it into BUILD_DEPEDS creates short circuit when make clean is invoked either for Gnumeric port or for Guppi port. Perhaps our bsd.port.mk should be fixed to avoid such problems. Submitted by: John Merryweather Cooper Revision Changes Path 1.10 +6 -1 ports/math/guppi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 12: 8: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h236n2fls34o835.telia.com [213.67.31.236]) by hub.freebsd.org (Postfix) with ESMTP id 2942D37B400 for ; Thu, 14 Mar 2002 12:07:54 -0800 (PST) Received: from sushi.sanyusan.se (localhost [127.0.0.1]) by sushi.sanyusan.se (8.12.2/8.12.2) with ESMTP id g2EK7h9j012208; Thu, 14 Mar 2002 21:07:43 +0100 (CET) (envelope-from anders@sushi.sanyusan.se) Received: (from anders@localhost) by sushi.sanyusan.se (8.12.2/8.12.2/Submit) id g2EK7giY012207; Thu, 14 Mar 2002 21:07:42 +0100 (CET) Date: Thu, 14 Mar 2002 21:07:42 +0100 From: Anders Andersson To: sjh@ucf.ics.uci.edu Cc: gnome@FreeBSD.ORG Subject: Re: gnome on -current Message-ID: <20020314200742.GA12149@sushi.sanyusan.se> References: <200203132050.g2DKos116360@whiskey.ucf.ics.uci.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203132050.g2DKos116360@whiskey.ucf.ics.uci.edu> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 13, 2002 at 12:50:54PM -0800, Seth Hettich wrote: > Hello, > > For the past ~week the current version of the gnome port has been > broken. panel, gnome-session, etc seg fault. > > Is this a known problem? is there a work around? Try rebuilding both -current and your GNOME ports since I run -current as of 2 day old and recently rebuilt GNOME which works great. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 18:43:20 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from eudoramail.com (netturbo3.cscoms.com [202.183.214.4]) by hub.freebsd.org (Postfix) with SMTP id 95CFA37B6E9 for ; Thu, 14 Mar 2002 18:39:26 -0800 (PST) From: "Moissanite" To: Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 15 Mar 2002 09:43:15 +0700 Reply-To: "Moissanite" Content-Transfer-Encoding: 8bit Message-Id: <20020315023926.95CFA37B6E9@hub.freebsd.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Moissanite: More Fire and Brilliance
The Truth About Moissanite
 
Fact - Moissanite delivers more
fire, brilliance and luster than any other hard jewel on Earth.
This unretouched photograph supports the adage that "a picture is worth a thousand words". Here, a light source over a similar sized moissanite and diamond placed in shallow water clearly shows the superior fire and brilliance of this unique new jewel. And the picture is supported by measurable facts: the GIA publishes the dispersion (fire) of created moissanite at 0.104, refractive index (brilliance) at 2.65 to 2.69, and luster at 20.4%. No other hard jewel measures up, not even a fine diamond. And only moissanite and diamond are over 9 on the Mohs hardness scale. Moissanite jewels created by Charles & Colvard are available in all popular shapes and sizes. 

www.moissanitesource.com is the place to buy moissanite jewelry on the internet. Buy with confidence at the best prices in the world. 

 

Moissanite Created By Charles &
Colvard
 

Moissanite created by Charles & Colvard is a unique jewel, not a synthetic diamond.

Moissanite Source is an authorized distributor of Moissanite.

 

If you wish to stop receiving these occasional mailings, simply reply to this email with the word "REMOVE" in
the subject line and we will remove your name and email address from our database.

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 19:20:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DCDA37B400; Thu, 14 Mar 2002 19:20:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2F3KLL96178; Thu, 14 Mar 2002 19:20:21 -0800 (PST) (envelope-from ijliao) Date: Thu, 14 Mar 2002 19:20:21 -0800 (PST) From: Message-Id: <200203150320.g2F3KLL96178@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35907: Attempts to build mozilla fail (on current?) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Attempts to build mozilla fail (on current?) Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Mar 14 19:20:14 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=35907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 23:45:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from bw.2y.net (ws496.fx.reshall.wwu.edu [63.229.43.51]) by hub.freebsd.org (Postfix) with SMTP id C3FE737B402 for ; Thu, 14 Mar 2002 23:45:25 -0800 (PST) Received: (qmail 47195 invoked by uid 1000); 15 Mar 2002 07:45:24 -0000 Date: Thu, 14 Mar 2002 23:45:23 -0800 From: Mike Estes To: gnome@FreeBSD.org Subject: flashplugin-mozilla patch Message-ID: <20020315074523.GA47175@cc.wwu.edu> Reply-To: Mike Estes Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG the following patch fixes flashplugin-mozilla: --- ports/www/flashplugin-mozilla/files/patch-aa.orig Tue Nov 27 11:35:54 2001 +++ ports/www/flashplugin-mozilla/files/patch-aa Thu Mar 14 23:41:05 2002 @@ -10,7 +10,7 @@ -CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include -LDFLAGS= $(FLASH)/libflash.a $(LIBCXX) ../Jpeg/libjpeg.a ../Zlib/libz.a +CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include -+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz ++LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz -L$(X11BASE)/lib -lXt SRC= plugin.c npunix.c OBJ= plugin.o npunix.o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Mar 14 23:52:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id AEAA837B402 for ; Thu, 14 Mar 2002 23:52:29 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id JAA99605; Fri, 15 Mar 2002 09:52:18 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h83.228.dialup.iptcom.net [212.9.228.83]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id JAA73541; Fri, 15 Mar 2002 09:52:17 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2F7pkB97166; Fri, 15 Mar 2002 09:51:46 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C91A851.77D765ED@FreeBSD.org> Date: Fri, 15 Mar 2002 09:52:49 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mike Estes Cc: gnome@FreeBSD.org Subject: Re: flashplugin-mozilla patch References: <20020315074523.GA47175@cc.wwu.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Committed, thank you! -Maxim Mike Estes wrote: > > the following patch fixes flashplugin-mozilla: > > --- ports/www/flashplugin-mozilla/files/patch-aa.orig Tue Nov 27 11:35:54 2001 > +++ ports/www/flashplugin-mozilla/files/patch-aa Thu Mar 14 23:41:05 2002 > @@ -10,7 +10,7 @@ > -CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include > -LDFLAGS= $(FLASH)/libflash.a $(LIBCXX) ../Jpeg/libjpeg.a ../Zlib/libz.a > +CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include > -+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz > ++LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz -L$(X11BASE)/lib -lXt > > SRC= plugin.c npunix.c > OBJ= plugin.o npunix.o > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 0: 3:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 0230637B404 for ; Fri, 15 Mar 2002 00:03:46 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA09736; Fri, 15 Mar 2002 10:03:28 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h77.228.dialup.iptcom.net [212.9.228.77]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA78557; Fri, 15 Mar 2002 10:03:22 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2F82oB97255; Fri, 15 Mar 2002 10:02:50 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C91AAE9.5216C6EF@FreeBSD.org> Date: Fri, 15 Mar 2002 10:03:53 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Anders Andersson Cc: sjh@ucf.ics.uci.edu, gnome@FreeBSD.org Subject: Re: gnome on -current References: <200203132050.g2DKos116360@whiskey.ucf.ics.uci.edu> <20020314200742.GA12149@sushi.sanyusan.se> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anders Andersson wrote: > > On Wed, Mar 13, 2002 at 12:50:54PM -0800, Seth Hettich wrote: > > Hello, > > > > For the past ~week the current version of the gnome port has been > > broken. panel, gnome-session, etc seg fault. > > > > Is this a known problem? is there a work around? > > Try rebuilding both -current and your GNOME ports since I run -current > as of 2 day old and recently rebuilt GNOME which works great. Yuip, it works here on a recent -current as well. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 0: 7:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from scotch.ucf.ics.uci.edu (scotch.ucf.ics.uci.edu [128.195.23.4]) by hub.freebsd.org (Postfix) with ESMTP id 7321B37B416; Fri, 15 Mar 2002 00:07:23 -0800 (PST) Received: from whiskey.ucf.ics.uci.edu (whiskey.ucf.ics.uci.edu [128.195.23.9]) by scotch.ucf.ics.uci.edu (Postfix) with ESMTP id 0A5CA14CAC; Fri, 15 Mar 2002 00:07:22 -0800 (PST) Received: from whiskey.ucf.ics.uci.edu (localhost [127.0.0.1]) by whiskey.ucf.ics.uci.edu (8.10.2+Sun/8.10.2) with ESMTP id g2F87J123506; Fri, 15 Mar 2002 00:07:19 -0800 (PST) Message-Id: <200203150807.g2F87J123506@whiskey.ucf.ics.uci.edu> To: Maxim Sobolev Cc: Anders Andersson , sjh@ucf.ics.uci.edu, gnome@FreeBSD.org Subject: Re: gnome on -current In-Reply-To: Your message of "Fri, 15 Mar 2002 10:03:53 +0200." <3C91AAE9.5216C6EF@FreeBSD.org> Date: Fri, 15 Mar 2002 00:07:19 -0800 From: Seth Hettich Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Anders Andersson wrote: > > > > On Wed, Mar 13, 2002 at 12:50:54PM -0800, Seth Hettich wrote: > > > Hello, > > > > > > For the past ~week the current version of the gnome port has been > > > broken. panel, gnome-session, etc seg fault. > > > > > > Is this a known problem? is there a work around? > > > > Try rebuilding both -current and your GNOME ports since I run -current > > as of 2 day old and recently rebuilt GNOME which works great. > > Yuip, it works here on a recent -current as well. > > -Maxim A portupgrade -af (and a lot of waiting) seems to have fixed it. Thanks for the help -Seth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 0:24:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vampiro.rootshell.ru (vampiro.rootshell.ru [195.162.58.222]) by hub.freebsd.org (Postfix) with ESMTP id AABDE37B400 for ; Fri, 15 Mar 2002 00:24:38 -0800 (PST) Received: by vampiro.rootshell.ru (Sendmail for UK-NC (RT11-SJ), from userid 1111) id EB4985365; Fri, 15 Mar 2002 14:24:51 +0600 (OMST) Date: Fri, 15 Mar 2002 14:24:51 +0600 From: El Vampiro To: gnome@FreeBSD.org Subject: Mozilla 0.9.9 build error Message-ID: <20020315082451.GA79991@vampiro.rshb.com.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.24i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi I took latest port via cvsup and latest ORBit (0.5.14) && freetype2 (2.0.9) $ uname -a FreeBSD vampiro.rsb.local 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 18:00:08 OMST 2002 vampiro@vampiro.rsb.local:/usr/obj/usr/src/sys/VAMPIRO i386 do I need to provide more info ? c++ -o nsAntiAliasedGlyph.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/include/dom -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/windowwatcher -I../../../dist/include/locale -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/necko -I../../../dist/include/gfx -I../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -pipe -O -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../config-defs.h nsAntiAliasedGlyph.cpp In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:320: Error: Rest of line ignored. First ignored character is `:'. {standard input}:326: Error: Rest of line ignored. First ignored character is `:'. {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Ошибка 1 gmake[4]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Ошибка 2 gmake[3]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Ошибка 2 gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Ошибка 2 gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Ошибка 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. -- VAMPIRO-RIPN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 0:45:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id ED96F37B419 for ; Fri, 15 Mar 2002 00:44:55 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA51819; Fri, 15 Mar 2002 10:44:38 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h111.228.dialup.iptcom.net [212.9.228.111]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA00623; Fri, 15 Mar 2002 10:44:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2F8i3B97396; Fri, 15 Mar 2002 10:44:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C91B492.C44ABEE8@FreeBSD.org> Date: Fri, 15 Mar 2002 10:45:06 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: El Vampiro Cc: gnome@FreeBSD.org Subject: Re: Mozilla 0.9.9 build error References: <20020315082451.GA79991@vampiro.rshb.com.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG El Vampiro wrote: > > hi > I took latest port via cvsup and latest ORBit (0.5.14) && freetype2 (2.0.9) > > $ uname -a > FreeBSD vampiro.rsb.local 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 > 18:00:08 OMST 2002 vampiro@vampiro.rsb.local:/usr/obj/usr/src/sys/VAMPIRO > i386 > > do I need to provide more info ? No, it's already resolved - see below. -------- Original Message -------- Subject: Freetype-related problem with Mozilla build had been resolved Date: Thu, 14 Mar 2002 16:19:01 +0200 From: Maxim Sobolev Organization: Vega International Capital CC: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Folks, I've resolved Mozilla build breakage when it is being built on a system with freetype1 installed. Please follow the following procedure to resolve the problem: 1. cvsup your ports as usually; 2. deinstall freetype-1.x.x package; 3. rebuild/reinstall freetype-1.x.x package from a freshly cvsup'ed ports; 4. restart Mozilla build. Thanks to all for their reports! Feel free to drop me a note if there are any other problems with Mozilla-0.9.9. -Maxim > > c++ -o nsAntiAliasedGlyph.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" > -DOJI -D_IMPL_NS_GFXNONXP -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_TYPES > -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../x11shared > -I../../../dist/include/xpcom -I../../../dist/include/string > -I../../../dist/include/widget -I../../../dist/include/view > -I../../../dist/include/util -I../../../dist/include/dom > -I../../../dist/include/pref -I../../../dist/include/uconv > -I../../../dist/include/unicharutil -I../../../dist/include/windowwatcher > -I../../../dist/include/locale -I../../../dist/include/content > -I../../../dist/include/layout -I../../../dist/include/necko > -I../../../dist/include/gfx -I../../../dist/include > -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include > -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith > -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth > -Wno-ctor-dtor-privacy -Wno-long-long -pipe -O -pipe -DNDEBUG -DTRIMMED > -ffunction-sections -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include > -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../config-defs.h > nsAntiAliasedGlyph.cpp > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:205: syntax error before `;' > /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' > /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not > declared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' > In file included from nsAntiAliasedGlyph.cpp:47: > ../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope > ../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope > ../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' > ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of > member `WrapFreeType' > ../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static > ../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization > of non-const static member `WrapFreeType' > nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: syntax error before `,' > nsAntiAliasedGlyph.cpp:106: duplicate initialization of > nsAntiAliasedGlyph::WrapFreeType > nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound > expression > nsAntiAliasedGlyph.cpp:106: syntax error before `{' > nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no > type > nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no > type > nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no > type > nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no > type > nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type > nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no > type > nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:116: syntax error before `if' > {standard input}: Assembler messages: > {standard input}:320: Error: Rest of line ignored. First ignored character is > `:'. > {standard input}:326: Error: Rest of line ignored. First ignored character is > `:'. > {standard input}:332: Error: Rest of line ignored. First ignored character is > `:'. > {standard input}:338: Error: Rest of line ignored. First ignored character is > `:'. > {standard input}:344: Error: Rest of line ignored. First ignored character is > `:'. > {standard input}:350: Error: Rest of line ignored. First ignored character is > `:'. > gmake[4]: *** [nsAntiAliasedGlyph.o] Ошибка 1 > gmake[4]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > gmake[3]: *** [libs] Ошибка 2 > gmake[3]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx/src' > gmake[2]: *** [libs] Ошибка 2 > gmake[2]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla/gfx' > gmake[1]: *** [tier_9] Ошибка 2 > gmake[1]: Выход из каталог `/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Ошибка 2 > *** Error code 2 > > Stop in /usr/ports/www/mozilla. > *** Error code 1 > > Stop in /usr/ports/www/mozilla. > *** Error code 1 > > Stop in /usr/ports/www/mozilla. > > -- > VAMPIRO-RIPN > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 5:32:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from holmes.grauel.com (holmes.grauel.com [199.233.104.35]) by hub.freebsd.org (Postfix) with ESMTP id 64F1337B400 for ; Fri, 15 Mar 2002 05:32:23 -0800 (PST) Received: from moriarity.grauel.com (moriarity [199.233.104.37]) by holmes.grauel.com (8.11.6/8.11.2) with SMTP id g2FDWJp97692 for ; Fri, 15 Mar 2002 08:32:19 -0500 (EST) (envelope-from rjk@grauel.com) Date: Fri, 15 Mar 2002 08:32:21 -0500 From: Richard Kuhns To: freebsd-gnome@freebsd.org Subject: galeon 1.2.0 and nameserver problem? Message-Id: <20020315083221.325797ac.rjk@grauel.com> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG One site that I like to visit with some regularity is http://www.bbc.co.uk/. Sometimes, galeon pops up a box that says it can't find that site. At that point, I can switch to an xterm, type "nslookup www.bbc.co.uk" and get an answer. After I've done that, galeon can find it too, for a while (cached locally?). So far, that's the only site I've had a problem with. freebsd.org, slashdot, python, and others show up just fine. Has anyone else experienced this? I'm just wondering if it's a FreeBSD-only problem, or if I should report it to the galeon people. - Rich -- Richard Kuhns rjk@grauel.com PO Box 6249 Tel: (765)477-6000 \ 100 Sawmill Road x319 Lafayette, IN 47903 (800)489-4891 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 11:44:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E2FC337B404; Fri, 15 Mar 2002 11:44:38 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA97733; Fri, 15 Mar 2002 21:44:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h104.229.dialup.iptcom.net [212.9.229.104]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA13961; Fri, 15 Mar 2002 21:44:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g2FJi3B00162; Fri, 15 Mar 2002 21:44:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C924F41.62DBAFC@FreeBSD.org> Date: Fri, 15 Mar 2002 21:45:05 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: gnome@FreeBSD.org Subject: Re: Ho hum References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > Sorry folks, but looking at my workload, and the stuff that I'm really > interested in, gnome@ is way down on my list of priorites. > > I probably shouldn't have come back, thought I could handle it, and events > have overtaken me. I'll be concentrating on portmgr@, big hacks to > bsd.port.mk, uber patches across the tree, and the version-dependency stuff, > which doesn't leave a lot of time for a UI that I don't really use apart > from in a VNC session. > > My last wish is to see Marcus become a full ports/ committer. With him and > Max at the helm, I don't think there'll be any problems in maintaining > FreeBSD/GNOME for the forseeable future. :( However, since you are going to work on improving our ports system FreeBSD GNOME will benefit from your work indirectly. BTW, could you please send me the latest version of your gzip->bzip2 conversion patch? I found that in most cases existing .gz distfiles could be easily converted into .bz2 by just recompressing them appropriately, so that I'm currently thinking about committing the patch and providing bandwidth-disabed users with the script to convert gzips into bzips. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 15:54:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id BA92637B425; Fri, 15 Mar 2002 15:54:15 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA16563; Fri, 15 Mar 2002 15:53:04 -0800 Subject: [PSEUDO HEADS UP] Sequencing of gettext-[old|devel|lamda] to avoid breakage From: John Merryweather Cooper To: FreeBSD Ports Cc: freebsd-gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 15 Mar 2002 15:53:15 -0800 Message-Id: <1016236397.47935.12.camel@johncoop.MSHOME> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The short of it: Renaming gettext-devel to gettext and gettext to gettext-old perhaps should have been done in sequence with the older port getting the rename first. As I discovered building the updated net/gaim port, all will seem well until libintl.h is not found (because it's been removed building/installing the former gettext-devel over it). This is easily fixed by building/installing gettext-old, but this has to be accomplished manually because utilities like portupgrade are faked out by the sequencing of this mega-patch. :) -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 15:56:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from frontend2.aha.ru (bird.zenon.net [213.189.198.215]) by hub.freebsd.org (Postfix) with ESMTP id B22F137B41B for ; Fri, 15 Mar 2002 15:56:04 -0800 (PST) Received: from [57.66.134.113] (HELO fuckface.local.com) by frontend2.aha.ru (CommuniGate Pro SMTP 3.5.2) with ESMTP id 108618066 for gnome@FreeBSD.org; Sat, 16 Mar 2002 02:56:03 +0300 Date: Sat, 16 Mar 2002 02:55:14 +0300 From: LonerX To: gnome@FreeBSD.org Subject: a big big trouble Message-ID: <20020315235513.GA69119@fuckface> Reply-To: lonerx@ok.ru Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=KOI8-R Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.3.3 Lines: 8 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I'm sorry to inform you but the latest MOZILLA port doesn't compile... (my ports tree was cvsuped one day ago)... Could you inform me about the solution of thes problem ? You are doing a great job!!! Sincerely yours LonerX (Ivan Nazimov) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Mar 15 18:32: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id E418F37B41A; Fri, 15 Mar 2002 18:32:02 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16m3zG-000Mbs-00; Fri, 15 Mar 2002 18:32:02 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Fri, 15 Mar 2002 20:30:43 -0600 Subject: Re: Ho hum From: Ade Lovett To: Maxim Sobolev Cc: Message-ID: In-Reply-To: <3C924F41.62DBAFC@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03/15/02 13:45, "Maxim Sobolev" wrote: > BTW, could you please send me the latest version of your gzip->bzip2 > conversion patch? I found that in most cases existing .gz distfiles > could be easily converted into .bz2 by just recompressing them > appropriately, so that I'm currently thinking about committing the > patch and providing bandwidth-disabed users with the script to convert > gzips into bzips. http://www.lovett.com/~ade/gnome/distfile-move.diff It's somewhat out of date (Mar 3rd - I know some ports listed there have been upgraded and converted already). MD5 (distfile-move.diff) = 5d9b44af095f2692ed8d3350ffdbd2e9 74,165 bytes. Let me know when you've dragged it off so I can wipe it. Thanks, -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 6:36:20 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 755AE37B405; Sat, 16 Mar 2002 06:36:17 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GEaHS07474; Sat, 16 Mar 2002 06:36:17 -0800 (PST) (envelope-from trevor) Date: Sat, 16 Mar 2002 06:36:17 -0800 (PST) From: Message-Id: <200203161436.g2GEaHS07474@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35971: [PATCH] Update devel/gnomevfs to 1.0.5 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update devel/gnomevfs to 1.0.5 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: trevor Responsible-Changed-When: Sat Mar 16 06:36:04 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=35971 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 6:37:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sahiro.homeip.net (p110-dna05sawada.niigata.ocn.ne.jp [211.122.195.238]) by hub.freebsd.org (Postfix) with ESMTP id 8287D37B419; Sat, 16 Mar 2002 06:37:32 -0800 (PST) Date: Sat, 16 Mar 2002 23:37:34 +0900 From: SASAKI Katuhiro Subject: Re: The libcharset library does not know some locales. To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Message-ID: <3c9358ae.6677%sahiro@crest.ocn.ne.jp> In-Reply-To: <3C8D1936.999662C8@FreeBSD.org> References: <3c88cd22.6664%sahiro@crest.ocn.ne.jp> <3C8D1936.999662C8@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. Sorry for my late reply. In <3C8D1936.999662C8@FreeBSD.org>, Maxim Sobolev wrote: >Could you please submit your patch to libiconv developers instead >(Bruno Haible ), because it is clearly not >FreeBSD specific. This would be a much better way to get it integrated >into the tree. > I send the patch to the author (Bruno Haible ), but the mail I send was not delivered and I received a error mail saying that the user is unavailable in the domain. And the web site (http://clisp.cons.org/~haible/packages-libiconv.html) is not accessible now. I do not know other way to contact the author. Do you know something about it? Thank you. -- SASAKI Katuhiro mailto: sahiro@crest.ocn.ne.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 6:50:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.mail.ru (mx1.mail.ru [194.67.57.11]) by hub.freebsd.org (Postfix) with ESMTP id 098D037B41A; Sat, 16 Mar 2002 06:50:06 -0800 (PST) Received: from ppp-237-254.istc.kiev.ua ([193.108.237.254]) by mx1.mail.ru with esmtp (Exim SMTP.1) id 16mFVS-000OLt-00; Sat, 16 Mar 2002 17:50:03 +0300 Subject: Re: The libcharset library does not know some locales. From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: SASAKI Katuhiro Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <3c9358ae.6677%sahiro@crest.ocn.ne.jp> References: <3c88cd22.6664%sahiro@crest.ocn.ne.jp> <3C8D1936.999662C8@FreeBSD.org> <3c9358ae.6677%sahiro@crest.ocn.ne.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TanxfhE1qnjoOQmTCKWo" Message-Id: <1016290171.91096.6.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 16 Mar 2002 16:49:40 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-TanxfhE1qnjoOQmTCKWo Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-03-16 at 16:37, SASAKI Katuhiro wrote: > Hi. Sorry for my late reply. >=20 > In <3C8D1936.999662C8@FreeBSD.org>, Maxim Sobolev wrote: > >Could you please submit your patch to libiconv developers instead > >(Bruno Haible ), because it is clearly not > >FreeBSD specific. This would be a much better way to get it integrated > >into the tree. > > > I send the patch to the author (Bruno Haible ),=20 > but the mail I send was not delivered and I received a error mail=20 > saying that the user is unavailable in the domain. And the web site=20 > (http://clisp.cons.org/~haible/packages-libiconv.html) is not=20 > accessible now. > I do not know other way to contact the author. Do you know something=20 > about it? In such case Goodle groups search (former Deja, www.deja.com) is very useful. Try the following e-mail instead: Bruno Haible . Thank you very much! -Maxim --=-TanxfhE1qnjoOQmTCKWo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8k1t5oNu5t4iCBa8RAgoTAJ4iK61ltJm/y/6PjtMsEBDGQ3n2ewCdHzZU cMwdtg0vLQQAgMvlbCHQzp8= =DMvy -----END PGP SIGNATURE----- --=-TanxfhE1qnjoOQmTCKWo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 9:34: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.datanet.hu (mx1.datanet.hu [194.149.13.160]) by hub.freebsd.org (Postfix) with ESMTP id 7FB8A37B417 for ; Sat, 16 Mar 2002 09:34:01 -0800 (PST) Received: from fonix.adamsfamily.xx (nilus-1555.adsl.datanet.hu [195.56.94.31]) by mx1.datanet.hu (DataNet) with ESMTP id 8B738F9E3 for ; Sat, 16 Mar 2002 18:32:28 +0100 (CET) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.2/8.12.2) with ESMTP id g2GHWSNq035556 for ; Sat, 16 Mar 2002 18:32:28 +0100 (CET) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.2/8.12.2/Submit) id g2GHWSWI035555 for gnome@freebsd.org; Sat, 16 Mar 2002 18:32:28 +0100 (CET) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Sat, 16 Mar 2002 18:32:27 +0100 From: Szilveszter Adam To: gnome@freebsd.org Subject: Unneeded dependency in the www/mozilla port? Message-ID: <20020316173227.GB945@fonix.adamsfamily.xx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello everybody, I would like to report that the www/mozilla port lists gdk-pixbuf as one of its dependencies. While it used to be required at one time, it no longer seems to be: My regular Saturday trunk build from CVS (which is past 0.9.9) has finished already and I do not even have the library installed. While this library is needed for Gnome AFAIK, people who want Mozilla in solo would be probably happy to have one dependency less to build. I was meaning to report this but only got around to do it today... I hope this is the right place to report this. Keep up the good work, -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 11:28:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AD5837B400; Sat, 16 Mar 2002 11:28:46 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GJSkP41594; Sat, 16 Mar 2002 11:28:46 -0800 (PST) (envelope-from petef) Date: Sat, 16 Mar 2002 11:28:46 -0800 (PST) From: Message-Id: <200203161928.g2GJSkP41594@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35980: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Mar 16 11:28:32 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=35980 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 12: 0: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C735237B423 for ; Sat, 16 Mar 2002 12:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GK06M47996; Sat, 16 Mar 2002 12:00:06 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Mar 2002 12:00:06 -0800 (PST) Message-Id: <200203162000.g2GK06M47996@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Alan Eldridge Subject: Re: ports/35980: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Reply-To: Alan Eldridge Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35980; it has been noted by GNATS. From: Alan Eldridge To: FreeBSD Bugs Cc: sobomax@freebsd.org, FreeBSD Ports List Subject: Re: ports/35980: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Date: Sat, 16 Mar 2002 14:50:23 -0500 This problem affects www/mozilla-embedded as well: Patch is: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- Index: www/mozilla-embedded/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/www/mozilla-embedded/Makefile,v retrieving revision 1.13 diff -u -3 -r1.13 Makefile --- www/mozilla-embedded/Makefile 5 Feb 2002 17:24:00 -0000 1.13 +++ www/mozilla-embedded/Makefile 16 Mar 2002 19:47:35 -0000 @@ -41,7 +41,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla-embedded ${CHMOD} 755 ${PREFIX}/lib/mozilla-embedded - cd ${WRKSRC}/dist/Embed && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla-embedded + cd ${WRKSRC}/dist/Embed && ${FIND} . | \ + cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla-embedded .include --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- -- AlanE "When the going gets tough, the weird turn pro." - HST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Mar 16 23:35:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx2.mail.ru (mx2.mail.ru [194.67.57.12]) by hub.freebsd.org (Postfix) with ESMTP id 9B70A37B417; Sat, 16 Mar 2002 23:35:10 -0800 (PST) Received: from ppp-237-254.istc.kiev.ua ([193.108.237.254]) by mx2.mail.ru with esmtp (Exim SMTP.2) id 16mVC7-000NJ4-00; Sun, 17 Mar 2002 10:35:08 +0300 Subject: Repo-copy request From: Maxim Sobolev To: cvs@FreeBSD.org Cc: gnome@FreeBSD.org, portmgr@FreeBSD.org Reply-To: sobomax@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-k5BNnzUM4Bvj6DjXKn6w" Message-Id: <1016350405.256.1.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 17 Mar 2002 09:34:48 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-k5BNnzUM4Bvj6DjXKn6w Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sirs,=20 Please do the following repo-copies:=20 ports/print/gnomeprint --> ports/print/libgnomeprint=20 ports/x11/gnomelibs --> ports/x11/libgnome=20 Thanks!=20 -Maxim=20 --=-k5BNnzUM4Bvj6DjXKn6w Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8lEbEoNu5t4iCBa8RAhBFAJ9FXNSr6chyprkXxrh5FWYOygoSKgCeJRVR mEFukhyXcAT282kja52UqAE= =BA5n -----END PGP SIGNATURE----- --=-k5BNnzUM4Bvj6DjXKn6w-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message