From owner-freebsd-ports@FreeBSD.ORG Sun May 15 02:41:09 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DD416A4CE; Sun, 15 May 2005 02:41:09 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF1643D6D; Sun, 15 May 2005 02:41:07 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2921.dyn.pacific.net.au (ppp2921.dyn.pacific.net.au [61.8.41.33])j4F2f1E5017497; Sun, 15 May 2005 12:41:03 +1000 From: Sam Lawrance To: Ken Gunderson In-Reply-To: <42866FA6.10503@teamcool.net> References: <42866FA6.10503@teamcool.net> Content-Type: multipart/mixed; boundary="=-JquMKdybvub9tFkO1aKJ" Date: Sun, 15 May 2005 12:41:38 +1000 Message-Id: <1116124898.1316.6.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port cc: marcus@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: ethereal-0.10.11_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 02:41:09 -0000 --=-JquMKdybvub9tFkO1aKJ Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sat, 2005-05-14 at 15:37 -0600, Ken Gunderson wrote: > > -O -pipe -Dfreebsd5 > > -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.6/BSDPAN > > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H > > -fno-strict-aliasing -pipe -I/usr/local/include > > -I/usr/local/lib/perl5/5.8.6/mach/CORE -I. > > -I/usr/local/include -I/usr/include -MT summary.o -MD > > -MP -MF ".deps/summary.Tpo" -c -o summary.o summary.c; > > then mv -f ".deps/summary.Tpo" ".deps/summary.Po"; > > else rm -f ".deps/summary.Tpo"; exit 1; fi > > rm: ethereal: is a directory > > *** Error code 1 > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > *** Error code 1 > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > *** Error code 1 > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > *** Error code 1 > > > > Stop in /usr/ports/net/ethereal. > > > > I'll add another "me too" to this. Which is pretty much a bummer > because it's blowing my gnome-upgrade script and it looks like I'll have > to restart from beginning. Sigh.... That's a lot of compiling... > > Does anyone know if anyone is working on this?? > Here's a fix. Marcus, you copied that last patch into files/, when it should have been applied to the port. Cheers Sam --=-JquMKdybvub9tFkO1aKJ Content-Disposition: attachment; filename=patch-net-ethereal Content-Type: text/x-patch; name=patch-net-ethereal; charset=ASCII Content-Transfer-Encoding: 7bit Index: files/patch-epan_dissectors_packet-diameter.c =================================================================== RCS file: /home/ncvs/FreeBSD/ports/net/ethereal/files/patch-epan_dissectors_packet-diameter.c,v retrieving revision 1.1 diff -u -r1.1 patch-epan_dissectors_packet-diameter.c --- files/patch-epan_dissectors_packet-diameter.c 13 May 2005 05:46:41 -0000 1.1 +++ files/patch-epan_dissectors_packet-diameter.c 15 May 2005 02:34:32 -0000 @@ -1,23 +1,19 @@ -diff -ruN ethereal.orig/files/patch-packet-diameter.c ethereal/files/patch-packet-diameter.c ---- ethereal.orig/files/patch-packet-diameter.c Thu Jan 1 03:00:00 1970 -+++ ethereal/files/patch-packet-diameter.c Thu May 12 03:30:32 2005 -@@ -0,0 +1,19 @@ -+--- epan/dissectors/packet-diameter.c.orig Thu May 12 03:07:06 2005 -++++ epan/dissectors/packet-diameter.c Thu May 12 02:54:14 2005 -+@@ -2022,13 +2022,13 @@ -+ { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0, -+ "", HFILL }}, -+ { &hf_diameter_flags_request, -+- { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R, -++ { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R, -+ "", HFILL }}, -+ { &hf_diameter_flags_proxyable, -+- { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P, -++ { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P, -+ "", HFILL }}, -+ { &hf_diameter_flags_error, -+- { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E, -++ { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E, -+ "", HFILL }}, -+ { &hf_diameter_flags_T, -+ { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T, +--- epan/dissectors/packet-diameter.c.orig Thu May 12 03:07:06 2005 ++++ epan/dissectors/packet-diameter.c Thu May 12 02:54:14 2005 +@@ -2022,13 +2022,13 @@ + { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0, + "", HFILL }}, + { &hf_diameter_flags_request, +- { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R, ++ { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R, + "", HFILL }}, + { &hf_diameter_flags_proxyable, +- { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P, ++ { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P, + "", HFILL }}, + { &hf_diameter_flags_error, +- { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E, ++ { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E, + "", HFILL }}, + { &hf_diameter_flags_T, + { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T, --=-JquMKdybvub9tFkO1aKJ-- From owner-freebsd-ports@FreeBSD.ORG Sun May 15 04:56:40 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D51416A4CE; Sun, 15 May 2005 04:56:40 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id E464843D69; Sun, 15 May 2005 04:56:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F66051537; Sat, 14 May 2005 21:56:39 -0700 (PDT) Date: Sat, 14 May 2005 21:56:38 -0700 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20050515045638.GA25402@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: BSDCan presentation on FreeBSD package cluster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 04:56:40 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I gave a talk to BSDcan 2005 about the design and implementation of the FreeBSD package cluster (if you weren't at BSDCan, you should have been!). A PDF of the presentation may be found here: http://people.freebsd.org/~kris/bsdcan/ Kris --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFChtaGWry0BWjoQKURAskJAJ970ltUCE62C+uOtDT5OUv15OE66ACgs/zA FvcNgMbW5FxnDc29+OaSyrg= =V62p -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-ports@FreeBSD.ORG Sun May 15 05:13:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1848516A4CE for ; Sun, 15 May 2005 05:13:28 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6768443D53 for ; Sun, 15 May 2005 05:13:27 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm70aec.bellsouth.net ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20050515051326.VYMZ2028.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net>; Sun, 15 May 2005 01:13:26 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm70aec.bellsouth.net (InterMail vG.1.02.00.01 201-2136-104-101-20040929) with ESMTP id <20050515051322.FQRX19337.ibm70aec.bellsouth.net@[192.168.1.5]>; Sun, 15 May 2005 01:13:22 -0400 Message-ID: <4286DA70.2010707@ahze.net> Date: Sun, 15 May 2005 01:13:20 -0400 From: Michael Johnson User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050515045638.GA25402@xor.obsecurity.org> In-Reply-To: <20050515045638.GA25402@xor.obsecurity.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig926D066593E59493E5DEB8CB" cc: ports@FreeBSD.org Subject: Re: BSDCan presentation on FreeBSD package cluster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 05:13:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig926D066593E59493E5DEB8CB Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kris Kennaway wrote: > I gave a talk to BSDcan 2005 about the design and implementation of > the FreeBSD package cluster (if you weren't at BSDCan, you should have > been!). A PDF of the presentation may be found here: > > http://people.freebsd.org/~kris/bsdcan/ wow! I must say the FreeBSD package cluster is pretty impressive! I never would have thought it would take so much to run the f-p-c. > > Kris > --------------enig926D066593E59493E5DEB8CB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFChtpxn4uqfTwEb9YRAn5dAJoC1Gf/2N+d2xeukDumg9+wi5PMzQCcCd/3 pNkAZqCmQVWz/7CbaMjqo18= =G8cr -----END PGP SIGNATURE----- --------------enig926D066593E59493E5DEB8CB-- From owner-freebsd-ports@FreeBSD.ORG Sun May 15 12:43:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CA716A4CE; Sun, 15 May 2005 12:43:10 +0000 (GMT) Received: from congo.princess.dyns.cx (dynamic-62-56-40-148.park-s46b.dslaccess.co.uk [62.56.40.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4FB43D79; Sun, 15 May 2005 12:43:09 +0000 (GMT) (envelope-from steve@howes-macnaghten.com) Received: by congo.princess.dyns.cx (Postfix, from userid 1001) id A0B8F1FDB; Sun, 15 May 2005 13:43:07 +0100 (BST) From: Steve Hodgson To: obrien@FreeBSD.org Date: Sun, 15 May 2005 13:43:07 +0100 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_bP0hCQylg388yiP" Message-Id: <200505151343.07338.steve@howes-macnaghten.com> cc: ports@freebsd.org Subject: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 12:43:10 -0000 --Boundary-00=_bP0hCQylg388yiP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm having problems compiling net/rdesktop on two machines, a RELENG_5 and a RELENG_5_3 box, with the following error cc -O2 -fno-strict-aliasing -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME=\"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET=\"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -o rdp.o -c rdp.c rdp.c: In function `rdp_out_unistr': rdp.c:164: error: syntax error before "iconv_h" rdp.c:171: error: `iconv_h' undeclared (first use in this function) rdp.c:171: error: (Each undeclared identifier is reported only once rdp.c:171: error: for each function it appears in.) rdp.c:171: error: `iconv_t' undeclared (first use in this function) rdp.c:174: warning: implicit declaration of function `iconv_open' rdp.c:183: warning: implicit declaration of function `iconv' rdp.c:186: warning: implicit declaration of function `iconv_close' rdp.c: In function `rdp_in_unistr': rdp.c:239: error: syntax error before "iconv_h" rdp.c:243: error: `iconv_h' undeclared (first use in this function) rdp.c:243: error: `iconv_t' undeclared (first use in this function) *** Error code 1 The following patch fixes this for me... --- rdp.c.orig Sun May 15 13:37:47 2005 +++ rdp.c Sun May 15 13:37:53 2005 @@ -24,9 +24,7 @@ #include "rdesktop.h" #ifdef HAVE_ICONV -#ifdef HAVE_ICONV_H #include -#endif #ifndef ICONV_CONST #define ICONV_CONST "" I don't know enough about autoconv to fix the real problem, which I can only assume is peculiar to the particular packages I have installed here. Do you want some more information, shall I file a PR? I've attached my package list as well. Steve --Boundary-00=_bP0hCQylg388yiP Content-Type: text/plain; charset="us-ascii"; name="pkglist.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkglist.txt" GimpUserManual-HTML-2 Hermes-1.3.3_1 ImageMagick-6.2.2.1 ORBit-0.5.17_2 ORBit2-2.12.2 OpenEXR-1.2.1_1 WordNet-2.0 Xaw3d-1.5_1 a2ps-a4-4.13b_3 aalib-1.4.r5_1 ac3dec-0.6.1 acroread-5.10_1,1 acroread7-7.0.0 amspsfnt-1.0_3 apache-ant-1.6.2 apr-nothr-gdbm-db4-1.0.1_1 arts-1.4.0,1 artswrapper-1.2.1_1 aspell-0.60.2 at-spi-1.6.4 ataidle-0.8 atk-1.9.1 aumix-gtk-2.8_2 aureal-kmod-1.5_5 autoconf-2.13.000227_5 autoconf-2.53_3 autoconf-2.59_2 automake-1.5_2,1 automake-1.9.5 avifile-0.7.41,2 ayttm-esound-0.4.6.17_2 bash-3.0.16_1 bash-completion-20050112 bison-1.75_2 bitstream-vera-1.10_1 blas-1.0 bonnie-2.0.6 boost-python-1.32.0_2 bsdiff-4.2 bugbuddy-2.10.0_1 ccache-2.4_1 cdparanoia-3.9.8_7 cdrdao-1.1.9 cdrtools-2.01 cmpsfont-1.0_4 compat3x-i386-5.0.20020925 compat4x-i386-5.3 cone-0.63 coreutils-5.2.1 cups-base-1.1.23.0_4 curl-7.13.1_1 cvsup-without-gui-16.1h_2 cyrus-sasl-2.1.20_1 dasher-3.2.15 db4-4.0.14_1,1 db41-4.1.25_3 db42-4.2.52_4 dbh-1.0.24 dcraw-1.236 desktop-file-utils-0.10_2 digikam-0.7.2 distcc-gnome-2.18.3 djbfft-0.76_2 docbook-4.1_2 docbook-sk-4.1.2_3 docbook-xml-4.2_1 docbook-xsl-1.68.1 docproj-1.13 doxygen-1.4.1 dri-6.2.1,2 dsssl-docbook-modular-1.79,1 dvd+rw-tools-5.21.4.10.8 dvdrip-0.50.18_2 dvipsk-tetex-5.95a_1 eel-2.10.1_1 emacs-21.3_6 eog-2.10.0_1 epiphany-1.6.3_1 esound-0.2.35_2 eventwatcher-0.4.1_2 evolution-2.2.2 evolution-data-server-1.2.2_1 evolution-webcal-2.2.1 expat-1.95.8_1 ezm3-1.2 faac-1.24_4 faad2-2.0_5,1 faces-1.7.7_6 fam-2.6.9_6 fastest_cvsup-0.2.9_1 ffmpeg-0.4.9.p1_2 fftw3-3.0.1_4 fileroller-2.10.3,1 firefox-1.0.4,1 flac-1.1.2 fontconfig-2.2.3,1 freebsd-sha256-20050310 freebsd-update-1.6_1 freefonts-0.10_2 freetype2-2.1.9 fribidi-0.10.4_1 fvcool-1.0.4 gail-1.8.4 gal2-2.4.2 gcalctool-5.5.42,2 gcc-2.95.3_2 gcc-3.2.3_3 gconf-editor-2.10.0,1 gconf2-2.10.0 gd-2.0.33_1,1 gdbm-1.8.3_1 gdk-pixbuf-0.22.0_3 gdm-2.6.0.9_1 gedit-2.10.2 gengetopt-2.11 gentium-1.0.1 gettext-0.14.4 ggv-2.8.4_2 ghostscript-afpl-8.51,1 gimp-print-4.2.7_1 gle-3.0.3 glib-1.2.10_11 glib-2.6.4 gmake-3.80_2 gnome-backgrounds-2.10.1_1 gnome-icon-theme-2.10.1_1 gnome-menus-2.10.1_1 gnome-themes-2.10.1 gnome2-2.10.1 gnomeapplets2-2.10.1_1 gnomeaudio2-2.0.0 gnomecontrolcenter2-2.10.1 gnomedesktop-2.10.1 gnomedocutils-0.2.0 gnomegames2-2.10.1 gnomehier-2.0_6 gnomekeyring-0.4.2_1 gnomemag-0.12.0_1 gnomemedia2-2.10.2 gnomemimedata-2.4.2 gnomenetstatus-2.10.0 gnomenettool-1.2.0,1 gnomepanel-2.10.1_1 gnomesession-2.10.0 gnomespeech-0.3.7 gnomespell-1.0.5_5 gnomesystemmonitor-2.10.1 gnomesystemtools-1.2.0_2 gnometerminal-2.10.0_1 gnomeuserdocs2-2.8.1 gnomeutils2-2.10.1,1 gnomevfs2-2.10.1 gnopernicus-0.10.9 gnupg-1.4.1 gnutls-1.0.24_1 gocr-0.40 gok-1.0.5 gpdf-2.10.0_1 gpgme-0.3.16_2 gpgme-1.0.2 gphoto2-2.1.5 graphviz-2.2 gsed-4.0.9_1 gsfonts-8.11_2 gsm-1.0.10 gstreamer-0.8.10 gstreamer-ffmpeg-0.8.4 gstreamer-plugins-0.8.8_3 gstreamer-plugins-a52dec-0.8.8_3 gstreamer-plugins-cdparanoia-0.8.8_3 gstreamer-plugins-core-0.8_3 gstreamer-plugins-dts-0.8.8_3 gstreamer-plugins-dvd-0.8.8_3 gstreamer-plugins-esound-0.8.8_3 gstreamer-plugins-flac-0.8.8_3 gstreamer-plugins-gconf-0.8.8_4 gstreamer-plugins-gnomevfs-0.8.8_3 gstreamer-plugins-libpng-0.8.8_3 gstreamer-plugins-mad-0.8.8_3 gstreamer-plugins-ogg-0.8.8_3 gstreamer-plugins-pango-0.8.8_3 gstreamer-plugins-vorbis-0.8.8_3 gstreamer-plugins-xvid-0.8.8_3 gtar-1.15.1_1 gtk-1.2.10_13 gtk-2.6.7 gtk-engines2-2.6.3_3 gtk-xfce-engine-2.2.6 gtkhtml3-3.6.2 gtksourceview-1.2.0_1 gucharmap-gnome-1.4.3_1 guile-1.6.5 gv-3.6.1 hdf-4.2r1 hdf-szip-2.0 help2man-1.35.1 hicolor-icon-theme-0.5 html-4.01_2 id3lib-3.8.3_1 imageindex-1.0.7 imake-6.8.2 imlib-1.9.15_2 imlib2-1.2.0_2 intltool-0.33 iso8879-1986_2 ispell-3.2.06_13 ja-kakasi-2.3.4 ja-p5-Text-Kakasi-1.05_1 ja-ruby18-uconv-0.4.12 jackit-0.99.0 jade-1.2.1_9 jadetex-3.13_1 jasper-1.701.0 javavmwrapper-2.0_4 jbigkit-1.6 jdk-1.1.8 jdk-1.4.2p7_1 jdk-1.5.0p1_2 jpeg-6b_3 jpeg-mmx-0.1.6 jpegpixi-1.0.3 k3b-0.11.23 kaffeine-0.6_2 kde-3.4.0 kdeaccessibility-3.4.0 kdeadmin-3.4.0 kdeartwork-3.4.0 kdeartwork-xscreensaver-kde-3.4.0_1 kdebase-3.4.0_1 kdebase-kompmgr-3.4.0 kdeedu-3.4.0_1 kdegames-3.4.0 kdegraphics-3.4.0 kdegraphics-kamera-3.4.0 kdegraphics-kooka-3.4.0 kdegraphics-kuickshow-3.4.0 kdehier-1.0_6 kdelibs-3.4.0_3 kdemultimedia-3.4.0 kdemultimedia-akode-3.4.0 kdemultimedia-akode-plugins-mpc-3.4.0 kdemultimedia-akode-plugins-mpeg-3.4.0 kdemultimedia-akode-plugins-oss-3.4.0 kdemultimedia-akode-plugins-resampler-3.4.0 kdemultimedia-akode-plugins-xiph-3.4.0 kdemultimedia-juk-3.4.0 kdemultimedia-mpeglib_artsplug-3.4.0 kdemultimedia-xine_artsplugin-3.4.0 kdenetwork-3.4.0_1 kdepim-3.4.0 kdesdk-3.4.0 kdetoys-3.4.0 kdeutils-3.4.0 kdevelop-3.2.0 kdewebdev-3.4.0_2,2 kipi-plugins-0.1.0.b.2,1 koffice-1.3.5_2,1 lame-3.96.1 lcms-1.14,1 libIDL-0.8.5_1 libXft-2.1.6_1 liba52-0.7.4_1 libao-esound-0.8.5 libart_lgpl2-2.3.17 libassuan-0.6.9 libaudiofile-0.2.6 libbonobo-2.8.1_1 libbonoboui-2.8.1_2 libcddb-1.0.2 libcdio-0.73 libchk-1.9 libcroco-0.6.0_1 libdivxencore-devel-0.4.0.50 libdts-0.0.2 libdv-0.104 libdvdcss-1.2.8_1 libdvdnav-0.1.9_1 libdvdread-0.9.4_1 libexif-0.6.12_1 libfame-0.9.1_1 libflash-0.4.13 libfpx-1.2.0.12 libgail-gnome-1.1.1 libgcrypt-1.2.1_1 libglade2-2.5.1_2 libglut-6.0.1 libgnome-2.10.0_1 libgnomecanvas-2.10.0_1 libgnomecups-0.2.0_1,1 libgnomeprint-2.10.3 libgnomeprintui-2.10.2 libgnomeui-2.10.0_1 libgpg-error-1.0_1 libgphoto2-2.1.5_1 libgsf-1.11.1 libgtkhtml-2.6.3_1 libgtop2-2.10.1_1 libiconv-1.9.2_1 libid3tag-0.15.0b_2 libidn-0.5.16 libijs-0.35 libkexif-0.2.1_1 libkipi-0.1.1 libltdl-1.5.10 libmad-0.15.1b_1 libmal-0.40 libmikmod-esound-3.1.11 libmng-1.0.8 libmpeg2-0.4.0b_1 libmusicbrainz-2.1.1 libogg-1.1.2_1,3 libpaper-1.1.14.3 libpci-2.1.11_2 libpst-0.4.1 libquicktime-0.9.4_1 librsvg2-2.9.5_2 libsamplerate-0.1.2 libsigc++-1.2.7 libsndfile-1.0.11 libsoup-2.2.3 libtasn1-0.2.13 libtheora-1.0.a4 libtool-1.3.5_2 libtool-1.5.10_1 libtunepimp-0.3.0_2 libungif-4.1.3 libusb-0.1.10a libvisual-0.2.0 libvorbis-1.1.0_1,3 libwmf-0.2.8.3 libwnck-2.10.0 libwww-5.4.0_1 libxfce4gui-4.2.1 libxfce4mcs-4.2.1 libxfce4util-4.2.1 libxine-1.0.1 libxklavier-2.0_2,1 libxml-1.8.17_3 libxml2-2.6.19 libxslt-1.1.14 linc-1.0.3_3 links-0.98,1 linpack-1.0 linux-XFree86-libs-4.3.99.902_2 linux-aspell-0.50.4.1_1 linux-atk-1.2.0_2 linux-blackdown-jdk-1.3.1_3 linux-divx4linux-5.0.20030428_1 linux-esound-0.2.22_3 linux-expat-1.95.5_2 linux-fontconfig-2.1_2 linux-glib2-2.2.1_2 linux-gtk-1.2_4 linux-gtk2-2.2.1_3 linux-jpeg-6b.15_3 linux-libaudiofile-0.1.11_4 linux-openmotif-2.2.4_1 linux-opera-8.0.20050415 linux-pango-1.2.1_2 linux-png-1.2.7_5 linux-realplayer-10.0.4 linux-sun-jdk-1.4.2.06_1 linux-tiff-3.6.1_1 linux-winetools-1.25a_1 linux_base-8-8.0_6 linuxdoc-1.1_1 lirc-0.6.6_2 lphoto-2.0.42_1 lsdvd-0.10_1 lyx-1.3.5 m4-1.4.3 mDNSResponder-107.1_1 mad-0.15.0b madplay-esound-0.15.0b_2 metacity-2.10.1_1 mjpegtools-1.6.2_2 mozilla-1.7.8,2 mp-3.2.9_1 mpeg2codec-1.2_1 mpeg4ip-libmp4v2-1.1_1 mplayer-fonts-0.50 mplayer-gtk-esound-0.99.7_1 mplayer-skins-1.1.1_2 mtools-3.9.8_4 nas-1.7 nasm-0.98.39,1 nautilus-cd-burner-2.10.1 nautilus2-2.10.1 neon-0.24.7 net-snmp-5.2.1_2 netpbm-10.26.9 nspr-4.4.1_1 nss-3.9.2 nvidia-driver-1.0.7174 nvnet-1.0.0301 nvtv-0.4.7 obexapp-1.4.4 ogmtools-1.5 open-motif-2.2.3_1 openldap-client-2.2.26 openobex-1.0.1 openoffice-1.1.4_2 openslp-1.0.11_1 openssl-0.9.7g opera-8.0.20050415 p5-Archive-Tar-1.23 p5-Archive-Zip-1.14 p5-Authen-SASL-2.09 p5-Class-MethodMaker-1.11 p5-Compress-Zlib-1.33 p5-Convert-BinHex-1.119 p5-Crypt-SSLeay-0.51 p5-Date-Manip-5.42a p5-Digest-1.10 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.33 p5-Digest-SHA1-2.10 p5-Email-Find-0.09_1 p5-Email-Valid-0.15 p5-Exporter-Lite-0.01 p5-ExtUtils-CBuilder-0.11 p5-ExtUtils-ParseXS-2.07 p5-GdkPixbuf-0.7009_2 p5-Gtk-0.7009_1 p5-HTML-FromText-2.05 p5-HTML-LinkExtractor-0.130 p5-HTML-Parser-3.45 p5-HTML-TableExtract-1.10 p5-HTML-Tagset-3.04 p5-HTML-TokeParser-Simple-3.13 p5-HTML-Tree-3.18 p5-IO-Socket-SSL-0.96 p5-IO-String-1.06 p5-IO-Zlib-1.04_1 p5-IO-stringy-2.110 p5-Image-Info-1.16 p5-Lingua-EN-Numbers-Ordinate-0.01 p5-Lingua-Preferred-0.2 p5-Log-TraceMessages-1.3 p5-MIME-Base64-3.05 p5-MIME-Lite-3.01 p5-MIME-Tools-5.417,2 p5-Mail-Tools-1.66 p5-Module-Build-0.26.09 p5-Net-1.19,1 p5-Net-DNS-0.49 p5-Net-SSLeay-1.25 p5-SOAP-Lite-0.60a p5-Scalar-List-Utils-1.14,1 p5-Sub-Override-0.06 p5-Sub-Uplevel-0.09 p5-Term-ProgressBar-2.03 p5-Term-ReadKey-2.30 p5-Test-Builder-Tester-1.01 p5-Test-Exception-0.20 p5-Text-Iconv-1.4 p5-Tie-IxHash-1.21 p5-Tk-804.027 p5-Tk-TableMatrix-1.1 p5-URI-1.35 p5-Unicode-String-2.07_1 p5-WWW-Mechanize-1.12 p5-XML-Filter-BufferText-1.01 p5-XML-Handler-YAWriter-0.23 p5-XML-LibXML-1.58_1 p5-XML-LibXML-Common-0.13 p5-XML-NamespaceSupport-1.09 p5-XML-Parser-2.34_1 p5-XML-SAX-0.12 p5-XML-SAX-Writer-0.44 p5-XML-Simple-2.13 p5-XML-Twig-3.17 p5-XML-Writer-0.531 p5-XML-XPath-1.13 p5-YAML-0.35 p5-gettext-1.03 p5-libwww-5.803 p5-libxml-0.08 p5-type1inst-0.6.1_2 p5-xmltv-0.5.36 pango-1.8.1 pccts-1.33.33 pcre-5.0 perl-5.8.6_2 pilot-link-0.11.8_3 pine-4.62 pkg_rmleaves-20041223 pkgconfig-0.17.2 pkgdb.db png-1.2.8_1 popt-1.7 portaudio-18.1_2 portaudit-0.5.9 portdowngrade-0.6 portmanager-0.2.9_4 portsnap-0.9.1 portupgrade-20041226_2 postfix-2.2.3_1,1 proftpd-1.2.10_1 pth-2.0.3 py-game-1.6_2 py24-bsddb-2.4.1_2 py24-imaging-1.1.4 py24-kde-4.0.0 py24-lirc-0.0.5 py24-mmpython-0.4.8 py24-mx-base-2.0.5 py24-numeric-23.7 py24-opengl-2.0.1.07_1 py24-osd-0.2.12_1 py24-qt-3.14.1 py24-sip-4.2.1 py24-tkinter-2.4.1_1 py24-twisted-1.3.0_1 py24-xml-0.8.4 python-2.4.1_1 qca-tls-1.0_1 qmake-3.3.4 qscintilla-1.5.1 qt-3.3.4 rar-3.41,1 rawio-1.2_1 rdesktop-1.4.0_2 rplay-3.3.2_2 rpm-3.0.6_9 rpm2cpio-1.2_2 rsync-2.6.3_1 ruby-1.8.2_3 ruby18-bdb1-0.2.2 ruby18-image_size-0.0.20040618 ruby18-xmlparser-0.6.8 samba-3.0.14a,1 samba-libsmbclient-3.0.14a_2 sane-backends-1.0.15 scponly-4.1 scr2png-1.1_4 scr2txt-1.1 screen-4.0.2_1 scrollkeeper-0.3.14_1,1 sdl-1.2.8,2 sdl_image-1.2.4 sdl_mixer-1.2.6 sdl_ttf-2.0.7 sdocbook-xml-4.1.2.5_2 shared-mime-info-0.16_1 smartmontools-5.33 smpeg-0.4.4_3 sound-juicer-2.10.1 sox-12.17.7 speex-1.0.5,1 startup-notification-0.8_1 subversion-1.1.4 sudo-1.6.8.8 svgalib-1.4.3_4 swig-1.1p5_9 system-tools-backends-1.2.0_2 t1lib-5.0.1,1 taglib-1.3.1 tcl-8.4.7,1 teTeX-3.0 teTeX-base-3.0_3 teTeX-texmf-3.0_3 tex-texmflocal-1.9 texi2html-1.76_1,1 tidy-20000804_2 tiff-3.7.2 tightvnc-1.2.9 tk-8.4.7,2 totem-gstreamer-1.0.2 trafshow-3.1_5,1 transcode-1.0.0.b3 unix2dos-1.3 unixbench-4.1.0 unzip-5.52_1 urwfonts-1.0 vcdimager-0.7.21_2 vim-6.3.62 vino-2.10.0 vobcopy-0.5.14_1 vorbis-tools-1.0.1_4,3 vte-0.11.13_1 weblint-1.020 win32-codecs-3.1.0.p5_1,1 wine-20050419 wv2-0.2.2_1 xcalendar-4.0.2005 xdvik-tetex-22.84.8_1 xfce-4.2.1.1 xfce4-appfinder-4.2.1 xfce4-desktop-4.2.1_1 xfce4-fm-4.2.1_1 xfce4-icon-theme-4.2.1 xfce4-iconbox-4.2.1 xfce4-mcs-manager-4.2.1 xfce4-mcs-plugins-4.2.1 xfce4-mixer-4.2.1 xfce4-panel-4.2.1.1 xfce4-print-4.2.1_1 xfce4-session-4.2.1 xfce4-systray-4.2.1 xfce4-toys-4.2.1 xfce4-trigger-launcher-4.2.1 xfce4-utils-4.2.1 xfce4-wm-4.2.1 xfce4-wm-themes-4.2.1 xforms-1.0_3,1 xhtml-1.0.20020801_4 ximian-connector-2.2.2 xine-0.99.3_1 xmbmon-205_1 xmlcatmgr-2.2 xmms-arts_output-0.7.1_1 xmms-esound-1.2.10_4 xmms-kde-3.1_3 xmms-volnorm-0.8.1_1 xmms-wma-1.0.4_1 xorg-6.8.2 xorg-clients-6.8.2 xorg-documents-6.8.2 xorg-fonts-100dpi-6.8.2 xorg-fonts-75dpi-6.8.2 xorg-fonts-cyrillic-6.8.2 xorg-fonts-encodings-6.8.2 xorg-fonts-miscbitmaps-6.8.2 xorg-fonts-truetype-6.8.2 xorg-fonts-type1-6.8.2 xorg-fontserver-6.8.2 xorg-libraries-6.8.2 xorg-manpages-6.8.2 xorg-nestserver-6.8.2 xorg-printserver-6.8.2 xorg-server-6.8.2_1 xorg-vfbserver-6.8.2 xosd-2.2.12 xpdf-3.00_6 xscreensaver-gnome-4.21_2 xterm-202 xvid-1.0.3,1 xvid4conf-1.10_2 yammi-1.2.rc_1 yelp-2.10.0_1 zenity-2.10.0 zip-2.3_2 --Boundary-00=_bP0hCQylg388yiP-- From owner-freebsd-ports@FreeBSD.ORG Sun May 15 19:48:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19B116A4CE for ; Sun, 15 May 2005 19:48:24 +0000 (GMT) Received: from office.cheeze.org (office.cheeze.org [24.97.255.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2809443D90 for ; Sun, 15 May 2005 19:48:22 +0000 (GMT) (envelope-from jubal+freebsdports+20050515@cheeze.org) Received: from office.cheeze.org (localhost [127.0.0.1]) by office.cheeze.org (8.13.3/8.13.3) with ESMTP id j4FJmKML005001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 15 May 2005 15:48:20 -0400 (EDT) (envelope-from jubal+freebsdports+20050515@cheeze.org) Received: from localhost (jubal@localhost)j4FJmKwh004998 for ; Sun, 15 May 2005 15:48:20 -0400 (EDT) (envelope-from jubal+freebsdports+20050515@cheeze.org) X-Authentication-Warning: office.cheeze.org: jubal owned process doing -bs Date: Sun, 15 May 2005 15:48:20 -0400 (EDT) From: Jubal Kessler X-X-Sender: jubal@office.cheeze.org To: freebsd-ports@freebsd.org Message-ID: <20050515154745.T4991@office.cheeze.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: portsdb -uU leaves lockfiles in /tmp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 19:48:24 -0000 I run 'portsdb -uU' every night. I've just noticed that lockfiles are being left in /tmp after each invocation. The files look like: /tmp/courier-authlib.locktest.XXXX The Makefile in security/courier-authlib references $LOCKTEST, which makes the above lockfile. I have two questions: 1. Why is portsdb doing this? 2. How can I make portsdb be as verbose as possible, and show me what it's doing when it reaches the point where it creates the lockfiles? Thanks, Jubal From owner-freebsd-ports@FreeBSD.ORG Sun May 15 19:59:06 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9706616A4CE; Sun, 15 May 2005 19:59:06 +0000 (GMT) Received: from services.ipt.ru (services.ipt.ru [80.253.10.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C91443DA7; Sun, 15 May 2005 19:59:06 +0000 (GMT) (envelope-from bsam@ns.ipt.ru) Received: from [83.239.48.34] (helo=ns.ipt.ru) by services.ipt.ru with esmtp (Exim 4.44 (FreeBSD)) id 1DXPHg-000Igv-5v; Mon, 16 May 2005 00:00:20 +0400 Received: from bsam by ns.ipt.ru with local (Exim 4.50 (FreeBSD)) id 1DXPHS-0000Gw-B2; Mon, 16 May 2005 00:00:06 +0400 To: Sam Lawrance References: <42866FA6.10503@teamcool.net> <1116124898.1316.6.camel@dirk.no.domain> From: Boris Samorodov Date: Mon, 16 May 2005 00:00:06 +0400 In-Reply-To: <1116124898.1316.6.camel@dirk.no.domain> (Sam Lawrance's message of "Sun, 15 May 2005 12:41:38 +1000") Message-ID: <99282121@tfadh.localhost> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: Ken Gunderson cc: marcus@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: ethereal-0.10.11_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 19:59:06 -0000 On Sun, 15 May 2005 12:41:38 +1000 Sam Lawrance wrote: > > > -O -pipe -Dfreebsd5 > > > -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.6/BSDPAN > > > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H > > > -fno-strict-aliasing -pipe -I/usr/local/include > > > -I/usr/local/lib/perl5/5.8.6/mach/CORE -I. > > > -I/usr/local/include -I/usr/include -MT summary.o -MD > > > -MP -MF ".deps/summary.Tpo" -c -o summary.o summary.c; > > > then mv -f ".deps/summary.Tpo" ".deps/summary.Po"; > > > else rm -f ".deps/summary.Tpo"; exit 1; fi > > > rm: ethereal: is a directory > > > *** Error code 1 > > > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > > *** Error code 1 > > > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > > *** Error code 1 > > > > > > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11. > > > *** Error code 1 > > > > > > Stop in /usr/ports/net/ethereal. > > > > > > > I'll add another "me too" to this. Which is pretty much a bummer > > because it's blowing my gnome-upgrade script and it looks like I'll have > > to restart from beginning. Sigh.... That's a lot of compiling... > > > > Does anyone know if anyone is working on this?? > > > Here's a fix. Marcus, you copied that last patch into files/, when it > should have been applied to the port. It was my fault. I should have mentioned it at my e-mail. Sorry. Sorry, Marcus. Next time I'll try to be more strict. Thanks, Sam. WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Sun May 15 20:59:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1C216A4CE for ; Sun, 15 May 2005 20:59:19 +0000 (GMT) Received: from builder.freebsd.org (builder.freebsd.org [216.136.204.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A401443D99 for ; Sun, 15 May 2005 20:59:19 +0000 (GMT) (envelope-from kris@builder.freebsd.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.13.3/8.13.3) with ESMTP id j4FKxJTa083106 for ; Sun, 15 May 2005 20:59:19 GMT (envelope-from kris@builder.freebsd.org) Received: (from kris@localhost) by builder.freebsd.org (8.13.3/8.13.1/Submit) id j4FKxJ62083105 for ports@FreeBSD.org; Sun, 15 May 2005 20:59:19 GMT (envelope-from kris) Date: Sun, 15 May 2005 20:59:19 GMT From: Kris Kennaway Message-Id: <200505152059.j4FKxJ62083105@builder.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 20:59:19 -0000 INDEX build failed with errors: Generating INDEX - please wait.."/local0/tmp/kris/tindex/ports/Mk/bsd.port.mk", line 4847: warning: duplicate script for target "add-plist-post" ignored Done. make_index: ruby18-mnogosearch-1.0.3: no entry for /usr/ports/www/mnogosearch make_index: ruby18-mnogosearch-1.0.3: no entry for /usr/ports/www/mnogosearch make_index: php4-mnogosearch-4.3.11: no entry for /usr/ports/www/mnogosearch make_index: php4-mnogosearch-4.3.11: no entry for /usr/ports/www/mnogosearch make_index: php5-mnogosearch-5.0.4_1: no entry for /usr/ports/www/mnogosearch make_index: php5-mnogosearch-5.0.4_1: no entry for /usr/ports/www/mnogosearch Committers on the hook: ache ahze erwin jylefort novel thierry Most recent CVS update was: U MOVED U audio/adplay/Makefile U audio/libadplug/Makefile U audio/libadplug/distinfo U audio/libadplug/pkg-plist U benchmarks/forkbomb/Makefile U benchmarks/forkbomb/distinfo U benchmarks/forkbomb/pkg-descr U databases/p5-DBD-CSV/Makefile U editors/jed/Makefile U editors/jed/pkg-descr U editors/jed/pkg-plist U editors/jed/files/patch-info_jed.1in U editors/jed/files/patch-info_jed.2in U editors/jed/files/patch-info_jed.3in U editors/jed/files/patch-info_jed.info U editors/jed/files/patch-src_Makefile.in U editors/jed/files/patch-src_jprocess.c U mail/postfix-current/Makefile U mail/postfix-current/distinfo U math/gap/Makefile U math/gap/files/patch-gap4r4_cnf_gac.in U multimedia/libquicktime/Makefile U multimedia/libquicktime/distinfo U multimedia/libquicktime/pkg-plist U multimedia/libquicktime/files/patch-configure U sysutils/zisofs-tools/Makefile U sysutils/zisofs-tools/distinfo U sysutils/zisofs-tools/files/patch-compress.c U www/Makefile U www/mnogosearch/Makefile U www/mnogosearch31/Makefile From owner-freebsd-ports@FreeBSD.ORG Sun May 15 21:08:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B455116A4CE for ; Sun, 15 May 2005 21:08:34 +0000 (GMT) Received: from newton.kti.ae.poznan.pl (newton.kti.ae.poznan.pl [150.254.204.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B28A43DBE for ; Sun, 15 May 2005 21:08:33 +0000 (GMT) (envelope-from picard@kti.ae.poznan.pl) Received: from ddb234.neoplus.adsl.tpnet.pl ([83.23.79.234] helo=darwin.kti.ae.poznan.pl) by newton.kti.ae.poznan.pl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1DXQLe-000Ial-CN for ports@FreeBSD.org; Sun, 15 May 2005 23:08:30 +0200 Received: from picard by darwin.kti.ae.poznan.pl with local (Exim 4.51 (FreeBSD)) id 1DXQL8-0008mo-PV for ports@FreeBSD.org; Sun, 15 May 2005 23:07:58 +0200 Date: Sun, 15 May 2005 23:07:58 +0200 From: Willy Picard To: ports@FreeBSD.org Message-ID: <20050515210758.GA807@darwin.kti.ae.poznan.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: Willy Picard Subject: ghostscript error? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 21:08:34 -0000 Hi, I have some problem with ghostscript: I tried to view various files (some were generated by latex, other ones were downloaded from the Internet) and I always have the same result. I have the following error message: Unrecoverable error: syntaxerror in token Operand stack: --nostringval-- --nostringval-- CarrArrowsfilled --nostringval-- Can somebody help me to solve this error? Regards, Willy PIcard -- Willy Picard e-mail: picard@kti.ae.poznan.pl Dept. of Information Technology www: http://www.kti.ae.poznan.pl/ The Poznan University of Economics tel: +48 61 848 05 49 Mansfelda 4, 60-854 Poznan, Poland fax: +48 61 848 38 40 From owner-freebsd-ports@FreeBSD.ORG Sun May 15 23:57:06 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5D016A4CE for ; Sun, 15 May 2005 23:57:06 +0000 (GMT) Received: from misav02.sasknet.sk.ca (misav02.sasknet.sk.ca [142.165.20.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C0D43DC2 for ; Sun, 15 May 2005 23:57:05 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from thyme.sasktel.net ([142.165.20.198]) by misav02 with InterScan Messaging Security Suite; Sun, 15 May 2005 17:56:59 -0600 Received: from [192.168.0.193]thyme.sasktel.net <0IGK0030N2IX5B@thyme.sasktel.net> for ports@FreeBSD.org; Sun, 15 May 2005 17:56:59 -0600 (CST) Date: Sun, 15 May 2005 17:52:52 -0600 From: Stephen Hurd To: ports@FreeBSD.org Message-id: <4287E0D4.2070602@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-ca, en-gb, en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a6) Gecko/20050224 Subject: umask for prog_user su X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 23:57:06 -0000 Is there any standard way for an rc.d file which runs as a specific user to run with a specific umask? Putting a umask into the rc.d file has no effect, using umask as part of the command (obviously) breaks things. If I wanted a umask of 002 during startup for example, what would be the correct way to go about this? Currently, the only solution I've found is to write a VERY small wrapper script that just sets the umask then execs the binary... it seems a bit silly to me. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 00:59:54 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFAA716A4CE for ; Mon, 16 May 2005 00:59:54 +0000 (GMT) Received: from builder.freebsd.org (builder.freebsd.org [216.136.204.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id C395543DE4 for ; Mon, 16 May 2005 00:59:54 +0000 (GMT) (envelope-from kris@builder.freebsd.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.13.3/8.13.3) with ESMTP id j4G0xolY050909 for ; Mon, 16 May 2005 00:59:50 GMT (envelope-from kris@builder.freebsd.org) Received: (from kris@localhost) by builder.freebsd.org (8.13.3/8.13.1/Submit) id j4G0xnBF050907 for ports@FreeBSD.org; Mon, 16 May 2005 00:59:50 GMT (envelope-from kris) Date: Mon, 16 May 2005 00:59:50 GMT From: Kris Kennaway Message-Id: <200505160059.j4G0xnBF050907@builder.freebsd.org> To: ports@FreeBSD.org Subject: INDEX now builds successfully on 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 00:59:55 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon May 16 01:59:06 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC84F16A4CE for ; Mon, 16 May 2005 01:59:05 +0000 (GMT) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D971243DC7 for ; Mon, 16 May 2005 01:59:04 +0000 (GMT) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id 075423A1BF for ; Mon, 16 May 2005 01:59:01 +0000 (GMT) Received: from [127.0.0.1] (gremlin.foo.is [194.105.250.10]) by gremlin.foo.is (Postfix) with ESMTP id 0B4DF3A1BE for ; Mon, 16 May 2005 01:58:58 +0000 (GMT) Message-ID: <4287FE52.5010300@foo.is> Date: Mon, 16 May 2005 02:58:42 +0100 From: Baldur Gislason User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050513) X-Accept-Language: en-us, en To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.91.0.0 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, hits=-4.2 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Trouble building firefox on my FreeBSD 5.4-STABLE with latest ports. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 01:59:06 -0000 I'm trying to build Mozilla firefox 1.0.4 on my FreeBSD 5.4-STABLE laptop with the latest ports. This is how it fails, any idea what I could do? Baldur c++ -o nsFontMetricsPS.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DHAVE_DEPENDENT_LIBS -I../.. -I./.. -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/pref -I../../../dist/include/caps -I../../../dist/include/locale -I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/include/necko -I../../../dist/include/imglib2 -I../../../dist/include/unicharutil -I../../../dist/include/gfx -I../../../dist/include -I/usr/ports/www/firefox/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ./../../mozilla-config.h nsFontMetricsPS.cpp nsFontMetricsPS.cpp: In member function `nsresult nsFontPSFreeType::Init(nsITrueTypeFontCatalogEntry*, nsPSFontGenerator*)': nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no member named 'width' nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no member named 'height' nsFontMetricsPS.cpp: In member function `FT_FaceRec_* nsFontPSFreeType::getFTFace()': nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp: In member function `virtual void nsFT2Type8Generator::GeneratePSFont(FILE*)': nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member named 'width' nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member named 'height' nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' gmake[4]: *** [nsFontMetricsPS.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src/ps' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 03:46:17 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4AF16A4CE for ; Mon, 16 May 2005 03:46:17 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4862C43DB1 for ; Mon, 16 May 2005 03:46:17 +0000 (GMT) (envelope-from patrick_thomasson@comcast.net) Received: from [192.168.1.78] (pcp07749136pcs.nrockv01.md.comcast.net[69.138.192.142]) by comcast.net (rwcrmhc11) with SMTP id <20050516034606013005fhnge>; Mon, 16 May 2005 03:46:16 +0000 Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8E1C147D-41B1-4C08-93DA-03E951F34793@comcast.net> Content-Transfer-Encoding: 7bit From: Patrick Thomasson Date: Sun, 15 May 2005 23:45:59 -0400 To: nick@foobar.org X-Mailer: Apple Mail (2.728) cc: ports@FreeBSD.org Subject: FreeBSD Port: sugarcrm-2.5.1b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 03:46:17 -0000 Hi Nick - Thanks for helping make sugarcrm available on FreeBSD! I'm working on a dual PII, with 5.3, I've cvsup'ed the ports tree and compiled a custom kernel with SMP. Here's a few of things that may be of interest to you (particularly #3): First, the sugarcrm folder is installed into /usr/local/www and the default document root for apache in httpd.conf is set to /usr/local/ www/data. I worked around it first by moving the folder, then by moving the folder back and updating the httpd.conf. Second, when I point my browser to http://myserver/sugarcrm. I see a directory listing instead of a page. It's not the end of the world because I can click on the php files, but that brings me to the next point... Third, I think the sugarcrm-2.5.1b port depends also on php4-pcre. It builds ok without it but when I tried configuring it via a browser (clicking on the php files), I got errors about undefined functions including preg_replace() and preg_match(). I made and installed php4- pcre and then it works. Finally, I'm new to FreeBSD (and returning to a unix environment after ~5 year hiatus) so it's possible I'm doing something wrong. I'm not looking for help but if I'm doing something blatantly wrong or you are not the person to contact about this please let me know! Thanks again! Patrick From owner-freebsd-ports@FreeBSD.ORG Mon May 16 04:27:54 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BC316A4CE for ; Mon, 16 May 2005 04:27:54 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD6C43DC1 for ; Mon, 16 May 2005 04:27:53 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm70aec.bellsouth.net ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20050516042752.DOPG2028.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net>; Mon, 16 May 2005 00:27:52 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm70aec.bellsouth.net (InterMail vG.1.02.00.01 201-2136-104-101-20040929) with ESMTP id <20050516042748.BIEJ15910.ibm70aec.bellsouth.net@[192.168.1.5]>; Mon, 16 May 2005 00:27:48 -0400 Message-ID: <4288213F.3020504@ahze.net> Date: Mon, 16 May 2005 00:27:43 -0400 From: Michael Johnson User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Baldur Gislason References: <4287FE52.5010300@foo.is> In-Reply-To: <4287FE52.5010300@foo.is> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig80B93D8FF65CF8195BE88031" cc: freebsd-ports@freebsd.org Subject: Re: Trouble building firefox on my FreeBSD 5.4-STABLE with latest ports. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 04:27:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig80B93D8FF65CF8195BE88031 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Baldur Gislason wrote: > I'm trying to build Mozilla firefox 1.0.4 on my FreeBSD 5.4-STABLE > laptop with the latest ports. This is how it fails, any idea what I > could do? > upgrade print/freetype2 to latest version and retry. > Baldur > > c++ -o nsFontMetricsPS.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" > -DHAVE_DEPENDENT_LIBS -I../.. -I./.. -I../../../dist/include/xpcom > -I../../../dist/include/string -I../../../dist/include/widget > -I../../../dist/include/pref -I../../../dist/include/caps > -I../../../dist/include/locale -I../../../dist/include/uconv > -I../../../dist/include/view -I../../../dist/include/necko > -I../../../dist/include/imglib2 -I../../../dist/include/unicharutil > -I../../../dist/include/gfx -I../../../dist/include > -I/usr/ports/www/firefox/work/mozilla/dist/include/nspr > -I/usr/local/include -I/usr/local/include -I. > -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include > -fPIC -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include > -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion > -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth > -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe > -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -DXTHREADS -DXUSE_MTSAFE_API > -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include > -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include > -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include > ./../../mozilla-config.h nsFontMetricsPS.cpp > nsFontMetricsPS.cpp: In member function `nsresult > nsFontPSFreeType::Init(nsITrueTypeFontCatalogEntry*, nsPSFontGenerator*)': > nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no > member named 'face_id' > nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no > member named 'width' > nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no > member named 'height' > nsFontMetricsPS.cpp: In member function `FT_FaceRec_* > nsFontPSFreeType::getFTFace()': > nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no > member named 'face_id' > nsFontMetricsPS.cpp: In member function `virtual void > nsFT2Type8Generator::GeneratePSFont(FILE*)': > nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no > member named 'face_id' > nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no > member named 'width' > nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no > member named 'height' > nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no > member named 'face_id' > gmake[4]: *** [nsFontMetricsPS.o] Error 1 > gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src/ps' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/firefox. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --------------enig80B93D8FF65CF8195BE88031 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCiCE/n4uqfTwEb9YRAm+2AJ9ti1nhpxk1ivq0reiYzPXyCsUU3ACfZsVu Jtuny195wBF7j4d2Yq8UQNs= =kYss -----END PGP SIGNATURE----- --------------enig80B93D8FF65CF8195BE88031-- From owner-freebsd-ports@FreeBSD.ORG Mon May 16 04:36:48 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4461E16A4CE; Mon, 16 May 2005 04:36:48 +0000 (GMT) Received: from main.globtel.ru (main.globtel.ru [62.33.182.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA38743D6B; Mon, 16 May 2005 04:36:46 +0000 (GMT) (envelope-from alex@globtel.ru) Received: from [192.168.223.100] (localhost.globtel.ru [127.0.0.1]) by main.globtel.ru (8.13.3/8.13.4) with ESMTP id j4G4ahuh020377; Mon, 16 May 2005 12:36:44 +0800 (KRAST) (envelope-from alex@globtel.ru) Message-ID: <42882360.3070606@globtel.ru> Date: Mon, 16 May 2005 12:36:48 +0800 From: "Alex V. Petrov" Organization: Global Telecom User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: roam@FreeBSD.org Content-Type: multipart/mixed; boundary="------------090107080800070103050604" X-Virus-Scanned: ClamAV 0.85/879/Sun May 15 21:43:45 2005 on main.globtel.ru X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: stunnel-4.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 04:36:48 -0000 This is a multi-part message in MIME format. --------------090107080800070103050604 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Hi! After update FreeBSD 5.3 -> 5.4 and stunnel and openssl to current stunnel-4.10 = up-to-date with port openssl-0.9.7g = up-to-date with port After 2-3 connections stunnel daemon close pid and ended job. File: stunnel.conf : cert = /usr/local/etc/stunnel.pem chroot = /usr/local/var/stunnel/ setuid = stunnel setgid = stunnel pid = /stunnel.pid socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 [pop3s] accept = 995 connect = 110 [ssmtp] accept = 465 connect = 25 File: stunnel.sh: #!/bin/sh . /etc/rc.subr name="stunnel" rcvar=`set_rcvar` stunnel_config="/usr/local/etc/stunnel/${name}.conf" stunnel_pidfile="/usr/local/var/${name}/${name}.pid" command="/usr/local/sbin/stunnel" [ -z "$stunnel_enable" ] && stunnel_enable="NO" load_rc_config $name command_args=${stunnel_config} pidfile=${stunnel_pidfile} required_files="${stunnel_config}" run_rc_command "$1" End of log: 2005.05.14 14:03:34 LOG7[14721:3]: SSL write shutdown 2005.05.14 14:03:34 LOG7[14721:0]: Waiting 60 second(s) for 4 file descriptor(s) 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=4, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=6, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=7, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 3, FD=8, (INOUT)->(OUT) 2005.05.14 14:03:34 LOG7[14721:3]: SSL alert (write): warning: close notify 2005.05.14 14:03:34 LOG7[14721:3]: SSL_shutdown retrying 2005.05.14 14:03:34 LOG7[14721:3]: SSL doesn't need to read or write 2005.05.14 14:03:34 LOG7[14721:0]: Waiting 60 second(s) for 4 file descriptor(s) 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=4, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=6, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 1, FD=7, (IN)->() 2005.05.14 14:03:34 LOG7[14721:0]: CONTEXT 3, FD=8, (IN)->(IN) 2005.05.14 14:03:34 LOG7[14721:3]: SSL socket closed on SSL_read 2005.05.14 14:03:34 LOG7[14721:3]: Socket write shutdown 2005.05.14 14:03:34 LOG5[14721:3]: Connection closed: 1621 bytes sent to SSL, 72 bytes sent to socket 2005.05.14 14:03:34 LOG7[14721:3]: pop3s finished (0 left) 2005.05.14 14:03:34 LOG7[14721:3]: removing pid file /stunnel.pid Can You help me? Sorry fo bad english. :-) -- Alex V. Petrov ICQ#: 145630370 --------------090107080800070103050604-- From owner-freebsd-ports@FreeBSD.ORG Mon May 16 04:37:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497F016A4CE for ; Mon, 16 May 2005 04:37:33 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07CE43D1F for ; Mon, 16 May 2005 04:37:31 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2670.dyn.pacific.net.au (ppp2670.dyn.pacific.net.au [61.8.38.112])j4G4bKbV003346; Mon, 16 May 2005 14:37:21 +1000 From: Sam Lawrance To: Patrick Thomasson In-Reply-To: <8E1C147D-41B1-4C08-93DA-03E951F34793@comcast.net> References: <8E1C147D-41B1-4C08-93DA-03E951F34793@comcast.net> Content-Type: text/plain Date: Mon, 16 May 2005 14:38:02 +1000 Message-Id: <1116218282.30518.56.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: nick@foobar.org Subject: Re: FreeBSD Port: sugarcrm-2.5.1b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 04:37:33 -0000 On Sun, 2005-05-15 at 23:45 -0400, Patrick Thomasson wrote: > Hi Nick - > > Thanks for helping make sugarcrm available on FreeBSD! I'm working > on a dual PII, with 5.3, I've cvsup'ed the ports tree and compiled a > custom kernel with SMP. Here's a few of things that may be of > interest to you (particularly #3): > > First, the sugarcrm folder is installed into /usr/local/www and the > default document root for apache in httpd.conf is set to /usr/local/ > www/data. I worked around it first by moving the folder, then by > moving the folder back and updating the httpd.conf. > > Second, when I point my browser to http://myserver/sugarcrm. I see a > directory listing instead of a page. It's not the end of the world > because I can click on the php files, but that brings me to the next > point... Those two items are normal, you still have to configure apache yourself. The second one is also a configuration issue, it might mean you haven't got DirectoryIndex index.php in your apache config. > Third, I think the sugarcrm-2.5.1b port depends also on php4-pcre. > It builds ok without it but when I tried configuring it via a browser > (clicking on the php files), I got errors about undefined functions > including preg_replace() and preg_match(). I made and installed php4- > pcre and then it works. Whoops, I noticed that before it went in but forgot to fix it. I'll add it shortly. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 09:11:58 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A80D016A4CE for ; Mon, 16 May 2005 09:11:58 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A0243D9D for ; Mon, 16 May 2005 09:11:58 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4G9BvJm013187; Mon, 16 May 2005 02:11:57 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4G9BvSQ013186; Mon, 16 May 2005 02:11:57 -0700 (PDT) (envelope-from obrien) Date: Mon, 16 May 2005 02:11:57 -0700 From: "David O'Brien" To: Steve Hodgson Message-ID: <20050516091157.GB4670@dragon.NUXI.org> References: <200505151343.07338.steve@howes-macnaghten.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505151343.07338.steve@howes-macnaghten.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 09:11:58 -0000 On Sun, May 15, 2005 at 01:43:07PM +0100, Steve Hodgson wrote: > I'm having problems compiling net/rdesktop on two machines, a RELENG_5 and a > RELENG_5_3 box, with the following error .. > -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -o rdp.o -c rdp.c > rdp.c: In function `rdp_out_unistr': > rdp.c:164: error: syntax error before "iconv_h" > rdp.c:171: error: `iconv_h' undeclared (first use in this function) > rdp.c:171: error: (Each undeclared identifier is reported only once > rdp.c:171: error: for each function it appears in.) > rdp.c:171: error: `iconv_t' undeclared (first use in this function) > rdp.c:174: warning: implicit declaration of function `iconv_open' > rdp.c:183: warning: implicit declaration of function `iconv' > rdp.c:186: warning: implicit declaration of function `iconv_close' > rdp.c: In function `rdp_in_unistr': > rdp.c:239: error: syntax error before "iconv_h" > rdp.c:243: error: `iconv_h' undeclared (first use in this function) > rdp.c:243: error: `iconv_t' undeclared (first use in this function) > *** Error code 1 > > The following patch fixes this for me... > > --- rdp.c.orig Sun May 15 13:37:47 2005 > +++ rdp.c Sun May 15 13:37:53 2005 > @@ -24,9 +24,7 @@ > #include "rdesktop.h" > > #ifdef HAVE_ICONV > -#ifdef HAVE_ICONV_H > #include > -#endif What is the output of the 'make configure' step? From owner-freebsd-ports@FreeBSD.ORG Mon May 16 09:14:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E5A16A4CE for ; Mon, 16 May 2005 09:14:15 +0000 (GMT) Received: from isis.sigpipe.cz (fw.sigpipe.cz [62.245.70.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF4943D99 for ; Mon, 16 May 2005 09:14:12 +0000 (GMT) (envelope-from neuhauser@sigpipe.cz) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 5D9311F87BED; Mon, 16 May 2005 11:14:10 +0200 (CEST) Date: Mon, 16 May 2005 11:14:10 +0200 From: Roman Neuhauser To: Muhammad Kashif Yaqoob Message-ID: <20050516091410.GA73857@isis.sigpipe.cz> Mail-Followup-To: Muhammad Kashif Yaqoob , ports@FreeBSD.org References: <20050514131050.57995.qmail@web32010.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050514131050.57995.qmail@web32010.mail.mud.yahoo.com> User-Agent: Mutt/1.5.9i cc: ports@FreeBSD.org Subject: Re: help cyrus-sasl-2.1.20 plugins X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 09:14:15 -0000 # mkyaqoob2005@yahoo.com / 2005-05-14 06:10:50 -0700: > I am working on postfix by using freebsd5.3 platform.When i install > cyrus-sasl-2.1.20 the error has been occoured > > stop in /usr/local/cyrus-sasl-2.1.20 > command look like this > > $tar zxf cyrus-sasl-2.1.20.tar.gz > $cd cyrus-sasl-2.1.20 > $export CPPFLAGS="-I/usr/local/mysql/include/mysql" > $./configure \ ... > $make > #make install > #ln -s /usr/local/lib/sasl2 /usr/lib/sasl2 > #echo "/usr/local/lib/" >> /etc/ld.so.conf > #ldconfig Please don't spam multiple people with your questions. It looks like you are not using the port / package. You should know what you're doing if you want to take this route, and it appears it's currently above your skills. Last time I used Postfix with SASL the ports Worked Just Fine(tm), perhaps they will work for you as well. http://www.freebsd.org/doc/en/books/handbook/ports.html -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 From owner-freebsd-ports@FreeBSD.ORG Mon May 16 09:29:20 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D319516A4D0 for ; Mon, 16 May 2005 09:29:20 +0000 (GMT) Received: from acidy.com (iade006wl01.blackmesh.com [216.66.28.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D67243D83 for ; Mon, 16 May 2005 09:29:20 +0000 (GMT) (envelope-from steve@howes-macnaghten.com) Received: (qmail 19379 invoked by uid 512); 16 May 2005 09:29:19 -0000 Received: from steve@howes-macnaghten.com by terrence by uid 510 with qmail-scanner-1.21st (clamdscan: 0.70rc. spamassassin: 2.63. Clear:RC:1(212.44.26.32):. Processed in 0.133447 secs); 16 May 2005 09:29:19 -0000 Received: from no-reverse.dialnet.com (HELO apollo.howes-macnaghten.com) (212.44.26.32) by acidy.com with SMTP; 16 May 2005 09:29:19 -0000 Received: from [192.168.42.70] ([192.168.42.70]) by apollo.howes-macnaghten.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 16 May 2005 10:29:18 +0100 Message-ID: <428867EE.7090907@howes-macnaghten.com> Date: Mon, 16 May 2005 10:29:18 +0100 From: Steve Hodgson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> In-Reply-To: <20050516091157.GB4670@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 May 2005 09:29:18.0686 (UTC) FILETIME=[BC1097E0:01C559F9] cc: ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 09:29:21 -0000 David O'Brien wrote: > On Sun, May 15, 2005 at 01:43:07PM +0100, Steve Hodgson wrote: > >>I'm having problems compiling net/rdesktop on two machines, a RELENG_5 and a >>RELENG_5_3 box, with the following error > > .. > >>-DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -o rdp.o -c rdp.c >>rdp.c: In function `rdp_out_unistr': >>rdp.c:164: error: syntax error before "iconv_h" >>rdp.c:171: error: `iconv_h' undeclared (first use in this function) >>rdp.c:171: error: (Each undeclared identifier is reported only once >>rdp.c:171: error: for each function it appears in.) >>rdp.c:171: error: `iconv_t' undeclared (first use in this function) >>rdp.c:174: warning: implicit declaration of function `iconv_open' >>rdp.c:183: warning: implicit declaration of function `iconv' >>rdp.c:186: warning: implicit declaration of function `iconv_close' >>rdp.c: In function `rdp_in_unistr': >>rdp.c:239: error: syntax error before "iconv_h" >>rdp.c:243: error: `iconv_h' undeclared (first use in this function) >>rdp.c:243: error: `iconv_t' undeclared (first use in this function) >>*** Error code 1 >> >>The following patch fixes this for me... >> >>--- rdp.c.orig Sun May 15 13:37:47 2005 >>+++ rdp.c Sun May 15 13:37:53 2005 >>@@ -24,9 +24,7 @@ >> #include "rdesktop.h" >> >> #ifdef HAVE_ICONV >>-#ifdef HAVE_ICONV_H >> #include >>-#endif > > > What is the output of the 'make configure' step? > ===> Extracting for rdesktop-1.4.1 => Checksum OK for rdesktop-1.4.1.tar.gz. ===> Patching for rdesktop-1.4.1 ===> Applying FreeBSD patches for rdesktop-1.4.1 ===> rdesktop-1.4.1 depends on file: /usr/local/lib/libcrypto.so.3 - found ===> rdesktop-1.4.1 depends on executable: gmake - found ===> rdesktop-1.4.1 depends on shared library: X11.6 - found ===> Configuring for rdesktop-1.4.1 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether byte ordering is bigendian... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for library containing socket... none required checking for library containing inet_aton... none required checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/strtio.h usability... no checking sys/strtio.h presence... no checking for sys/strtio.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking iconv.h usability... no checking iconv.h presence... no checking for iconv.h... no checking for OpenSSL directory... /usr/local checking if architecture needs alignment... no checking ao/ao.h usability... no checking ao/ao.h presence... no checking for ao/ao.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking dmedia/audio.h usability... no checking dmedia/audio.h presence... no checking for dmedia/audio.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for dirfd... no checking whether dirfd is declared... yes checking whether dirfd is a macro... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for socklen_t... yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/mount.h... yes configure: checking how to get filesystem space usage... checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... yes checking for struct statfs.f_namemax... no checking for struct statvfs.f_namemax... yes checking for struct statfs.f_namelen... no checking for struct statvfs.f_namelen... no checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking for setmntent... no checking build system type... i386-unknown-freebsd5.3 checking host system type... i386-unknown-freebsd5.3 configure: creating ./config.status config.status: creating Makefile Hope this helps Steve From owner-freebsd-ports@FreeBSD.ORG Mon May 16 10:24:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F07116A4CE for ; Mon, 16 May 2005 10:24:18 +0000 (GMT) Received: from smtp2.actcom.co.il (smtp2.actcom.co.il [192.114.47.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CCE43DDB for ; Mon, 16 May 2005 10:24:16 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by smtp2.actcom.co.il (8.13.3/8.13.3) with ESMTP id j4GAO1vn027940; Mon, 16 May 2005 13:24:11 +0300 Message-ID: <428874B9.1010107@bmby.com> Date: Mon, 16 May 2005 13:23:53 +0300 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vivek@khera.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: mail/postfix make args X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 10:24:18 -0000 Hello I've been trying to configure pkgtools.conf to set the variable for postfix upgrade. however, i can't seem to find where and what the options are (e.g make BATCH=yes etc...) what did I miss? Thanks -- Uzi Klein Software Development Executive B.M.B.Y Software Systems LTD. http://www.bmby.com From owner-freebsd-ports@FreeBSD.ORG Mon May 16 11:00:40 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D8E316A4CE for ; Mon, 16 May 2005 11:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B889343D8A for ; Mon, 16 May 2005 11:00:39 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4GB0dCe020156 for ; Mon, 16 May 2005 11:00:39 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4GB0cb0020150 for freebsd-ports@freebsd.org; Mon, 16 May 2005 11:00:38 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 May 2005 11:00:38 GMT Message-Id: <200505161100.j4GB0cb0020150@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 11:00:40 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US a [2004/07/20] ports/69322 ports-bugs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/09/07] ports/71475 ports-bugs ACID (snort DB) detects versions incorrec o [2004/09/26] ports/72114 ports-bugs [PATCH] libtool15 chokes on gcc34 on 4-ST o [2004/11/20] ports/74177 ports-bugs misc/linux-edonkey-tool-recovermet proble o [2004/11/26] ports/74432 ports-bugs ohphone 1.4.1 crashes in 5.3 Stable s [2004/12/08] ports/74857 ports-bugs clamav socket problem o [2004/12/23] ports/75416 ports-bugs x11-toolkits/xview broken from removal of o [2005/01/15] ports/76293 ports-bugs port graphics/togl VERY broken o [2005/01/18] ports/76434 ports-bugs sysutils/lcdproc coredumps when started w o [2005/02/07] ports/77185 ports-bugs (re)add PCL3 driver to print/ghostscript- f [2005/03/26] ports/79250 ports-bugs devel/strace 4.5.1 Broken o [2005/03/30] ports/79353 ports-bugs zh-CJK Makefile broken for teTeX 3.0 o [2005/04/09] ports/79711 ports-bugs fail to build japanese/eijiro-fpw f [2005/04/11] ports/79774 ports-bugs mod_fastcgi builds but won't install (wro o [2005/04/23] ports/80288 ports-bugs [PATCH] samba: processing of symlinks bro o [2005/04/28] ports/80436 ports-bugs please repocopy VMware 5 Guest O/S ports o [2005/05/01] ports/80514 ports-bugs emulators/vmware3: vmmon_smp.ko does not o [2005/05/11] ports/80883 ports-bugs Freeradius port doesn't build if already o [2005/05/11] ports/80915 ports-bugs MySQL port building requires -O on 4.x re 23 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2002/08/23] ports/41945 ports-bugs [patch] bsd.port.mk: does not run ACLOCAL s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2003/04/12] ports/50866 ports-bugs [PATCH] Introduce patch to qmail-1.03 to o [2003/07/02] ports/54041 ports-bugs libtool13 (as installed) doesn't recogniz o [2003/08/22] ports/55866 ports-bugs port devel/libtool13 installs .la files s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/12/20] ports/60440 ports-bugs [New Features] Port: mail/qmail o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox o [2003/12/23] ports/60521 ports-bugs sane-backends-1.0.13_1 coredumps in use w s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch f [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre f [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr f [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri s [2004/05/25] ports/67192 ports-bugs mod_perl-related regressions in the newes o [2004/06/04] ports/67572 ports-bugs New port: mnogosearch-devel: Full feature s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix o [2004/07/08] ports/68826 ports-bugs various anomalies with xemacs port o [2004/07/25] ports/69586 ports-bugs New port: chinese/PCManX o [2004/08/06] ports/70062 ports-bugs tetxproc/p5-Bloom-Filter - A new port of f [2004/08/21] ports/70801 ports-bugs [NEW PORT] mail/crm114-devel: An Markov b o [2004/08/26] ports/70999 ports-bugs New port: graphics/evas1 Hardware acceler f [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo o [2004/09/09] ports/71535 ports-bugs port sysutils/xbatt modification o [2004/09/13] ports/71706 ports-bugs Update of net/linux-edonkey-core o [2004/09/22] ports/71997 ports-bugs New port:math/webwork used to create prob f [2004/09/29] ports/72167 ports-bugs New port: lang/xharbour An extended xBase o [2004/10/07] ports/72421 ports-bugs new port: py-Levenshtein o [2004/10/12] ports/72550 ports-bugs [NEW PORT] mail/itraxp: Advanced perl sup o [2004/10/16] ports/72758 ports-bugs New port: latex-schedule o [2004/10/20] ports/72938 ports-bugs Work-around for palm/pose BROKENess s [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE o [2004/10/26] ports/73152 ports-bugs [NEW PORT] graphics/chartdirector: Charti o [2004/10/30] ports/73320 ports-bugs New Port: kde_head_api_reference, the kde s [2004/11/09] ports/73721 ports-bugs [MAINTAINER] lang/pike76: Fix 64bits brea f [2004/11/11] ports/73833 ports-bugs sysutils/smartmontools: smartctl -a /dev/ f [2004/11/13] ports/73917 ports-bugs [PATCH] Update audio/cheesetracker to 0.9 o [2004/11/18] ports/74086 ports-bugs New port:chinese/chmsee A viewer for Micr s [2004/11/21] ports/74195 ports-bugs fix build error of devel/swarm for gcc 3. s [2004/11/23] ports/74298 ports-bugs cnet update from 1.7.7_2 to 2.0.9 o [2004/11/26] ports/74435 ports-bugs [PATCH] devel/automake19: [SUMMARIZE CHAN o [2004/11/27] ports/74442 ports-bugs Upgrade multimedia/dvdrip to the latest r o [2004/12/02] ports/74615 ports-bugs new port: net/quoted s [2004/12/02] ports/74625 ports-bugs outdated GNU gatekeeper port f [2004/12/12] ports/74996 ports-bugs [NEW PORT] sysutils/logwatch: Logwatch is f [2004/12/14] ports/75050 ports-bugs new port: net/ventrilo f [2004/12/16] ports/75147 ports-bugs [PATCH] Several improvements to security/ o [2004/12/21] ports/75369 ports-bugs new port net/p5-Perlbal o [2004/12/27] ports/75555 ports-bugs [NEW PORT] x11-toolkits/py-gtksourceview: o [2005/01/02] ports/75720 ports-bugs The 4.10-RELEASE samba 3 package smbpassw o [2005/01/08] ports/75966 ports-bugs [patch] improve samba-vscan port p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) f [2005/01/13] ports/76227 ports-bugs RLE support for graphics/fbm o [2005/01/17] ports/76365 ports-bugs NEW PORT net/xdb_auth_cpile A user auth/c o [2005/01/17] ports/76379 ports-bugs New port:biology/p5-Bio-Das f [2005/01/18] ports/76409 ports-bugs cfengine2 compile problems, berkeleydb re o [2005/01/20] ports/76510 ports-bugs [NEW PORT] sysutils/fanout: Allow you to o [2005/01/26] ports/76731 ports-bugs [PATCH] make cups-pstoraster GHOSTSCRIPT_ o [2005/01/29] ports/76820 ports-bugs isc-dhcp3-server build for use in jail sh o [2005/01/29] ports/76825 ports-bugs isc-dhcp3-server port should allow listen o [2005/01/30] ports/76875 ports-bugs security/cryptopp crashes if build with d o [2005/01/31] ports/76928 ports-bugs New port: www/WebCalendar, web-based cale o [2005/02/02] ports/76986 ports-bugs New port: print/pmx a pre-processor of Mu f [2005/02/02] ports/77015 ports-bugs /usr/ports/net/linpopup/ (linpopup-1.2.0_ f [2005/02/03] ports/77042 ports-bugs new port: games/hattrickorganizer o [2005/02/10] ports/77359 ports-bugs New port: graphics/gephex Software-based o [2005/02/11] ports/77373 ports-bugs new port for squidclamav-1.1 s [2005/02/13] ports/77453 ports-bugs [request] new port: print/ghostpcl o [2005/02/14] ports/77471 ports-bugs New port: Device driver for Voicetronix O o [2005/02/16] ports/77584 ports-bugs New ports: games/sear, games/sear-media. o [2005/02/18] ports/77690 ports-bugs new port submission - security/sguil-serv f [2005/02/19] ports/77740 ports-bugs [patch] www/mod_fastcgi allow select NO_S f [2005/02/22] ports/77899 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2005/02/22] ports/77924 ports-bugs [MAINTAINER-UPDATE] devel/ruby18-freeride o [2005/02/23] ports/77980 ports-bugs New Port: www/p5-POE-Component-Server-HTT o [2005/02/24] ports/78012 ports-bugs [NEW PORT] net/abills: Billing system fro f [2005/02/24] ports/78030 ports-bugs New port: net/p5-IP-Country - Perl module f [2005/02/26] ports/78102 ports-bugs /usr/ports/mail/qmail-scanner doesn't det o [2005/02/27] ports/78150 ports-bugs Update Port: devel/libtool15 to 1.5.14 o [2005/02/28] ports/78213 ports-bugs [MAINTAINER] Update port: mail/milter-bog o [2005/03/04] ports/78397 ports-bugs [port update] print/foomatic-db - changed o [2005/03/05] ports/78443 ports-bugs finance/gnucash-1.8.11 HCBI dependence fa f [2005/03/06] ports/78473 ports-bugs New port: graphics/opencv (Open Source Co o [2005/03/14] ports/78830 ports-bugs New port: print/latex-auto-greek Auto-swi o [2005/03/15] ports/78898 ports-bugs new ports chinese/lumaqq: General QQ-like o [2005/03/19] ports/79010 ports-bugs [patch] bsd.port.mk - all-depends-tree ta o [2005/03/19] ports/79021 ports-bugs New port: linux_base-fedora f [2005/03/19] ports/79030 ports-bugs New port: deskutils/kchm A KDE viewer for o [2005/03/20] ports/79040 ports-bugs New Port: games/marathon2-data o [2005/03/20] ports/79049 ports-bugs New port net-mgmt/netdump-server:RedHat s p [2005/03/22] ports/79119 ports-bugs [PATCH] mplayer with optimized cflags on f [2005/03/23] ports/79177 ports-bugs games/alephone update [PATCH] o [2005/03/24] ports/79195 ports-bugs New port: textproc/p5-String-Format o [2005/03/24] ports/79211 ports-bugs NEW PORT: security/p5-Digest-SHA256 SHA{2 f [2005/03/25] ports/79233 ports-bugs ports update biology/paml o [2005/03/25] ports/79235 ports-bugs [maintainer update] sysutils/dtc: v0.17.0 f [2005/03/28] ports/79297 ports-bugs New port: audio/p5-MP3-ID3Lib f [2005/03/29] ports/79345 ports-bugs Update for mail/crm114 o [2005/03/30] ports/79346 ports-bugs New port: devel/gobo-eiffel. Libraries an o [2005/03/30] ports/79360 ports-bugs [new port] Add ripmake, a ripping makefil o [2005/04/04] ports/79529 ports-bugs new port: misc/gopod o [2005/04/06] ports/79599 ports-bugs patch for dhcp lease query, used in cisco o [2005/04/08] ports/79676 ports-bugs NEW PORT: A tool that, installed on a gat o [2005/04/13] ports/79885 ports-bugs New Port: security/p5-CSP, a CA managemen o [2005/04/15] ports/79978 ports-bugs Script error of /usr/ports/chinese/CJK f [2005/04/16] ports/80007 ports-bugs New port: net/evaq (QQ IM Client for KDE3 o [2005/04/17] ports/80043 ports-bugs New port: devel/metaEnv CWI MetaEnvironme o [2005/04/18] ports/80055 ports-bugs [NEW PORT] chinese/libiconv: A character o [2005/04/19] ports/80113 ports-bugs databases/slony1: add Slony-I rc.d script o [2005/04/20] ports/80129 ports-bugs First-cut port of cups-pstoraster for esp f [2005/04/20] ports/80173 ports-bugs unixstat port broken under FreeBSD 5.3 (b o [2005/04/21] ports/80211 ports-bugs [NEW PORT] bruteforceblocker o [2005/04/21] ports/80219 ports-bugs lang/chicken: Chicken $(includedir) its n o [2005/04/22] ports/80251 ports-bugs New port: devel/mcpp a C/C++ preprocessor s [2005/04/22] ports/80254 ports-bugs update net/poptop and rename to net/pptpd o [2005/04/22] ports/80255 ports-bugs New Port : print/lpr-wrapper A user level o [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/04/23] ports/80284 ports-bugs New port: misc/p5-Asterisk. Asterisk perl o [2005/04/24] ports/80310 ports-bugs New port: net/ruby-mpi MPI binding for Ru o [2005/04/26] ports/80352 ports-bugs New port: security/webfwlog Web-based fir o [2005/04/26] ports/80380 ports-bugs New Port: misc/sip_scenario - Create SIP f [2005/04/29] ports/80449 ports-bugs Maintainer Update: games/grhino to 0.15.0 o [2005/04/29] ports/80456 ports-bugs astro/boinc-setiathome add additional pat o [2005/04/30] ports/80474 ports-bugs Update of german/BBBike port o [2005/05/01] ports/80496 ports-bugs New Port: sysutils/915resolution: resolut o [2005/05/01] ports/80500 ports-bugs New Port: multimedia/gcfilms o [2005/05/01] ports/80515 ports-bugs emulators/vmware3: /usr/local/etc/rc.d/vm o [2005/05/02] ports/80522 ports-bugs New port: x11-themes/kde-style-lipstik o [2005/05/03] ports/80589 ports-bugs Update net/xbone to reflect use software o [2005/05/03] ports/80590 ports-bugs Update to net/xbone-gui o [2005/05/04] ports/80598 ports-bugs New port: x11-themes/kde-windeco-crystal o [2005/05/04] ports/80599 ports-bugs New port: x11-themes/kde-windeco-smoothbl o [2005/05/04] ports/80600 ports-bugs New port: x11-themes/kde-windeco-neos o [2005/05/04] ports/80601 ports-bugs New port: x11-themes/kde-windeco-knifty o [2005/05/04] ports/80602 ports-bugs New port: x11-themes/kde-style-tiblit o [2005/05/04] ports/80603 ports-bugs New port: x11-themes/kde-style-comix f [2005/05/04] ports/80629 ports-bugs tuxracer segfaults on amd64 o [2005/05/05] ports/80639 ports-bugs [NEW PORT] www/gwee: Tool to exploit comm o [2005/05/06] ports/80715 ports-bugs exmh port is out-of-date o [2005/05/07] ports/80734 ports-bugs [NEW PORT] net/amule2 (aMule 2.0.0) o [2005/05/08] ports/80752 ports-bugs New port: security/tinysu o [2005/05/08] ports/80757 ports-bugs NEW port: www/phpadsnew A open-source ad o [2005/05/08] ports/80795 ports-bugs [new port] devel/gwenhywfar o [2005/05/09] ports/80826 ports-bugs [NEW PORT] net/unison-devel: A user-level o [2005/05/09] ports/80832 ports-bugs proftpd mod_ctrls enhancement o [2005/05/09] ports/80834 ports-bugs New Port: CheckDNS v0.5 o [2005/05/10] ports/80840 ports-bugs New port: x11/xfce4-taskmanager A port of o [2005/05/11] ports/80904 ports-bugs update port: net-mgmt/ipplan to 4.3.1 o [2005/05/11] ports/80911 ports-bugs [MAINTAINER] mail/qmail: Rewrite pkg-inst f [2005/05/11] ports/80916 ports-bugs db43 does not build (with gcc4.0?) f [2005/05/12] ports/80917 ports-bugs Update: devel/picprog 1.4 -> 1.7 + ado o [2005/05/12] ports/80922 ports-bugs archivers/rpm: add amd64 related entries o [2005/05/12] ports/80934 ports-bugs [patch] www/oops fix for recent ipfilter o [2005/05/12] ports/80939 ports-bugs New port: security/pear-Crypt_RSA PEAR cl o [2005/05/12] ports/80940 ports-bugs WITH_MENU and WITH_STATIC_PLUGINS options o [2005/05/12] ports/80943 ports-bugs [mnogosearch 3] lang/php4: update PHP for o [2005/05/12] ports/80944 ports-bugs [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80945 ports [PATCH] www/mnogosearch: update to 3.2.32 o [2005/05/12] ports/80946 ports [mnogosearch part 2] www/php4-mnogosearch o [2005/05/12] ports/80952 ports-bugs mplayer 0.99.7_1 can't play dvd o [2005/05/12] ports/80954 ports-bugs xsysinfo fix for changed kernel variable o [2005/05/13] ports/80983 ports-bugs New port: x11-toolkits/py-wxPython26 Pyth o [2005/05/13] ports/80984 ports-bugs mplayer 1.0pre7 doesn't read DVDs properl o [2005/05/14] ports/81003 ports-bugs [Update port] sysutils/dar: include gette o [2005/05/14] ports/81005 ports-bugs [Maintainer Update] sysutils/kdar: Update o [2005/05/14] ports/81007 ports-bugs net/rtg -- Makefile clean-up, removal of o [2005/05/14] ports/81010 ports-bugs Missing localization in xfce4 (xfsm-shutd o [2005/05/14] ports/81020 ports-bugs [PORT UPDATE] net/amule2 (follows ports/8 o [2005/05/14] ports/81021 ports-bugs New port: net/dcd Direct Connect Hub clon o [2005/05/14] ports/81028 ports-bugs Maintainer Update: games/grhino to 0.15.0 o [2005/05/14] ports/81034 ports-bugs New Port: mail/zabit o [2005/05/15] ports/81045 ports-bugs [Maintainer Update] www/zope-epoz to 0.9. o [2005/05/15] ports/81048 ports-bugs New port: emulators/gxemul. Machine emula o [2005/05/15] ports/81049 ports-bugs Update port: audio/gnump3d to 2.9.4 o [2005/05/15] ports/81050 ports-bugs Update port: audio/mhwaveedit to 1.4.0 o [2005/05/15] ports/81051 ports-bugs Update port: audio/mp3stat to 2.6.01 o [2005/05/15] ports/81052 ports-bugs Update port: graphics/xpaint to 2.7.7 o [2005/05/15] ports/81059 ports-bugs Port upgrade: sysutils/k3b to 0.11.24 o [2005/05/15] ports/81062 ports-bugs Update emulators/lib765 to 0.3.3 o [2005/05/15] ports/81063 ports-bugs Update emulators/libspectrum to 0.2.2 o [2005/05/15] ports/81064 ports-bugs Update emulators/fuse to 0.7.0 o [2005/05/15] ports/81067 ports-bugs Update port: irc/ptlink-ircd Update from o [2005/05/15] ports/81068 ports-bugs Update port: irc/ptlink-services Update f o [2005/05/15] ports/81076 ports-bugs [MAINTAINER] java/eclipse: update to 3.1M o [2005/05/15] ports/81077 ports-bugs www/gallery silently assumes that GALLERY o [2005/05/15] ports/81081 ports-bugs mail/kiltdown: fix build on FreeBSD >= 5. o [2005/05/16] ports/81085 ports-bugs Processing of "-jN" flags for "make" buil o [2005/05/16] ports/81087 ports-bugs [MAINTAINER] Update www/WordPress to 1.5. o [2005/05/16] ports/81088 ports-bugs portupgrade-20041226_2 unnecessarily upda o [2005/05/16] ports/81097 ports-bugs Update Port: multimedia/gcfilms Version U o [2005/05/16] ports/81098 ports-bugs [PATCH] science/gramps: update to 2.0.0 o [2005/05/16] ports/81101 ports-bugs [MAINTAINER] security/pfw: update to 0.6. o [2005/05/16] ports/81103 ports-bugs Maintainer update: www/resin3 updated to 199 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 11:07:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F0C16A4CE for ; Mon, 16 May 2005 11:07:29 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3AA43D8B for ; Mon, 16 May 2005 11:07:29 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id D5DC3C8FE6D for ; Mon, 16 May 2005 07:07:28 -0400 (EDT) X-Sasl-enc: 0X3dZHCrVb0Oa4BBshzPN5doP/m7X6BxC6KxabCd+ngf 1116241648 Received: from gumby.localhost (dsl-80-41-79-106.access.as9105.com [80.41.79.106]) by frontend3.messagingengine.com (Postfix) with ESMTP id BE9241DC for ; Mon, 16 May 2005 07:07:28 -0400 (EDT) From: RW To: freebsd-ports@freebsd.org Date: Mon, 16 May 2005 12:06:41 +0100 User-Agent: KMail/1.8 References: <42882360.3070606@globtel.ru> In-Reply-To: <42882360.3070606@globtel.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505161206.41336.list-freebsd-2004@morbius.sent.com> Subject: Re: FreeBSD Port: stunnel-4.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 11:07:29 -0000 On Monday 16 May 2005 05:36, Alex V. Petrov wrote: > ... > After 2-3 connections stunnel daemon close pid and ended job. I'm seeing this too. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 11:51:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 277D116A4CE for ; Mon, 16 May 2005 11:51:15 +0000 (GMT) Received: from lakermmtao07.cox.net (lakermmtao07.cox.net [68.230.240.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D67843D83 for ; Mon, 16 May 2005 11:51:14 +0000 (GMT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.105.184.54]) by lakermmtao07.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050516115113.BRWT28809.lakermmtao07.cox.net@mail.halplant.com> for ; Mon, 16 May 2005 07:51:13 -0400 Received: by mail.halplant.com (Postfix, from userid 1001) id 58141549A; Mon, 16 May 2005 07:51:13 -0400 (EDT) Date: Mon, 16 May 2005 07:51:13 -0400 From: Andrew J Caines To: freebsd-ports@freebsd.org Message-ID: <20050516115113.GE68863@hal9000.halplant.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <428874B9.1010107@bmby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <428874B9.1010107@bmby.com> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.11-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 X-ICQ: 283813972 Importance: Normal User-Agent: Mutt/1.5.9i Subject: Re: mail/postfix make args X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 11:51:15 -0000 Uzi, > I've been trying to configure pkgtools.conf to set the variable for > postfix upgrade. however, i can't seem to find where and what the > options are (e.g make BATCH=yes etc...) 'mail/postfix' => '-DBATCH POSTFIX_OPTIONS=""', > what did I miss? The comments at the top of the Makefile, or perhaps the content of scripts/configure.postfix? -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports@FreeBSD.ORG Mon May 16 12:52:37 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0481116A4CE for ; Mon, 16 May 2005 12:52:37 +0000 (GMT) Received: from worf.kerna.com (worf.kerna.com [194.106.143.118]) by mx1.FreeBSD.org (Postfix) with SMTP id D2EBA43D72 for ; Mon, 16 May 2005 12:52:35 +0000 (GMT) (envelope-from james@now.ie) Received: (qmail 21140 invoked by uid 1012); 16 May 2005 12:52:32 -0000 Date: Mon, 16 May 2005 13:52:32 +0100 From: James Raftery To: ports@freebsd.org Message-ID: <20050516125232.GA18453@fry.kerna.ie> Mail-Followup-To: ports@freebsd.org References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <200505151343.07338.steve@howes-macnaghten.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516091157.GB4670@dragon.NUXI.org> <200505151343.07338.steve@howes-macnaghten.com> Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 12:52:37 -0000 On Sun, May 15, 2005 at 01:43:07PM +0100, Steve Hodgson wrote: > I'm having problems compiling net/rdesktop on two machines, a RELENG_5 and a > RELENG_5_3 box, with the following error As am I, on 5.3-RELEASE-p14. On Mon, May 16, 2005 at 02:11:57AM -0700, David O'Brien wrote: > What is the output of the 'make configure' step? http://romana.now.ie/portupgrade-rdesktop.txt Thanks, james -- Times flies like an arrow. Fruit flies like bananas. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 13:13:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB4A16A4CE for ; Mon, 16 May 2005 13:13:55 +0000 (GMT) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD0B43D91 for ; Mon, 16 May 2005 13:13:54 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 16 May 2005 09:13:50 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2203FFC069@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mail/postfix make args Thread-Index: AcVaDcAzpadH6z6tTz2DfaFra7F+dAACwOTA From: "Haulmark, Chris" To: Subject: RE: mail/postfix make args X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 13:13:55 -0000 Someone broke the silence:=20 > Uzi, >=20 >> I've been trying to configure pkgtools.conf to set the variable for >> postfix upgrade. however, i can't seem to find where and what the >> options are (e.g make BATCH=3Dyes etc...) >=20 > 'mail/postfix' =3D> '-DBATCH POSTFIX_OPTIONS=3D""', >=20 >> what did I miss? >=20 > The comments at the top of the Makefile, or perhaps the content of > scripts/configure.postfix?=20 >=20 If you use portupgrade for upgrading your ports, you can edit = /usr/local/etc/pkgtools.conf and add your desired args in the MAKE_ARGS section. Mine, with several other ports, shows this: MAKE_ARGS =3D { 'mail/postfix' =3D> '-DBATCH POSTFIX_OPTIONS=3D"SASL2 TLS MySQL = VDA"', # 'security/cyrus-sasl2' =3D> 'WITH_MYSQL=3DYES = WITHOUT_NTLM=3DYES WITHOUT_OTP=3DYES', 'security/amavisd-new' =3D> '-DBATCH', 'security/clamav' =3D> '-DBATCH CLAMAVUSER=3Dvscan = CLAMAVGROUP=3Dvscan', 'mail/courier-imap' =3D> 'WITH_MYSQL=3DYES', 'mail/squirrelmail' =3D> '-DBATCH', 'net/py-bittorrent' =3D> 'WITHOUT_GUI=3DYES', } Chris >=20 > -Andrew- >=20 > ______________________________________________________________ > _________ >> -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | >> "They that can give up essential liberty to obtain a little >> temporary | safety deserve neither liberty nor safety" - Benjamin > Franklin, 1759 | > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon May 16 13:22:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6409516A4CE; Mon, 16 May 2005 13:22:18 +0000 (GMT) Received: from multiplay.co.uk (www1.multiplay.co.uk [212.42.16.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947ED43DE7; Mon, 16 May 2005 13:22:17 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from vader ([212.135.219.179]) by multiplay.co.uk (multiplay.co.uk [212.42.16.7]) (MDaemon.PRO.v8.0.2.R) with ESMTP id md50001413876.msg; Mon, 16 May 2005 14:17:45 +0100 Message-ID: <03e401c55a1a$34d3c330$b3db87d4@multiplay.co.uk> From: "Steven Hartland" To: , Date: Mon, 16 May 2005 14:21:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Spam-Processed: multiplay.co.uk, Mon, 16 May 2005 14:17:45 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 212.135.219.179 X-Return-Path: killing@multiplay.co.uk X-MDAV-Processed: multiplay.co.uk, Mon, 16 May 2005 14:17:47 +0100 Subject: amd64 compile of rrdtool ( relocation R_X86_64_32 error ) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 13:22:18 -0000 When compiling rrdtool on amd64 I get the follow. Having read around about the message I must say I'm none the wiser. I've tried adding -fPIC to the rrd_private compile but that doesnt seem to have any effect. What am I missing? [log] /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe -I/usr/local/include -L/usr/local/lib -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -o librrd_private.la -static -fPIC gdpng.lo getopt.lo getopt1.lo gifsize.lo parsetime.lo pngsize.lo rrd_create.lo rrd_diff.lo rrd_dump.lo rrd_info.lo rrd_error.lo rrd_fetch.lo rrd_format.lo rrd_graph.lo rrd_last.lo rrd_open.lo rrd_resize.lo rrd_restore.lo rrd_tune.lo rrd_update.lo rrd_xport.lo ../cgilib-0.4/librrd_cgi.la ../gd1.3/librrd_gd.la ../libpng-1.0.9/librrd_png.la -lz -lm [/log] [error] rm -f blib/arch/auto/RRDs/RRDs.so LD_RUN_PATH="" cc -shared -L/usr/local/lib RRDs.o -L../src/.libs/ -lrrd_private -lz -lm -o blib/arch/auto/RRDs/RRDs.so /usr/bin/ld: ../src/.libs//librrd_private.a(getopt.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC ../src/.libs//librrd_private.a: could not read symbols: Bad value [/error] ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 13:33:08 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B1C16A4CE; Mon, 16 May 2005 13:33:08 +0000 (GMT) Received: from multiplay.co.uk (www1.multiplay.co.uk [212.42.16.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D615E43D9D; Mon, 16 May 2005 13:33:07 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from vader ([212.135.219.179]) by multiplay.co.uk (multiplay.co.uk [212.42.16.7]) (MDaemon.PRO.v8.0.2.R) with ESMTP id md50001413902.msg; Mon, 16 May 2005 14:28:26 +0100 Message-ID: <043501c55a1b$b2f08090$b3db87d4@multiplay.co.uk> From: "Steven Hartland" To: , References: <03e401c55a1a$34d3c330$b3db87d4@multiplay.co.uk> Date: Mon, 16 May 2005 14:32:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Spam-Processed: multiplay.co.uk, Mon, 16 May 2005 14:28:26 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 212.135.219.179 X-Return-Path: killing@multiplay.co.uk X-MDAV-Processed: multiplay.co.uk, Mon, 16 May 2005 14:28:28 +0100 Subject: Re: amd64 compile of rrdtool ( relocation R_X86_64_32 error ) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 13:33:08 -0000 Ok so I was blind and missed the -static removing this results in a successful compile. I assume this was the correct thing to do. Will do some testing then submit a PR with a patch if its all good. Steve ----- Original Message ----- From: "Steven Hartland" ... > [log] > /bin/sh /usr/local/bin/libtool15 --mode=link > cc -O -pipe -I/usr/local/include -L/usr/local/lib -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -Winline -o librrd_private.la -static -fPIC gdpng.lo getopt.lo getopt1.lo gifsize.lo parsetime.lo > pngsize.lo rrd_create.lo rrd_diff.lo rrd_dump.lo rrd_info.lo rrd_error.lo rrd_fetch.lo rrd_format.lo rrd_graph.lo rrd_last.lo > rrd_open.lo rrd_resize.lo rrd_restore.lo rrd_tune.lo rrd_update.lo rrd_xport.lo ../cgilib-0.4/librrd_cgi.la > ../gd1.3/librrd_gd.la ../libpng-1.0.9/librrd_png.la -lz -lm > [/log] ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 14:17:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6866016A4CE for ; Mon, 16 May 2005 14:17:51 +0000 (GMT) Received: from hotmail.com (bay2-f26.bay2.hotmail.com [65.54.247.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B07243D97 for ; Mon, 16 May 2005 14:17:51 +0000 (GMT) (envelope-from missive@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 16 May 2005 07:17:49 -0700 Message-ID: Received: from 24.97.94.145 by by2fd.bay2.hotmail.msn.com with HTTP; Mon, 16 May 2005 14:17:49 GMT X-Originating-IP: [24.97.94.145] X-Originating-Email: [missive@hotmail.com] X-Sender: missive@hotmail.com From: "Lee Harr" To: freebsd-ports@freebsd.org Date: Mon, 16 May 2005 18:47:49 +0430 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 16 May 2005 14:17:49.0357 (UTC) FILETIME=[0A075DD0:01C55A22] Subject: unable to run abiword-2.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 14:17:51 -0000 I am trying to upgrade abiword on my 4.11-stable system without much luck. The port builds, and I end up with abiword-gnome-2.2.7 but when I try to start it, I get a dialog saying: """ The Application "AbiWord-2.2" has quit unexpectedly. You can inform the developers of what happened to help them fix it. Or you can restart the application right now. """ I tried going through the bug reporting tool, but when I got to the "select application" screen, abiword was not one of the selections. I am going to try building abiword plain (ie, without gnome) and see if it runs. Any hints? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-ports@FreeBSD.ORG Mon May 16 15:03:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609E616A4D0; Mon, 16 May 2005 15:03:29 +0000 (GMT) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [69.61.68.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACD643D5D; Mon, 16 May 2005 15:03:27 +0000 (GMT) (envelope-from rcoleman@criticalmagic.com) Received: from [10.40.30.162] (delta.ciphertrust.com [216.235.158.34]) by saturn.criticalmagic.com (Postfix) with ESMTP id AD9C33BD10; Mon, 16 May 2005 11:03:24 -0400 (EDT) Message-ID: <4288B67C.5020003@criticalmagic.com> Date: Mon, 16 May 2005 11:04:28 -0400 From: Richard Coleman Organization: Critical Magic User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200505161243.j4GChAk7098064@repoman.freebsd.org> In-Reply-To: <200505161243.j4GChAk7098064@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 15:03:30 -0000 Hajimu UMEMOTO wrote: > ume 2005-05-16 12:43:10 UTC > > FreeBSD ports repository > > Modified files: > sysutils/gkrellm2 Makefile distinfo pkg-descr pkg-plist > sysutils/gkrellm2/files patch-src:Makefile > Added files: > sysutils/gkrellm2/files patch-Makefile patch-src::configure > Log: > - Update to 2.2.6. > - Use GnuTLS by default. You can still use OpenSSL by specifying > WITH_OPENSSL=yes. > - Add WITHOUT_NLS knob to disable installing message catalogs. > - Shorten pkg-descr. > > Revision Changes Path > 1.111 +28 -2 ports/sysutils/gkrellm2/Makefile > 1.70 +2 -2 ports/sysutils/gkrellm2/distinfo > 1.4 +13 -0 ports/sysutils/gkrellm2/files/patch-Makefile (new) > 1.3 +26 -0 ports/sysutils/gkrellm2/files/patch-src::configure (new) > 1.8 +21 -4 ports/sysutils/gkrellm2/files/patch-src:Makefile > 1.4 +3 -38 ports/sysutils/gkrellm2/pkg-descr > 1.29 +12 -12 ports/sysutils/gkrellm2/pkg-plist Why use GnuTLS by default when we have OpenSSL in the base system? Is there a reason to favor GnuTLS in this particular application? Richard Coleman rcoleman@criticalmagic.com From owner-freebsd-ports@FreeBSD.ORG Mon May 16 15:13:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5534516A4CE; Mon, 16 May 2005 15:13:51 +0000 (GMT) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21F843D67; Mon, 16 May 2005 15:13:49 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (ume@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)j4GFDRSZ050174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 May 2005 00:13:27 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 17 May 2005 00:13:21 +0900 Message-ID: From: Hajimu UMEMOTO To: Richard Coleman In-Reply-To: <4288B67C.5020003@criticalmagic.com> References: <200505161243.j4GChAk7098064@repoman.freebsd.org> <4288B67C.5020003@criticalmagic.com> User-Agent: xcite1.38> Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd5.4) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Tue, 17 May 2005 00:13:28 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on cheer.mahoroba.org cc: Hajimu UMEMOTO cc: freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 15:13:51 -0000 Hi, >>>>> On Mon, 16 May 2005 11:04:28 -0400 >>>>> Richard Coleman said: rcoleman> Why use GnuTLS by default when we have OpenSSL in the base system? Is rcoleman> there a reason to favor GnuTLS in this particular application? Because, the author of GKrellM think that OpenSSL' license doesn't match with GPL. From ChangeLog: * Samuel Mimram patch: preferentially link to gnutls over openssl to avoid GPL license compatibility issue. I think it is better that a package of GKrellM should obey the author's policy. So, I choose to use GnuTLS by default. Still, you can use OpenSSL by specifying WITH_OPENSSL=yes. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-ports@FreeBSD.ORG Mon May 16 16:20:59 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720DF16A4CE for ; Mon, 16 May 2005 16:20:59 +0000 (GMT) Received: from worf.kerna.com (worf.kerna.com [194.106.143.118]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A08D43DA5 for ; Mon, 16 May 2005 16:20:58 +0000 (GMT) (envelope-from james@now.ie) Received: (qmail 26913 invoked by uid 1012); 16 May 2005 16:20:42 -0000 Date: Mon, 16 May 2005 17:20:38 +0100 From: James Raftery To: freebsd-ports@freebsd.org Message-ID: <20050516162038.GD18453@fry.kerna.ie> Mail-Followup-To: freebsd-ports@freebsd.org References: <20050513181659.51554.qmail@web51807.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050513181659.51554.qmail@web51807.mail.yahoo.com> Subject: Re: vnc port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 16:20:59 -0000 On Sat, May 14, 2005 at 02:16:59AM +0800, Patrick Dung wrote: > I got a small problem if the xc directory does not exists in > /usr/ports/distfile. Fixed - thanks. > Does vnc4 compiles ok with FreeBSD4 (gcc 2.95x system compiler)? I have > noticed the tgz made by Vladimir Egorin and Bruce A. Mah has > USE_GCC=3.2. I doesn't work with gcc 2.95x. I have a test build underway now on 4.11 using gcc 3.4. Regards, james -- Times flies like an arrow. Fruit flies like bananas. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 18:11:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDD716A4CE for ; Mon, 16 May 2005 18:11:34 +0000 (GMT) Received: from www235.sakura.ne.jp (www235.sakura.ne.jp [202.181.97.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4669F43D9F for ; Mon, 16 May 2005 18:11:34 +0000 (GMT) (envelope-from koma2@lovepeers.org) Received: from [192.168.11.5] (61-26-245-137.rev.home.ne.jp [61.26.245.137]) (authenticated bits=0) by www235.sakura.ne.jp (8.12.11/8.12.11) with ESMTP id j4GIB8br012991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 May 2005 03:11:13 +0900 (JST) (envelope-from koma2@lovepeers.org) Message-ID: <4288E23B.5070703@lovepeers.org> Date: Tue, 17 May 2005 03:11:07 +0900 From: KOMATSU Shinichiro User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20050515154745.T4991@office.cheeze.org> In-Reply-To: <20050515154745.T4991@office.cheeze.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Jubal Kessler Subject: Re: portsdb -uU leaves lockfiles in /tmp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 18:11:35 -0000 Hi, Jubal Kessler wrote: > I run 'portsdb -uU' every night. I've just noticed that lockfiles are > being left in /tmp after each invocation. The files look like: > > /tmp/courier-authlib.locktest.XXXX > > The Makefile in security/courier-authlib references $LOCKTEST, which makes > the above lockfile. I have two questions: > > 1. Why is portsdb doing this? Because "portsdb -u" invokes "make index" internally. That "make index" invokes "make describe" in security/courier-authlib-base, and the following line of security/courier-authlib/Makefile (included by courier-authlib-base) LOCKTEST!= ${MKTEMP} /tmp/courier-authlib.locktest.XXXXX is evaluated, and this "mktemp" creates tempfile in /tmp. So this is a problem of security/courier-authlib{,-base} ports themselves, rather than portupgrade. > 2. How can I make portsdb be as verbose as possible, and show me > what it's doing when it reaches the point where it creates the > lockfiles? I saw portsdb source, but no "verbose" option could be found. From owner-freebsd-ports@FreeBSD.ORG Mon May 16 18:12:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D0016A4CE for ; Mon, 16 May 2005 18:12:23 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED4443DB4 for ; Mon, 16 May 2005 18:12:21 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4GICEji030734; Mon, 16 May 2005 11:12:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4GICEwX030733; Mon, 16 May 2005 11:12:14 -0700 (PDT) (envelope-from obrien) Date: Mon, 16 May 2005 11:12:14 -0700 From: "David O'Brien" To: Steve Hodgson Message-ID: <20050516181214.GB27232@dragon.NUXI.org> References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <428867EE.7090907@howes-macnaghten.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <428867EE.7090907@howes-macnaghten.com> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 18:12:23 -0000 On Mon, May 16, 2005 at 10:29:18AM +0100, Steve Hodgson wrote: > checking whether dirfd is a macro... yes > checking for iconv... yes > checking for iconv declaration... > extern size_t iconv (iconv_t cd, const char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft); > checking for socklen_t... yes This is different from my system: checking whether dirfd is a macro... yes checking for iconv... no, consider installing GNU libiconv checking for socklen_t... yes Note that I do have libiconv-1.9.2_1 installed. -- -- David (obrien@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Mon May 16 21:48:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9393D16A4CE for ; Mon, 16 May 2005 21:48:18 +0000 (GMT) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA7143DB9 for ; Mon, 16 May 2005 21:48:18 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) j4GLmDbx003760 for ; Mon, 16 May 2005 16:48:13 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.12.11/8.12.11/Submit) id j4GLmDAS003759 for ports@freebsd.org; Mon, 16 May 2005 16:48:13 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200505162148.j4GLmDAS003759@pencil.math.missouri.edu> To: ports@freebsd.org Date: Mon, 16 May 2005 16:48:13 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Subject: DJVULIBRE 3.5.14_1 & mozilla 1.7.7,2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 21:48:18 -0000 I posted on this awhile back but received no response. I can't believe I'm the only one having this problem ... I have djvulibre-3.5.14_1 installed with the following dependencies: XFree86-libraries-4.4.0_3 cups-base-1.1.23.0_3 expat-1.95.8 fontconfig-2.2.3,1 freetype2-2.1.9 gettext-0.14.1 gnutls-1.0.24_1 jpeg-6b_3 lcms-1.14,1 libXft-2.1.6_1 libgcrypt-1.2.1 libgpg-error-1.0_1 libiconv-1.9.2_1 libmng-1.0.8 nas-1.7 perl-5.8.6_2 pkgconfig-0.17.2 png-1.2.8_1 qt-3.3.4 tiff-3.7.2 I'm trying to use it with mozilla-1.7.7,2 under 4.11-RELEASE-p7 I go to djvuzone.org and click on anything in their digital library and all I get is a blue bar at the bottom with the buttons: about this document, help, up, digital library All these buttons work, but nothing else (i.e. there's just an empty frame above the blue bar. Any help would be much appreciated!!! Thanks, Rich From owner-freebsd-ports@FreeBSD.ORG Mon May 16 23:47:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E521816A4CE for ; Mon, 16 May 2005 23:47:19 +0000 (GMT) Received: from worf.kerna.com (worf.kerna.com [194.106.143.118]) by mx1.FreeBSD.org (Postfix) with SMTP id CF79643D68 for ; Mon, 16 May 2005 23:47:18 +0000 (GMT) (envelope-from james@now.ie) Received: (qmail 60467 invoked by uid 1012); 16 May 2005 23:47:12 -0000 Date: Tue, 17 May 2005 00:47:12 +0100 From: James Raftery To: freebsd-ports@freebsd.org Message-ID: <20050516234712.GA59573@fry.kerna.ie> References: <20050513181659.51554.qmail@web51807.mail.yahoo.com> <20050516162038.GD18453@fry.kerna.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516162038.GD18453@fry.kerna.ie> Subject: Re: vnc port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 23:47:20 -0000 On Mon, May 16, 2005 at 05:20:38PM +0100, James Raftery wrote: > On Sat, May 14, 2005 at 02:16:59AM +0800, Patrick Dung wrote: > > Does vnc4 compiles ok with FreeBSD4 (gcc 2.95x system compiler)? I have > > noticed the tgz made by Vladimir Egorin and Bruce A. Mah has > > USE_GCC=3.2. > > I doesn't work with gcc 2.95x. I have a test build underway now > on 4.11 using gcc 3.4. That build was successful. I have fixed a few other things and the updated skeleton is at the same URL: http://romana.now.ie/software/vnc4.tgz I'll file a PR for it shortly. In the meantime any testing that people could do, especially on non-i386 platforms, would be very welcome. Thanks, james From owner-freebsd-ports@FreeBSD.ORG Tue May 17 00:02:05 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98F616A4CE for ; Tue, 17 May 2005 00:02:05 +0000 (GMT) Received: from chinatsu.takeda.tk (node-402413e2.sna.onnet.us.uu.net [64.36.19.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6670F43D83 for ; Tue, 17 May 2005 00:02:01 +0000 (GMT) (envelope-from d.kulinski@gmail.com) Received: from takeda (takeda.lan [10.0.0.3]) (authenticated bits=0) by chinatsu.takeda.tk (8.13.3/8.13.1) with ESMTP id j4H01rNZ045602 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 16 May 2005 17:01:54 -0700 (PDT) (envelope-from d.kulinski@gmail.com) Date: Mon, 16 May 2005 17:01:39 -0700 From: Dariusz Kulinski X-Priority: 3 (Normal) Message-ID: <228502587.20050516170139@takeda.tk> To: rob@debank.tv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.84/881/Mon May 16 14:13:31 2005 on chinatsu.takeda.tk X-Virus-Status: Clean cc: ports@FreeBSD.org Subject: FreeBSD Port: clamav-0.85 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 00:02:06 -0000 Hello rob, In version 0.85 of clamav milter doesn't seem to work correctly. After I installed it it complains that it cannot access /dev/console. Looks like for some reason clamav-milter tries access /dev/console after dropping privileges. I checked on clamav website, and looks like version 0.85.1 was just released, and apparently has this bug fixed: - clamav-milter: Open /dev/console (if LogFile not set) before dropping priv so that error messages aren't lost reported by David Crow. (njh) Please update the port if that's possible. -- Best regards, Dariusz mailto:d.kulinski@gmail.com CCNA, SCSA, SCNA, LPIC, MCP certified http://www.takeda.tk Overall, OS/2's problems fall into two categories: IBM and Microsoft. -- Jean-Louis Gassee From owner-freebsd-ports@FreeBSD.ORG Tue May 17 01:37:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BDF16A4CE for ; Tue, 17 May 2005 01:37:10 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B306443D72 for ; Tue, 17 May 2005 01:37:09 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so170031nzp for ; Mon, 16 May 2005 18:37:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p6OmIiJlRXnyriyolQtl8tFR9Cg5BvXibu+vurSOvJWnp03gy+cre6y0lDAdQQKwjwMEllcGXblmksrv/EgSHKXCywji8dE/lnQo9SKZfMCp2fdk9hvkSl2+4paC1aRSOJFW+0kuGk1000tilwZPrF6nm0UnLoJ7Uo+6vwX+FKM= Received: by 10.36.148.8 with SMTP id v8mr1972170nzd; Mon, 16 May 2005 18:37:04 -0700 (PDT) Received: by 10.36.59.20 with HTTP; Mon, 16 May 2005 18:37:04 -0700 (PDT) Message-ID: <8cb27cbf050516183775fb73b5@mail.gmail.com> Date: Mon, 16 May 2005 19:37:04 -0600 From: Jon Drews To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Testing software before it is ported X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jon Drews List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 01:37:10 -0000 Hi: Can any of you advise me on where I can find software to do automated testing? I am specifically looking for shell scripts or programs that will simulate mouse clicks and the opening of dialogs and combo boxes. I don't know what these scripts would be called so I am at loss on Googling for them. In the past I have used "black box" testing to find bugs in the port I maintain. This is quite time consuming. Also, if anyone can suggest books or material on effective software testing, I would appreciate that also. --=20 Kind regards, Jonathan From owner-freebsd-ports@FreeBSD.ORG Tue May 17 01:45:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36A416A4CE for ; Tue, 17 May 2005 01:45:23 +0000 (GMT) Received: from hotmail.com (bay2-f22.bay2.hotmail.com [65.54.247.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD3D43DC2 for ; Tue, 17 May 2005 01:45:23 +0000 (GMT) (envelope-from missive@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 16 May 2005 18:45:22 -0700 Message-ID: Received: from 208.186.59.238 by by2fd.bay2.hotmail.msn.com with HTTP; Tue, 17 May 2005 01:45:22 GMT X-Originating-IP: [208.186.59.238] X-Originating-Email: [missive@hotmail.com] X-Sender: missive@hotmail.com From: "Lee Harr" To: freebsd-ports@freebsd.org Date: Tue, 17 May 2005 06:15:22 +0430 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 17 May 2005 01:45:22.0667 (UTC) FILETIME=[16EAEBB0:01C55A82] Subject: Re: unable to run abiword-2.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 01:45:24 -0000 >I am trying to upgrade abiword on my 4.11-stable system >without much luck. Now I tried the abiword package from FreeBSD.org and when I run that it just: Abort (core dumped) So... I guess I must have a fouled up gnome/ gtk/ etc somehow. Everything else seems to be running fine though. Guess I will try rebuilding all of the abiword dependencies. Any other ideas? _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ From owner-freebsd-ports@FreeBSD.ORG Tue May 17 01:55:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19ED16A4CE for ; Tue, 17 May 2005 01:55:55 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F7943DD3 for ; Tue, 17 May 2005 01:55:55 +0000 (GMT) (envelope-from reyad.attiyat@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so2944762nzk for ; Mon, 16 May 2005 18:55:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pFjjXMN2g/Uw3VSEYYcoEpZ9rfa4stsPHv6nMCgfTmZ3ZbwUTJ/Fr+z3L0fC3WJoHsdfnlPmuLRbiTpnWNiZVUbQru1pI8/83KxHffVA+qvy9GIjQf6hcX+awBjx8u0YJjXxEDO0JUKtMU+C/Vt/X7wWA1dysipaiUtOscwJxn4= Received: by 10.36.129.3 with SMTP id b3mr1912403nzd; Mon, 16 May 2005 18:55:52 -0700 (PDT) Received: by 10.36.39.5 with HTTP; Mon, 16 May 2005 18:55:52 -0700 (PDT) Message-ID: <772add100505161855525ff671@mail.gmail.com> Date: Mon, 16 May 2005 20:55:52 -0500 From: Reyad Attiyat To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD Ports: FAAC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: reyad@reyadsworld.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 01:55:55 -0000 When ever attempt to complie faac-1.24_4 I get an error right away. Im currently running FreeBSD 5.4. Error:=20 gmake[2]: Entering directory `/usr/ports/audio/faac/work/faac/libfaac' Makefile:177: .deps/aacquant.Plo: No such file or directory Makefile:178: .deps/backpred.Plo: No such file or directory Makefile:179: .deps/bitstream.Plo: No such file or directory Makefile:180: .deps/channels.Plo: No such file or directory Makefile:181: .deps/fft.Plo: No such file or directory Makefile:182: .deps/filtbank.Plo: No such file or directory Makefile:183: .deps/frame.Plo: No such file or directory Makefile:184: .deps/huffman.Plo: No such file or directory Makefile:185: .deps/ltp.Plo: No such file or directory Makefile:186: .deps/midside.Plo: No such file or directory Makefile:187: .deps/psychkni.Plo: No such file or directory Makefile:188: .deps/tns.Plo: No such file or directory Makefile:189: .deps/util.Plo: No such file or directory gmake[2]: *** No rule to make target `.deps/util.Plo'. Stop. gmake[2]: Leaving directory `/usr/ports/audio/faac/work/faac/libfaac' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/faac/work/faac' gmake: *** [all] Error 2 *** Error code 2 Please help! From owner-freebsd-ports@FreeBSD.ORG Tue May 17 02:10:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EAB16A4D0 for ; Tue, 17 May 2005 02:10:10 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F0343D75 for ; Tue, 17 May 2005 02:10:09 +0000 (GMT) (envelope-from reyad.attiyat@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so2949474nzk for ; Mon, 16 May 2005 19:10:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nIL+H4JCbSV6uUw/QIHHNoLLPqPi9yBHcCjSIMAqzZ1Jr3WPSO8jO4uwUqWMuKptXhjpYPvHuuvplIFt6zNcU/t8/otxqBzliJKzv/rosFeWjAKyfB/M1WRoO9jnbSUwcub6mcqmItU9zCQNmmUu4U5333v+Xsbh8XdsMFTgB3E= Received: by 10.36.121.8 with SMTP id t8mr1878286nzc; Mon, 16 May 2005 19:10:05 -0700 (PDT) Received: by 10.36.39.5 with HTTP; Mon, 16 May 2005 19:10:05 -0700 (PDT) Message-ID: <772add1005051619103411c17b@mail.gmail.com> Date: Mon, 16 May 2005 21:10:05 -0500 From: Reyad Attiyat To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: unable to run abiword-2.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: reyad@reyadsworld.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 02:10:11 -0000 cvsup port tree portupgrade wv From owner-freebsd-ports@FreeBSD.ORG Tue May 17 02:32:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0CA516A4CE; Tue, 17 May 2005 02:32:33 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C05543D9A; Tue, 17 May 2005 02:32:31 +0000 (GMT) (envelope-from freebsd@irotas.net) Received: from web3.messagingengine.com (web3.internal [10.202.2.212]) by frontend1.messagingengine.com (Postfix) with ESMTP id CB8DDC90AB5; Mon, 16 May 2005 22:32:24 -0400 (EDT) Received: by web3.messagingengine.com (Postfix, from userid 99) id 2C0F56CFB; Mon, 16 May 2005 22:32:26 -0400 (EDT) Message-Id: <1116297146.4271.234280167@webmail.messagingengine.com> X-Sasl-Enc: 2UZ8VPKSdmI/avGpFyu4r88SdhUIycWH5flRfvXOmnib 1116297146 From: "Adam McLaurin" To: shipley@dis.org, krion@FreeBSD.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) Date: Mon, 16 May 2005 22:32:26 -0400 cc: FreeBSD-Ports Subject: net/libnet vs net/libnet-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 02:32:34 -0000 Is there a particlar reason why we're hanging on to net/libnet v1.0.2a? v1.1.x was started in early 2003, which is when net/libnet-devel was introduced. However, according to http://www.packetfactory.net/projects/libnet/ , v1.1.2.1 is the latest "stable", and v1.1.3 is the latest "beta". Would it make sense to get rid of v1.0.2a, move v1.1.2.1 into net/libnet, and upgrade net/libnet-devel to v1.1.3 ? Thanks, Adam McLaurin From owner-freebsd-ports@FreeBSD.ORG Tue May 17 02:41:50 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD4916A4CE for ; Tue, 17 May 2005 02:41:50 +0000 (GMT) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC7243D5A for ; Tue, 17 May 2005 02:41:49 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan3.jp.viruscheck.net ([154.33.69.38] helo=mail1.jp.viruscheck.net) by smtp4.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1DXs1h-000618-00; Tue, 17 May 2005 11:41:45 +0900 Received: from [60.35.184.76] (helo=noc.orchid) by mail1.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1DXs1g-0006Zi-00; Tue, 17 May 2005 11:41:44 +0900 Received: from [89.60.10.11] (horse.orchid [89.60.10.11]) by noc.orchid (8.12.11/8.12.11) with ESMTP id j4H2fXjF015497; Tue, 17 May 2005 11:41:34 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <428959DD.6090900@FreeBSD.org> Date: Tue, 17 May 2005 11:41:33 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Rich Winkel References: <200505162148.j4GLmDAS003759@pencil.math.missouri.edu> In-Reply-To: <200505162148.j4GLmDAS003759@pencil.math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: DJVULIBRE 3.5.14_1 & mozilla 1.7.7,2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 02:41:50 -0000 Rich, This works just fine to me on 5.x/Xorg here. Does djview works for you? All the best, Alexander. Rich Winkel wrote: >I posted on this awhile back but received no response. I can't believe >I'm the only one having this problem ... > >I have djvulibre-3.5.14_1 installed with the following dependencies: >XFree86-libraries-4.4.0_3 >cups-base-1.1.23.0_3 > > ... >qt-3.3.4 >tiff-3.7.2 > >I'm trying to use it with mozilla-1.7.7,2 under 4.11-RELEASE-p7 > >I go to djvuzone.org and click on anything in their digital library and >all I get is a blue bar at the bottom with the buttons: >about this document, help, up, digital library >All these buttons work, but nothing else (i.e. there's just an empty >frame above the blue bar. > > From owner-freebsd-ports@FreeBSD.ORG Tue May 17 03:17:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F3B616A4CE for ; Tue, 17 May 2005 03:17:38 +0000 (GMT) Received: from TMA-1.brad-x.com (TMA-1.brad-x.com [209.161.251.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA8543DA6 for ; Tue, 17 May 2005 03:17:37 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.12] (68-187-162-008.static.hckr.nc.charter.com [68.187.162.8]) by TMA-1.brad-x.com (Postfix) with ESMTP id 103D3500D191; Mon, 16 May 2005 23:17:34 -0400 (EDT) In-Reply-To: <772add100505161855525ff671@mail.gmail.com> References: <772add100505161855525ff671@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7E922452-5DC2-4270-9D2C-601E067C13BA@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Mon, 16 May 2005 23:17:30 -0400 To: reyad@reyadsworld.com X-Mailer: Apple Mail (2.730) cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Ports: FAAC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 03:17:38 -0000 On May 16, 2005, at 9:55 PM, Reyad Attiyat wrote: > When ever attempt to complie faac-1.24_4 I get an error right away. > Im currently running FreeBSD 5.4. > > Error: > dunno, it works good in live box and tinderbox. try 'make clean; make' > gmake[2]: Entering directory `/usr/ports/audio/faac/work/faac/libfaac' > Makefile:177: .deps/aacquant.Plo: No such file or directory > Makefile:178: .deps/backpred.Plo: No such file or directory > Makefile:179: .deps/bitstream.Plo: No such file or directory > Makefile:180: .deps/channels.Plo: No such file or directory > Makefile:181: .deps/fft.Plo: No such file or directory > Makefile:182: .deps/filtbank.Plo: No such file or directory > Makefile:183: .deps/frame.Plo: No such file or directory > Makefile:184: .deps/huffman.Plo: No such file or directory > Makefile:185: .deps/ltp.Plo: No such file or directory > Makefile:186: .deps/midside.Plo: No such file or directory > Makefile:187: .deps/psychkni.Plo: No such file or directory > Makefile:188: .deps/tns.Plo: No such file or directory > Makefile:189: .deps/util.Plo: No such file or directory > gmake[2]: *** No rule to make target `.deps/util.Plo'. Stop. > gmake[2]: Leaving directory `/usr/ports/audio/faac/work/faac/libfaac' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/audio/faac/work/faac' > gmake: *** [all] Error 2 > *** Error code 2 > > Please help! > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports- > unsubscribe@freebsd.org" > > From owner-freebsd-ports@FreeBSD.ORG Tue May 17 06:51:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B800216A4D0 for ; Tue, 17 May 2005 06:51:18 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31FE243D62 for ; Tue, 17 May 2005 06:51:18 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id B78A5106CA6; Tue, 17 May 2005 14:51:10 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 96901-02; Tue, 17 May 2005 14:51:10 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 1B9A2106C3B; Tue, 17 May 2005 14:51:10 +0800 (CST) Date: Tue, 17 May 2005 14:51:10 +0800 From: Cheng-Lung Sung To: Remy de Ruysscher - Grip MultiMedia Message-ID: <20050517065110.GA96745@FreeBSD.csie.NCTU.edu.tw> References: <002401c54a35$e5e37b60$a364a8c0@grip.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <002401c54a35$e5e37b60$a364a8c0@grip.nl> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.9i cc: ports@FreeBSD.org cc: r.vdooren@snow.nl Subject: Re: FreeBSD Port: rsnapshot-1.1.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 06:51:18 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've read http://www.rsnapshot.org/downloads.html and found it wrote "Latest Release (for users new to rsnapshot, or those who want the latest features)" for 1.2.1 can we just upgrade to 1.2.1? Since for new users, 1.2.1 is encouraged :) Regards, On Tue, Apr 26, 2005 at 09:59:39AM +0200, Remy de Ruysscher - Grip MultiMed= ia wrote: >=20 > Hi Ralf, >=20 > I was wondering when rsnaphot will be updated to 1.1.7 in the ports. >=20 > What are your experiences with the 1.2.1 release and is it possible to co= mmit=20 > a rsnapshot-devel (1.2.1) to the ports? >=20 > Thanks in advance. >=20 >=20 > Met vriendelijke groet, > =20 > Remy de Ruysscher > Network Engineer --=20 Cheng-Lung Sung - clsung@ --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCiZRd+AeJ85Vui8ERAlW1AJ9kR8Zp/ihx3pH84RZ5xW1xKu+XVACfTwyR xSfB26iEBLAFkJ+2dG+NUm4= =3s5P -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-freebsd-ports@FreeBSD.ORG Tue May 17 07:20:26 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF8716A4CE for ; Tue, 17 May 2005 07:20:26 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AA24C43DA5 for ; Tue, 17 May 2005 07:20:24 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 17 May 2005 07:20:21 -0000 Received: from dsl-084-056-132-076.arcor-ip.net (EHLO beaster) [84.56.132.76] by mail.gmx.net (mp002) with SMTP; 17 May 2005 09:20:21 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: freebsd-ports@freebsd.org In-Reply-To: <20050516181214.GB27232@dragon.NUXI.org> References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <428867EE.7090907@howes-macnaghten.com> <20050516181214.GB27232@dragon.NUXI.org> Content-Type: text/plain Organization: Wohnzimmerrechenzentrum Date: Tue, 17 May 2005 09:20:20 +0200 Message-Id: <1116314420.878.3.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 07:20:26 -0000 Am Montag, den 16.05.2005, 11:12 -0700 schrieb David O'Brien: Hi David, I also have a Problem here :-( I just forced a re-installation of libiconv (I also have 1.9.2_1) - but that didn't help. However, the "configure" did detect that iconv is installed... Do you have any hint? Here the full report: [Updating the pkgdb in /var/db/pkg ... - 508 packages found (-0 +0) done] ---> Upgrading 'rdesktop-1.4.0_2' to 'rdesktop-1.4.1' (net/rdesktop) ---> Building '/usr/ports/net/rdesktop' ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for gettext-0.14.4 ===> Cleaning for gmake-3.80_2 ===> Cleaning for imake-6.8.2 ===> Cleaning for libtool-1.5.10_1 ===> Cleaning for pkgconfig-0.17.2 ===> Cleaning for perl-5.8.6_2 ===> Cleaning for freetype2-2.1.9 ===> Cleaning for openssl-0.9.7g ===> Cleaning for expat-1.95.8_1 ===> Cleaning for fontconfig-2.2.3,1 ===> Cleaning for xorg-libraries-6.8.2 ===> Cleaning for rdesktop-1.4.1 ===> Extracting for rdesktop-1.4.1 => Checksum OK for rdesktop-1.4.1.tar.gz. ===> Patching for rdesktop-1.4.1 ===> Applying FreeBSD patches for rdesktop-1.4.1 ===> rdesktop-1.4.1 depends on file: /usr/local/lib/libcrypto.so.3 - found ===> rdesktop-1.4.1 depends on executable: gmake - found ===> rdesktop-1.4.1 depends on shared library: X11.6 - found ===> Configuring for rdesktop-1.4.1 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether byte ordering is bigendian... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for library containing socket... none required checking for library containing inet_aton... none required checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/strtio.h usability... no checking sys/strtio.h presence... no checking for sys/strtio.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking iconv.h usability... no checking iconv.h presence... no checking for iconv.h... no checking for OpenSSL directory... /usr/local checking if architecture needs alignment... no checking ao/ao.h usability... yes checking ao/ao.h presence... no configure: WARNING: ao/ao.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ao/ao.h: proceeding with the compiler's result checking for ao/ao.h... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking dmedia/audio.h usability... no checking dmedia/audio.h presence... no checking for dmedia/audio.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for dirfd... no checking whether dirfd is declared... yes checking whether dirfd is a macro... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for socklen_t... yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/mount.h... yes configure: checking how to get filesystem space usage... checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... yes checking for struct statfs.f_namemax... no checking for struct statvfs.f_namemax... yes checking for struct statfs.f_namelen... no checking for struct statvfs.f_namelen... no checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking for setmntent... no checking build system type... i386-unknown-freebsd5.4 checking host system type... i386-unknown-freebsd5.4 configure: creating ./config.status config.status: creating Makefile ===> Building for rdesktop-1.4.1 cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o rdesktop.o -c rdesktop.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o xwin.o -c xwin.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o xkeymap.o -c xkeymap.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o ewmhints.o -c ewmhints.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o xclip.o -c xclip.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o cliprdr.o -c cliprdr.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o rdpsnd.o -c rdpsnd.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o rdpsnd_oss.o -c rdpsnd_oss.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o tcp.o -c tcp.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o iso.o -c iso.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o mcs.o -c mcs.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o secure.o -c secure.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o licence.o -c licence.c cc -O -pipe -march=athlon-xp -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME= \"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET= \"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH= \"/usr/local/share/rdesktop/keymaps/\" -o rdp.o -c rdp.c rdp.c: In function `rdp_out_unistr': rdp.c:164: error: syntax error before "iconv_h" rdp.c:171: error: `iconv_h' undeclared (first use in this function) rdp.c:171: error: (Each undeclared identifier is reported only once rdp.c:171: error: for each function it appears in.) rdp.c:171: error: `iconv_t' undeclared (first use in this function) rdp.c:174: warning: implicit declaration of function `iconv_open' rdp.c:183: warning: implicit declaration of function `iconv' rdp.c:186: warning: implicit declaration of function `iconv_close' rdp.c: In function `rdp_in_unistr': rdp.c:239: error: syntax error before "iconv_h" rdp.c:243: error: `iconv_h' undeclared (first use in this function) rdp.c:243: error: `iconv_t' undeclared (first use in this function) gmake: *** [rdp.o] Error 1 *** Error code 2 Stop in /usr/ports/net/rdesktop. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade17627.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! net/rdesktop (rdesktop-1.4.0_2) (compiler error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Cheers, _ralf_ > On Mon, May 16, 2005 at 10:29:18AM +0100, Steve Hodgson wrote: > > checking whether dirfd is a macro... yes > > checking for iconv... yes > > checking for iconv declaration... > > extern size_t iconv (iconv_t cd, const char * *inbuf, size_t > > *inbytesleft, char * *outbuf, size_t *outbytesleft); > > checking for socklen_t... yes > > This is different from my system: > > checking whether dirfd is a macro... yes > checking for iconv... no, consider installing GNU libiconv > checking for socklen_t... yes > > Note that I do have libiconv-1.9.2_1 installed. > -- From owner-freebsd-ports@FreeBSD.ORG Tue May 17 07:48:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0432116A4D0 for ; Tue, 17 May 2005 07:48:23 +0000 (GMT) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F6743D9F for ; Tue, 17 May 2005 07:48:22 +0000 (GMT) (envelope-from an@atrn.org) Received: from juju.bsn (c220-237-108-211.carlnfd3.nsw.optusnet.com.au [220.237.108.211])j4H7mJpi023411; Tue, 17 May 2005 17:48:20 +1000 Received: by juju.bsn (Postfix, from userid 1000) id E72325D47; Tue, 17 May 2005 17:48:18 +1000 (EST) Date: Tue, 17 May 2005 17:48:18 +1000 From: Andy Newman To: Ralf Folkerts Message-ID: <20050517174818.A75847@juju.bsn> References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <428867EE.7090907@howes-macnaghten.com> <20050516181214.GB27232@dragon.NUXI.org> <1116314420.878.3.camel@beaster> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <1116314420.878.3.camel@beaster>; from ralf.folkerts@gmx.de on Tue, May 17, 2005 at 09:20:20AM +0200 cc: freebsd-ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 07:48:23 -0000 On Tue, May 17, 2005 at 09:20:20AM +0200, Ralf Folkerts wrote: > Am Montag, den 16.05.2005, 11:12 -0700 schrieb David O'Brien: > > Hi David, > > I also have a Problem here :-( I just forced a re-installation of > libiconv (I also have 1.9.2_1) - but that didn't help. However, the > "configure" did detect that iconv is installed... > > Do you have any hint? I built rdesktop manually earlier today. I haven't tried the port so please excuse any thing that's been gone over before or doesn't apply to the port. It appears rdesktop's configure isn't picking up that iconv.h is in /usr/local/include. Running configure with CPPFLAGS set to look there for headers fixed it, i.e. $ CPPFLAGS=-I/usr/local/include ./configure ... Note that without CPPFLAGS set like so configure reports, checking iconv.h usability... no checking iconv.h presence... no ... checking for iconv... yes Looking at the code they're using two macros to control iconv related things, HAVE_ICONV and HAVE_ICONV_H. The check for HAVE_ICONV_H in the autoconf configure input doesn't appear to use the setting of the --with-libiconv-prefix switch to configure so needs the CPPFLAGS setting to look in /usr/local/include and set the HAVE_ICONV_H. -- Andy From owner-freebsd-ports@FreeBSD.ORG Tue May 17 07:59:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC11916A4CE for ; Tue, 17 May 2005 07:59:39 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C2E943D5C for ; Tue, 17 May 2005 07:59:38 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 17 May 2005 07:59:36 -0000 Received: from dsl-084-056-132-076.arcor-ip.net (EHLO beaster) [84.56.132.76] by mail.gmx.net (mp022) with SMTP; 17 May 2005 09:59:36 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: Andy Newman In-Reply-To: <20050517174818.A75847@juju.bsn> References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <428867EE.7090907@howes-macnaghten.com> <1116314420.878.3.camel@beaster> <20050517174818.A75847@juju.bsn> Content-Type: text/plain Organization: Wohnzimmerrechenzentrum Date: Tue, 17 May 2005 09:59:35 +0200 Message-Id: <1116316775.878.6.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: freebsd-ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 07:59:40 -0000 Am Dienstag, den 17.05.2005, 17:48 +1000 schrieb Andy Newman: Andy, > On Tue, May 17, 2005 at 09:20:20AM +0200, Ralf Folkerts wrote: > > Am Montag, den 16.05.2005, 11:12 -0700 schrieb David O'Brien: > > > > Hi David, > > > > I also have a Problem here :-( I just forced a re-installation of > > libiconv (I also have 1.9.2_1) - but that didn't help. However, the > > "configure" did detect that iconv is installed... > > > > Do you have any hint? > > I built rdesktop manually earlier today. I haven't tried the port so > please excuse any thing that's been gone over before or doesn't > apply to the port. It appears rdesktop's configure isn't picking > up that iconv.h is in /usr/local/include. Running configure with > CPPFLAGS set to look there for headers fixed it, i.e. > > $ CPPFLAGS=-I/usr/local/include ./configure ... > > Note that without CPPFLAGS set like so configure reports, > > checking iconv.h usability... no > checking iconv.h presence... no > ... > checking for iconv... yes > > > Looking at the code they're using two macros to control iconv > related things, HAVE_ICONV and HAVE_ICONV_H. The check for > HAVE_ICONV_H in the autoconf configure input doesn't appear > to use the setting of the --with-libiconv-prefix switch to > configure so needs the CPPFLAGS setting to look in /usr/local/include > and set the HAVE_ICONV_H. thanks for the hint! I'll give it a try (maybe I should have had one more look at the configure-Output - but not being a C-Programmer I'm not quite sure I would have found that). Thanks again! _ralf_ From owner-freebsd-ports@FreeBSD.ORG Tue May 17 08:49:53 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3ADA16A514 for ; Tue, 17 May 2005 08:49:53 +0000 (GMT) Received: from sysmon.tcworks.net (sysmon.tcworks.net [65.66.76.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB3A43D49 for ; Tue, 17 May 2005 08:49:51 +0000 (GMT) (envelope-from lambert@lambertfam.org) Received: from sysmon.tcworks.net (localhost [127.0.0.1]) by sysmon.tcworks.net (8.13.1/8.13.1) with ESMTP id j4H8nKM4034248 for ; Tue, 17 May 2005 03:49:20 -0500 (CDT) (envelope-from lambert@lambertfam.org) Received: (from lambert@localhost) by sysmon.tcworks.net (8.13.1/8.13.1/Submit) id j4H8nKsd034246 for ports@freebsd.org; Tue, 17 May 2005 03:49:20 -0500 (CDT) (envelope-from lambert@lambertfam.org) X-Authentication-Warning: sysmon.tcworks.net: lambert set sender to lambert@lambertfam.org using -f Date: Tue, 17 May 2005 03:49:19 -0500 From: Scott Lambert To: ports@freebsd.org Message-ID: <20050517084919.GA35595@sysmon.tcworks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: misc/amanda-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 08:49:54 -0000 I've tried rebuilding amanda-server-2.4.5,1 several times on my : FreeBSD 4.11-RELEASE #1: Mon Mar 7 15:27:52 CST 2005 root@sysmon.example.com:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (596.92-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x387fbff real memory = 402587648 (393152K bytes) avail memory = 385929216 (376884K bytes) I keep getting : May 17 02:43:51 ns2 /kernel: pid 530 (planner), uid 2: exited on signal 10 May 17 02:57:53 ns2 /kernel: pid 49978 (planner), uid 2: exited on signal 10 Which ends up with amanda erroring out very early in the backup process with: "WARNING driver WARNING: got empty schedule from planner" Has anyone else seen this issue recently? When I started trying to figure this out I was running 4.8-RELEASE-p22. My /etc/make.conf has no overides for the compiler. I don't have anything in /usr/local/etc/pkgtools.conf either. I have finally given up, and fallen back to the 2.4.4 packages to get tonight's dump working. amanda-client-2.4.4p4_2,1 The Advanced Maryland Automatic Network Disk Archiver amanda-server-2.4.4p4_2,1 The Advanced Maryland Automatic Network Disk Archiver -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org From owner-freebsd-ports@FreeBSD.ORG Tue May 17 12:25:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F16F16A4CE; Tue, 17 May 2005 12:25:47 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A8E43D8F; Tue, 17 May 2005 12:25:45 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4HCW7vv095842; Tue, 17 May 2005 15:32:07 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 22419-18; Tue, 17 May 2005 15:25:37 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4HCPZu7095288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 May 2005 15:25:35 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j4HCJRu0060818; Tue, 17 May 2005 15:19:27 +0300 (EEST) (envelope-from ru) Date: Tue, 17 May 2005 15:19:27 +0300 From: Ruslan Ermilov To: Oliver Lehmann Message-ID: <20050517121927.GB60548@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: ports@FreeBSD.org Subject: x11-fm/xfce4-fm broken on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 12:25:47 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Oliver, This is JFYI that your last change to ports/x11-fm/xfce4-fm/Makefile broke it on amd64: : Script started on Tue May 17 15:12:42 2005 : =3D=3D=3D> Building for xfce4-fm-4.2.1_1 : make all-recursive : Making all in scramble : Making all in fgr : Making all in modules : Making all in libs : Making all in smb : Making all in src : Making all in xfdiff4 : Making all in xfmime-edit : Making all in plugin-mcs : Making all in pixmaps : Making all in po : Making all in doc : Making all in C : Making all in images : cd /usr/obj/usr/ports/x11-fm/xfce4-fm/work/xffm-4.2.1/modules && cc -sha= red .libs/libxffm_prop_la-properties.o ../src/xffm-easy.o -L/usr/local/lib= -Wl,-soname -Wl,libxffm_prop.so.0 -o .libs/libxffm_prop.so.0 : /usr/bin/ld: ../src/xffm-easy.o: relocation R_X86_64_32 can not be used w= hen making a shared object; recompile with -fPIC : ../src/xffm-easy.o: could not read symbols: Bad value : *** Error code 1 :=20 : Stop in /usr/ports/x11-fm/xfce4-fm. :=20 : Script done on Tue May 17 15:12:44 2005 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCieFPqRfpzJluFF4RAvKxAJ49qbgCNrWF/cqr/gKJYLWWbc5E7wCeN28Y lBWBKhqp1om0WdRZIvd3J8I= =S6Wg -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-ports@FreeBSD.ORG Tue May 17 12:35:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5849C16A4CE for ; Tue, 17 May 2005 12:35:55 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 053F343DAD for ; Tue, 17 May 2005 12:35:55 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6DA445E35; Tue, 17 May 2005 08:35:49 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92760-03; Tue, 17 May 2005 08:35:48 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) by pi.codefab.com (Postfix) with ESMTP id 92A905D08; Tue, 17 May 2005 08:35:48 -0400 (EDT) Message-ID: <4289E51A.2030501@mac.com> Date: Tue, 17 May 2005 08:35:38 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam McLaurin References: <1116297146.4271.234280167@webmail.messagingengine.com> In-Reply-To: <1116297146.4271.234280167@webmail.messagingengine.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: FreeBSD-Ports Subject: Re: net/libnet vs net/libnet-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 12:35:55 -0000 Adam McLaurin wrote: > Is there a particlar reason why we're hanging on to net/libnet v1.0.2a? Yeah, libnet-1.1.x isn't API compatible with the 1.0.x stuff, and a fair amount of code (read "dependant ports") doesn't work with the newer version, although they wouldn't be hard to fix, either. -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Tue May 17 12:47:50 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D1116A4CE for ; Tue, 17 May 2005 12:47:50 +0000 (GMT) Received: from flappie.debank.tv (68pc204.sshunet.nl [145.97.204.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B727343D39 for ; Tue, 17 May 2005 12:47:49 +0000 (GMT) (envelope-from rob@debank.tv) Received: from localhost (localhost [127.0.0.1]) by flappie.debank.tv (Postfix) with ESMTP id 904AD17031; Tue, 17 May 2005 14:43:50 +0200 (CEST) Received: from flappie.debank.tv ([127.0.0.1]) by localhost (flappie.debank.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04982-02-2; Tue, 17 May 2005 14:43:39 +0200 (CEST) Received: from [192.168.0.120] (ip503cb1f5.speed.planet.nl [80.60.177.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flappie.debank.tv (Postfix) with ESMTP id BCA631702E; Tue, 17 May 2005 14:43:39 +0200 (CEST) Message-ID: <4289E7E9.2070705@debank.tv> Date: Tue, 17 May 2005 14:47:37 +0200 From: Rob Evers User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050412) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dariusz Kulinski References: <228502587.20050516170139@takeda.tk> In-Reply-To: <228502587.20050516170139@takeda.tk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at debank.tv cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: clamav-0.85 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 12:47:50 -0000 Dariusz Kulinski wrote: >Hello rob, > >In version 0.85 of clamav milter doesn't seem to work correctly. After >I installed it it complains that it cannot access /dev/console. > >Looks like for some reason clamav-milter tries access /dev/console >after dropping privileges. I checked on clamav website, and looks like >version 0.85.1 was just released, and apparently has this bug fixed: > >- clamav-milter: Open /dev/console (if LogFile not set) before dropping > priv so that error messages aren't lost reported by David Crow. (njh) > >Please update the port if that's possible. > > Dariusz (and list), I'll have a look at it today, thanks for the haes-up. Rob -- Theres no place like ::1 From owner-freebsd-ports@FreeBSD.ORG Tue May 17 13:36:39 2005 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493D816A4CE; Tue, 17 May 2005 13:36:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118E443DBC; Tue, 17 May 2005 13:36:39 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (lawrance@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4HDaZhS089361; Tue, 17 May 2005 13:36:35 GMT (envelope-from lawrance@freefall.freebsd.org) Received: (from lawrance@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4HDaZxh089357; Tue, 17 May 2005 13:36:35 GMT (envelope-from lawrance) Date: Tue, 17 May 2005 13:36:35 GMT From: Sam Lawrance Message-Id: <200505171336.j4HDaZxh089357@freefall.freebsd.org> To: lawrance@FreeBSD.org, freebsd-ports@FreeBSD.org, lawrance@FreeBSD.org Subject: Re: ports/80945: [PATCH] www/mnogosearch: update to 3.2.32 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 13:36:39 -0000 Synopsis: [PATCH] www/mnogosearch: update to 3.2.32 Responsible-Changed-From-To: freebsd-ports->lawrance Responsible-Changed-By: lawrance Responsible-Changed-When: Tue May 17 13:36:16 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=80945 From owner-freebsd-ports@FreeBSD.ORG Tue May 17 13:50:00 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0206D16A4CE for ; Tue, 17 May 2005 13:50:00 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC0843DB1 for ; Tue, 17 May 2005 13:49:59 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1983853wra for ; Tue, 17 May 2005 06:49:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rw1Zbc3tpa5udeSzzFFjSgaj2r4O4QSP+SEQu3SElo2a/LEg7Y5jVEiXRS/x1ISvbnKlfAww/3SdUzTPsj3i3kR6733kzeEaLjmksdsCv3QPndLPzOrDHCwKbVCeyJEerTsrChHVACjh+y8joGBklasr8w0RosC8ZwbesCxQ9NI= Received: by 10.54.13.77 with SMTP id 77mr4411518wrm; Tue, 17 May 2005 06:49:56 -0700 (PDT) Received: by 10.54.84.19 with HTTP; Tue, 17 May 2005 06:49:56 -0700 (PDT) Message-ID: <747dc8f3050517064917ee3c3e@mail.gmail.com> Date: Tue, 17 May 2005 10:49:56 -0300 From: Renato Botelho To: Dariusz Kulinski In-Reply-To: <228502587.20050516170139@takeda.tk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <228502587.20050516170139@takeda.tk> cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: clamav-0.85 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Renato Botelho List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 13:50:00 -0000 On 16/05/05, Dariusz Kulinski wrote: > Hello rob, >=20 > In version 0.85 of clamav milter doesn't seem to work correctly. After > I installed it it complains that it cannot access /dev/console. >=20 > Looks like for some reason clamav-milter tries access /dev/console > after dropping privileges. I checked on clamav website, and looks like > version 0.85.1 was just released, and apparently has this bug fixed: >=20 > - clamav-milter: Open /dev/console (if LogFile not set) before dropping > priv so that error messages aren't lost reported by David Crow. (njh) >=20 > Please update the port if that's possible. I sent a PR updating the port, and it's commited. thanks --=20 Renato Botelho ICQ: 54596223 AIM: RBGargaBR From owner-freebsd-ports@FreeBSD.ORG Tue May 17 14:10:04 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D70B516A4D0 for ; Tue, 17 May 2005 14:10:04 +0000 (GMT) Received: from pluto.phpwebhosting.com (pluto.phpwebhosting.com [69.0.209.128]) by mx1.FreeBSD.org (Postfix) with SMTP id 09CD143D96 for ; Tue, 17 May 2005 14:10:04 +0000 (GMT) (envelope-from keith@barkinglizards.com) Received: (qmail 16988 invoked from network); 17 May 2005 14:09:57 -0000 Received: from unknown (HELO Rand) (209.117.233.18) by pluto.phpwebhosting.com with SMTP; 17 May 2005 14:09:57 -0000 From: "Keith Bottner" To: Date: Tue, 17 May 2005 09:10:00 -0500 Organization: Barking Lizards Technologies MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcVa6hsw/ShQORyWRxiaYappd1YCbQ== Message-Id: <20050517141004.09CD143D96@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: log4cxx-0.9.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 14:10:05 -0000 I was looking to install the log4cxx package in FreeBSD-5.3 and it does not appear to be available. I see that at some point you were maintaining it for FreeBSD 4.x. I was wondering if you have any plans to update the port for FreeBSD-5.x? Thanks, Keith From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:00:43 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA40416A4CE for ; Tue, 17 May 2005 15:00:43 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF0343D9E for ; Tue, 17 May 2005 15:00:43 +0000 (GMT) (envelope-from freebsd@irotas.net) Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 05132C8FC10; Tue, 17 May 2005 11:00:38 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 748974940; Tue, 17 May 2005 11:00:38 -0400 (EDT) Message-Id: <1116342038.12591.234323975@webmail.messagingengine.com> X-Sasl-Enc: ovFj08WGTDzLM+zlAqne5gaoO4tsLyU/vfI4WzjFfl/J 1116342038 From: "Adam McLaurin" To: "Chuck Swiger" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) References: <1116297146.4271.234280167@webmail.messagingengine.com> <4289E51A.2030501@mac.com> In-Reply-To: <4289E51A.2030501@mac.com> Date: Tue, 17 May 2005 11:00:38 -0400 cc: FreeBSD-Ports Subject: Re: net/libnet vs net/libnet-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:00:43 -0000 Hi Chuck, I suspect that many ports actually depend on net/libnet-devel (e.g., net-mgmt/ettercap). Is there any precedence to keep the arcane 1.0.x around (maybe net/libnet-old). That way net/libnet could be 1.1.2.1, and net/libnet-devel could be 1.1.3. Thanks, Adam On Tue, 17 May 2005 08:35:38 -0400, "Chuck Swiger" said: > Adam McLaurin wrote: > > Is there a particlar reason why we're hanging on to net/libnet v1.0.2a? > > Yeah, libnet-1.1.x isn't API compatible with the 1.0.x stuff, and a fair > amount > of code (read "dependant ports") doesn't work with the newer version, > although > they wouldn't be hard to fix, either. > > -- > -Chuck > From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:06:30 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B92916A4CE for ; Tue, 17 May 2005 15:06:30 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E49BE43DC3 for ; Tue, 17 May 2005 15:06:28 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 17 May 2005 15:06:22 -0000 Received: from dsl-084-056-132-076.arcor-ip.net (EHLO beaster) [84.56.132.76] by mail.gmx.net (mp013) with SMTP; 17 May 2005 17:06:22 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: Andy Newman In-Reply-To: <20050517174818.A75847@juju.bsn> References: <200505151343.07338.steve@howes-macnaghten.com> <20050516091157.GB4670@dragon.NUXI.org> <428867EE.7090907@howes-macnaghten.com> <1116314420.878.3.camel@beaster> <20050517174818.A75847@juju.bsn> Content-Type: text/plain Organization: Wohnzimmerrechenzentrum Date: Tue, 17 May 2005 17:06:22 +0200 Message-Id: <1116342382.878.19.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: freebsd-ports@freebsd.org Subject: Re: Problems compiling rdesktop 1.4.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:06:30 -0000 Am Dienstag, den 17.05.2005, 17:48 +1000 schrieb Andy Newman: Hi Andy, > [...] > I built rdesktop manually earlier today. I haven't tried the port so > please excuse any thing that's been gone over before or doesn't > apply to the port. It appears rdesktop's configure isn't picking > up that iconv.h is in /usr/local/include. Running configure with > CPPFLAGS set to look there for headers fixed it, i.e. > > $ CPPFLAGS=-I/usr/local/include ./configure ... > > Note that without CPPFLAGS set like so configure reports, > > checking iconv.h usability... no > checking iconv.h presence... no > ... > checking for iconv... yes > > > Looking at the code they're using two macros to control iconv > related things, HAVE_ICONV and HAVE_ICONV_H. The check for > HAVE_ICONV_H in the autoconf configure input doesn't appear > to use the setting of the --with-libiconv-prefix switch to > configure so needs the CPPFLAGS setting to look in /usr/local/include > and set the HAVE_ICONV_H. well, I just Portupgraded rdesktop and, as you suggested, passed "-M 'CPPFLAGS=-I/usr/local/include'" to portupgrade. The compile ran thru fine! Just wanted to let you (and others who have the same Problem) know that your circumvention works :-) Cheers, _ralf_ From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:09:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B7316A4CE for ; Tue, 17 May 2005 15:09:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F76443D98 for ; Tue, 17 May 2005 15:09:31 +0000 (GMT) (envelope-from harrelson@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so1235332rnf for ; Tue, 17 May 2005 08:09:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OejTCnXL9Gtfdro+Qcixpl+6+umoguqXfcHmaMZGAlUYo0/cCe7M94EPXzj30xd3EzQ+MrURFDaBYUF+ZYg1LxWDQns1xu0Y8hszCYlfkRAlMMT5o0C+j9Its+DR4lyi3aQkikRbvH76Cs/NLE2EOS49GFTOz6LTHzMchy+TC68= Received: by 10.11.118.69 with SMTP id q69mr77955cwc; Tue, 17 May 2005 08:09:25 -0700 (PDT) Received: by 10.11.94.18 with HTTP; Tue, 17 May 2005 08:09:25 -0700 (PDT) Message-ID: <529825a305051708094c3916a1@mail.gmail.com> Date: Tue, 17 May 2005 08:09:25 -0700 From: Culley Harrelson To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: mantis port breaks portsdb -U X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Culley Harrelson List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:09:32 -0000 Hi, I am using FreeBSD 4.10-STABLE. I have run cvsup with ports-all, run make featchindex in /usr/ports and I have run pkgdb -F. When I try to run portsdb -Uu I get the error below. I do not have mantis installed but it seems to have trouble with the fact that I am running apache13+modssl instead of apache13. Does anyone have a hint for me on how to fix this? culley Updating the ports index ... Generating INDEX.tmp - please wait..ident warning: no id keywords in standard input mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- dependency list incomplete =3D=3D=3D> databases/mantis failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /a/ports. *** Error code 1 Stop in /a/ports. failed to generate INDEX! portsdb: index generation error From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:12:31 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0877616A4CE for ; Tue, 17 May 2005 15:12:31 +0000 (GMT) Received: from server102.serverflex.de (icg-online.de [193.151.4.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B8043D6B for ; Tue, 17 May 2005 15:12:30 +0000 (GMT) (envelope-from usselmann.m@icg-online.de) X-Envelope-To: Received: from [127.0.0.1] (p54B1BECD.dip.t-dialin.net [84.177.190.205]) (authenticated (0 bits))j4HFCJwC023732 for ; Tue, 17 May 2005 17:12:19 +0200 Message-ID: <428A09D1.3070009@icg-online.de> Date: Tue, 17 May 2005 17:12:17 +0200 From: Manfred Usselmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: GnuCash 1.8.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:12:31 -0000 Hi, I tried to make GnuCash 1.8.11 with --with-openhbci, but this fails: -------------------------------------------------------------- checking for libofx version >= 0.7.0... found 0.7.0 checking for libofx/libofx.h... yes checking for libofx... yes checking if aqbanking support desired... yes checking for aqbanking... not found configure: error: *** The library AqBanking was not found. Obtain it from *** http://www.aquamaniac.de. *** If it is already installed (including the -devel package), *** you might need to specify the location with the *** option --with-aqbanking-dir=DIR. ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/finance/gnucash/work/gnucash-1.8.11/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/finance/gnucash. -------------------------------------------------------------- Regards, -- ________________________________________________________________________ Manfred Usselmann usselmann.m@icg-online.de From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:37:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559AB16A4CE for ; Tue, 17 May 2005 15:37:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05AB43DAE for ; Tue, 17 May 2005 15:37:41 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2003937wri for ; Tue, 17 May 2005 08:37:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AZ4rjC33kKkfbwJ5vwuudGV4HZHxPSMvFT1Fx7W93dezsngfxkrCgXNKUIbMNtGnIPIVb16KgkZfR/eRYxEVQELuwoJKgPOXDNWd3wvUe5fjkq5PxODRF3KbGYDTrVtTRoESFO9cc0Iz7GIZcqMmF/0cHFiZPad7N/sPN2M5PMU= Received: by 10.54.14.48 with SMTP id 48mr4426397wrn; Tue, 17 May 2005 08:37:36 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Tue, 17 May 2005 08:37:36 -0700 (PDT) Message-ID: <790a9fff050517083762971c8@mail.gmail.com> Date: Tue, 17 May 2005 10:37:36 -0500 From: Scot Hetzel To: Culley Harrelson In-Reply-To: <529825a305051708094c3916a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <529825a305051708094c3916a1@mail.gmail.com> cc: freebsd-ports@freebsd.org Subject: Re: mantis port breaks portsdb -U X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:37:42 -0000 On 5/17/05, Culley Harrelson wrote: > I am using FreeBSD 4.10-STABLE. I have run cvsup with ports-all, run > make featchindex in /usr/ports and I have run pkgdb -F. When I try to > run portsdb -Uu I get the error below. I do not have mantis installed > but it seems to have trouble with the fact that I am running > apache13+modssl instead of apache13. Does anyone have a hint for me > on how to fix this? >=20 > culley >=20 > Updating the ports index ... Generating INDEX.tmp - please wait..ident > warning: no id keywords in standard input > mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- > dependency list incomplete There is no "www/apache13+modssl" port. But there is a "www/apache13-modssl" port. Scot From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:39:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6800716A4CE for ; Tue, 17 May 2005 15:39:28 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A95843D7B for ; Tue, 17 May 2005 15:39:28 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DY47C-0007vF-SG for freebsd-ports@freebsd.org; Tue, 17 May 2005 17:36:14 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2005 17:36:14 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2005 17:36:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Christopher Nehren Date: Tue, 17 May 2005 15:34:02 +0000 (UTC) Organization: /usr/bin/false Lines: 34 Message-ID: References: <8cb27cbf050516183775fb73b5@mail.gmail.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: Testing software before it is ported X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:39:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2005-05-17, Jon Drews scribbled these curious markings: > Can any of you advise me on where I can find software to do > automated testing? I am specifically looking for shell scripts or > programs that will simulate mouse clicks and the opening of dialogs > and combo boxes. I don't know what these scripts would be called so I > am at loss on Googling for them. In the past I have used "black box" > testing to find bugs in the port I maintain. This is quite time > consuming. > Also, if anyone can suggest books or material on effective software > testing, I would appreciate that also. Expect, perhaps? For GUI stuff, hmm. You can use DCOP for KDE. I don't know about a scripting interface for GNOME. Would probably be useful, in fact. Best Regards, Christopher Nehren -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCig8Zk/lo7zvzJioRAkY2AJ92M3A1ECEz5Dccsn1QYNAbJJX7fgCggDOW T2JLRHH90WlGOA2zzHxB8bU= =Qsn/ -----END PGP SIGNATURE----- -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly. From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:39:59 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137DB16A4D1 for ; Tue, 17 May 2005 15:39:59 +0000 (GMT) Received: from mail.iso-ne.com (mail.iso-ne.com [205.172.241.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D36E43DAB for ; Tue, 17 May 2005 15:39:58 +0000 (GMT) (envelope-from msoffen@iso-ne.com) Received: (qmail 1619 invoked by uid 0); 17 May 2005 15:39:51 -0000 Received: from unknown (HELO EXCHSULB.iso-ne.com) (10.145.10.106) by mail.iso-ne.com with SMTP; 17 May 2005 15:39:51 -0000 Received: from msoffen.iso-ne.com ([10.145.210.120]) by EXCHSULB.iso-ne.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 17 May 2005 11:39:50 -0400 Received: from msoffen.iso-ne.com (localhost.localdomain [127.0.0.1]) by msoffen.iso-ne.com (8.13.1/8.12.8) with ESMTP id j4HFdoLj017821 for ; Tue, 17 May 2005 11:39:50 -0400 Received: (from msoffen@localhost) by msoffen.iso-ne.com (8.13.1/8.12.11/Submit) id j4HFdnsY017817 for ports@FreeBSD.org; Tue, 17 May 2005 11:39:49 -0400 X-Authentication-Warning: msoffen.iso-ne.com: msoffen set sender to msoffen@iso-ne.com using -f From: Matthew Soffen To: ports@FreeBSD.org Date: Tue, 17 May 2005 11:39:49 -0400 Message-Id: <1116344389.10339.42.camel@msoffen.iso-ne.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) X-OriginalArrivalTime: 17 May 2005 15:39:50.0395 (UTC) FILETIME=[A99BECB0:01C55AF6] X-Scanned-By: RAE MPP/Sophos http://raeinternet.com/mpp X-Scanned-By: RAE MPP/Spamassassin http://raeinternet.com/mpp Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:39:59 -0000 I'm the non-linux release engineer for Linux HA ( http://www.linux- ha.org/ ) and the project uses automake/autoconf/libtool extensively. However, the main developers are developing for Linux ( I'm the person stuck getting it to run on FreeBSD/etc. ). I've recently upgraded my dev box to FreeBSD 4.11 ( 5.3 wouldn't install on the box at all ) . I installed automake19, autoconf259, and libtool15. However NONE of the Linux HA tools would work. They were looking for automake ( not automake19) so as a check, I created soft links. This seemed to work until something needed to re-run the autotools. Then I get errors like this: WARNING: `automake-1.9' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the `README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing `automake-1.9' program. The tools is attempting to rebuild using the tools it found ( and the specific version too ): ACLOCAL='${SHELL} /usr/local/src/linux-ha/missing --run aclocal-1.9' AUTOCONF='${SHELL} /usr/local/src/linux-ha/missing --run autoconf' AUTOHEADER='${SHELL} /usr/local/src/linux-ha/missing --run autoheader' AUTOMAKE='${SHELL} /usr/local/src/linux-ha/missing --run automake-1.9' Autoheader and Autoconf appears to not care about the specific tool versions used, but aclocal and automake do. Would it be possible to have the package install either a symlink or a hardlink for the specific files ? Example: ls -la /usr/local/bin/ | grep automake lrwxr-xr-x 1 root wheel 10 May 12 02:35 /usr/local/bin/automake - > automake19 lrwxr-xr-x 1 root wheel 10 May 15 02:35 /usr/local/bin/automake-1.9 -> automake19 -r-xr-xr-x 1 root wheel 221509 May 12 02:35 /usr/local/bin/automake19 Thanks Matt Soffen From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:40:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAB916A4CE for ; Tue, 17 May 2005 15:40:47 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBD743D62 for ; Tue, 17 May 2005 15:40:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B5E2B5D08; Tue, 17 May 2005 11:40:42 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93431-07; Tue, 17 May 2005 11:40:41 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) by pi.codefab.com (Postfix) with ESMTP id C5B325CE7; Tue, 17 May 2005 11:40:40 -0400 (EDT) Message-ID: <428A1078.3060604@mac.com> Date: Tue, 17 May 2005 11:40:40 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam McLaurin References: <1116297146.4271.234280167@webmail.messagingengine.com> <4289E51A.2030501@mac.com> <1116342038.12591.234323975@webmail.messagingengine.com> In-Reply-To: <1116342038.12591.234323975@webmail.messagingengine.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: FreeBSD-Ports Subject: Re: net/libnet vs net/libnet-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:40:48 -0000 Adam McLaurin wrote: > Hi Chuck, > > I suspect that many ports actually depend on net/libnet-devel (e.g., > net-mgmt/ettercap). Sure, newer software or updated versions use libnet-devel. > Is there any precedence to keep the arcane 1.0.x around (maybe > net/libnet-old). That way net/libnet could be 1.1.2.1, and > net/libnet-devel could be 1.1.3. Sounds fine to me, only who does the work? (If you're motivated, you can submit patches.... :-) -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:40:49 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E844816A4CE for ; Tue, 17 May 2005 15:40:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1478043DA3 for ; Tue, 17 May 2005 15:40:49 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2005105wri for ; Tue, 17 May 2005 08:40:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=MYMmoAH97rIay6FYSbSoneKWE4IwqYSSP5Gfep9IY0iY/Qrld3T/UcWeiqxJtX6cbHiNkiHqJzjqs10V7yEO8IIU8jQmFE7SmAC750ym8QkDuKEr4P5woX/coYCT1dBRinu5+gfciPZTW27KAjzkiN1SdkrHlw9p9QgeksdH48k= Received: by 10.54.56.40 with SMTP id e40mr4416195wra; Tue, 17 May 2005 08:40:41 -0700 (PDT) Received: by 10.54.42.21 with HTTP; Tue, 17 May 2005 08:40:41 -0700 (PDT) Message-ID: <7e148fb9050517084097b647f@mail.gmail.com> Date: Tue, 17 May 2005 11:40:41 -0400 From: jimmie james To: Lee Harr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: freebsd-ports@freebsd.org Subject: Re: unable to run abiword-2.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimmie james List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:40:50 -0000 >I am trying to upgrade abiword on my 4.11-stable system >without much luck. >Now I tried the abiword package from FreeBSD.org and when I run that it ju= st: >Abort (core dumped) >So... I guess I must have a fouled up gnome/ gtk/ etc somehow. Everything else seems to be running fine though. >Guess I will try rebuilding all of the abiword dependencies. >Any other ideas? Update your ports tree, making sure you're using /usr/ports/textproc/wv version wv-1.0.0_3 That fixed it for me on 4.11-STABLE. Thanks to Jeremy Messenger for the update, and heads up. Hope this helps. From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:42:36 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D540416A4CE for ; Tue, 17 May 2005 15:42:36 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2766443D6E for ; Tue, 17 May 2005 15:42:36 +0000 (GMT) (envelope-from harrelson@gmail.com) Received: by rproxy.gmail.com with SMTP id c51so868323rne for ; Tue, 17 May 2005 08:42:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t6+vvz9yJCsFsKpMWN26rK5LLKQpQwbxrM5de/swyCFUXc8Ts1+p3QSDcn9Swgo70SADq6bOWTBoeomF7B1qnC+Yi/h0BmFYNSgwKoDWi6nhrt0NLFmqn4y04UmzHZWPr292/yDtKeRRCvUxhvjCuYk8y7RimOOFPhfeHdPVbE8= Received: by 10.11.118.33 with SMTP id q33mr26885cwc; Tue, 17 May 2005 08:42:29 -0700 (PDT) Received: by 10.11.94.18 with HTTP; Tue, 17 May 2005 08:42:29 -0700 (PDT) Message-ID: <529825a305051708422d0dfbd5@mail.gmail.com> Date: Tue, 17 May 2005 08:42:29 -0700 From: Culley Harrelson To: Scot Hetzel In-Reply-To: <790a9fff050517083762971c8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <529825a305051708094c3916a1@mail.gmail.com> <790a9fff050517083762971c8@mail.gmail.com> cc: freebsd-ports@freebsd.org Subject: Re: mantis port breaks portsdb -U X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Culley Harrelson List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:42:36 -0000 Are you are?!? I see this: % portversion -V XFree86-libraries-4.2.1_3 < needs updating (port has 4.4.0_3) apache+mod_ssl-1.3.29+2.8.16_3 < needs updating (port has 1.3.33+2.8.22) On 5/17/05, Scot Hetzel wrote: > On 5/17/05, Culley Harrelson wrote: > > I am using FreeBSD 4.10-STABLE. I have run cvsup with ports-all, run > > make featchindex in /usr/ports and I have run pkgdb -F. When I try to > > run portsdb -Uu I get the error below. I do not have mantis installed > > but it seems to have trouble with the fact that I am running > > apache13+modssl instead of apache13. Does anyone have a hint for me > > on how to fix this? > > > > culley > > > > Updating the ports index ... Generating INDEX.tmp - please wait..ident > > warning: no id keywords in standard input > > mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- > > dependency list incomplete >=20 > There is no "www/apache13+modssl" port. But there is a > "www/apache13-modssl" port. >=20 > Scot > From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:42:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694DA16A4CE for ; Tue, 17 May 2005 15:42:39 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B5743D53 for ; Tue, 17 May 2005 15:42:39 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DY4Aw-0000A8-4o for freebsd-ports@freebsd.org; Tue, 17 May 2005 17:40:06 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2005 17:40:06 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 May 2005 17:40:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Christopher Nehren Date: Tue, 17 May 2005 15:35:23 +0000 (UTC) Organization: /usr/bin/false Lines: 17 Message-ID: References: <772add100505161855525ff671@mail.gmail.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: FreeBSD Ports: FAAC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:42:39 -0000 On 2005-05-17, Reyad Attiyat scribbled these curious markings: > When ever attempt to complie faac-1.24_4 I get an error right away. > Im currently running FreeBSD 5.4. (a dozen file not found errors snipped) Looks like you have some filesystem corruption. Was the system shut down improperly while you were building faac? Best Regards, Christopher Nehren -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly. From owner-freebsd-ports@FreeBSD.ORG Tue May 17 15:50:26 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FF416A4CE for ; Tue, 17 May 2005 15:50:26 +0000 (GMT) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B19D43D7B for ; Tue, 17 May 2005 15:50:26 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id CD56711B10; Tue, 17 May 2005 17:51:23 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15057-01; Tue, 17 May 2005 17:51:11 +0200 (CEST) Received: from [192.168.20.107] (ALagny-109-1-7-107.w81-50.abo.wanadoo.fr [81.50.48.107]) by smtp.xbsd.org (Postfix) with ESMTP id B0A0111AF7; Tue, 17 May 2005 17:51:10 +0200 (CEST) From: Florent Thoumie To: Matthew Soffen In-Reply-To: <1116344389.10339.42.camel@msoffen.iso-ne.com> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wFYP7pDVp3oinj3wp2ny" Date: Tue, 17 May 2005 17:50:11 +0200 Message-Id: <1116345011.689.38.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 15:50:26 -0000 --=-wFYP7pDVp3oinj3wp2ny Content-Type: text/plain; charset=iso8859-15 Content-Transfer-Encoding: quoted-printable Le Mardi 17 mai 2005 =E0 11:39 -0400, Matthew Soffen a =E9crit : > I'm the non-linux release engineer for Linux HA ( http://www.linux- > ha.org/ ) and the project uses automake/autoconf/libtool extensively. >=20 > However, the main developers are developing for Linux ( I'm the person > stuck getting it to run on FreeBSD/etc. ). >=20 > I've recently upgraded my dev box to FreeBSD 4.11 ( 5.3 wouldn't install > on the box at all ) . I installed automake19, autoconf259, and > libtool15.=20 >=20 > However NONE of the Linux HA tools would work. They were looking for > automake ( not automake19) so as a check, I created soft links. This > seemed to work until something needed to re-run the autotools. Linux-HA (aka. Heartbeat) is already included in the Ports=20 Collection. I remember I read successful experience with it. Have you tried it ? --=20 Florent Thoumie flz@xbsd.org --=-wFYP7pDVp3oinj3wp2ny Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCihKzMxEkbVFH3PQRAkStAJsFCqOjFx1QEtfP9AM3bpzjpGfKSQCeMDHe R+z7lezkVcV1Y2cACaKDqAc= =vFYM -----END PGP SIGNATURE----- --=-wFYP7pDVp3oinj3wp2ny-- From owner-freebsd-ports@FreeBSD.ORG Tue May 17 16:36:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE86916A4CE for ; Tue, 17 May 2005 16:36:33 +0000 (GMT) Received: from basement.kutulu.org (211.215.33.65.cfl.res.rr.com [65.33.215.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB9743D48 for ; Tue, 17 May 2005 16:36:32 +0000 (GMT) (envelope-from kutulu@kutulu.org) Received: from [127.0.0.1] (localhost [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id CCC2E28 for ; Tue, 17 May 2005 12:36:26 -0400 (EDT) Message-ID: <428A1D7E.3050305@kutulu.org> Date: Tue, 17 May 2005 12:36:14 -0400 From: Mike Edenfield User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Upgrading lang/gcc40 using lang/gcc40? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 16:36:34 -0000 I've been running a -CURRENT system with lang/gcc40 as the base compiler for a couple of weeks to see if there's any major issue, and whether I can tell a difference in compile speed or execution speed. (So far, no problems but no real noticeable speed difference either way). I've specified CC=/usr/local/bin/gcc40 in /etc/make.conf, so it's being used for everything. However, each time I try to portupgrade lang/gcc40 I run into a bit of a problem. The gcc port's "install" target tries to compile some build tools using the existing compiler (not the newly built one). Problem being, this target runs after "make deinstall" has run -- so I have no system compiler at that point. And it's too late to change to /usr/bin/cc, since the path to /usr/local/bin/gcc40 has already been embedded into the Makefile for the stuff being built at install-time Am I doing something wrong, or is this just how gcc works? For now I have to rememeber not to try to portupgrade this one, but manually do so and explicitly specify CC=/usr/bin/cc. --Mike From owner-freebsd-ports@FreeBSD.ORG Tue May 17 16:40:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054FA16A4CE for ; Tue, 17 May 2005 16:40:28 +0000 (GMT) Received: from web41103.mail.yahoo.com (web41103.mail.yahoo.com [66.218.93.19]) by mx1.FreeBSD.org (Postfix) with SMTP id A2AAD43D67 for ; Tue, 17 May 2005 16:40:28 +0000 (GMT) (envelope-from vu3prx@yahoo.com) Received: (qmail 69680 invoked by uid 60001); 17 May 2005 16:40:21 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=UIx2Rwdj1E1Lz5j2kf4ru2CW5K0ZbVV3O/G71ExCXRus1oPSIBvkFpDkA4l0SmWLYfhaGz2Ozl9YwpwYTFTeI6rf40V9aDeg6WTBlRd+VyjHrPsZlzP/Vdc+y/skhJ76fSq2cVrKU5vn/3Iwr6ZCimk65pjZreHGvNOYcHJPqS8= ; Message-ID: <20050517164020.69678.qmail@web41103.mail.yahoo.com> Received: from [220.226.8.216] by web41103.mail.yahoo.com via HTTP; Tue, 17 May 2005 09:40:20 PDT Date: Tue, 17 May 2005 09:40:20 -0700 (PDT) From: Yujin Boby To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: PHP5 and MySQL 5 - undefined function mysql_connect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 16:40:29 -0000 Hi, I have installed PHP from cd /usr/ports/lang/php5 make install clean Then cd /usr/ports/lang/php5-extensions make install clean Shows error ------------- ===> php5-mysqli-5.0.4_1 Doesn't work with MySQL version : 50 (Doesn't support MySQL 323 40 50). *** Error code 1 Stop in /usr/ports/databases/php5-mysqli. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. ------------- I have MySQL 5 installed from latest ports, i have cvsup before installing everything. FreeBSD is 5.4 Now i got PHP 5 installed http://72.36.166.220/phpinfo.php But PHP MySQL functions are not available ------------- Fatal error: Call to undefined function mysql_connect() ------------- How do i correct this ? Regards, Yujin __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail From owner-freebsd-ports@FreeBSD.ORG Tue May 17 16:49:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F8216A4D0 for ; Tue, 17 May 2005 16:49:28 +0000 (GMT) Received: from smtp4.actcom.co.il (smtp4.actcom.co.il [192.114.47.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F8943DBD for ; Tue, 17 May 2005 16:49:25 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from uzi (line26-112.adsl.actcom.co.il [192.115.26.112]) by smtp4.actcom.co.il (8.13.3/8.13.3) with SMTP id j4HGnGC0030702; Tue, 17 May 2005 19:49:20 +0300 Message-ID: <001e01c55b08$d9e42240$fe00a8c0@uzi> From: "Uzi Klein" To: "Yujin Boby" References: <20050517164020.69678.qmail@web41103.mail.yahoo.com> Date: Tue, 17 May 2005 19:49:58 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 cc: freebsd-ports@freebsd.org Subject: Re: PHP5 and MySQL 5 - undefined function mysql_connect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 16:49:28 -0000 ----- Original Message ----- From: "Yujin Boby" To: Sent: Tuesday, May 17, 2005 6:40 PM Subject: PHP5 and MySQL 5 - undefined function mysql_connect > Hi, > > I have installed PHP from > > cd /usr/ports/lang/php5 > make install clean > > Then > > cd /usr/ports/lang/php5-extensions > make install clean > > Shows error > > ------------- > ===> php5-mysqli-5.0.4_1 Doesn't work with MySQL > version : 50 (Doesn't support MySQL 323 40 50). > *** Error code 1 > > Stop in /usr/ports/databases/php5-mysqli. > *** Error code 1 > > Stop in /usr/ports/lang/php5-extensions. > ------------- > > I have MySQL 5 installed from latest ports, i have > cvsup before installing everything. FreeBSD is 5.4 > mysqli extension is designed for mysql >= 4.1 PHP compiles with the mysql client library (ssems like 3.23 here) You probably want WITH_MYSQL_VER=5 in your make.conf [......] > Fatal error: Call to undefined function > mysql_connect() mysql_connetct() uses the mysql extension and not mysqli Regrads U > ------------- > > How do i correct this ? > > Regards, > > Yujin > > > > > __________________________________ > Do you Yahoo!? > Make Yahoo! your home page > http://www.yahoo.com/r/hs > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - You care about security. So do we. > http://promotions.yahoo.com/new_mail > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Tue May 17 17:38:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDEAE16A4CE for ; Tue, 17 May 2005 17:38:13 +0000 (GMT) Received: from web41104.mail.yahoo.com (web41104.mail.yahoo.com [66.218.93.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BC2D43D8E for ; Tue, 17 May 2005 17:38:13 +0000 (GMT) (envelope-from vu3prx@yahoo.com) Received: (qmail 36317 invoked by uid 60001); 17 May 2005 17:38:08 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=hdJbA5YgHQ5LSPBcruvfkZEW42Ou+IRMA05H2dSf1b1iHMB/yEs5jLP0BokE8SEvEwogLqtSkM1Wo6UyRyx27EmhYhvO2LPPpd09v8RIAtpGjU29pk2sjvmn2BU+Ll1vPab92SgrYNEFA68wIhVOR6gU1Nl6JctRJBg7ZGT/O3c= ; Message-ID: <20050517173808.36315.qmail@web41104.mail.yahoo.com> Received: from [220.226.8.216] by web41104.mail.yahoo.com via HTTP; Tue, 17 May 2005 10:38:08 PDT Date: Tue, 17 May 2005 10:38:08 -0700 (PDT) From: Yujin Boby To: freebsd-ports@freebsd.org In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: PHP5 and MySQL 5 - undefined function mysql_connect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 17:38:13 -0000 Thanks Uzi Klein I have added WITH_MYSQL_VER=5 to /etc/make.conf And deinstalled php5 --- cd /usr/ports/lang/php5 deinstall --- then installing it again --- make install clean --- I drinstalled and installed --- cd /usr/ports/lang/php5-extensions make config make install --- Removing MySQLi and it went well. No errors. But Still getting the same error for MySQL functions Call to undefined function mysql_connect() --- Uzi Klein wrote: > > ----- Original Message ----- > From: "Yujin Boby" > To: > Sent: Tuesday, May 17, 2005 6:40 PM > Subject: PHP5 and MySQL 5 - undefined function > mysql_connect > > > > Hi, > > > > I have installed PHP from > > > > cd /usr/ports/lang/php5 > > make install clean > > > > Then > > > > cd /usr/ports/lang/php5-extensions > > make install clean > > > > Shows error > > > > ------------- > > ===> php5-mysqli-5.0.4_1 Doesn't work with MySQL > > version : 50 (Doesn't support MySQL 323 40 50). > > *** Error code 1 > > > > Stop in /usr/ports/databases/php5-mysqli. > > *** Error code 1 > > > > Stop in /usr/ports/lang/php5-extensions. > > ------------- > > > > I have MySQL 5 installed from latest ports, i have > > cvsup before installing everything. FreeBSD is 5.4 > > > > mysqli extension is designed for mysql >= 4.1 > PHP compiles with the mysql client library (ssems > like 3.23 here) > You probably want WITH_MYSQL_VER=5 in your make.conf > > [......] > > Fatal error: Call to undefined function > > mysql_connect() > > mysql_connetct() uses the mysql extension and not > mysqli > > > Regrads > U > > > > > ------------- > > > > How do i correct this ? > > > > Regards, > > > > Yujin > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Make Yahoo! your home page > > http://www.yahoo.com/r/hs > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - You care about security. So do we. > > http://promotions.yahoo.com/new_mail > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" > > > > Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html From owner-freebsd-ports@FreeBSD.ORG Tue May 17 17:46:20 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907B316A4CE for ; Tue, 17 May 2005 17:46:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0815443D46 for ; Tue, 17 May 2005 17:46:20 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2054299wri for ; Tue, 17 May 2005 10:46:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YjCK75sZdMGs4IbI2Ga3HjXvGQOMQdVIUZj0No4pvssbWN75b+Pv/EN/D50gy15d9P2nz0YaCBmI0Vdaj/zEQ7o1QCEvSppAWoN3NeCHcywAvYZOX3ffH/8Uwr+FoSEqXwzCtpv+bbFbRGz7S9J6XHDoljPpDhtG+EiC1mOtK1k= Received: by 10.54.48.76 with SMTP id v76mr4502001wrv; Tue, 17 May 2005 10:46:13 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Tue, 17 May 2005 10:46:13 -0700 (PDT) Message-ID: <790a9fff0505171046526a59ed@mail.gmail.com> Date: Tue, 17 May 2005 12:46:13 -0500 From: Scot Hetzel To: Culley Harrelson In-Reply-To: <529825a305051708422d0dfbd5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <529825a305051708094c3916a1@mail.gmail.com> <790a9fff050517083762971c8@mail.gmail.com> <529825a305051708422d0dfbd5@mail.gmail.com> cc: freebsd-ports@freebsd.org Subject: Re: mantis port breaks portsdb -U X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 17:46:20 -0000 > On 5/17/05, Scot Hetzel wrote: > > On 5/17/05, Culley Harrelson wrote: > > > Updating the ports index ... Generating INDEX.tmp - please wait..iden= t > > > warning: no id keywords in standard input > > > mantis-0.18.2: "/usr/ports/www/apache13+modssl" non-existent -- > > > dependency list incomplete > >=20 > > There is no "www/apache13+modssl" port. But there is a > > "www/apache13-modssl" port. > >=20 On 5/17/05, Culley Harrelson wrote: > Are you are?!? I see this: >=20 > % portversion -V > XFree86-libraries-4.2.1_3 < needs updating (port has 4.4.0_3) > apache+mod_ssl-1.3.29+2.8.16_3 < needs updating (port has 1.3.33+2.8.22= ) >=20 That's the package name, the port is actually located under /usr/ports/www/apache13-modssl. You need to set the APACHE_PORT variable to: APACHE_PORT=3Dwww/apache13-modssl Scot From owner-freebsd-ports@FreeBSD.ORG Tue May 17 18:23:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C7116A4CE for ; Tue, 17 May 2005 18:23:55 +0000 (GMT) Received: from web41115.mail.yahoo.com (web41115.mail.yahoo.com [66.218.93.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 4530D43D39 for ; Tue, 17 May 2005 18:23:55 +0000 (GMT) (envelope-from vu3prx@yahoo.com) Received: (qmail 30280 invoked by uid 60001); 17 May 2005 18:23:49 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=eGzcCkMFdp7+RTqfqk0Wu4r+KTV0r0UUa4W+fxiy5BapAgdiXS4lvZJ2saMwZghHvltjsj8f1Kug1n/5tfz2P28/OBqYYZF4lixPSZYsP5QclNCSZPqKnKZ0JjJeRTDle7STgXyoCcugCrLHSRb4p8gCEp+DhHnpE6JURSxwySE= ; Message-ID: <20050517182349.30278.qmail@web41115.mail.yahoo.com> Received: from [220.226.8.216] by web41115.mail.yahoo.com via HTTP; Tue, 17 May 2005 11:23:49 PDT Date: Tue, 17 May 2005 11:23:49 -0700 (PDT) From: Yujin Boby To: freebsd-ports@freebsd.org In-Reply-To: <000b01c55b11$7b6c6480$fe00a8c0@uzi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: PHP5 and MySQL 5 - undefined function mysql_connect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 18:23:55 -0000 > does mysqli_connect() function works? No, i am still getting error Call to undefined function mysql_connect() > 1. IMaybe the make.conf line should be > WITH_MYSQL_VER=50 I modified /etc/make.conf and deinstalled php and php5-extensions and installed both with make install clean But it won't solve the problem. > 2. Make sure you have the databases/mysql50-client > port installed (e.g. > pkg_info | grep mysql ) It is installed. ------ server16# pkg_info | grep mysql mysql-client-5.0.3_1 Multithreaded SQL database (client) mysql-server-5.0.3_1 Multithreaded SQL database (server) php5-mysql-5.0.4_1 The mysql shared extension for php ------ > 3. For mysql_connect() support, select mysql support > and not only mysqli > within the php-extensions port. I don't install MySQli port as it show error, MySQL is checkd and no errors are show. But i am getting error when i install port at server16# cd /usr/ports/databases/php5-mysql server16# make ===> php5-mysql-5.0.4_1 is marked as broken: unknown MySQL version: 5. server16# Regards, Yujin Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html From owner-freebsd-ports@FreeBSD.ORG Tue May 17 18:23:57 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E756216A4CE for ; Tue, 17 May 2005 18:23:57 +0000 (GMT) Received: from web41106.mail.yahoo.com (web41106.mail.yahoo.com [66.218.93.22]) by mx1.FreeBSD.org (Postfix) with SMTP id A1F5C43D49 for ; Tue, 17 May 2005 18:23:57 +0000 (GMT) (envelope-from vu3prx@yahoo.com) Received: (qmail 64674 invoked by uid 60001); 17 May 2005 18:23:52 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=Hf5X09c8PTkGTniRMK/vqtYkx8j51qa8fY0IF6HJcUQKG2cBzTpvzywLLUzLGjnuPoCWF9jIdZ0EA7zfRLAk6+HZo7bBUQkhecN7kDWFyorSbRNypC8ktJA2D36BGdGr3afWbFt4E5EJ7Razcfvug18yctfEwZD9yCB4/s4qAnw= ; Message-ID: <20050517182352.64672.qmail@web41106.mail.yahoo.com> Received: from [220.226.8.216] by web41106.mail.yahoo.com via HTTP; Tue, 17 May 2005 11:23:52 PDT Date: Tue, 17 May 2005 11:23:52 -0700 (PDT) From: Yujin Boby To: freebsd-ports@freebsd.org In-Reply-To: <000b01c55b11$7b6c6480$fe00a8c0@uzi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: PHP5 and MySQL 5 - undefined function mysql_connect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 18:23:58 -0000 > does mysqli_connect() function works? No, i am still getting error Call to undefined function mysql_connect() > 1. IMaybe the make.conf line should be > WITH_MYSQL_VER=50 I modified /etc/make.conf and deinstalled php and php5-extensions and installed both with make install clean But it won't solve the problem. > 2. Make sure you have the databases/mysql50-client > port installed (e.g. > pkg_info | grep mysql ) It is installed. ------ server16# pkg_info | grep mysql mysql-client-5.0.3_1 Multithreaded SQL database (client) mysql-server-5.0.3_1 Multithreaded SQL database (server) php5-mysql-5.0.4_1 The mysql shared extension for php ------ > 3. For mysql_connect() support, select mysql support > and not only mysqli > within the php-extensions port. I don't install MySQli port as it show error, MySQL is checkd and no errors are show. But i am getting error when i install port at server16# cd /usr/ports/databases/php5-mysql server16# make ===> php5-mysql-5.0.4_1 is marked as broken: unknown MySQL version: 5. server16# Regards, Yujin Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html From owner-freebsd-ports@FreeBSD.ORG Tue May 17 20:16:00 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 395F416A4CE for ; Tue, 17 May 2005 20:16:00 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69CC43D8E for ; Tue, 17 May 2005 20:15:59 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.51 (FreeBSD)) id 1DY8To-000NDa-GC; Tue, 17 May 2005 22:15:52 +0200 Date: Tue, 17 May 2005 22:15:52 +0200 From: Kirill Ponomarew To: Adam McLaurin Message-ID: <20050517201552.GG66273@voodoo.oberon.net> References: <1116297146.4271.234280167@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1116297146.4271.234280167@webmail.messagingengine.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 cc: FreeBSD-Ports cc: shipley@dis.org Subject: Re: net/libnet vs net/libnet-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 20:16:00 -0000 On Mon, May 16, 2005 at 10:32:26PM -0400, Adam McLaurin wrote: > Is there a particlar reason why we're hanging on to net/libnet v1.0.2a? > > v1.1.x was started in early 2003, which is when net/libnet-devel was > introduced. However, according to > http://www.packetfactory.net/projects/libnet/ , v1.1.2.1 is the latest > "stable", and v1.1.3 is the latest "beta". > > Would it make sense to get rid of v1.0.2a, move v1.1.2.1 into > net/libnet, and upgrade net/libnet-devel to v1.1.3 ? The problem is, there are too many ports which are still depend on net/libnet and don't work with development version, since ABI was changed. -Kirill From owner-freebsd-ports@FreeBSD.ORG Wed May 18 02:57:08 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C57916A4CE for ; Wed, 18 May 2005 02:57:08 +0000 (GMT) Received: from wjv.com (fl-65-40-24-38.sta.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCF243D82 for ; Wed, 18 May 2005 02:57:07 +0000 (GMT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.12.11/8.13.1) with ESMTP id j4I2uu1n007389 for ; Tue, 17 May 2005 22:56:57 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from root@localhost) by bilver.wjv.com (8.12.11/8.13.1/Submit) id j4I2uuR1007388; Tue, 17 May 2005 22:56:56 -0400 (EDT) (envelope-from bv) Date: Tue, 17 May 2005 22:56:56 -0400 (EDT) Message-Id: <200505180256.j4I2uuR1007388@bilver.wjv.com> To: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: file://localhost/usr/ports/misc/mmv/README.html X-Mailer: Lynx, Version 2.8.5rel.1 X-Personal_Name: : bill vermillion From: bv@wjv.com X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on bilver.wjv.com Subject: file://localhost/usr/ports/misc/mmv/README.html X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 02:57:08 -0000 I can't find 'mmv' on the FreeBSD.org site, or the wustl site. Has it been removed? Bill From owner-freebsd-ports@FreeBSD.ORG Wed May 18 04:34:02 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8FD916A4CE for ; Wed, 18 May 2005 04:34:02 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F51543DD7 for ; Wed, 18 May 2005 04:34:01 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2AE0.dyn.pacific.net.au (ppp2AE0.dyn.pacific.net.au [61.8.42.224])j4I4Xjrf005725 for ; Wed, 18 May 2005 14:33:48 +1000 From: Sam Lawrance To: ports@freebsd.org In-Reply-To: <428A09D1.3070009@icg-online.de> References: <428A09D1.3070009@icg-online.de> Content-Type: text/plain Date: Wed, 18 May 2005 14:30:48 +1000 Message-Id: <1116390648.897.4.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: GnuCash 1.8.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 04:34:02 -0000 (forgot the list) On Tue, 2005-05-17 at 17:12 +0200, Manfred Usselmann wrote: > Hi, > > I tried to make GnuCash 1.8.11 with --with-openhbci, but this fails: > ... > checking for aqbanking... not found > configure: error: > *** The library AqBanking was not found. Obtain it from This is a known problem, see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/78443 From owner-freebsd-ports@FreeBSD.ORG Wed May 18 05:11:58 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F88B16A4CE for ; Wed, 18 May 2005 05:11:58 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC9243DB6 for ; Wed, 18 May 2005 05:11:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2162D530E3; Tue, 17 May 2005 22:11:54 -0700 (PDT) Date: Tue, 17 May 2005 22:11:53 -0700 From: Kris Kennaway To: bv@wjv.com Message-ID: <20050518051153.GA92754@xor.obsecurity.org> References: <200505180256.j4I2uuR1007388@bilver.wjv.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <200505180256.j4I2uuR1007388@bilver.wjv.com> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org Subject: Re: file://localhost/usr/ports/misc/mmv/README.html X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 05:11:58 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 17, 2005 at 10:56:56PM -0400, bv@wjv.com wrote: > I can't find 'mmv' on the FreeBSD.org site, or the wustl site. Has it=20 > been removed? No, it's still in the same place. Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCis6ZWry0BWjoQKURArhYAKCVuth/4N6Xk/I2nZg5U26iHkr47ACfSee4 cKXJUa/hOqnQWDaEyCxdrIQ= =Gd3O -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-ports@FreeBSD.ORG Wed May 18 06:55:07 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC6316A4D0; Wed, 18 May 2005 06:55:07 +0000 (GMT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030E843DB8; Wed, 18 May 2005 06:55:07 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao11.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050518065506.DEBW28600.lakermmtao11.cox.net@mezz.mezzweb.com>; Wed, 18 May 2005 02:55:06 -0400 Date: Wed, 18 May 2005 01:56:13 -0500 To: freebsd-ports@freebsd.org From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.0 (Linux, build 1095) Subject: auto-plist , almost same idea as with plist in Tools. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 06:55:07 -0000 Hello folks, I wrote it back in 2003 (hide in my machine :-)), but recently I have decided to let others know and did a near rewrite, then ahze has helped me to improvement on it a lot. marcus has helped me some too. I use it very often when I work with ports and it's always useful for me, so I think it's time to release it in public. What the hell is it? Let me copy and paste part from the auto-plist(8) that I wrote it tonight. =================================== The auto-plist script automates the procedure of generating and editing port's plist. It also will informing you what you need to edit plist and Makefile if there is something that can't be done by automatically. Take MAN, INFO, GCONF_SCHEMAS, and etc as for example. The goal of auto-plist is to not edit anything outside plist such as Makefile, distinfo, and other than plist file but to collect the information for plist. You can't run auto-plist outside the port directory, because it is heavy depend on Makefile such as pick up the UNIQUENAME, MTREE_FILE, NO_MTREE, PLIST_SUB, and other variables. Current, auto-plist has the following features: o Remove mtree from plist. o Support NO_MTREE define. o Convert FOOBAR to %%FOOBAR%%, current it will do on DATADIR, DOCSDIR, EXAMPLESDIR, SITE_PERL, PERL_VER, PERL_ARCH, PYTHON_INCLUDEDIR, PYTHON_SITELIBDIR, PYTHON_LIBDIR, and PYTHON_VERSION. o Create a build log. o Remove share/nls/(POSIX & en_US.US-ASCII), gconf, info/dir, and libdata/pkgconfig. o Convert missing locale directory that isn't in mtree support. ie: @unexec rmdir %D/share/locale/* 2> /dev/null || true o The 'FYI:' message for info, man, schemas and omf exist in plist. o Check if .desktop has MimeType, then add '@(un)exec...update- desktop-database..' in the plist. Also, add the 'FYI:' message to let us to know that it has MimeType. =================================== http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist/ There is a small known issue like if PLIST_SUB has something weird then the result auto-plist will not work very well. You can check in editors/abiword for example. The editors/abiword has '"ABIVERSION=2.2"' in it that make auto-plist not work. I did a fix in abiword-devel by remove the quote like this below to make auto-plist works. -PLIST_SUB+= "ABIVERSION=${ABIVERSION}" +PLIST_SUB+= ABIVERSION=${ABIVERSION} If anyone find any bug, have any suggest, patch or whatever related with auto-plist, please report or let me know at mezz@FreeBSD.org. Thanks. BTW: Thanks to marcus for host it in MarcusCom CVS. BTW2: Keep in mind, it's near auto but there is very small part you still have to edit it by manual. Some don't have or do have to edit, depend on port. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed May 18 09:48:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3B6D16A4CE; Wed, 18 May 2005 09:48:03 +0000 (GMT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBC643DCB; Wed, 18 May 2005 09:48:02 +0000 (GMT) (envelope-from sandro_c@arcor.de) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 0E44E14B0E; Wed, 18 May 2005 11:48:00 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 11C467353E; Wed, 18 May 2005 11:48:00 +0200 (CEST) Received: from [192.168.0.128] (port-212-202-5-171.dynamic.qsc.de [212.202.5.171]) (Authenticated sender: sandro_c@arcor.de) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 928BE8B9D; Wed, 18 May 2005 11:47:59 +0200 (CEST) Message-ID: <428B0F4E.8090107@arcor.de> Date: Wed, 18 May 2005 11:47:58 +0200 From: Sandro Catallo Organization: Kaufmonster.de User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: danfe@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: rezound-0.12.0.b doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: 2@catallo.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 09:48:03 -0000 Hi, I am searching for a good sample-editing-tool under FreeBSD so I tried to install Rezound from the ports, but there was a missing dependency to the toolkit Fox. After installing Fox I tried again but it ends like this: In file included from CSoundFileManager.h:27, from CMainWindow.cpp:32: ../backend/ASoundFileManager.h:57:2: warning: #warning do this.. I can call soundFileManager->getActive() from actions when necessary In file included from ../../src/misc/TMemoryPipe.h:97, from ../backend/CSoundPlayerChannel.h:33, from ../backend/main_controls.h:33, from CMainWindow.cpp:41: ../../src/misc/TMemoryPipe.cpp:59:2: warning: #warning need to do something to p revent this data from getting swapped to disk (for JACK) In file included from ../backend/Generate/GenerateActions.h:26, from CMainWindow.cpp:746: ../backend/Generate/CGenerateNoiseAction.h:58:5: warning: #warning this should b e defined by the selection, or give the user a choice CMainWindow.cpp: In member function `void CMainWindow::setupKeyBindings()': CMainWindow.cpp:1287: error: `fxparseAccel' undeclared (first use this function)CMainWindow.cpp:1287: error: (Each undeclared identifier is reported only once f or each function it appears in.) CMainWindow.cpp: In member function `long int CMainWindow::onSetupKeyBindings(FXObject*, FXSelector, void*)': CMainWindow.cpp:1328: error: `fxparseAccel' undeclared (first use this function)CMainWindow.cpp:1439:2: warning: #warning ??? make this an action? *** Error code 1 Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta/src/frontend_fox. *** Error code 1 Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta/src. *** Error code 1 Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta. *** Error code 1 Stop in /usr/ports/audio/rezound. greets Sandro Catallo (not a native english speaker) From owner-freebsd-ports@FreeBSD.ORG Wed May 18 10:00:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 443A316A4CE for ; Wed, 18 May 2005 10:00:39 +0000 (GMT) Received: from newton.kti.ae.poznan.pl (newton.kti.ae.poznan.pl [150.254.204.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA7C43D5E for ; Wed, 18 May 2005 10:00:36 +0000 (GMT) (envelope-from picard@kti.ae.poznan.pl) Received: from darwin-wl.kti.ae.poznan.pl ([150.254.204.48] helo=darwin.kti.ae.poznan.pl) by newton.kti.ae.poznan.pl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1DYLLu-000OH8-CY for ports@FreeBSD.org; Wed, 18 May 2005 12:00:34 +0200 Received: from picard by darwin.kti.ae.poznan.pl with local (Exim 4.51 (FreeBSD)) id 1DYLLr-000IFD-Jg for ports@FreeBSD.org; Wed, 18 May 2005 12:00:31 +0200 Date: Wed, 18 May 2005 12:00:31 +0200 From: Willy Picard To: ports@FreeBSD.org Message-ID: <20050518100031.GC899@darwin.kti.ae.poznan.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: Willy Picard Subject: Ghostscript-gpl broken? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 10:00:39 -0000 Hi, I have some small problem with ghostscript-gpl: the port compiles correctly but each try to open an eps file ends with an error. The same error appears when I run the program without any argument: # gs GPL Ghostscript 8.15 (2004-09-22) Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Unrecoverable error: syntaxerror in token Operand stack: --nostringval-- --nostringval-- CarrArrowsfilled --nostringval-- As there is no maintainer for this port, and any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org, I am sending this info on the list. My port is up-to-date (I compiled it yesterday, and I recompiled all ports required by ghostscript-gpl). I am running a 5.4 FreeBSD. Looking on Google, I only found that CarrArrowsfilled is a font. Is there a dependency missing on a port with this font? Is there something I missed? Does someone has an idea? Regards, Willy Picard -- Willy Picard e-mail: picard@kti.ae.poznan.pl Dept. of Information Technology www: http://www.kti.ae.poznan.pl/ The Poznan University of Economics tel: +48 61 848 05 49 Mansfelda 4, 60-854 Poznan, Poland fax: +48 61 848 38 40 From owner-freebsd-ports@FreeBSD.ORG Wed May 18 11:37:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AFD4916A4D0; Wed, 18 May 2005 11:37:18 +0000 (GMT) Date: Wed, 18 May 2005 11:37:18 +0000 From: Alexey Dokuchaev To: 2@catallo.de Message-ID: <20050518113718.GA50656@FreeBSD.org> References: <428B0F4E.8090107@arcor.de> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <428B0F4E.8090107@arcor.de> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: rezound-0.12.0.b doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:37:18 -0000 Hello, Thanks for your report, this is the second "missing dependency" report I've received so far. Strangely enough, I had not yet received breakage mail from pointyhat, the port builds for me, and there is dependency on FOX recorded on line 18 of Makefile. Could you aid me in investigation of this issue by providing some detailed info about your build environment, full port build log, FOX version in ports, etc. Thanks! ./danfe On Wed, May 18, 2005 at 11:47:58AM +0200, Sandro Catallo wrote: > Hi, > > I am searching for a good sample-editing-tool under FreeBSD so I tried > to install Rezound from the ports, > but there was a missing dependency to the toolkit Fox. After installing > Fox I tried again but it ends like this: > > > > In file included from CSoundFileManager.h:27, > from CMainWindow.cpp:32: > ../backend/ASoundFileManager.h:57:2: warning: #warning do this.. I can > call soundFileManager->getActive() from actions when necessary > In file included from ../../src/misc/TMemoryPipe.h:97, > from ../backend/CSoundPlayerChannel.h:33, > from ../backend/main_controls.h:33, > from CMainWindow.cpp:41: > ../../src/misc/TMemoryPipe.cpp:59:2: warning: #warning need to do > something to p revent this data from getting swapped to disk (for JACK) > In file included from ../backend/Generate/GenerateActions.h:26, > from CMainWindow.cpp:746: > ../backend/Generate/CGenerateNoiseAction.h:58:5: warning: #warning this > should b e defined by the selection, or give the user a choice > CMainWindow.cpp: In member function `void CMainWindow::setupKeyBindings()': > CMainWindow.cpp:1287: error: `fxparseAccel' undeclared (first use this > function)CMainWindow.cpp:1287: error: (Each undeclared identifier is > reported only once f or each function it appears in.) > CMainWindow.cpp: In member function `long int > CMainWindow::onSetupKeyBindings(FXObject*, FXSelector, void*)': > CMainWindow.cpp:1328: error: `fxparseAccel' undeclared (first use this > function)CMainWindow.cpp:1439:2: warning: #warning ??? make this an action? > *** Error code 1 > > Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta/src/frontend_fox. > *** Error code 1 > > Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta/src. > *** Error code 1 > > Stop in /usr/ports/audio/rezound/work/rezound-0.12.0beta. > *** Error code 1 > > Stop in /usr/ports/audio/rezound. > > > > greets > > Sandro Catallo (not a native english speaker) From owner-freebsd-ports@FreeBSD.ORG Wed May 18 11:48:05 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54BF516A4CE for ; Wed, 18 May 2005 11:48:05 +0000 (GMT) Received: from web25404.mail.ukl.yahoo.com (web25404.mail.ukl.yahoo.com [217.12.10.138]) by mx1.FreeBSD.org (Postfix) with SMTP id 53F6D43DBE for ; Wed, 18 May 2005 11:48:04 +0000 (GMT) (envelope-from cokyazici@yahoo.co.uk) Received: (qmail 25133 invoked by uid 60001); 18 May 2005 11:48:03 -0000 Message-ID: <20050518114803.25131.qmail@web25404.mail.ukl.yahoo.com> Received: from [62.253.64.18] by web25404.mail.ukl.yahoo.com via HTTP; Wed, 18 May 2005 12:48:03 BST Date: Wed, 18 May 2005 12:48:03 +0100 (BST) From: COKYAZICI To: ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-147498423-1116416883=:24656" Content-Transfer-Encoding: 8bit Subject: Sending my ports here because I can't use send-pr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:48:05 -0000 --0-147498423-1116416883=:24656 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Hi, I made two new ports. I checked them with portlint and they seem to be ok. I done shar `find port_dir` to make the attachments as it was mentioned in the freebsd ports handbook. But I couldn't figure out how to use send-pr so I'm e-mailing them here, I hope you'll accept it and add it to the ports collection. ___________________________________________________________ Yahoo! Messenger - want a free and easy way to contact your friends online? http://uk.messenger.yahoo.com --0-147498423-1116416883=:24656 Content-Type: application/octet-stream; name=libnaji Content-Transfer-Encoding: base64 Content-Description: 86408339-libnaji Content-Disposition: attachment; filename=libnaji IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhl biB1bnBhY2sgaXQgYnkgZW50ZXJpbmcgInNoIGZpbGUiLiAgTm90ZSwgaXQg bWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQgZGlyZWN0b3Jp ZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBl cm1pc3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJbGli bmFqaQojCWxpYm5hamkvcGtnLWRlc2NyCiMJbGlibmFqaS9kaXN0aW5mbwoj CWxpYm5hamkvTWFrZWZpbGUKIwlsaWJuYWppL3BrZy1wbGlzdAojCmVjaG8g YyAtIGxpYm5hamkKbWtkaXIgLXAgbGlibmFqaSA+IC9kZXYvbnVsbCAyPiYx CmVjaG8geCAtIGxpYm5hamkvcGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+bGli bmFqaS9wa2ctZGVzY3IgPDwgJ0VORC1vZi1saWJuYWppL3BrZy1kZXNjcicK WGxpYm5hamkgaXMgYSBsaWJyYXJ5IG9mIGZ1bmN0aW9ucyB3aGljaCBpbXBs ZW1lbnQgdGhlIGZlYXR1cmVzIG9mIG5haml0b29sLApYYSBmbGV4aWJsZSBm aWxlIGdlbmVyYXRvciwgY29udmVydGVyLCBhbmQgZmlsdGVyLiBsaWJuYWpp IGlzIGJlaW5nIGRldmVsb3BlZApYaW4gdGhlIEFOU0kgQyBzdGFuZGFyZCBz byBpdCBzaG91bGQgd29yayBhbmQgY29tcGlsZSBvbiBhbnkgc3lzdGVtIHRo YXQKWHN1cHBvcnRzIEFOU0kgQywgd2hpY2ggc2hvdWxkIGJlIGV2ZXJ5IHN5 c3RlbS4KWCAKWCBXV1c6IGh0dHA6Ly9uYWppdG9vbC5zZi5uZXQvClggClgg LSBORUNERVQgQ09LWUFaSUNJClggY29reWF6aWNpQHlhaG9vLmNvLnVrCkVO RC1vZi1saWJuYWppL3BrZy1kZXNjcgplY2hvIHggLSBsaWJuYWppL2Rpc3Rp bmZvCnNlZCAncy9eWC8vJyA+bGlibmFqaS9kaXN0aW5mbyA8PCAnRU5ELW9m LWxpYm5hamkvZGlzdGluZm8nClhNRDUgKGxpYm5hamktMC4zLjAuc3JjLnRh ci5neikgPSAzYzhhZjM4YmIxOGM0M2UwMmZhNzE1YWUyODRhMmE5ZQpYU0la RSAobGlibmFqaS0wLjMuMC5zcmMudGFyLmd6KSA9IDI0NzQyCkVORC1vZi1s aWJuYWppL2Rpc3RpbmZvCmVjaG8geCAtIGxpYm5hamkvTWFrZWZpbGUKc2Vk ICdzL15YLy8nID5saWJuYWppL01ha2VmaWxlIDw8ICdFTkQtb2YtbGlibmFq aS9NYWtlZmlsZScKWCMgTmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUg Zm9yOiAgbGlibmFqaQpYIyBEYXRlIGNyZWF0ZWQ6ICAgICAgICAxOCBNYXkg MjAwNQpYIyBXaG9tOiAgICAgICAgICAgICAgICBORUNERVQgQ09LWUFaSUNJ IDxjb2t5YXppY2lAeWFob28uY28udWs+ClgjClgjICRGcmVlQlNEJApYIwpY ClhQT1JUTkFNRT0gICAgICAgICAgICAgIGxpYm5hamkKWFBPUlRWRVJTSU9O PSAgICAgICAgICAgMC4zLjAKWENBVEVHT1JJRVM9ICAgICAgICAgICAgZGV2 ZWwKWE1BU1RFUl9TSVRFUz0gICAgICAgICAgJHtNQVNURVJfU0lURV9TT1VS Q0VGT1JHRV9FWFRFTkRFRH0KWE1BU1RFUl9TSVRFX1NVQkRJUj0gICAgbmFq aXRvb2wKWApYTUFJTlRBSU5FUj0gICAgICAgICAgICBjb2t5YXppY2lAeWFo b28uY28udWsKWENPTU1FTlQ9ICAgICAgICAgICAgICAgQSBsaWJyYXJ5IHRo YXQgZ2VuZXJhdGVzLCBjb252ZXJ0cywgYW5kIGZpbHRlcnMgZmlsZXMuClgK WE1BS0VGSUxFPSAgICAgICAgICAgICAgbWFrZWZpbGUKWApYRElTVFZFUlNJ T05TVUZGSVg9ICAgICAuc3JjClgKWGRvLWluc3RhbGw6ClgJJChDUCkgJChX UktESVIpL2xpYm5hamktMC4zLjAuc3JjL2xpYm5hamkuaCAkKExPQ0FMQkFT RSkvaW5jbHVkZQpYCSQoQ1ApICQoV1JLRElSKS9saWJuYWppLTAuMy4wLnNy Yy9saWJuYWppLmEgJChMT0NBTEJBU0UpL2xpYgpYClguaW5jbHVkZSA8YnNk LnBvcnQubWs+CkVORC1vZi1saWJuYWppL01ha2VmaWxlCmVjaG8geCAtIGxp Ym5hamkvcGtnLXBsaXN0CnNlZCAncy9eWC8vJyA+bGlibmFqaS9wa2ctcGxp c3QgPDwgJ0VORC1vZi1saWJuYWppL3BrZy1wbGlzdCcKWGluY2x1ZGUvbGli bmFqaS5oClhsaWIvbGlibmFqaS5hCkVORC1vZi1saWJuYWppL3BrZy1wbGlz dApleGl0Cgo= --0-147498423-1116416883=:24656 Content-Type: application/octet-stream; name=najitool Content-Transfer-Encoding: base64 Content-Description: 1926704774-najitool Content-Disposition: attachment; filename=najitool IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhl biB1bnBhY2sgaXQgYnkgZW50ZXJpbmcgInNoIGZpbGUiLiAgTm90ZSwgaXQg bWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQgZGlyZWN0b3Jp ZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBl cm1pc3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJbmFq aXRvb2wKIwluYWppdG9vbC9NYWtlZmlsZQojCW5haml0b29sL3BrZy1kZXNj cgojCW5haml0b29sL3BrZy1wbGlzdAojCW5haml0b29sL2Rpc3RpbmZvCiMK ZWNobyBjIC0gbmFqaXRvb2wKbWtkaXIgLXAgbmFqaXRvb2wgPiAvZGV2L251 bGwgMj4mMQplY2hvIHggLSBuYWppdG9vbC9NYWtlZmlsZQpzZWQgJ3MvXlgv LycgPm5haml0b29sL01ha2VmaWxlIDw8ICdFTkQtb2YtbmFqaXRvb2wvTWFr ZWZpbGUnClgjIE5ldyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjog IG5haml0b29sClgjIERhdGUgY3JlYXRlZDogICAgICAgIDE4IE1heSAyMDA1 ClgjIFdob206ICAgICAgICAgICAgICAgIE5FQ0RFVCBDT0tZQVpJQ0kgPGNv a3lhemljaUB5YWhvby5jby51az4KWCMKWCMgJEZyZWVCU0QkClgjClgKWFBP UlROQU1FPSAgICAgICAgICAgICAgbmFqaXRvb2wKWFBPUlRWRVJTSU9OPSAg ICAgICAgICAgMC41LjAKWENBVEVHT1JJRVM9ICAgICAgICAgICAgbWlzYwpY TUFTVEVSX1NJVEVTPSAgICAgICAgICAke01BU1RFUl9TSVRFX1NPVVJDRUZP UkdFX0VYVEVOREVEfQpYTUFTVEVSX1NJVEVfU1VCRElSPSAgICBuYWppdG9v bApYClhNQUlOVEFJTkVSPSAgICAgICAgICAgIGNva3lhemljaUB5YWhvby5j by51awpYQ09NTUVOVD0gICAgICAgICAgICAgICBBIHRvb2wgdGhhdCBnZW5l cmF0ZXMsIGNvbnZlcnRzLCBhbmQgZmlsdGVycyBmaWxlcy4KWApYREVQRU5E Uz0gICAgICAgICAgICAgICAkKFBPUlRTRElSKS9kZXZlbC9saWJuYWppClgK WE1BS0VGSUxFPSAgICAgICAgICAgICAgbWFrZWZpbGUKWApYRElTVFZFUlNJ T05TVUZGSVg9ICAgICAuc3JjClgKWHByZS1idWlsZDoKWAkkKENQKSAke0xP Q0FMQkFTRX0vaW5jbHVkZS9saWJuYWppLmggJChXUktESVIpL25haml0b29s LTAuNS4wLnNyYwpYCSQoQ1ApICR7TE9DQUxCQVNFfS9saWIvbGlibmFqaS5h ICQoV1JLRElSKS9uYWppdG9vbC0wLjUuMC5zcmMKWApYZG8taW5zdGFsbDoK WAkkKENQKSAkKFdSS0RJUikvbmFqaXRvb2wtMC41LjAuc3JjL25haml0b29s ICR7TE9DQUxCQVNFfS9iaW4KWApYLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgpF TkQtb2YtbmFqaXRvb2wvTWFrZWZpbGUKZWNobyB4IC0gbmFqaXRvb2wvcGtn LWRlc2NyCnNlZCAncy9eWC8vJyA+bmFqaXRvb2wvcGtnLWRlc2NyIDw8ICdF TkQtb2YtbmFqaXRvb2wvcGtnLWRlc2NyJwpYbmFqaXRvb2wgZ2VuZXJhdGVz IGFuZC9vciBtYWtlcyBhbHRlcmVkIGNvcGllcyBvZiBmaWxlcyBpbiB0aGUg cGF0dGVybnMKWHlvdSBzcGVjaWZ5IG9yIHNob3dzIHRvIHRoZSBzY3JlZW4u IG5haml0b29sIGlzIGJlaW5nIGRldmVsb3BlZCBpbiB0aGUKWEFOU0kgQyBz dGFuZGFyZCBzbyBpdCBzaG91bGQgd29yayBhbmQgY29tcGlsZSBvbiBhbnkg c3lzdGVtIHRoYXQgc3VwcG9ydHMKWEFOU0kgQywgd2hpY2ggc2hvdWxkIGJl IGV2ZXJ5IHN5c3RlbS4KWCAKWCBXV1c6IGh0dHA6Ly9uYWppdG9vbC5zZi5u ZXQvClggClggLSBORUNERVQgQ09LWUFaSUNJClggY29reWF6aWNpQHlhaG9v LmNvLnVrCkVORC1vZi1uYWppdG9vbC9wa2ctZGVzY3IKZWNobyB4IC0gbmFq aXRvb2wvcGtnLXBsaXN0CnNlZCAncy9eWC8vJyA+bmFqaXRvb2wvcGtnLXBs aXN0IDw8ICdFTkQtb2YtbmFqaXRvb2wvcGtnLXBsaXN0JwpYYmluL25haml0 b29sCkVORC1vZi1uYWppdG9vbC9wa2ctcGxpc3QKZWNobyB4IC0gbmFqaXRv b2wvZGlzdGluZm8Kc2VkICdzL15YLy8nID5uYWppdG9vbC9kaXN0aW5mbyA8 PCAnRU5ELW9mLW5haml0b29sL2Rpc3RpbmZvJwpYTUQ1IChuYWppdG9vbC0w LjUuMC5zcmMudGFyLmd6KSA9IGExMjM4OWNmZWUzMTA0ZjE0MmVkMDJmNDFm YjYwNjI2ClhTSVpFIChuYWppdG9vbC0wLjUuMC5zcmMudGFyLmd6KSA9IDEw MDkyCkVORC1vZi1uYWppdG9vbC9kaXN0aW5mbwpleGl0Cgo= --0-147498423-1116416883=:24656-- From owner-freebsd-ports@FreeBSD.ORG Wed May 18 11:49:53 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C7C16A4CE for ; Wed, 18 May 2005 11:49:53 +0000 (GMT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5F343DC3 for ; Wed, 18 May 2005 11:49:52 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd17.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1DYN3f-0003Hl-02; Wed, 18 May 2005 13:49:51 +0200 Received: from Andro-Beta.Leidinger.net (ESYoXYZL8eoiOW6N46ydDxL7pwi9qEGmYlnE9K++Wkw6Z3Y5Xpyhc-@[217.229.212.213]) by fwd17.sul.t-online.de with esmtp id 1DYN3U-1kwOJM0; Wed, 18 May 2005 13:49:40 +0200 Received: from localhost (localhost [127.0.0.1])j4IBndX1067851; Wed, 18 May 2005 13:49:39 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.32 ([141.113.101.32]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Wed, 18 May 2005 13:49:39 +0200 Message-ID: <20050518134939.svclws0lc0k4skog@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 18 May 2005 13:49:39 +0200 From: Alexander Leidinger To: Matthew Soffen References: <1116344389.10339.42.camel@msoffen.iso-ne.com> In-Reply-To: <1116344389.10339.42.camel@msoffen.iso-ne.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-ID: ESYoXYZL8eoiOW6N46ydDxL7pwi9qEGmYlnE9K++Wkw6Z3Y5Xpyhc-@t-dialin.net X-TOI-MSGID: 39d5f07b-4c8b-4875-86c2-5a9e266e5b40 cc: ports@freebsd.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:49:53 -0000 Matthew Soffen wrote: > I've recently upgraded my dev box to FreeBSD 4.11 ( 5.3 wouldn't install > on the box at all ) . I installed automake19, autoconf259, and > libtool15. > > However NONE of the Linux HA tools would work. They were looking for > automake ( not automake19) so as a check, I created soft links. This > seemed to work until something needed to re-run the autotools. > Would it be possible to have the package install either a symlink or a > hardlink for the specific files ? AFAIK the autotools situation is as follows: The plain autotools packages are for the use in the ports collection. If you want to participate in the development of 3rd party software on FreeBSD you have to use the gnu-XXX verions of the autotools (e.g. devel/gnu-automake). If some of those are outdated, feel free to submit updates to the maintainer. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Real programmers are secure enough to write readable code, which they then self-righteously refuse to explain. From owner-freebsd-ports@FreeBSD.ORG Wed May 18 11:50:52 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A22616A4CE for ; Wed, 18 May 2005 11:50:52 +0000 (GMT) Received: from relay.rdsnet.ro (smtp1-133.rdsnet.ro [62.231.74.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 20F0143DCF for ; Wed, 18 May 2005 11:50:50 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 12837 invoked from network); 18 May 2005 11:43:04 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 18 May 2005 11:43:04 -0000 Received: (qmail 28716 invoked by uid 89); 18 May 2005 12:04:44 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 18 May 2005 12:04:44 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 8B4FC60B2; Wed, 18 May 2005 14:50:46 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP; Wed, 18 May 2005 14:50:46 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id E852F88; Wed, 18 May 2005 14:50:45 +0300 (EEST) Date: Wed, 18 May 2005 14:50:45 +0300 From: Ion-Mihai Tetcu To: COKYAZICI Message-ID: <20050518145045.38c90d15@it.buh.cameradicommercio.ro> In-Reply-To: <20050518114803.25131.qmail@web25404.mail.ukl.yahoo.com> References: <20050518114803.25131.qmail@web25404.mail.ukl.yahoo.com> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP cc: ports@freebsd.org Subject: Re: Sending my ports here because I can't use send-pr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 11:50:52 -0000 On Wed, 18 May 2005 12:48:03 +0100 (BST) COKYAZICI wrote: > Hi, I made two new ports. I checked them with portlint > and they seem to be ok. I done shar `find port_dir` to > make the attachments as it was mentioned in the > freebsd ports handbook. But I couldn't figure out how > to use send-pr so I'm e-mailing them here, I hope > you'll accept it and add it to the ports collection. You can try sysutils/gtk-send-pr or the web interface. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Wed May 18 13:19:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4CB16A4D6 for ; Wed, 18 May 2005 13:19:16 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7583D43D41 for ; Wed, 18 May 2005 13:19:16 +0000 (GMT) (envelope-from freebsd@irotas.net) Received: from web3.messagingengine.com (web3.internal [10.202.2.212]) by frontend1.messagingengine.com (Postfix) with ESMTP id DE36AC90D99; Wed, 18 May 2005 09:19:10 -0400 (EDT) Received: by web3.messagingengine.com (Postfix, from userid 99) id 62FF822B4; Wed, 18 May 2005 09:19:11 -0400 (EDT) Message-Id: <1116422351.13950.234407805@webmail.messagingengine.com> X-Sasl-Enc: Do3LVvST2SQCAT/KSHB1GcFl2TVU1OUGK2bHO7JYyala 1116422351 From: "Adam McLaurin" To: "COKYAZICI" , "FreeBSD-Ports" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) References: <20050518114803.25131.qmail@web25404.mail.ukl.yahoo.com> In-Reply-To: <20050518114803.25131.qmail@web25404.mail.ukl.yahoo.com> Date: Wed, 18 May 2005 09:19:11 -0400 Subject: Re: Sending my ports here because I can't use send-pr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 13:19:17 -0000 In the future you might try sysutils/gtk-send-pr Some people file that easier than using send-pr directly -Adam On Wed, 18 May 2005 12:48:03 +0100 (BST), "COKYAZICI" said: > Hi, I made two new ports. I checked them with portlint > and they seem to be ok. I done shar `find port_dir` to > make the attachments as it was mentioned in the > freebsd ports handbook. But I couldn't figure out how > to use send-pr so I'm e-mailing them here, I hope > you'll accept it and add it to the ports collection. > > > > > > ___________________________________________________________ > Yahoo! Messenger - want a free and easy way to contact your friends > online? http://uk.messenger.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed May 18 13:41:37 2005 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195DD16A4CE; Wed, 18 May 2005 13:41:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33A943D7B; Wed, 18 May 2005 13:41:36 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (lawrance@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4IDfX46004990; Wed, 18 May 2005 13:41:33 GMT (envelope-from lawrance@freefall.freebsd.org) Received: (from lawrance@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4IDfXOZ004986; Wed, 18 May 2005 13:41:33 GMT (envelope-from lawrance) Date: Wed, 18 May 2005 13:41:33 GMT From: Sam Lawrance Message-Id: <200505181341.j4IDfXOZ004986@freefall.freebsd.org> To: lawrance@FreeBSD.org, freebsd-ports@FreeBSD.org, lawrance@FreeBSD.org Subject: Re: ports/80946: [mnogosearch part 2] www/php4-mnogosearch: Mnogosearch PHP4 Extension module X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 13:41:37 -0000 Synopsis: [mnogosearch part 2] www/php4-mnogosearch: Mnogosearch PHP4 Extension module Responsible-Changed-From-To: freebsd-ports->lawrance Responsible-Changed-By: lawrance Responsible-Changed-When: Wed May 18 13:41:08 GMT 2005 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=80946 From owner-freebsd-ports@FreeBSD.ORG Wed May 18 13:44:45 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B5B4816A4D0; Wed, 18 May 2005 13:44:45 +0000 (GMT) Date: Wed, 18 May 2005 13:44:45 +0000 From: Alexey Dokuchaev To: 2@catallo.de Message-ID: <20050518134445.GA67220@FreeBSD.org> References: <428B0F4E.8090107@arcor.de> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <428B0F4E.8090107@arcor.de> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: rezound-0.12.0.b doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 13:44:45 -0000 On Wed, May 18, 2005 at 11:47:58AM +0200, Sandro Catallo wrote: > Hi, > > I am searching for a good sample-editing-tool under FreeBSD so I tried > to install Rezound from the ports, > but there was a missing dependency to the toolkit Fox. After installing > Fox I tried again but it ends like this: Hi, I think I've fixed it. Please re-cvsup and try again. Thanks! ./danfe From owner-freebsd-ports@FreeBSD.ORG Wed May 18 14:27:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A1716A4CE for ; Wed, 18 May 2005 14:27:15 +0000 (GMT) Received: from web31006.mail.mud.yahoo.com (web31006.mail.mud.yahoo.com [68.142.200.169]) by mx1.FreeBSD.org (Postfix) with SMTP id ED7A643D93 for ; Wed, 18 May 2005 14:27:14 +0000 (GMT) (envelope-from dyeske@yahoo.com) Received: (qmail 15407 invoked by uid 60001); 18 May 2005 14:27:07 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=k9BcDLC+uRY/k6QFyXv9O9ezNZS2G25QZJDwoLrNPhhevVyfmItL9u3cLrUJGO/Y/omvTXRnkwbqYLXsEF3Yy9YmKqS2wnteBggB6bGk/QQFOK9nNupDH1evMnwTwW2pTPVk1ytP883IhGeXVt9Zhfr5YbCVWRT6f4zcxjhpJLU= ; Message-ID: <20050518142707.15405.qmail@web31006.mail.mud.yahoo.com> Received: from [24.159.107.193] by web31006.mail.mud.yahoo.com via HTTP; Wed, 18 May 2005 07:27:06 PDT Date: Wed, 18 May 2005 07:27:06 -0700 (PDT) From: David Yeske To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Fwd: Ports with version numbers going backwards: x11/electricsheep X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 14:27:15 -0000 What is the best way to fix this? How about bumping PORTREVISION? --- chkversion wrote: > From chkversion Wed May 18 01:33:27 2005 > Date: Wed, 18 May 2005 04:33:27 -0400 (EDT) > From: chkversion > To: FreeBSD ports > CC: bms@FreeBSD.org, dyeske@yahoo.com > Subject: Ports with version numbers going backwards: x11/electricsheep > > ** The following ports have a version number that sorts before a previous one > ** > > For many package tools to work correctly, it is of utmost importance that > version numbers of a port form a monotonic increasing sequence over time. > Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for > more information. Tools that won't work include pkg_version, portupgrade > and portaudit. A common error is an accidental deletion of PORTEPOCH. > > Please fix any errors as soon as possible. > > - *x11/electricsheep* : electricsheep-2.6 < > electricsheep-2.6b7 > | revision 1.19 > | date: 2005/05/17 16:44:55; author: bms; state: Exp; lines: +1 -1 > | Update to 2.6 point release. > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed May 18 14:42:20 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C0F16A4CE for ; Wed, 18 May 2005 14:42:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE9743DB2 for ; Wed, 18 May 2005 14:42:19 +0000 (GMT) (envelope-from chrima@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so202622wra for ; Wed, 18 May 2005 07:42:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=Sd9tQwUJtoeryukY/9g01Zk8dbd4vPHjMPjz1ei/22zN5UXIli/ldfmYUcvml2s0p+vYmZn5p5aIYamgqHl4UtdbgKzbTQm5/E7qsKTse/xYQ/EJc22rKA3jvkqbmUIq87N2JGm9Dn/Tf88HLT6jGDcyCxkaVGc/nZwXbLkl+pM= Received: by 10.54.31.70 with SMTP id e70mr449261wre; Wed, 18 May 2005 07:42:13 -0700 (PDT) Received: from ?10.0.1.1? ([70.248.225.148]) by mx.gmail.com with ESMTP id 26sm240383wrl.2005.05.18.07.42.13; Wed, 18 May 2005 07:42:13 -0700 (PDT) Message-ID: <428B5441.5080601@gmail.com> Date: Wed, 18 May 2005 09:42:09 -0500 From: "Christine F. Maxwell" User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mich@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: finfo-0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 14:42:20 -0000 I'm very happy to see my finfo utility included in the FreeBSD ports collection, but I do have one little nit to pick. Installing finfo does not install the finfo man page. While it may be of little value, badly formatted, etc... I would very much prefer that the man page (finfo.1.gz) be installed. P.S. The o-o.org address has not been valid since the domain was stolen from me by a cybersquatter more than a year ago. A new version of Finfo, along with some other similarly trivial utilities will appear on my new site when I finish organizing it. From owner-freebsd-ports@FreeBSD.ORG Wed May 18 14:55:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E39916A4CE for ; Wed, 18 May 2005 14:55:13 +0000 (GMT) Received: from isis.sigpipe.cz (fw.sigpipe.cz [62.245.70.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E3443DA3 for ; Wed, 18 May 2005 14:55:12 +0000 (GMT) (envelope-from neuhauser@sigpipe.cz) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 176D21F87BEE; Wed, 18 May 2005 16:55:09 +0200 (CEST) Date: Wed, 18 May 2005 16:55:09 +0200 From: Roman Neuhauser To: David Yeske Message-ID: <20050518145508.GE10617@isis.sigpipe.cz> Mail-Followup-To: David Yeske , ports@freebsd.org References: <20050518142707.15405.qmail@web31006.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050518142707.15405.qmail@web31006.mail.mud.yahoo.com> User-Agent: Mutt/1.5.9i cc: ports@freebsd.org Subject: Re: Fwd: Ports with version numbers going backwards: x11/electricsheep X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 14:55:13 -0000 # dyeske@yahoo.com / 2005-05-18 07:27:06 -0700: > --- chkversion wrote: > > - *x11/electricsheep* : electricsheep-2.6 < electricsheep-2.6b7 > > What is the best way to fix this? How about bumping PORTREVISION? No, you need to bump up PORTEPOCH, and remember that it never, ever, till the end of the time, may be decreased. -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 From owner-freebsd-ports@FreeBSD.ORG Wed May 18 16:10:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B1C16A4CE for ; Wed, 18 May 2005 16:10:18 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F4D43DA4 for ; Wed, 18 May 2005 16:10:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 792815131A; Wed, 18 May 2005 09:10:15 -0700 (PDT) Date: Wed, 18 May 2005 09:10:15 -0700 From: Kris Kennaway To: Matthew Soffen Message-ID: <20050518161015.GA94920@xor.obsecurity.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <1116344389.10339.42.camel@msoffen.iso-ne.com> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 16:10:18 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 17, 2005 at 11:39:49AM -0400, Matthew Soffen wrote: > Would it be possible to have the package install either a symlink or a > hardlink for the specific files ?=20 Unfortunately not. This change was deliberate, because a lot of software will not build with the latest versions of auto*, which are unaccountably incompatible with older versions. Using generic names would cause software to pick up versions other than the version they are known and intended to build with. You're invited to express your opinions about the necessity of using these ugly hacks with the autotools developers :-) Kris --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCi2jmWry0BWjoQKURAoImAKDYN2Uce5e764o8cXEQ69jFNq60ZQCffa3Q 3g9aF8vRFNXwf2h1F+3JHpA= =I2ls -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-ports@FreeBSD.ORG Wed May 18 18:01:40 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870FB16A4CE for ; Wed, 18 May 2005 18:01:40 +0000 (GMT) Received: from mail.iso-ne.com (mail.iso-ne.com [205.172.241.197]) by mx1.FreeBSD.org (Postfix) with SMTP id C11B043D83 for ; Wed, 18 May 2005 18:01:39 +0000 (GMT) (envelope-from msoffen@iso-ne.com) Received: (qmail 4299 invoked by uid 0); 18 May 2005 18:01:33 -0000 Received: from unknown (HELO EXCHSULB.iso-ne.com) (10.145.10.106) by mail.iso-ne.com with SMTP; 18 May 2005 18:01:33 -0000 Received: from msoffen.iso-ne.com ([10.145.210.120]) by EXCHSULB.iso-ne.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 18 May 2005 14:01:31 -0400 Received: from msoffen.iso-ne.com (localhost.localdomain [127.0.0.1]) by msoffen.iso-ne.com (8.13.1/8.12.8) with ESMTP id j4II1VFY005463; Wed, 18 May 2005 14:01:31 -0400 Received: (from msoffen@localhost) by msoffen.iso-ne.com (8.13.1/8.12.11/Submit) id j4II1U1K005459; Wed, 18 May 2005 14:01:30 -0400 X-Authentication-Warning: msoffen.iso-ne.com: msoffen set sender to msoffen@iso-ne.com using -f From: Matthew Soffen To: Kris Kennaway In-Reply-To: <20050518161015.GA94920@xor.obsecurity.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> Date: Wed, 18 May 2005 14:01:30 -0400 Message-Id: <1116439290.4769.9.camel@msoffen.iso-ne.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) X-OriginalArrivalTime: 18 May 2005 18:01:31.0327 (UTC) FILETIME=[9EF8F4F0:01C55BD3] X-Scanned-By: RAE MPP/extblocker http://www.messagepartners.com X-Scanned-By: This message was scanned by MPP v.2 (www.messagepartners.com) X-Scanned-By: RAE MPP/Clamd http://www.messagepartners.com X-Scanned-By: RAE MPP/Mailshell http://www.messagepartners.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 18:01:40 -0000 Trust me. The entire Linux HA team has expressed displeasure with the auto tools team. Too bad we couldn't just get something like there was for switching between the /usr/bin/perl and /usr/local/bin/perl Matt On Wed, 2005-05-18 at 09:10 -0700, Kris Kennaway wrote: > On Tue, May 17, 2005 at 11:39:49AM -0400, Matthew Soffen wrote: > > > Would it be possible to have the package install either a symlink or a > > hardlink for the specific files ? > > Unfortunately not. This change was deliberate, because a lot of > software will not build with the latest versions of auto*, which are > unaccountably incompatible with older versions. Using generic names > would cause software to pick up versions other than the version they > are known and intended to build with. > > You're invited to express your opinions about the necessity of using > these ugly hacks with the autotools developers :-) > > Kris From owner-freebsd-ports@FreeBSD.ORG Wed May 18 18:26:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21BC16A4CE for ; Wed, 18 May 2005 18:26:12 +0000 (GMT) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0A643DD0 for ; Wed, 18 May 2005 18:26:11 +0000 (GMT) (envelope-from jr@opal.com) Received: from linwhf.opal.com (112.79.171.66.subscriber.vzavenue.net [66.171.79.112]) by smtp.vzavenue.net (MOS 3.4.8-GR) with ESMTP id CGA13253; Wed, 18 May 2005 14:25:56 -0400 (EDT) Received: from ASSP-nospam (localhost [127.0.0.1]) by linwhf.opal.com (8.13.3/8.13.3) with ESMTP id j4IIPtnc038316 for ; Wed, 18 May 2005 14:25:55 -0400 (EDT) (envelope-from jr@opal.com) Received: from 127.0.0.1 ([127.0.0.1] helo=linwhf.opal.com) by ASSP-nospam ; 18 May 05 18:25:55 -0000 Received: (from jr@localhost) by linwhf.opal.com (8.13.3/8.13.3/Submit) id j4IIPtYn038315 for freebsd-ports@freebsd.org; Wed, 18 May 2005 14:25:55 -0400 (EDT) (envelope-from jr) Date: Wed, 18 May 2005 14:25:55 -0400 From: "J.R. Oldroyd" To: freebsd-ports@freebsd.org Message-ID: <20050518182555.GD910@linwhf.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Junkmail-Status: score=0/50, host=smtp.vzavenue.net Subject: Pre-release port of ASSP, Anti-Spam SMTP Proxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 18:26:13 -0000 I have put together a port of ASSP from assp.sourceforge.net version 1.1.1.b12. If you're interested in testing the port and offering feedback before it's submitted to GNATS, please go here to download it: http://opal.com/freebsd/ports/mail/assp/ From owner-freebsd-ports@FreeBSD.ORG Wed May 18 18:35:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BFB16A4CE for ; Wed, 18 May 2005 18:35:23 +0000 (GMT) Received: from isis.sigpipe.cz (fw.sigpipe.cz [62.245.70.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754A343D5A for ; Wed, 18 May 2005 18:35:22 +0000 (GMT) (envelope-from neuhauser@sigpipe.cz) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 2CA0A1F87BED; Wed, 18 May 2005 20:35:20 +0200 (CEST) Date: Wed, 18 May 2005 20:35:20 +0200 From: Roman Neuhauser To: Matthew Soffen Message-ID: <20050518183519.GB16367@isis.sigpipe.cz> Mail-Followup-To: Matthew Soffen , Kris Kennaway , ports@FreeBSD.org References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1116439290.4769.9.camel@msoffen.iso-ne.com> User-Agent: Mutt/1.5.9i cc: ports@FreeBSD.org cc: Kris Kennaway Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 18:35:23 -0000 Don't top-post. # msoffen@iso-ne.com / 2005-05-18 14:01:30 -0400: > On Wed, 2005-05-18 at 09:10 -0700, Kris Kennaway wrote: > > On Tue, May 17, 2005 at 11:39:49AM -0400, Matthew Soffen wrote: > > > > > Would it be possible to have the package install either a symlink > > > or a hardlink for the specific files ? > > > > Unfortunately not. This change was deliberate, because a lot of > > software will not build with the latest versions of auto*, which are > > unaccountably incompatible with older versions. Using generic names > > would cause software to pick up versions other than the version they > > are known and intended to build with. > > > > You're invited to express your opinions about the necessity of using > > these ugly hacks with the autotools developers :-) > > Trust me. The entire Linux HA team has expressed displeasure with the > auto tools team. > > Too bad we couldn't just get something like there was for switching > between the /usr/bin/perl and /usr/local/bin/perl You're approaching the problem from the wrong angle. FreeBSD isn't isolated in its approach, Debian reportedly does the same thing, and software authors begin to acknowledge this workaround, see e. g. Subversion ($AUTOCONF): http://svn.collab.net/viewcvs/svn/trunk/autogen.sh?view=markup or PHP: http://marc.theaimsgroup.com/?l=php-dev&m=111196174605412&w=2 -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 From owner-freebsd-ports@FreeBSD.ORG Wed May 18 20:00:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F227B16A4CE for ; Wed, 18 May 2005 20:00:28 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C6543DA3 for ; Wed, 18 May 2005 20:00:28 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id j4IK0P428375 for freebsd-ports@freebsd.org; Wed, 18 May 2005 13:00:25 -0700 (PDT) Date: Wed, 18 May 2005 13:00:24 -0700 From: Mike Hunter To: freebsd-ports@freebsd.org Message-ID: <20050518200024.GA28156@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: openoffice-2.0-devel build problems (Spinlock called when not threaded) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 20:00:29 -0000 Hey team, I'm trying to build openoffice-2.0-devel on 5.4-RELEASE. I have a fresh ports tree. Is this going to be some libmap.conf phun? :| I had to monkey with libmap.conf to even get to this point: libgobject-2.0.so.400 libgobject-2.0.so.600 libgmodule-2.0.so.400 libgmodule-2.0.so.600 libglib-2.0.so.400 libglib-2.0.so.600 Thanks for any suggestions! Mike ------------- /usr/ports/editors/openoffice-2.0-devel/work/bean/native/unix ------------------------------ Making: ../../unxfbsd.pro/lib/libofficebean.so g++-ooo -Wl,-z,combreloc -Wl,-rpath,'$ORIGIN' -shared -L../../unxfbsd.pro/lib -L../lib -L/usr/ports/editors/openoffice-2.0-devel/work/solenv/unxfbsd/lib -L/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib -L/usr/ports/editors/openoffice-2.0-devel/work/solenv/unxfbsd/lib -L/usr/local/jdk1.4.2/lib -L/usr/local/jdk1.4.2/jre/lib/i386 -L/usr/local/jdk1.4.2/jre/lib/i386/client -L/usr/local/jdk1.4.2/jre/lib/i386/native_threads -L/usr/X11R6/lib ../../unxfbsd.pro/slo/officebean_version.o -o ../../unxfbsd.pro/lib/libofficebean.so ../../unxfbsd.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.o ../../unxfbsd.pro/slo/com_sun_star_beans_LocalOfficeWindow.o -ljawt -pthread -lm rm -f ../../unxfbsd.pro/lib/check_libofficebean.so mv ../../unxfbsd.pro/lib/libofficebean.so ../../unxfbsd.pro/lib/check_libofficebean.so /usr/ports/editors/openoffice-2.0-devel/work/solenv/bin/checkdll.sh -L../../unxfbsd.pro/lib -L../lib -L/usr/ports/editors/openoffice-2.0-devel/work/solenv/unxfbsd/lib -L/usr/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib -L/usr/ports/editors/openoffice-2.0-devel/work/solenv/unxfbsd/lib -L/usr/local/jdk1.4.2/lib -L/usr/local/jdk1.4.2/jre/lib/i386 -L/usr/local/jdk1.4.2/jre/lib/i386/client -L/usr/local/jdk1.4.2/jre/lib/i386/native_threads -L/usr/X11R6/lib ../../unxfbsd.pro/lib/check_libofficebean.so Checking DLL ../../unxfbsd.pro/lib/check_libofficebean.so ...Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) dmake: Error code 1, while making '../../unxfbsd.pro/lib/libofficebean.so' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-2.0-devel/work/bean/native/unix dmake: Error code 1, while making 'build_all' '---* tg_merge.mk *---' *** Error code 255 Stop in /usr/ports/editors/openoffice-2.0-devel. From owner-freebsd-ports@FreeBSD.ORG Wed May 18 20:59:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8B816A4CE; Wed, 18 May 2005 20:59:14 +0000 (GMT) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2C543D91; Wed, 18 May 2005 20:59:11 +0000 (GMT) (envelope-from sandro_c@arcor.de) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 025A88A3D; Wed, 18 May 2005 22:59:08 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 124DD73745; Wed, 18 May 2005 22:59:08 +0200 (CEST) Received: from [192.168.0.128] (port-212-202-5-171.dynamic.qsc.de [212.202.5.171]) (Authenticated sender: sandro_c@arcor.de) by mail-in-08.arcor-online.net (Postfix) with ESMTP id DB8F8398BF; Wed, 18 May 2005 22:59:03 +0200 (CEST) Message-ID: <428BAC96.8080404@arcor.de> Date: Wed, 18 May 2005 22:59:02 +0200 From: Sandro Catallo Organization: Kaufmonster.de User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Dokuchaev References: <428B0F4E.8090107@arcor.de> <20050518134445.GA67220@FreeBSD.org> In-Reply-To: <20050518134445.GA67220@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------010708000700070900000201" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org cc: 2@catallo.de Subject: Re: FreeBSD Port: rezound-0.12.0.b doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 20:59:15 -0000 This is a multi-part message in MIME format. --------------010708000700070900000201 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Alexey Dokuchaev wrote: >Hi, > >I think I've fixed it. Please re-cvsup and try again. > > Hi, I updated the ports-tree and tried to compile rezound again, but there's still the same problem. Some info about my system: 22:49 fasteddie% uname -a ~ FreeBSD fasteddie 5.4-STABLE FreeBSD 5.4-STABLE #11: Thu May 12 00:51:06 CEST 2005 sco@fasteddie:/usr/src/sys/i386/compile/FASTEDDIE i386 22:49 fasteddie% pkg_info|grep fox ~ fox-1.0.48 Fast and extensive C++ GUI toolkit This mails attachment contains the build-log and a complete list of my installed ports. If you need any more information just send me a mail! Good Luck! :) Sandro --------------010708000700070900000201 Content-Type: text/plain; name="pkg_info.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg_info.txt" 3ddesktop-0.2.8_1 3D Virtual Desktop Switcher FlightGear-0.9.8 The FlightGear flight simulator Hermes-1.3.3_1 Fast pixel formats conversion library ImageMagick-6.2.2.1 Image processing tools ORBit-0.5.17_2 High-performance CORBA ORB with support for the C language ORBit2-2.12.2 High-performance CORBA ORB with support for the C language OpenEXR-1.2.1_1 A high dynamic-range (HDR) image file format SimGear-0.3.8 A toolkit for 3D games and simulations aMule-1.2.8_2 The all-platform eMule p2p client aalib-1.4.r5_1 An ascii art library abiword-gnome-2.2.7 An open-source, cross-platform WYSIWYG word processor afsp-8.1 Audio file conversion utilities and library amiwm-0.20.p48 A window manager that makes your desktop look like an Amiga amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-ant-1.6.2 Java- and XML-based build tool, conceptually similar to mak apr-nothr-gdbm-db4-1.0.1_1 The Apache Group's Portability Library arts-1.4.0,1 Audio system for the KDE integrated X11 desktop aspell-0.60.2 Spelling checker with better suggestion logic than ispell at-spi-1.6.4 An Assistive Technology Service Provider Interface atk-1.9.1 A GNOME accessibility toolkit (ATK) audacity-1.2.3_1 Audacity is a GUI editor for digital audio waveforms autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_1 GNU Standards-compliant Makefile generator (legacy version automake-1.5_2,1 GNU Standards-compliant Makefile generator (version 1.5) automake-1.9.5 GNU Standards-compliant Makefile generator (version 1.9) avalon-logkit-1.2_1 Java toolkit designed for secure performance oriented loggi barry-0.7_1 A nice KDE frontend to the ports system bash-3.0.16_1 The GNU Project's Bourne Again SHell beep-1.0 Beeps a certain duration and pitch out of the PC Speaker beep-media-player-esound-0.9.7_5,1 GTK2 mp3 player bison-1.75_2 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_1 Bitstream Vera TrueType font collection bluefish-1.0_2 HTML editor designed for the experienced web designer bluej-2.0.2 BlueJ is an integrated Java environment designed for introd bmp-docklet-1.1 System tray controller for beep-media-player bpm-0.4.1b_5 A graphical BSD ports collection manager briquolo-0.5.1 Breakout clone with an OpenGL 3D representation bugbuddy-2.10.0_1 A bug reporting tool for GNOME 2 bzflag-2.0.2 A multiplayer 3D tank battle game cabextract-1.1 A program to extract Microsoft cabinet (.CAB) files cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper) cdrdao-1.1.9 Record CD-R[W]s in disk-at-once mode cheesetracker-0.9.1_1 An Impulse Tracker clone cjk-cdrtools-2.01.20041227 CD/CD-R[W] and ISO-9660 image creation and extraction tools clearlooks-metacity-0.5.2a Clearlooks Metacity theme cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) compat4x-i386-5.3 A convenience package to install the compat4x libraries coreutils-5.2.1 The Free Software Foundation's core utilities cups-base-1.1.23.0_4 The Common UNIX Printing System: headers, libs, & daemons curl-7.13.1_1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-16.1h_2 General network file distribution system optimized for CVS cyrus-sasl-2.1.20_1 RFC 2222 SASL (Simple Authentication and Security Layer) dasher-3.2.15 Information efficient text-entry interface db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_3 The Berkeley DB package, revision 4.1 db42-4.2.52_4 The Berkeley DB package, revision 4.2 dbus-0.33 A message bus system for inter-application communication dbus-sharp-0.33_1 Mono interface to the D-BUS messaging system de-kde-i18n-3.4.0 German messages and documentation for KDE3 de-openoffice-2.0.20050217 Office-Suite mit Textverarbeitung, Tabellenkalkulation, Dat desktop-file-utils-0.10_2 A couple of command line utilities for working with desktop dia-gnome-0.94_2,1 Diagram creation program, similar to Visio dirmngr-0.9.2 A client for managing and downloading certificate revocatio djbfft-0.76_2 An extremely fast library for floating-point convolution docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.68.1 XSL DocBook stylesheets dri-6.2.1,2 OpenGL hardware acceleration drivers for the DRI dvd+rw-tools-5.21.4.10.8 DVD burning software e-uae-0.8.27_1 Enhanced version of UAE, the Amiga emulator eawpats-12_1 Eric A. Welsh's collection of Gravis Ultrasound MIDI patche ecasound-2.2.3_1 Multitrack audio processing software eclipse-3.0.1_4 An open extensible IDE for anything and nothing in particul eclipse-langpack-3.0.1_1 Eclipse Language Pack Feature eel-2.10.1_1 Generally useful classes and extensions to GNOME enchant-1.1.5_1 Dictionary/spellchecking framework eog-2.10.0_1 The Eye Of Gnome image viewer epiphany-1.6.3 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.35_2 A sound library for enlightenment package etherape-0.9.1_6 A graphical network traffic visualization tool for gnome evolution-2.2.2 An integrated mail, calendar and address book distributed s evolution-data-server-1.2.2_1 The data backends for the Evolution integrated mail/PIM sui evolution-webcal-2.2.1 Webcal(endar) handler for gnome expat-1.95.8_1 XML 1.0 parser written in C ezm3-1.2 Easier, more portable Modula-3 distribution for building CV faad2-2.0_5,1 MPEG-2 and MPEG-4 AAC audio decoder fam-2.6.9_6 A file alteration monitor fastest_cvsup-0.2.9_1 Finds fastest CVSup server ffmpeg-0.4.9.p1_2 Hyper fast realtime audio/video encoder/converter, streamin fftw-2.1.5_2 Fast C routines to compute the Discrete Fourier Transform fftw3-3.0.1_4 Fast C routines to compute the Discrete Fourier Transform fgfs-base-0.9.8 FlightGear scenery, textures and aircraft models figlet-2.2.1 SysV banner-like program prints strings in large fancy ASCI fileroller-2.10.3,1 An archive manager for zip files, tar, etc firefox-1.0.4,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec flite-1.2_1 A small run-time speech synthesis engine fontconfig-2.2.3,1 An XML-based font configuration API for X Windows fox-1.0.48 Fast and extensive C++ GUI toolkit freeglut-2.2.0 An alternative to the OpenGL Utility Toolkit (GLUT) library freetype2-2.1.9 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gail-1.8.4 An implementation of the ATK interfaces for GTK+ widgets gal2-2.4.2 A collection of widgets taken from GNOME 2 gnumeric gcalctool-5.5.42,2 A GNOME 2 calculator tool based on the old calctool for Ope gcc-3.2.3_3 GNU Compiler Collection 3.2.3 gconf-editor-2.10.0,1 A gconf database editor for the GNOME 2 environment gconf2-2.10.0 A configuration database system for GNOME gconfmm-2.10.0 C++ wrapper for gconf2 API library gcursor-0.061_3 A mouse cursor theme selector for GNOME gd-2.0.33_1,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager gdk-pixbuf-0.22.0_3 A graphic library for GTK+ gdm-2.6.0.9_1 GNOME 2 version of xdm display manager gedit-2.10.2 A small but powerful text editor for Gnome 2 Desktop Enviro gengetopt-2.11 A tool for generating a C function which parses command lin gettext-0.14.4 GNU gettext package gftp-2.0.18 A free multithreaded GTK-based GUI ftp and sftp client ggv-2.8.4_2 GNOME 2 ghostscript viewer ghostscript-gnu-7.07_12 GNU Postscript interpreter gimp-gnome-2.2.6,1 A GNU Image Manipulation Program gimp-print-4.2.7_1 GIMP Print Printer Driver gle-3.0.3 A GL Tubing and Extrusion Library glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.6.4 Some useful routines of C programming (current stable versi glibmm-2.6.1 C++ interfaces for glib2 gmake-3.80_2 GNU version of 'make' utility gmime-2.1.14 Library (written in C) for parsing and creating messages us gmrun-0.9.2_2 A customizable program to run programs, with tab-completion gnet2-2.0.5_2 A simple network library built upon Glib-2 gnome-art-0.2 Frontend for art.gnome.org gnome-backgrounds-2.10.1_1 A collection of backgrounds for GNOME 2 gnome-icon-theme-2.10.1_1 A collection of icons for the GNOME 2 desktop gnome-icons-snow-apple-20030202_1 Snow-Apple Icons for Gnome gnome-icons-stylish-20030129 Stylish Icons for Gnome gnome-menu-editor-0.1 Simple menu editor for Gnome gnome-menus-2.10.1_1 Implementation of the FreeDesktop Desktop Menu Spec gnome-splashscreen-manager-0.2 Gnome splash screen manager gnome-themes-2.10.1 A collection of themes and icons for GNOME2 designed for ac gnome-themes-extras-0.8.1 More themes for the GNOME 2 desktop environment gnome2-2.10.1 The "meta-port" for the GNOME 2 integrated X11 desktop gnomeapplets2-2.10.1_1 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomecanvas-0.22.0_3 A graphics library for GNOME gnomecontrolcenter2-2.10.1 Control center for GNOME 2 project gnomedesktop-2.10.1 Additional UI API for GNOME 2 gnomedocutils-0.2.0 GNOME doc utils gnomegames2-2.10.1 The game applications package for the Gnome 2 Desktop Envir gnomehier-2.0_6 A utility port that creates the GNOME directory tree gnomeicu2-0.99.5_3 GNOME2 ICQ client gnomekeyring-0.4.2_1 A program that keeps passwords and other secrets gnomelibs-1.4.2_3 Libraries for GNOME, a GNU desktop environment gnomemag-0.12.0_1 GNOME screen magnifier gnomemedia2-2.10.2 Multimedia applications for the GNOME 2 desktop gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomenetstatus-2.10.0 A GNOME applet that shows network status gnomenettool-1.2.0,1 A GNOME utility that provides network information statistic gnomepanel-2.10.1_1 Panel component for the GNOME 2 Desktop gnomepilot2-2.0.13_3 3Com PalmPilot conduit system for GNOME 2 gnomeprint-0.37_1 Gnome print support library gnomesession-2.10.0 Session component for the GNOME 2 desktop gnomespeech-0.3.7 GNOME text-to-speech API gnomespell-1.0.5_5 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.10.1 GNOME 2 system monitor program gnomesystemtools-1.2.0_2 Tools to configure workstations gnometerminal-2.10.0_1 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.8.1 GNOME 2 users guide gnomeutils2-2.10.1,1 GNOME 2 support utilities gnomevfs2-2.10.1 GNOME Virtual File System gnopernicus-0.10.9 Collection of accessibility apps for GNOME 2 gnumeric-1.4.3_1 The GNOME 2 spreadsheet gnupg-1.4.1 The GNU Privacy Guard gnupg-devel-1.9.16 Prerelease package of GnuPG extensions for GnuPG 2.0 gnutls-1.0.24_1 GNU Transport Layer Security library gob2-2.0.11_1 A preprocessor for making GObjects with inline C gocr-0.40 GOCR/JOCR is an OCR (Optical Character Recognition) program gogo-2.39b_1 Very fast MP3 encoder using recent x86 processors' features gok-1.0.5 GNOME On-Screen Keyboard (GOK) gourmet-0.8.3.3 GNOME recipe manager gpdf-2.10.0_1 GNOME version of xpdf gpgme-1.0.2 A library to make access to GnuPG easier gqview-2.1.0_1 Another gtk2-based graphic file viewer gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gsm-1.0.10 Audio converter and library for converting u-law to gsm enc gstreamer-0.8.10 Development framework for creating media applications gstreamer-ffmpeg-0.8.4 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.8.8_3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.8.8_3 Gstreamer a52dec plugin gstreamer-plugins-cdparanoia-0.8.8_3 Gstreamer cdparanoia plugin gstreamer-plugins-core-0.8_3 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.8.8_3 Gstreamer dts plugin gstreamer-plugins-dvd-0.8.8_3 Gstreamer dvd plugin gstreamer-plugins-esound-0.8.8_3 Gstreamer esound plugin gstreamer-plugins-flac-0.8.8_3 Gstreamer flac plugin gstreamer-plugins-gconf-0.8.8_4 Gstreamer gconf plugin gstreamer-plugins-gnomevfs-0.8.8_3 Gstreamer gnomevfs plugin gstreamer-plugins-libpng-0.8.8_3 Gstreamer libpng plugin gstreamer-plugins-mad-0.8.8_3 Gstreamer mad plugin gstreamer-plugins-ogg-0.8.8_3 Gstreamer ogg plugin gstreamer-plugins-pango-0.8.8_3 Gstreamer pango plugin gstreamer-plugins-vorbis-0.8.8_3 Gstreamer vorbis plugin gstreamer-plugins-xvid-0.8.8_3 Gstreamer xvid plugin gtar-1.15.1_1 GNU version of the traditional tar archiver gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.6.7 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.6.3_3 Theme engine for the gtk+-2.0 toolkit gtk-imonc-0.6.4.1 A GTK2-based imond-client to control an on(e) disc fli4l ro gtk-industrial-theme-0.2.29_2 Slick theme for GTK1 from Ximian gtk-sharp-1.0.8 GTK+ and GNOME interfaces for the .NET runtime gtkhtml3-3.6.2 Lightweight HTML rendering/printing/editing engine gtkmm-2.6.2_1 C++ wrapper for Gtk+, Pango, Atk gtksourceview-1.2.0_1 A text widget that adds syntax highlighting to the GtkTextV gtkspell2-2.0.10_1 A GTK+ 2 spell checking component gucharmap-gnome-1.4.3_1 A Unicode/ISO10646 character map and font viewer guile-1.6.5 GNU Ubiquitous Intelligent Language for Extension guilib-1.1.1_2 A very simple GUI framework for use with SDL gxmame-0.35.b2_1,1 GXmame is a GTK frontend for xmame help2man-1.35.1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project hydrogen-0.9.0.b1_1 An advanced drum machine icu-3.2_1 International Components for Unicode (from IBM) id3lib-3.8.3_1 Library for manipulating ID3v1/v1.1 and ID3v2 tags iftop-0.16 Network utility for real-time bandwidth usage information imake-6.8.2 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package imlib2-1.2.0_2 The next generation graphic library for enlightenment packa indubstrial-0.3.2_3 A clean, clear modification on the Industrial GTK+ and Meta intltool-0.33 Tools to internationalize various kinds of data files jackit-0.99.0 A low-latency audio server jam-2.5_2 A build utility like make(1) jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s javanns-1.1 Fully featured neural network simulator javavmwrapper-2.0_4 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.4.2p7 Java Development Kit 1.4.2 jdk-1.5.0p1_1 Java Development Kit 1.5.0 je-1.7.1 Berkeley DB Java Edition jpeg-6b_3 IJG's jpeg compression utilities junit-3.8.1 A regression testing utility for use with the Java(TM) Lang k3b-0.11.23 A CD/DVD recording GUI for KDE kde-lite-3.4.0 The FreeBSD release "meta-port" for (a subset of) KDE kdeaccessibility-3.4.0 Accessibility applications for KDE kdeadmin-3.4.0 KDE applications related to system administration kdeartwork-3.4.0 Additional themes, sounds, wallpapers and window styles for kdeartwork-xscreensaver-kde-3.4.0_1 Support for xscreensaver blankers in KDE kdebase-3.4.0_1 Basic applications for the KDE system kdebase-kompmgr-3.4.0 Utility needed to enable XComposite support in KDE kdegraphics-3.4.0 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.4.0 Digital camera support for KDE kdegraphics-kooka-3.4.0 Raster image scan program for KDE kdegraphics-kuickshow-3.4.0 KDE image viewer kdehier-1.0_6 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.4.0_3 Base set of libraries needed by KDE programs kdemultimedia-3.4.0 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-akode-3.4.0 Default KDE audio backend kdemultimedia-akode-plugins-mpc-3.4.0 Musepack decoder plugin for akode kdemultimedia-akode-plugins-mpeg-3.4.0 MPEG audio decoder plugin for akode kdemultimedia-akode-plugins-oss-3.4.0 OSS output plugin for akode kdemultimedia-akode-plugins-resampler-3.4.0 Resampler plugin for akode kdemultimedia-akode-plugins-xiph-3.4.0 FLAC/Speex/Vorbis decoder plugin for akode kdemultimedia-mpeglib_artsplug-3.4.0 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.4.0 Xine-based multimedia backend for KDE kdenetwork-3.4.0_1 Network-related programs and modules for KDE kdepim-3.4.0 Personal Information Management tools for KDE kdesdk-3.4.0 KDE Software Development Kit kdeutils-3.4.0 Utilities for the KDE integrated X11 desktop kdevelop-3.2.0 Powerful IDE for developing KDE/Qt-based apps kphone-4.1.0 A voice over internet phone ladspa-1.12_1 "Linux Audio Developer's Simple Plugin API" lame-3.96.1 ISO code based fast MP3 encoder kit lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.5_1 A library for creating trees of CORBA Interface Definition libXft-2.1.6_1 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.17 Library for high-performance 2D graphics libassuan-0.6.9 IPC library used by GnuPG and gpgme libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.8.1_1 A component and compound document system for GNOME2 libbonoboui-2.8.1_2 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.0.2 A library to access data on a CDDB server libcdio-0.73 Compact Disc Input and Control Library libchk-1.9 A tool to check shared library links libcroco-0.6.0_1 CSS2 parsing library libdts-0.0.2 Free DTS Coherent Acoustics decoder libdv-0.104 Quasar DV codec (libdv): software codec for DV video encodi libdvbpsi-0.1.4 A library for MPEG TS and DVB PSI tables decoding and gener libdvdcss-1.2.8_1 Portable abstraction library for DVD decryption libdvdnav-0.1.9_1 The library for the xine-dvdnav plugin libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libebml-0.7.3 EBML (Extensible Binary Meta Language), sort of binary vers libesmtp-1.0.3,1 A library for posting electronic mail libexecinfo-1.1_1 A library for inspecting program's backtrace libexif-0.6.12_1 Library to read digital camera file meta-data libfame-0.9.1_1 A video encoding library libflash-0.4.13 GPL Flash (TM) Library libfpx-1.2.0.12 Library routines for working with Flashpix images libgail-gnome-1.1.1 An implementation of the ATK interfaces for GNOME widgets libgcrypt-1.2.1_1 "General purpose crypto library based on code used in GnuPG libgda2-1.2.1 Provides uniform access to different kinds of data sources libglade2-2.5.1_2 GNOME glade library libglademm-2.6.0 C++ wrapper for libglade2 library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgnome-2.10.0_1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.10.0_1 A graphics library for GNOME libgnomecups-0.2.0_1,1 Support library for gnome cups admistration libgnomedb-1.2.1 Library components for the GNOME database frontend libgnomeprint-2.10.3 Gnome print support library libgnomeprintui-2.10.2 Gnome print support library libgnomeui-2.10.0_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.0_1 Common error values for all GnuPG components libgphoto2-2.1.5_1 A universal digital camera picture control tool libgsf-1.11.1 An extensible i/o abstraction for dealing with structured f libgsf-gnome-1.11.1 A GNOME wrapper for libgsf libgtkhtml-2.6.3_1 Lightweight HTML rendering/printing/editing engine libgtop2-2.10.1_1 GNOME 2 top library libiconv-1.9.2_1 A character set conversion library libid3tag-0.15.0b_2 ID3 tags library (part of MAD project) libidn-0.5.16 Internationalized Domain Names command line tool libijs-0.35 C library that supports plugin printer driver for Ghostscri libksba-0.9.11 KSBA is an X.509 Library libltdl-1.5.10 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmatroska-0.7.5 Extensible Multimedia Container Format libmikmod-esound-3.1.11 MikMod Sound Library libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.4.0b_1 A free library for decoding mpeg-2 and mpeg-1 video streams libmusicbrainz-2.1.1 2nd generation incarnation of the CD Index - audio metadata libogg-1.1.2_1,3 Ogg bitstream library libosip2-2.2.0 A low layer of SIP implementation libpaper-1.1.14.3 A library providing routines for paper size management libpci-2.1.11_2 PCI configuration space I/O made easy librsvg2-2.9.5_2 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsidplay-1.36.59 A Commodore SID-chip emulator library to play SID music fil libsigc++-1.2.7 Callback Framework for C++ libsigc++-2.0.12 Callback Framework for C++ libslang-1.4.9 Routines for rapid alpha-numeric terminal applications deve libsndfile-1.0.11 Reading and writing files containing sampled sound (like WA libsoup-2.2.3 A SOAP (Simple Object Access Protocol) implementation in C libtasn1-0.2.13 ASN.1 structure parser library libtheora-1.0.a4 Theora video codec for the Ogg multimedia streaming system libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.5.10_1 Generic shared library support script (version 1.5) libungif-4.1.3 Tools and library routines for working with GIF images libusb-0.1.10a Library giving userland programs access to USB devices libvorbis-1.1.0_1,3 Audio compression codec library libwmf-0.2.8.3 Tools and library for converting Microsoft WMF (windows met libwnck-2.10.0 Library used for writing pagers and taskslists libwww-5.4.0_1 The W3C Reference Library libxine-1.0.1 Libraries for xine multimedia player libxklavier-2.0_2,1 An utility library to make XKB stuff easier libxml-1.8.17_3 Xml parser library for GNOME libxml2-2.6.19 XML parser library for GNOME libxslt-1.1.14 The XSLT C library for GNOME liferea-0.9.1_3 Simple RSS/RDF feed reader linc-1.0.3_3 A library for writing networked servers & clients links-2.1.p17,1 Lynx-like text WWW browser linphone-1.0.1,1 A web phone that supports SIP protocol linphone-base-1.0.1,1 A web phone that supports SIP protocol linux-XFree86-libs-4.3.99.902_2 XFree86 libraries, Linux binary linux-atk-1.2.0_2 Accessibility Toolkit, Linux/i386 binary linux-doom3-demo-1.1.1286 DOOM III demo linux-enemyterritory-2.60 Wolfenstein: Enemy Territory (Linux version) linux-epsxe-1.6.0 A Sony Playstation emulator (Linux version) linux-expat-1.95.5_2 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_2 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.1_2 Linux/i386 binary of Fontconfig linux-glib2-2.2.1_2 Version 2.X Linux/i386 binary port of GLib linux-gtk-1.2_4 RPM of the Gtk lib linux-gtk2-2.2.1_3 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.15_3 RPM of the JPEG lib linux-mesa-3.4.2_5 A graphics library similar to SGI's OpenGL, used from Linux linux-pango-1.2.1_2 Linux pango binary linux-peops-softgpu-1.16 A PSEmu Pro GPU plugin using a software X11 renderer (Linux linux-peops-spu-1.9 A PSEmu Pro SPU plugin using the OSS interface (Linux versi linux-pete-mesagpu-1.75_2 A PSEmu Pro GPU plugin using an OpenGL renderer (Linux vers linux-png-1.2.7_5 RPM of the PNG lib linux-realplayer-10.0.4 Linux RealPlayer 10 from RealNetworks linux-sdl-1.2.5_2 Cross-platform multi-media development API (linux version) linux-spheresofchaos-demo-2.06 An unusual and spectacular shoot-em-up for the PC linux-sun-jdk-1.4.2.08_1 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_1 TIFF library, Linux/i386 binary linux-virtual-jay-peak-1.1a A simulation of snowboarding at the Jay Peak resort in Verm linux_base-8-8.0_6 Base set of packages needed in Linux mode (only for i386) linuxpluginwrapper-20050320 A wrapper allowing use of linux-plugins with native applica liveMedia-2005.05.12,1 LIVE.COM Streaming Media lynx-ssl-2.8.5 A non-graphical, text-based World-Wide Web client with SSL m4-1.4.3 GNU m4 mDNSResponder-107.1_1 "Apple's mDNSResponder" mail-notification-1.1_2 A mail notification for freedesktop.org-compliant system tr mc-4.6.0_15 Midnight Commander, a free Norton Commander Clone metacity-2.10.1_1 A window manager for the adult in you metacity-theme-6nome-1.5 6nome theme for Metacity metacity-theme-Aero-1.3 Aero theme for Metacity metacity-theme-Alloy-C-1.0 Alloy-C theme for Metacity metacity-theme-Hacked-2-1.0 Hacked-2 theme for Metacity metacity-theme-Iridium-Rounded-1.0 Iridium Rounded theme for Metacity metacity-theme-microgui-1.0 The microGUI Sawfish theme for Metacity metacity-themes-20040306_1 Meta-port for Gnome Metacity themes metakit-2.4.9.3 C++ embedded database engine, supports Python and Tcl mono-1.1.7_3 An open source implementation of .NET Development Framework monodoc-1.0.6_2 Documentation browser for Mono and Mono libraries mozilla-1.7.7,2 The open source, standards compliant web browser mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mpeg4ip-libmp4v2-1.1_1 Mpeg-4 library and tools from mpeg4ip nas-1.7 Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler nautilus-cd-burner-2.10.1 CD burner view for Nautilus nautilus2-2.10.1 GNOME file manager and graphical shell developed by Eazel neon-0.24.7 An HTTP and WebDAV client library for Unix systems net-snmp-5.2.1_2 An extendable SNMP implementation netbeans-4.0 A full-featured integrated environment for Java netpanzer-0.8 Real time, isometric view, tank multiplayer strategy game netpanzer-data-0.8 Data files for the netpanzer game netpbm-10.26.9 A toolkit for conversion of images between different format netspeed_applet-0.12.1 Applet that shows how much network traffic occurs on an int nicotine-1.0.8 GTK2 SoulSeek filesharing client nmap-3.81 Port scanning utility for large networks nspr-4.4.1_1 A platform-neutral API for system level and libc like funct nss-3.9.2 Libraries to support development of security-enabled applic nvidia-driver-1.0.7174 NVidia graphics card binary drivers for hardware OpenGL ren nvtv-0.4.7 TV output on nvidia card nvu-1.0.p A complete Web Authoring System similar to Dreamweaver or F ocp-0.1.7 The legendary Open Cubic Player ogle-0.9.2_2 Open DVD player that supports DVD menus ogle-gui-0.9.2_4 An add-on graphical user interface for Ogle open-motif-2.2.3_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openal-20050401 A 3D positional spatialized sound library openldap-client-2.2.26 Open source LDAP client implementation openslp-1.0.11_1 Open-source implementation of the Service Location Protocol p5-Authen-SASL-2.09 Perl5 module for SASL authentication p5-Compress-Zlib-1.33 Perl5 interface to zlib compression library p5-Digest-1.10 Modules that calculate message digests p5-Digest-MD5-2.33 Perl5 interface to the MD5 algorithm p5-HTML-Parser-3.45 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.04 Some useful data table in parsing HTML p5-MIME-Base64-3.05 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.19,1 Perl5 modules to access and use network protocols p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.03 Message handling functions p5-libwww-5.803 Perl5 library for WWW access p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy p7zip-4.18 Command line versions of 7-zip pan2-0.14.2.91_3 Threaded GNOME 2 newsreader based on Agent for Windows pango-1.8.1 An open-source framework for the layout and rendering of i1 pccts-1.33.33 The Purdue Compiler Construction Tool Set pcre-5.0 Perl Compatible Regular Expressions library perl-5.8.6_2 Practical Extraction and Report Language physfs-1.0.0 A library to provide abstract access to various archives pilot-link-0.11.8_3 PalmPilot communications utilities (backup/restore/install/ pkg_cutleaves-20040517 Interactive script for deinstalling 'leaf' packages pkg_tree-1.1_1 Get a 'graphical' tree-overview of installed packages pkgconfig-0.17.2 A utility to retrieve information about installed libraries planner-0.13_1 Project management application for Gnome 2 plib-1.8.4 A portable library for joystick/sound/OpenGL GUI/3D math png-1.2.8_2 Library for manipulating PNG images popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portdowngrade-0.6 Sets a port back to a previous version porteasy-2.8.3 A tool for fetching and building ports portell-0.2 Quick display of FreeBSD port descriptions portupgrade-20041226_2 FreeBSD ports/packages administration and management tool s psiconv-0.9.7 A conversion utility to convert Psion 5(MX) files into othe pth-2.0.4 GNU Portable Threads py24-bsddb-2.4.1_2 Python bindings to the Berkeley DB library py24-gnome-2.10.0 A set of Python bindings for GNOME 2 py24-gtk-2.6.2 A set of Python bindings for GTK py24-imaging-1.1.4 The Python Imaging Library py24-numeric-23.7 The Numeric Extension to Python py24-ogg-1.3_2 Object-oriented Python bindings for the ogg library py24-orbit-2.0.1_1 Python bindings for ORBit2 py24-psyco-1.4 Python Specializing Compiler py24-tkinter-2.4.1_1 Python bindings to the Tk widget set py24-vorbis-1.4 Object-oriented Python bindings for the vorbis library python-2.4.1_1 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qemu-0.7.0s.20050502 QEMU CPU Emulator qmake-3.3.4 The build utility of the Qt project qt-3.3.4 Multiplatform C++ application framework quick-lounge-applet-2.10.0 Applet to orginize your preferred applications on the GNOME rar-3.41,1 File archiver (binary port) rdesktop-1.4.1 RDP client for Windows NT/2000/2003 Terminal Server regexxer-0.8_2 An interactive tool for performing search and replace opera rpm-3.0.6_9 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs rtc-2004.02.24.1_4 Kernel module which provides /dev/rtc device support ruby-1.8.2_3 An object-oriented interpreted scripting language ruby18-atk-0.12.0 Ruby binding for ATK ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-gconf2-0.12.0 A Ruby interface to GConf2 ruby18-gdk_pixbuf2-0.12.0 Ruby binding for GdkPixbuf2 ruby18-glib2-0.12.0 Ruby binding for GLib2 ruby18-gnome2-0.12.0 A set of Ruby bindings for GNOME2 ruby18-gnomecanvas2-0.12.0 Ruby binding for GnomeCanvas2 ruby18-gtk2-0.12.0 Ruby binding for GTK+2 ruby18-libart2-0.12.0 Ruby binding for Libart2 ruby18-libglade2-0.12.0 Ruby binding for Libglade2 ruby18-pango-0.12.0 Ruby binding for Pango samba-2.2.12 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.14a_2 The shared lib from the samba packages sane-backends-1.0.15 API for access to scanners, digitals camera, frame grabbers scrollkeeper-0.3.14_1,1 An Open Document Cataloging Project sdl-1.2.8,2 Cross-platform multi-media development API sdl_image-1.2.4 A simple library to load images of various formats as SDL s sdl_mixer-1.2.6 A sample multi-channel audio mixer library sdl_net-1.2.5_2 A small sample cross-platform networking library sdl_ttf-2.0.7 A library to use TrueType fonts to render text in SDL appli sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project skill-4.1.1 SuperKILL, kill or renice processes by pid, name, tty or ui skippy-xd-0.5.0 A full-screen X11 task-switcher like Apple's Expose skype-1.0.0.20 P2P VoIP software smpeg-0.4.4_3 A free MPEG1 video player library with sound support sound-juicer-2.10.1 Clean, mean and lean CD ripper for GNOME2 soundtouch-1.3.0 An open-source audio processing library sox-12.17.7 SOund eXchange - universal sound sample translator speex-1.0.5,1 An open-source patent-free voice codec splashsetter-0.6.5_2 Splash screen changer for GNOME startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.1.4 Version control system sudo-1.6.8.8 Allow others to run commands as root svgalib-1.4.3_4 A low level console graphics library system-tools-backends-1.2.0_2 Backend system admin scripts for gnome-system-tools t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.3.1 Library for manipulating ID3 tags and Ogg comments tcl-8.4.7,1 Tool Command Language teTeX-base-3.0_3 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter thunderbird-1.0.2_1 Mozilla Thunderbird is standalone mail and news that stands tidy-20000804_2 Fixes and tidies up HTML files tiff-3.7.2 Tools and library routines for working with TIFF images timidity++-2.13.2 Software MIDI player tk-8.4.7,2 Graphical toolkit for TCL tomboy-0.3.2_1 Personal note taking systemfor the GNOME desktop torcs-1.2.3 The Open Racing Car Simulator totem-gstreamer-1.0.2 A Gstreamer-based video player for the Gnome 2 desktop transcode-1.0.0.b3 A text-console utility for video stream processing trigger-0.5.1c A rally car racing game ubench-0.32 Unix Benchmark Utility for CPU(s) and memory unzip-5.52_1 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X vcdimager-0.7.21_2 "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Rippin vino-2.10.0 VNC server that allows for remote access to your GNOME desk vmware3-3.2.1.2242_10,1 A virtual machine emulator - a full PC in a window vte-0.11.13_1 Terminal widget with improved accessibility and I18N suppor webfonts-0.21_1 TrueType core fonts for the Web weblint-1.020 HTML validator and sanity checker win32-codecs-3.1.0.p5_1,1 Huge compilation of Win32 binary codecs, including MPEG-4(D windowmaker-0.91.0 GNUStep-compliant NeXTStep window manager clone wine-20050419 Microsoft Windows compatibility layer for Unix-like systems wmclockmon-0.8.0 A digital clock dockapp with a similar look to wmcpuload wmcpuload-1.0.1 An "lcd" dockapp for windowmaker, which displays the curren wmicons-1.0 Icons mainly for use in Window Maker wmix-3.1 An audio mixer for the WindowMaker dock with TV-like OSD wmmemmon-1.0.1 Mem/Swap monitoring dockapp for WindowMaker wv-1.0.0_2 A library and executables to access Microsoft Word files wxgtk-common-2.4.2_1 The wxWidgets GUI toolkit (common files) wxgtk2-2.4.2_6 The wxWidgets GUI toolkit (GTK2 version) xchat2-2.4.3 An X11 IRC client using the GTK+ 2 toolkit ximian-connector-2.2.2 Evolution plugin to connect to Microsoft Exchange servers xine-0.99.3_1 An X11 multimedia player xmame-0.95 UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) xmbmon-205_1 X/tty motherboard monitor for LM78/79, W8378x, AS99127F, VT xmlcatmgr-2.2 SGML and XML catalog manager xorg-6.8.2 X.Org distribution metaport xorg-clients-6.8.2 X client programs and related files from X.Org xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.8.2 X.Org font encoding files xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.8.2 X.Org TrueType fonts xorg-fonts-type1-6.8.2 X.Org Type1 fonts xorg-fontserver-6.8.2 X font server from X.Org xorg-libraries-6.8.2 X11 libraries and headers from X.Org xorg-nestserver-6.8.2 Nesting X server from X.Org xorg-printserver-6.8.2 X Print server from X.Org xorg-server-6.8.2_1 X.Org X server and related programs xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org xpdf-3.00_6 Display PDF files, and convert them to other formats xscreensaver-gnome-4.21_2 Save your screen while you entertain your cat (for GNOME us xterm-202 Terminal emulator for the X Window System xvid-1.0.3,1 An opensource MPEG-4 codec, based on OpenDivx xvid4conf-1.10_2 XviD configuration panel for transcode yelp-2.10.0_1 A help browser for the GNOME 2 desktop zenity-2.10.0 Display GNOME dialogs from the command line zip-2.3_2 Create/update ZIP files compatible with pkzip zsh-4.2.5 The Z shell --------------010708000700070900000201-- From owner-freebsd-ports@FreeBSD.ORG Wed May 18 21:36:07 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B68D16A4CE for ; Wed, 18 May 2005 21:36:07 +0000 (GMT) Received: from student.bth.se (madness.student.bth.se [194.47.153.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3F343DA4 for ; Wed, 18 May 2005 21:36:03 +0000 (GMT) (envelope-from pt00aan@student.bth.se) Received: from polanski.rsn.bth.se (polanski.rsn.bth.se [194.47.142.237]) j4ILa06o007847 for ; Wed, 18 May 2005 23:36:00 +0200 From: Adam Andersson To: ports@FreeBSD.org Date: Wed, 18 May 2005 23:36:10 +0000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_rF9iCnTPReLopKB" Message-Id: <200505182336.11161.pt00aan@student.bth.se> X-Scanned-By: MIMEDefang 2.51 on 194.47.153.15 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: tcpreplay/libnet port installation error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pt00aan@student.bth.se List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 21:36:07 -0000 --Boundary-00=_rF9iCnTPReLopKB Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, got the following error when trying to install ("make install clean") tcpreplay from ports. ... checking for libnet... yes checking for libnet version... 1.0.x configure: error: Libnet version 1.0.x is no longer supported. Please upgrade to 1.1.0 or better ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/net-mgmt/tcpreplay/work/tcpreplay-2.2.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/net-mgmt/tcpreplay. // Adam --Boundary-00=_rF9iCnTPReLopKB Content-Type: text/plain; charset="us-ascii"; name="installed_pkg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="installed_pkg.txt" total 24844 drwxr-xr-x 2 root wheel - 512B Feb 5 15:39 joe-2.8_5 drwxr-xr-x 2 root wheel - 512B Feb 5 15:49 libtool-1.3.5_2 drwxr-xr-x 2 root wheel - 512B Feb 5 16:04 lynx-2.8.5 drwxr-xr-x 2 root wheel - 512B Feb 5 16:05 ezm3-1.2 drwxr-xr-x 2 root wheel - 512B Feb 5 17:29 perl-5.6.2_2 drwxr-xr-x 2 root wheel - 512B Feb 6 09:53 nasm-0.98.39,1 drwxr-xr-x 2 root wheel - 512B Feb 6 11:22 gengetopt-2.11 drwxr-xr-x 2 root wheel - 512B Feb 6 14:41 qmake-3.3.4 drwxr-xr-x 2 root wheel - 512B Feb 7 09:37 libassuan-0.6.9 drwxr-xr-x 2 root wheel - 512B Feb 7 15:48 cabextract-1.1 drwxr-xr-x 2 root wheel - 512B Feb 8 09:47 rar-3.41,1 drwxr-xr-x 2 root wheel - 512B Feb 8 11:38 zip-2.3_2 drwxr-xr-x 2 root wheel - 512B Feb 8 17:11 libslang-1.4.9 drwxr-xr-x 2 root wheel - 512B Feb 9 21:14 proftpd-1.2.10_1 drwxr-xr-x 2 root wheel - 512B Feb 12 12:31 cksfv-1.3_1 drwxr-xr-x 2 root wheel - 512B Feb 16 00:40 ftpcopy-0.6.7 drwxr-xr-x 2 root wheel - 512B Feb 17 18:49 rpm2cpio-1.2_2 drwxr-xr-x 2 root wheel - 512B Feb 21 15:56 jdk-doc-1.5.0 drwxr-xr-x 2 root wheel - 512B Feb 27 23:51 nmap-3.81 drwxr-xr-x 2 root wheel - 512B Mar 13 22:39 libtool-1.5.10_1 drwxr-xr-x 2 root wheel - 512B Mar 14 00:01 gcc-3.2.3_3 drwxr-xr-x 2 root wheel - 512B Mar 14 00:18 ffmpeg-0.4.9.p1_2 drwxr-xr-x 2 root wheel - 512B Mar 14 07:24 tcl-8.4.7,1 drwxr-xr-x 2 root wheel - 512B Mar 14 08:22 mpeg4ip-libmp4v2-1.1_1 drwxr-xr-x 2 root wheel - 512B Mar 14 08:28 Hermes-1.3.3_1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:15 freebsd-update-1.6_1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:15 bsdiff-4.2 drwxr-xr-x 2 root wheel - 512B Mar 21 00:21 iso8879-1986_2 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 xhtml-1.0.20020801_4 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 scr2txt-1.1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 links-0.98,1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 linuxdoc-1.1_1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 jade-1.2.1_9 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 html-4.01_2 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 dsssl-docbook-modular-1.79,1 drwxr-xr-x 2 root wheel - 512B Mar 21 00:22 docbook-4.1_2 drwxr-xr-x 2 root wheel - 512B Mar 21 11:01 xorg-fonts-miscbitmaps-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 21 11:01 xorg-fonts-cyrillic-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 21 11:01 xorg-fonts-75dpi-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 21 11:01 xorg-fonts-100dpi-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 21 11:01 xorg-documents-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 21 17:37 pilot-link-0.11.8_3 drwxr-xr-x 2 root wheel - 512B Mar 21 17:37 libmal-0.40 drwxr-xr-x 2 root wheel - 512B Mar 21 20:00 texi2html-1.76_1,1 drwxr-xr-x 2 root wheel - 512B Mar 21 20:00 libwww-5.4.0_1 drwxr-xr-x 2 root wheel - 512B Mar 27 22:15 cvsup-without-gui-16.1h_2 drwxr-xr-x 2 root wheel - 512B Mar 28 00:55 nspr-4.4.1_1 drwxr-xr-x 2 root wheel - 512B Mar 28 02:22 p5-Digest-SHA1-2.10 drwxr-xr-x 2 root wheel - 512B Mar 29 22:02 lsof-4.74.2 drwxr-xr-x 2 root wheel - 512B Mar 30 10:31 gsfonts-8.11_2 drwxr-xr-x 2 root wheel - 512B Mar 30 10:31 taglib-1.3.1 drwxr-xr-x 2 root wheel - 512B Mar 30 10:31 imake-6.8.2 drwxr-xr-x 2 root wheel - 512B Mar 30 10:31 db4-4.0.14_1,1 drwxr-xr-x 2 root wheel - 512B Apr 5 23:29 tex-texmflocal-1.9 drwxr-xr-x 2 root wheel - 512B Apr 6 01:10 artswrapper-1.2.1_1 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 automake-1.9.5 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 automake-1.5_2,1 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 automake-1.4.6_1 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 autoconf-2.59_2 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 autoconf-2.53_3 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel - 512B Apr 6 02:04 m4-1.4.3 drwxr-xr-x 2 root wheel - 512B Apr 6 23:01 ctorrent-1.3.4 drwxr-xr-x 2 root wheel - 512B Apr 14 20:05 ruby18-bdb1-0.2.2 drwxr-xr-x 2 root wheel - 512B Apr 14 20:05 ruby-1.8.2_3 drwxr-xr-x 2 root wheel - 512B Apr 14 20:24 libusb-0.1.10a drwxr-xr-x 2 root wheel - 512B Apr 14 23:50 db42-4.2.52_4 drwxr-xr-x 2 root wheel - 512B Apr 14 23:52 amspsfnt-1.0_3 drwxr-xr-x 2 root wheel - 512B Apr 15 00:03 teTeX-texmf-3.0_3 drwxr-xr-x 2 root wheel - 512B Apr 15 00:03 cmpsfont-1.0_4 drwxr-xr-x 2 root wheel - 512B Apr 15 01:52 id3lib-3.8.3_1 drwxr-xr-x 2 root wheel - 512B Apr 15 01:52 cdrtools-2.01 drwxr-xr-x 2 root wheel - 512B Apr 15 01:52 cdrdao-1.1.9 drwxr-xr-x 2 root wheel - 512B Apr 15 15:32 chkrootkit-0.45 drwxr-xr-x 2 root wheel - 512B Apr 15 15:39 portupgrade-20041226_2 drwxr-xr-x 2 root wheel - 512B Apr 20 19:05 fastest_cvsup-0.2.9_1 drwxr-xr-x 2 root wheel - 512B Apr 20 19:17 fftw3-3.0.1_4 drwxr-xr-x 2 root wheel - 512B Apr 20 19:17 faad2-2.0_5,1 drwxr-xr-x 2 root wheel - 512B Apr 20 19:18 libsamplerate-0.1.2 drwxr-xr-x 2 root wheel - 512B Apr 20 19:18 libid3tag-0.15.0b_2 drwxr-xr-x 2 root wheel - 512B Apr 20 19:18 libvisual-0.2.0 drwxr-xr-x 2 root wheel - 512B Apr 20 19:18 libxml-1.8.17_3 drwxr-xr-x 2 root wheel - 512B Apr 20 22:40 xmlcatmgr-2.2 drwxr-xr-x 2 root wheel - 512B Apr 20 22:40 sdocbook-xml-4.1.2.5_2 drwxr-xr-x 2 root wheel - 512B Apr 20 22:40 docbook-sk-4.1.2_3 drwxr-xr-x 2 root wheel - 512B Apr 20 22:40 docbook-xsl-1.68.1 drwxr-xr-x 2 root wheel - 512B Apr 20 22:40 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:24 ncftp-3.1.9 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 drscheme-209 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 dri-6.2.1,2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 apr-nothr-db4-1.0.1_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 WordNet-2.0 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 gnome-icon-theme-2.10.1_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 jed-0.99.16_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 intltool-0.33 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 libggi-2.1.1,1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 libtunepimp-0.3.0_2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 libmusicbrainz-2.1.1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 libglut-6.0.1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 libgii-0.9.1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 p5-XML-Parser-2.34_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 open-motif-2.2.3_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 neon-0.24.7 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 mpeg2codec-1.2_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 startup-notification-0.8_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xorg-fonts-type1-6.8.2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 webfonts-0.21_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 ttmkfdir-20021109_1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 tk-8.4.7,2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 t1lib-5.0.1,1 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xpdf-3.00_6 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xorg-vfbserver-6.8.2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xorg-printserver-6.8.2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xorg-nestserver-6.8.2 drwxr-xr-x 2 root wheel - 512B Apr 25 19:26 xorg-fontserver-6.8.2 drwxr-xr-x 2 root wheel - 512B Apr 25 21:59 openslp-1.0.11_1 drwxr-xr-x 2 root wheel - 512B Apr 26 01:29 ngrep-1.43 drwxr-xr-x 2 root wheel - 512B Apr 26 13:14 libnet-1.0.2a,1 drwxr-xr-x 2 root wheel - 512B Apr 26 13:14 arping-1.07 drwxr-xr-x 2 root wheel - 512B Apr 30 17:04 arpwatch-2.1.a13 drwxr-xr-x 2 root wheel - 512B Apr 30 19:57 libao-esound-0.8.5 drwxr-xr-x 2 root wheel - 512B Apr 30 23:16 sniffit-0.3.7b_2 drwxr-xr-x 2 root wheel - 512B Apr 30 23:24 echolot-0.1.0_1 drwxr-xr-x 2 root wheel - 512B Apr 30 23:35 tcptrack-1.1.5 drwxr-xr-x 2 root wheel - 512B Apr 30 23:35 ipgrab-0.9.8_1 drwxr-xr-x 2 root wheel - 512B Apr 30 23:40 IMHear-1.0 drwxr-xr-x 2 root wheel - 512B Apr 30 23:48 tcpick-0.2.1 drwxr-xr-x 2 root wheel - 512B Apr 30 23:49 dsniff-2.3 drwxr-xr-x 2 root wheel - 512B Apr 30 23:55 sniff-1.0 drwxr-xr-x 2 root wheel - 512B May 1 00:10 libltdl-1.5.10 drwxr-xr-x 2 root wheel - 512B May 5 16:55 xterm-202 drwxr-xr-x 2 root wheel - 512B May 5 17:01 samba-libsmbclient-3.0.14a_2 drwxr-xr-x 2 root wheel - 512B May 5 17:01 libfame-0.9.1_1 drwxr-xr-x 2 root wheel - 512B May 5 17:01 libdvdread-0.9.4_1 drwxr-xr-x 2 root wheel - 512B May 5 17:01 libdvdcss-1.2.8_1 drwxr-xr-x 2 root wheel - 512B May 5 17:01 djbfft-0.76_2 drwxr-xr-x 2 root wheel - 512B May 5 17:01 liba52-0.7.4_1 drwxr-xr-x 2 root wheel - 512B May 5 17:01 howl-0.9.10 drwxr-xr-x 2 root wheel - 512B May 5 17:01 flac-1.1.2 drwxr-xr-x 2 root wheel - 512B May 5 17:25 weblint-1.020 drwxr-xr-x 2 root wheel - 512B May 10 00:58 libijs-0.35 drwxr-xr-x 2 root wheel - 512B May 11 13:49 speex-1.0.5,1 drwxr-xr-x 2 root wheel - 512B May 11 14:12 compat4x-i386-5.3 drwxr-xr-x 2 root wheel - 512B May 11 16:25 tidy-20000804_2 drwxr-xr-x 2 root wheel - 512B May 11 17:00 libpaper-1.1.14.3 drwxr-xr-x 2 root wheel - 512B May 13 12:11 boost-python-1.32.0_2 drwxr-xr-x 2 root wheel - 512B May 13 12:11 python-2.4.1_1 drwxr-xr-x 2 root wheel - 512B May 13 12:12 libnids-1.20 drwxr-xr-x 2 root wheel - 512B May 13 12:18 ORBit-0.5.17_2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 bison-1.75_2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 bash-3.0.16_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 acroread-5.10_1,1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 ORBit2-2.12.2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 easytag-1.0_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 coreutils-5.2.1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gmake-3.80_2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gimp-print-4.2.7_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gftp-2.0.18 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gstreamer-plugins-0.8.8_3 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gstreamer-ffmpeg-0.8.4 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gstreamer-0.8.10 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gpgme-1.0.2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gnupg-1.4.1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 gnomemimedata-2.4.2 drwxr-xr-x 2 root wheel - 512B May 13 12:18 help2man-1.35.1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libcroco-0.6.0_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libbonobo-2.8.1_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libgsf-1.11.1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libgphoto2-2.1.5_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libexif-0.6.12_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 linc-1.0.3_3 drwxr-xr-x 2 root wheel - 512B May 13 12:18 libksba-0.9.11 drwxr-xr-x 2 root wheel - 512B May 13 12:18 linux-sun-jdk-1.4.2.08_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 p5-gettext-1.03 drwxr-xr-x 2 root wheel - 512B May 13 12:18 nvidia-driver-1.0.7174 drwxr-xr-x 2 root wheel - 512B May 13 12:18 nano-1.2.4 drwxr-xr-x 2 root wheel - 512B May 13 12:18 scrollkeeper-0.3.14_1,1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 rkhunter-1.1.9 drwxr-xr-x 2 root wheel - 512B May 13 12:18 wv2-0.2.2_1 drwxr-xr-x 2 root wheel - 512B May 13 12:18 wget-1.8.2_7 drwxr-xr-x 2 root wheel - 512B May 13 12:18 subversion-1.1.4 drwxr-xr-x 2 root wheel - 512B May 13 12:21 vorbis-tools-1.0.1_4,3 drwxr-xr-x 2 root wheel - 512B May 13 17:09 netbeans3-3.6 drwxr-xr-x 2 root wheel - 512B May 13 18:12 libIDL-0.8.5_1 drwxr-xr-x 2 root wheel - 512B May 13 18:12 gnomehier-2.0_6 drwxr-xr-x 2 root wheel - 512B May 13 18:12 desktop-file-utils-0.10_2 drwxr-xr-x 2 root wheel - 512B May 13 19:30 net-snmp-5.2.1_2 drwxr-xr-x 2 root wheel - 512B May 13 19:31 adns-1.1 drwxr-xr-x 2 root wheel - 512B May 14 23:53 urwfonts-1.0 drwxr-xr-x 2 root wheel - 512B May 15 00:55 mysql-client-4.0.24_1 drwxr-xr-x 2 root wheel - 512B May 15 00:58 jdk-1.5.0p1_2 drwxr-xr-x 2 root wheel - 512B May 15 00:58 javavmwrapper-2.0_4 drwxr-xr-x 2 root wheel - 512B May 17 22:43 jext-3.0.2_2 drwxr-xr-x 2 root wheel - 512B May 17 23:02 acroread7-7.0.0 drwxr-xr-x 2 root wheel - 512B May 17 23:02 linuxpluginwrapper-20050320 drwxr-xr-x 2 root wheel - 512B May 17 23:02 linux-flashplugin-6.0r79_2 drwxr-xr-x 2 root wheel - 512B May 17 23:05 linux-flashplugin-7.0r25_1 drwxr-xr-x 2 root wheel - 512B May 18 17:01 dirmngr-0.9.2 drwxr-xr-x 2 root wheel - 512B May 18 17:01 gnupg-devel-1.9.16 drwxr-xr-x 2 root wheel - 512B May 18 17:01 pth-2.0.4 drwxr-xr-x 2 root wheel - 512B May 18 17:04 cyrus-sasl-2.1.21 drwxr-xr-x 2 root wheel - 512B May 18 17:04 zoo-2.10.1 drwxr-xr-x 2 root wheel - 512B May 18 17:04 unzip-5.52_1 drwxr-xr-x 2 root wheel - 512B May 18 17:04 unrar-3.43,3 drwxr-xr-x 2 root wheel - 512B May 18 17:04 unarj-2.65_1 drwxr-xr-x 2 root wheel - 512B May 18 17:04 libgmp-4.1.4 drwxr-xr-x 2 root wheel - 512B May 18 17:04 lha-1.14i_6 drwxr-xr-x 2 root wheel - 512B May 18 17:04 curl-7.13.1_1 drwxr-xr-x 2 root wheel - 512B May 18 17:04 arc-5.21j drwxr-xr-x 2 root wheel - 512B May 18 17:04 clamav-0.85.1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 bluefish-1.0_2 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gimp-2.2.6,1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 ghostscript-gnu-nox11-7.07_12 drwxr-xr-x 2 root wheel - 512B May 18 17:07 ghostscript-gnu-7.07_12 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gd-2.0.33_1,1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gconf2-2.10.0 drwxr-xr-x 2 root wheel - 512B May 18 17:07 firefox-1.0.4,1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 ettercap-gtk2-0.7.2_1,1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 imlib-1.9.15_2 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gtk-engines2-2.6.3_3 drwxr-xr-x 2 root wheel - 512B May 18 17:07 graphviz-2.2 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gnomevfs2-2.10.1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 gnomekeyring-0.4.2_1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 libgnomeui-2.10.0_1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 libgnomecanvas-2.10.0_1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 libgnome-2.10.0_1 drwxr-xr-x 2 root wheel - 512B May 18 17:07 libglade2-2.5.1_2 drwxr-xr-x 2 root wheel - 512B May 18 17:07 libbonoboui-2.8.1_2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 p5-type1inst-0.6.1_2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 mozilla-1.7.8,2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 libxine-1.0.1 drwxr-xr-x 2 root wheel - 512B May 18 17:08 libwmf-0.2.8.3 drwxr-xr-x 2 root wheel - 512B May 18 17:08 librsvg2-2.9.5_2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 teTeX-base-3.0_3 drwxr-xr-x 2 root wheel - 512B May 18 17:08 se-openoffice-1.1.4_2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 scr2png-1.1_4 drwxr-xr-x 2 root wheel - 512B May 18 17:08 qca-tls-1.0_1 drwxr-xr-x 2 root wheel - 512B May 18 17:08 xorg-clients-6.8.2 drwxr-xr-x 2 root wheel - 512B May 18 17:08 xine-0.99.3_1 drwxr-xr-x 2 root wheel - 512B May 18 17:08 jbigkit-1.6 drwxr-xr-x 2 root wheel - 512B May 18 17:29 docproj-nojadetex-1.13 drwxr-xr-x 2 root wheel - 512B May 18 17:29 netpbm-10.26.9 drwxr-xr-x 2 root wheel - 512B May 18 19:01 xorg-6.8.2 drwxr-xr-x 2 root wheel - 512B May 18 19:01 xorg-server-6.8.2_2 drwxr-xr-x 2 root wheel - 512B May 18 19:02 pcre-5.0 drwxr-xr-x 2 root wheel - 512B May 18 19:02 openssl-0.9.7g drwxr-xr-x 2 root wheel - 512B May 18 19:02 openldap-client-2.2.26 drwxr-xr-x 2 root wheel - 512B May 18 19:02 mDNSResponder-107.1_1 drwxr-xr-x 2 root wheel - 512B May 18 19:02 libidn-0.5.16 drwxr-xr-x 2 root wheel - 512B May 18 19:02 libart_lgpl2-2.3.17 drwxr-xr-x 2 root wheel - 512B May 18 19:02 kdehier-1.0_6 drwxr-xr-x 2 root wheel - 512B May 18 19:02 libxslt-1.1.14 drwxr-xr-x 2 root wheel - 512B May 18 19:02 jasper-1.701.0 drwxr-xr-x 2 root wheel - 512B May 18 19:02 fam-2.6.9_6 drwxr-xr-x 2 root wheel - 512B May 18 19:02 aspell-0.60.2 drwxr-xr-x 2 root wheel - 512B May 18 19:02 OpenEXR-1.2.1_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdeaccessibility-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kde-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kaffeine-mozilla-0.2_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kaffeine-0.6_2 drwxr-xr-x 2 root wheel - 512B May 18 19:08 k3b-0.11.23 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdegraphics-kuickshow-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdegraphics-kamera-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdegraphics-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdegames-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdeedu-3.4.0_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdebase-3.4.0_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdeartwork-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdeadmin-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-xine_artsplugin-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-mpeglib_artsplug-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-plugins-xiph-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-plugins-resampler-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-plugins-oss-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-plugins-mpeg-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-plugins-mpc-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-akode-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdemultimedia-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 konversation-0.17_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdiff3-0.9.88 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdewebdev-3.4.0_2,2 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdevelop-3.2.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdeutils-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdetoys-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdesdk-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdepim-3.4.0 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdenetwork-3.4.0_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 simicq-0.9.3_3 drwxr-xr-x 2 root wheel - 512B May 18 19:08 libkipi-0.1.1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 krename-3.0.4 drwxr-xr-x 2 root wheel - 512B May 18 19:08 kdelibs-3.4.0_4 drwxr-xr-x 2 root wheel - 512B May 18 19:08 xorg-fonts-encodings-6.8.2 drwxr-xr-x 2 root wheel - 512B May 18 19:08 xorg-fonts-truetype-6.8.2 drwxr-xr-x 2 root wheel - 512B May 18 19:08 shared-mime-info-0.16_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 pango-1.8.1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 libxml2-2.6.19 drwxr-xr-x 2 root wheel - 512B May 18 19:08 hicolor-icon-theme-0.5 drwxr-xr-x 2 root wheel - 512B May 18 19:08 gtk-2.6.7 drwxr-xr-x 2 root wheel - 512B May 18 19:08 bitstream-vera-1.10_1 drwxr-xr-x 2 root wheel - 512B May 18 19:08 atk-1.9.1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 gkrellm-trayicons-1.02_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 gkrellm-2.2.6 drwxr-xr-x 2 root wheel - 512B May 18 19:15 xvid-1.0.3,1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 expat-1.95.8_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 win32-codecs-3.1.0.p5_1,1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 svgalib-1.4.3_4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 rpm-3.0.6_9 drwxr-xr-x 2 root wheel - 512B May 18 19:15 portaudio-18.1_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 popt-1.7 drwxr-xr-x 2 root wheel - 512B May 18 19:15 png-1.2.8_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 pkgconfig-0.17.2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 perl-5.8.6_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 mplayer-skins-1.1.1_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux_base-8-8.0_6 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-tiff-3.6.1_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-png-1.2.7_5 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-glib2-2.2.1_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-fontconfig-2.1_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-expat-1.95.5_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-XFree86-libs-4.3.99.902_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libiconv-1.9.2_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libgpg-error-1.0_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libaudiofile-0.2.6 drwxr-xr-x 2 root wheel - 512B May 18 19:15 jpeg-6b_3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 gettext-0.14.4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 freetype2-2.1.9 drwxr-xr-x 2 root wheel - 512B May 18 19:15 fontconfig-2.2.3,1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 xorg-libraries-6.8.2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 tiff-3.7.2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 nas-1.7 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-realplayer-10.0.4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-pango-1.2.1_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-jpeg-6b.15_3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-gtk2-2.2.1_3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 linux-atk-1.2.0_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libvorbis-1.1.0_1,3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libungif-4.1.3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libtheora-1.0.a4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libsndfile-1.0.11 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libogg-1.1.2_1,3 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libmng-1.0.8 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libmikmod-3.1.11 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libmad-0.15.1b_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libgcrypt-1.2.1_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libXft-2.1.6_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 lcms-1.14,1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 lame-3.96.1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 jackit-0.99.0 drwxr-xr-x 2 root wheel - 512B May 18 19:15 gnutls-1.0.24_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 esound-0.2.35_2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 xmms-esound-1.2.10_4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 sdl-1.2.8,2 drwxr-xr-x 2 root wheel - 512B May 18 19:15 qt-3.3.4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 libdv-0.104 drwxr-xr-x 2 root wheel - 512B May 18 19:15 gtk-1.2.10_13 drwxr-xr-x 2 root wheel - 512B May 18 19:15 glib-2.6.4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 glib-1.2.10_11 drwxr-xr-x 2 root wheel - 512B May 18 19:15 fribidi-0.10.4_1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 cups-base-1.1.23.0_4 drwxr-xr-x 2 root wheel - 512B May 18 19:15 cdparanoia-3.9.8_7 drwxr-xr-x 2 root wheel - 512B May 18 19:15 arts-1.4.0,1 drwxr-xr-x 2 root wheel - 512B May 18 19:15 aalib-1.4.r5_1 -rw-r--r-- 1 root wheel - 24M May 18 19:16 pkgdb.db drwxr-xr-x 2 root wheel - 512B May 18 19:16 kmplayer-0.9.0.p2,1 drwxr-xr-x 2 root wheel - 512B May 18 19:16 mplayerplug-in-2.80_2 drwxr-xr-x 2 root wheel - 512B May 18 19:16 mplayer-gtk-esound-0.99.7_2 drwxr-xr-x 2 root wheel - 512B May 18 23:24 libpcap-0.8.3 --Boundary-00=_rF9iCnTPReLopKB-- From owner-freebsd-ports@FreeBSD.ORG Wed May 18 21:55:59 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA8016A4CE for ; Wed, 18 May 2005 21:55:59 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9F143DB3 for ; Wed, 18 May 2005 21:55:57 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) id j4ILtuUr012160; Wed, 18 May 2005 14:55:57 -0700 (PDT) Received: from [10.1.1.245] (nfw1.codefab.com [199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j4ILtqQ8004971; Wed, 18 May 2005 14:55:55 -0700 (PDT) In-Reply-To: <200505182336.11161.pt00aan@student.bth.se> References: <200505182336.11161.pt00aan@student.bth.se> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <69c8d3bed968baa5f97958432cf60827@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 18 May 2005 17:55:51 -0400 To: pt00aan@student.bth.se X-Mailer: Apple Mail (2.622) cc: ports@FreeBSD.org Subject: Re: tcpreplay/libnet port installation error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 21:55:59 -0000 On May 18, 2005, at 7:36 PM, Adam Andersson wrote: > Hello, got the following error when trying to install ("make install > clean") > tcpreplay from ports. > > ... > checking for libnet... yes > checking for libnet version... 1.0.x > configure: error: Libnet version 1.0.x is no longer supported. > Please upgrade to 1.1.0 or better > Double-check that your ports are up-to-date. The latest version of the port depends on a newer version of libnet: BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \ ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Wed May 18 22:49:35 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4546916A4CE for ; Wed, 18 May 2005 22:49:35 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148C43DDD for ; Wed, 18 May 2005 22:49:34 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.51 (FreeBSD)) id 1DYXM3-0006iJ-JX; Thu, 19 May 2005 00:49:31 +0200 Date: Thu, 19 May 2005 00:49:31 +0200 From: Kirill Ponomarew To: Charles Swiger Message-ID: <20050518224931.GD5556@voodoo.oberon.net> References: <200505182336.11161.pt00aan@student.bth.se> <69c8d3bed968baa5f97958432cf60827@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69c8d3bed968baa5f97958432cf60827@mac.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 cc: ports@FreeBSD.org cc: pt00aan@student.bth.se Subject: Re: tcpreplay/libnet port installation error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 22:49:35 -0000 On Wed, May 18, 2005 at 05:55:51PM -0400, Charles Swiger wrote: > On May 18, 2005, at 7:36 PM, Adam Andersson wrote: > >Hello, got the following error when trying to install ("make install > >clean") > >tcpreplay from ports. > > > >... > >checking for libnet... yes > >checking for libnet version... 1.0.x > >configure: error: Libnet version 1.0.x is no longer supported. > > Please upgrade to 1.1.0 or better > > > > Double-check that your ports are up-to-date. The latest version of the > port depends on a newer version of libnet: > > BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \ > ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap Yes, but both libnet and libnet-devel install libnet.a, hence libnet should be deinstalled first. -Kirill From owner-freebsd-ports@FreeBSD.ORG Thu May 19 01:05:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE58316A4CE for ; Thu, 19 May 2005 01:05:16 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B6A43DB8 for ; Thu, 19 May 2005 01:05:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 784505142D; Wed, 18 May 2005 18:05:15 -0700 (PDT) Date: Wed, 18 May 2005 18:05:15 -0700 From: Kris Kennaway To: Matthew Soffen Message-ID: <20050519010515.GA41049@xor.obsecurity.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <1116439290.4769.9.camel@msoffen.iso-ne.com> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org cc: Kris Kennaway Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 01:05:17 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 18, 2005 at 02:01:30PM -0400, Matthew Soffen wrote: > Trust me. The entire Linux HA team has expressed displeasure with the > auto tools team. >=20 > Too bad we couldn't just get something like there was for switching > between the /usr/bin/perl and /usr/local/bin/perl That didn't allow multiple ports to choose their own concurrently-installed version of perl though. Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCi+ZKWry0BWjoQKURAmpOAKCycp6SNc/vMVo4Wq0bY5vir3YLcgCg+bEJ j66xLPgNpRYvX+Xqh2wr6eE= =OFfJ -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 03:41:50 2005 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A9D16A4CE; Thu, 19 May 2005 03:41:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557F843DC1; Thu, 19 May 2005 03:41:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4J3fnqS009595; Thu, 19 May 2005 03:41:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4J3fncQ009591; Thu, 19 May 2005 03:41:49 GMT (envelope-from linimon) Date: Thu, 19 May 2005 03:41:49 GMT From: Mark Linimon Message-Id: <200505190341.j4J3fncQ009591@freefall.freebsd.org> To: neuhauser@sigpipe.cz, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/81194: Re: [PATCH] math/mathomatic: update to 12.3.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 03:41:50 -0000 Synopsis: Re: [PATCH] math/mathomatic: update to 12.3.2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu May 19 03:41:19 GMT 2005 State-Changed-Why: Misfiled followup to ports/81185, already committed. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: linimon Responsible-Changed-When: Thu May 19 03:41:19 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=81194 From owner-freebsd-ports@FreeBSD.ORG Thu May 19 04:49:45 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F227816A4CE for ; Thu, 19 May 2005 04:49:45 +0000 (GMT) Received: from lakermmtao09.cox.net (lakermmtao09.cox.net [68.230.240.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCEC43DC2 for ; Thu, 19 May 2005 04:49:45 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.70.216]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050519044938.UQWQ6804.lakermmtao09.cox.net@dolphin.local.net> for ; Thu, 19 May 2005 00:49:38 -0400 Received: from dolphin.local.net (localhost.local.net [IPv6:::1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j4J4ndGg049832 for ; Wed, 18 May 2005 23:49:39 -0500 (CDT) (envelope-from conrads@cox.net) Date: Wed, 18 May 2005 23:49:33 -0500 From: "Conrad J. Sabatier" To: freebsd-ports@freebsd.org Message-ID: <20050518234933.05e2584b@dolphin.local.net> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 04:49:46 -0000 Is there any standardized technique (using portupgrade's /usr/local/etc/pkgtools.conf) for disabling the inclusion of esound for ports which depend on it? I find esound to be a troublesome package which often results in the slowing down or chopping up of audio playback when the system is under moderate to heavy load. For instance, I experimented tonight with building audio/madplay via portupgrade. I found that adding WITHOUT_GNOME=yes to the port's MAKE_ARGS caused the resulting package to be named as simply "madplay", rather than "madplay-esound", yet an "ldd `which madplay`" showed that the resulting binary was still linked against esound. Next, I removed WITHOUT_GNOME=yes and added CONFIGURE_ARGS+="--without-esd", which did indeed produce a binary that did not rely on esound, yet the installed package was still named as "madplay-esound". The only way, it seems, to correctly produce a madplay package that does not depend on esound and whose name reflects this fact is to use both CONFIGURE_ARGS+="--without-esd" and WITHOUT_GNOME=yes in the port's MAKE_ARGS in /usr/local/etc/pkgtools.conf. I'm just wondering if there's a better, standard way to ensure that a given port will not link against esound. If not, perhaps we should try to come up with something. I really don't want *any* of my audio ports to depend on esound, and it would be nice if there were a clear, simple, logical and consistent way to do this. Thanks! -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Thu May 19 05:10:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3401316A4CE; Thu, 19 May 2005 05:10:38 +0000 (GMT) Received: from jalapeno.cc.columbia.edu (jalapeno.cc.columbia.edu [128.59.29.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822F343DD4; Thu, 19 May 2005 05:10:37 +0000 (GMT) (envelope-from powers-freebsd@b2pi.com) Received: from ph15135powers10.cpmc.columbia.edu (ph15135powers10.cpmc.columbia.edu [156.145.110.176]) (user=bbp2006 mech=PLAIN bits=0)j4J5AUrC001846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 19 May 2005 01:10:37 -0400 (EDT) Date: Thu, 19 May 2005 01:10:30 -0400 From: "Brent B. Powers" To: oliver@freebsd.org Message-ID: <36709248BA8EF4EC892667AE@ph15135powers10.cpmc.columbia.edu> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.48 on 128.59.29.5 cc: ports@freebsd.org Subject: FreeBS Port: vqadmin-2.3.6 qmail location problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 05:10:38 -0000 If one uses a non-standard location (like /usr/local/qmail) with the mail/vqadmin port, it breaks and complains that it can't find qmail. The following patch addresses the problem: --- Makefile.orig Thu May 19 00:44:39 2005 +++ Makefile Thu May 19 00:49:14 2005 @@ -24,9 +24,11 @@ CGIBINDIR?= www/cgi-bin-dist WEBDATADIR?= www/data-dist +QMAIL_DIR?= /var/qmail CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/${CGIBINDIR} \ - --enable-htmldir=${PREFIX}/${WEBDATADIR} + --enable-htmldir=${PREFIX}/${WEBDATADIR} \ + --enable-qmaildir=${QMAIL_DIR} .include From owner-freebsd-ports@FreeBSD.ORG Thu May 19 05:52:21 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F66C16A4CE for ; Thu, 19 May 2005 05:52:21 +0000 (GMT) Received: from 62-15-210-213.inversas.jazztel.es (62-15-210-213.inversas.jazztel.es [62.15.210.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id F048743DAD for ; Thu, 19 May 2005 05:52:19 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j4J5qF3g014870 for ; Thu, 19 May 2005 07:52:15 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j4J5qExg014273 for ports@FreeBSD.org; Thu, 19 May 2005 07:52:14 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: josemi set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez Organization: Redes JM To: ports@FreeBSD.org Date: Thu, 19 May 2005 07:52:13 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505190752.13943.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.12; VDF: 6.30.0.184; host: antares.redesjm.local) Subject: fetch problems with getmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 05:52:21 -0000 Hi, seems that I can't fetch from getmail main site or reach getmail www homepage. Since this port was updated to new versions, this must be a local problem. But... Can someone copy the latest src? ftp://ftp.FreeBSD.org/pub/FreeBSD/port/distfiles/ -- josemi From owner-freebsd-ports@FreeBSD.ORG Thu May 19 07:17:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92FA816A4CE for ; Thu, 19 May 2005 07:17:33 +0000 (GMT) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E6843D98 for ; Thu, 19 May 2005 07:17:32 +0000 (GMT) (envelope-from elsukov@rdu.kirov.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id 191A8FDEB for ; Thu, 19 May 2005 11:17:30 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 7AAC01561C for ; Thu, 19 May 2005 10:56:07 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id 54AD8155DB for ; Thu, 19 May 2005 10:56:07 +0400 (MSD) Message-ID: <428C3887.9000100@rdu.kirov.ru> Date: Thu, 19 May 2005 10:56:07 +0400 From: "Andrey V. Elsukov" Organization: The Kirov RDO User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: net/opendchub - coredump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elsukov@rdu.kirov.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 07:17:33 -0000 Hi, opendchub crashed with core dump signal 12. # gdb -c opendchub.core file opendchub bt #0 0x2822c657 in ?? () #1 0x080692fb in init_sem (sem=0x808d974) at utils.c:411 #2 0x08062e9a in main (argc=1, argv=0xbfbfec44) at main.c:2778 utils.c:411 *sem = semget(IPC_PRIVATE, 1, 0600); Why semget is bad system call? -- WBR, Andrey V. Elsukov From owner-freebsd-ports@FreeBSD.ORG Thu May 19 07:23:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9774B16A4CE for ; Thu, 19 May 2005 07:23:13 +0000 (GMT) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38D843D6D for ; Thu, 19 May 2005 07:23:12 +0000 (GMT) (envelope-from elsukov@rdu.kirov.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id BF23FFDEE for ; Thu, 19 May 2005 11:23:11 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id B88541561A; Thu, 19 May 2005 11:23:11 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id 7CE7515617; Thu, 19 May 2005 11:23:11 +0400 (MSD) Message-ID: <428C3EDF.9030000@rdu.kirov.ru> Date: Thu, 19 May 2005 11:23:11 +0400 From: "Andrey V. Elsukov" Organization: The Kirov RDO User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: elsukov@rdu.kirov.ru References: <428C3887.9000100@rdu.kirov.ru> In-Reply-To: <428C3887.9000100@rdu.kirov.ru> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: net/opendchub - coredump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elsukov@rdu.kirov.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 07:23:13 -0000 Andrey V. Elsukov wrote: > Why semget is bad system call? System V IPC in kernel disabled, i try to rebuild kernell.. -- WBR, Andrey V. Elsukov From owner-freebsd-ports@FreeBSD.ORG Thu May 19 08:14:01 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A3F16A4CE for ; Thu, 19 May 2005 08:14:01 +0000 (GMT) Received: from web54002.mail.yahoo.com (web54002.mail.yahoo.com [206.190.36.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 559D343DAB for ; Thu, 19 May 2005 08:14:01 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 53749 invoked by uid 60001); 19 May 2005 08:14:00 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=tPk/nkgADByH9vGn6FeJVekvqQwcD28ESC4L3Ul3CtAQHa+P349G/xIPuRricpiuuM7qcDuBOqIyRke8SCXF0rOuiV0Hh4LlaU3HEXv3aKyJ9BptQIgfq7IzbHFrCJOdzRaJxUxEcWLVjxDMC3N/4e0cJpZWKa1X40ePMnk4t4U= ; Message-ID: <20050519081400.53746.qmail@web54002.mail.yahoo.com> Received: from [147.46.44.181] by web54002.mail.yahoo.com via HTTP; Thu, 19 May 2005 01:14:00 PDT Date: Thu, 19 May 2005 01:14:00 -0700 (PDT) From: Rob To: charlieroffe@hotmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ports@FreeBSD.org Subject: FreeBSD Port: razor-agents-2.67 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 08:14:02 -0000 Line 555 in /usr/local/lib/perl5/site_perl/5.8.6/mach/Razor2/Client/Config.pm says logfile => "razor-agent.log", which generates the file "/razor-agent.log" in the root directory. This is a very silly location for a log file, isn't it? I have modified this line into logfile => "/var/log/razor-agent.log", which seems to make more sense to me. Should a port patch provide such a change? Regards, Rob __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail From owner-freebsd-ports@FreeBSD.ORG Thu May 19 08:52:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED0816A4CE for ; Thu, 19 May 2005 08:52:32 +0000 (GMT) Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFCD43D7C for ; Thu, 19 May 2005 08:52:29 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd32.aul.t-online.de by mailout06.sul.t-online.com with smtp id 1DYglX-0002vI-09; Thu, 19 May 2005 10:52:27 +0200 Received: from Andro-Beta.Leidinger.net (rxH9s4Zv8ekSrkfxx3I9TSINP6e0hJzPQBSFwBEoAktgkzq2HHgKs+@[217.229.214.143]) by fwd32.sul.t-online.de with esmtp id 1DYglN-0fgpjE0; Thu, 19 May 2005 10:52:17 +0200 Received: from localhost (localhost [127.0.0.1])j4J8qHsK049247; Thu, 19 May 2005 10:52:17 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.32 ([141.113.101.32]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Thu, 19 May 2005 10:52:16 +0200 Message-ID: <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 19 May 2005 10:52:16 +0200 From: Alexander Leidinger To: Matthew Soffen References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> In-Reply-To: <1116439290.4769.9.camel@msoffen.iso-ne.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-ID: rxH9s4Zv8ekSrkfxx3I9TSINP6e0hJzPQBSFwBEoAktgkzq2HHgKs+@t-dialin.net X-TOI-MSGID: 5e94ac1c-a0da-4b2e-82df-489eef842ba9 cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 08:52:32 -0000 Matthew Soffen wrote: > Too bad we couldn't just get something like there was for switching > between the /usr/bin/perl and /usr/local/bin/perl I use this work-around: - create a directory (e.g. beneath your src directory) where you create the neccesary symlinks - add this directory in front of your path when you're working on something which needs the autotools It may be a little bit inconvenient to add the directory to the path every time you work on the project, but it doesn't disturbs other parts of the system. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Forrest Gump: "Now for some reason I fit in the Army like one of them round pegs" From owner-freebsd-ports@FreeBSD.ORG Thu May 19 09:12:02 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40B2516A4CE; Thu, 19 May 2005 09:12:02 +0000 (GMT) Received: from voruta.vu.lt (mail.vu.lt [193.219.80.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7C843DB8; Thu, 19 May 2005 09:12:01 +0000 (GMT) (envelope-from Rolandas.Naujikas@mif.vu.lt) Received: from [192.168.42.55] (nat1.mif.vu.lt [193.219.42.9]) by voruta.vu.lt (VU20031031) with ESMTP id j4J9BwtJ007355; Thu, 19 May 2005 12:11:58 +0300 (EEST) Message-ID: <428C585A.4080105@mif.vu.lt> Date: Thu, 19 May 2005 12:11:54 +0300 From: Rolandas Naujikas Organization: VU MIF User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: brooks@FreeBSD.org, ports@FreeBSD.org X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-13 Content-Transfer-Encoding: 7bit X-eShield-AntiVirus: Passed X-eShield-AntiVirus-Message: Scanned by http://www.bluecoat.com/eShield X-eShield-AntiVirus: Passed X-eShield-AntiVirus-Message: Scanned by http://www.bluecoat.com/eShield Subject: sysutils/ganglia-monitor-core doesn't correctly detect high (>2GHz) cpu speed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 09:12:02 -0000 The original code in ganglia also has problems, because it use signed int for cpu_speed variable to determinate cpu freq value. In your patch it use signed long value. When cpu freq is over some value (mine has 3GHz), then overflow exists. The variables should be unsigned, to correctly determine cpu freq. (In kernel really it is unsinged int for 4.x) Rolandas From owner-freebsd-ports@FreeBSD.ORG Thu May 19 09:14:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F0DD16A4CE for ; Thu, 19 May 2005 09:14:16 +0000 (GMT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E140143DAB for ; Thu, 19 May 2005 09:14:15 +0000 (GMT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.105.184.54]) by lakermmtao04.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050519091410.QGOT20878.lakermmtao04.cox.net@mail.halplant.com> for ; Thu, 19 May 2005 05:14:10 -0400 Received: by mail.halplant.com (Postfix, from userid 1001) id A4D5B54A3; Thu, 19 May 2005 05:14:11 -0400 (EDT) Date: Thu, 19 May 2005 05:14:10 -0400 From: Andrew J Caines To: freebsd-ports@freebsd.org Message-ID: <20050519091410.GB85923@hal9000.halplant.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20050519081400.53746.qmail@web54002.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050519081400.53746.qmail@web54002.mail.yahoo.com> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.11-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 X-ICQ: 283813972 Importance: Normal User-Agent: Mutt/1.5.9i Subject: Re: FreeBSD Port: razor-agents-2.67 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 09:14:16 -0000 Rob, > logfile => "razor-agent.log", > which generates the file "/razor-agent.log" in > the root directory. This is a very silly location > for a log file, isn't it? The location of the log file is realtive to the razorhome, by default. See razor-agent.conf(5) > Should a port patch provide such a change? I think not, as it is a reasonable expectation that anyone using razor will use the relevat switches for razor-admin, such as -create, -logfile, etc. when setting up razor. It's well documented, including right at the top of razor-agents(1): USAGE First a razorhome directory should be created where log, conf, and cached server information will live. This is done via "-create" option to razor-admin(1). See man page for details. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports@FreeBSD.ORG Thu May 19 10:22:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7745D16A4CE for ; Thu, 19 May 2005 10:22:23 +0000 (GMT) Received: from mail.logital.it (ip143.a.rainbownet.com [213.174.191.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7503343D7D for ; Thu, 19 May 2005 10:22:17 +0000 (GMT) (envelope-from aturetta@commit.it) Received: from [192.168.42.220] (81-174-12-226.f5.ngi.it [81.174.12.226]) (authenticated bits=0) by mail.logital.it (8.13.4/8.13.3) with ESMTP id j4JAMCxb025890; Thu, 19 May 2005 12:22:12 +0200 (CEST) (envelope-from aturetta@commit.it) Message-ID: <428C68D0.50005@commit.it> Date: Thu, 19 May 2005 12:22:08 +0200 From: Angelo Turetta User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org, Kris Kennaway Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.logital.it X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mail.logital.it Subject: Incrementally building ports INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 10:22:23 -0000 What the state-of-the-art tool used to build the INDEX/INDEX-5 file? Kris, how is it built on the package cluster? Optimally, I'd need the ability to build the INDEX using the make options from pkg-tools.conf. Thanks for any suggestion, Angelo. From owner-freebsd-ports@FreeBSD.ORG Thu May 19 14:05:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1AAF16A4CE for ; Thu, 19 May 2005 14:05:47 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721D343D8E for ; Thu, 19 May 2005 14:05:42 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [IPv6:2001:470:1f01:198:210:4bff:fe3d:e256]) by mindfields.energyhq.es.eu.org (Postfix) with SMTP id AE60D3684A; Thu, 19 May 2005 16:05:38 +0200 (CEST) Date: Thu, 19 May 2005 16:04:28 +0200 From: Miguel Mendez To: Alexander Leidinger Message-Id: <20050519160428.25a1e630.flynn@energyhq.es.eu.org> In-Reply-To: <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> X-Mailer: Sylpheed version 1.9.10 (GTK+ 2.6.4; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__19_May_2005_16_04_28_+0200_xU5=F+pYBcCX4ELG" cc: ports@freebsd.org cc: msoffen@iso-ne.com cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 14:05:47 -0000 --Signature=_Thu__19_May_2005_16_04_28_+0200_xU5=F+pYBcCX4ELG Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 19 May 2005 10:52:16 +0200 Alexander Leidinger wrote: > Matthew Soffen wrote: >=20 > > Too bad we couldn't just get something like there was for switching > > between the /usr/bin/perl and /usr/local/bin/perl >=20 > I use this work-around: > - create a directory (e.g. beneath your src directory) where you create t= he > neccesary symlinks > - add this directory in front of your path when you're working on somethi= ng > which needs the autotools That sounds like the buildlink system used by NetBSD's pkgsrc, except they do that for both executables and include files. I wonder if the FreeBSD ports could use something like that. Cheers, --=20 Miguel Mendez http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 --Signature=_Thu__19_May_2005_16_04_28_+0200_xU5=F+pYBcCX4ELG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjJzxnLctrNyFFPERAnLLAJ4vOWWsISXlsndd6Y8LYJcVBXExrACfXMMG HJ6POtBrLQs9ylpPkagDwEQ= =AunE -----END PGP SIGNATURE----- --Signature=_Thu__19_May_2005_16_04_28_+0200_xU5=F+pYBcCX4ELG-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 14:12:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8878116A4CE for ; Thu, 19 May 2005 14:12:39 +0000 (GMT) Received: from mail.iso-ne.com (mail.iso-ne.com [205.172.241.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 37DA243DB4 for ; Thu, 19 May 2005 14:12:38 +0000 (GMT) (envelope-from msoffen@iso-ne.com) Received: (qmail 2539 invoked by uid 0); 19 May 2005 14:12:35 -0000 Received: from unknown (HELO EXCHSULB.iso-ne.com) (10.145.10.106) by mail.iso-ne.com with SMTP; 19 May 2005 14:12:35 -0000 Received: from msoffen.iso-ne.com ([10.145.210.120]) by EXCHSULB.iso-ne.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 19 May 2005 10:12:33 -0400 Received: from msoffen.iso-ne.com (localhost.localdomain [127.0.0.1]) by msoffen.iso-ne.com (8.13.1/8.12.8) with ESMTP id j4JECXFh005602; Thu, 19 May 2005 10:12:33 -0400 Received: (from msoffen@localhost) by msoffen.iso-ne.com (8.13.1/8.12.11/Submit) id j4JECT1l005598; Thu, 19 May 2005 10:12:29 -0400 X-Authentication-Warning: msoffen.iso-ne.com: msoffen set sender to msoffen@iso-ne.com using -f From: Matthew Soffen To: Miguel Mendez In-Reply-To: <20050519160428.25a1e630.flynn@energyhq.es.eu.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> Date: Thu, 19 May 2005 10:12:29 -0400 Message-Id: <1116511949.4994.27.camel@msoffen.iso-ne.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) X-OriginalArrivalTime: 19 May 2005 14:12:33.0931 (UTC) FILETIME=[CD426DB0:01C55C7C] X-Scanned-By: RAE MPP/extblocker http://www.messagepartners.com X-Scanned-By: This message was scanned by MPP v.2 (www.messagepartners.com) X-Scanned-By: RAE MPP/Clamd http://www.messagepartners.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@freebsd.org cc: Alexander Leidinger cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 14:12:39 -0000 On Thu, 2005-05-19 at 16:04 +0200, Miguel Mendez wrote: > On Thu, 19 May 2005 10:52:16 +0200 > Alexander Leidinger wrote: > > > Matthew Soffen wrote: > > > > > Too bad we couldn't just get something like there was for switching > > > between the /usr/bin/perl and /usr/local/bin/perl > > > > I use this work-around: > > - create a directory (e.g. beneath your src directory) where you create the > > neccesary symlinks > > - add this directory in front of your path when you're working on something > > which needs the autotools > > That sounds like the buildlink system used by NetBSD's pkgsrc, except > they do that for both executables and include files. I wonder if the > FreeBSD ports could use something like that. > > Cheers, That is good but it would be a real pain in the butt since 99% of the time I'm not doing something from ports. I am curious though, why did FreeBSD ports use things like automake19 instead of the way Linux does it with automake-1.9 ? Matt From owner-freebsd-ports@FreeBSD.ORG Thu May 19 14:41:17 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D1B816A4CE for ; Thu, 19 May 2005 14:41:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8307B43DAD for ; Thu, 19 May 2005 14:41:16 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so639255wri for ; Thu, 19 May 2005 07:41:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fCAApLZQVWXD+XuMwgoJrto4TrRfiX2EvWwSuiaZg+5KnCPReUw4YtI6OMfLYdIEBnYGfza+4N1whNiMt7q3I939HFkNufDUl1TMKSXaxLSUKAr/vdWfvKoUuSRRqCU2ZSJbkItG//5eijOMZdUZ/avNYYtbumVwtocCw2cf5Og= Received: by 10.54.83.5 with SMTP id g5mr447138wrb; Thu, 19 May 2005 07:41:15 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Thu, 19 May 2005 07:41:14 -0700 (PDT) Message-ID: <790a9fff05051907418391836@mail.gmail.com> Date: Thu, 19 May 2005 09:41:14 -0500 From: Scot Hetzel To: Matthew Soffen In-Reply-To: <1116511949.4994.27.camel@msoffen.iso-ne.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> <1116511949.4994.27.camel@msoffen.iso-ne.com> cc: ports@freebsd.org cc: Alexander Leidinger cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 14:41:17 -0000 On 5/19/05, Matthew Soffen wrote: > I am curious though, why did FreeBSD ports use things like automake19 > instead of the way Linux does it with automake-1.9 ? >=20 Probably because we thought of it first, and Linux tried to improve on it. = ;-) From owner-freebsd-ports@FreeBSD.ORG Thu May 19 14:44:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B36C16A4CE for ; Thu, 19 May 2005 14:44:38 +0000 (GMT) Received: from thezone.swistgroup.com (thezone.swistgroup.com [196.44.35.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1503D43D8D for ; Thu, 19 May 2005 14:44:37 +0000 (GMT) (envelope-from conrad.burger@swistgroup.com) Received: from mailnull by thezone.swistgroup.com with local (Exim 4.44 (FreeBSD)) id 1DYmGI-000Obo-3I for ports@freebsd.org; Thu, 19 May 2005 16:44:34 +0200 Received: from hermes.swistgroup.com ([172.16.6.65]) by thezone.swistgroup.com with esmtp (Exim 4.44 (FreeBSD)) id 1DYmGH-000Obc-Pj for ports@freebsd.org; Thu, 19 May 2005 16:44:33 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 19 May 2005 16:47:29 +0200 Message-ID: <88B5DDE8C1A06741B754B910DE2DEFBB197431@HERMES.swistgroup.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Port :: databases/pgcluster Thread-Index: AcVcga4Xjc8sbYJPTKe4s+dbnd7Guw== From: "Conrad Burger" To: X-Scan-Signature: 30b03f69c49cb1944e7c8b5ed61e2018 X-disclaimer: Legalsentry Subject: Port :: databases/pgcluster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 14:44:38 -0000 Hi all=20 Just wondered when/if the pgcluster port will be upgraded? Is anyone using pgcluster? How stable is it? Are there alternatives (synchronize, multi master postgres replication tools) that will work on FreeBSD? Any info would be appreciated. Cheers=20 Conrad Burger=20 From owner-freebsd-ports@FreeBSD.ORG Thu May 19 15:38:14 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0218A16A4CE; Thu, 19 May 2005 15:38:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54F643DBB; Thu, 19 May 2005 15:38:13 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4JFc8bQ032205; Thu, 19 May 2005 15:38:08 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4JFc8qL032204; Thu, 19 May 2005 15:38:08 GMT (envelope-from perky) Date: Fri, 20 May 2005 00:37:55 +0900 From: Hye-Shik Chang To: Jeremy Messenger Message-ID: <20050519153755.GA14333@FreeBSD.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Accept-Language: ko, en cc: freebsd-ports@freebsd.org Subject: Re: auto-plist , almost same idea as with plist in Tools. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 15:38:14 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 18, 2005 at 01:56:13AM -0500, Jeremy Messenger wrote: > Hello folks, >=20 > I wrote it back in 2003 (hide in my machine :-)), but recently I have =20 > decided to let others know and did a near rewrite, then ahze has helped m= e =20 > to improvement on it a lot. marcus has helped me some too. I use it very = =20 > often when I work with ports and it's always useful for me, so I think = =20 > it's time to release it in public. What the hell is it? Let me copy and = =20 > paste part from the auto-plist(8) that I wrote it tonight. >=20 [snip] Looks interesting. In fact, I wrote a simliar script that generates/checks pkg-plist called pkg_trackinst (which is in port sysutils/pkg_trackinst). I think the feature list of your auto-plist is a greate hint for next update of pkg_trackinst. Or we can collaborate for the simliar objective. :) Regards, Hye-Shik --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjLLSDWUsWc/bS6QRAl+tAJ9Z5ynPpmlxmmqnbett1SRx/uRo+ACfaEG2 SGI8gaZj2+3eRUtaxxd1PKY= =UNXd -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 15:42:44 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A651716A4CE for ; Thu, 19 May 2005 15:42:44 +0000 (GMT) Received: from web52306.mail.yahoo.com (web52306.mail.yahoo.com [206.190.39.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 01AD043D7C for ; Thu, 19 May 2005 15:42:44 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: (qmail 55878 invoked by uid 60001); 19 May 2005 15:42:43 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=gXisTRpKUtHQPGNFecfzS43IJRby/SVhUkrJTBJ2g8xtBuoBWLSj4+VatEyWn0enpgDox1/8zd2ntprgUZMbS8zaLXqj2jxUaCUlDUr7zqrQf1cgUh76nzV9Hl5rtYiZ7DDRQSwX9sxRsjbzlXSOBeyT9IhoK2sta1eEAcyht/U= ; Message-ID: <20050519154243.55873.qmail@web52306.mail.yahoo.com> Received: from [205.210.232.62] by web52306.mail.yahoo.com via HTTP; Thu, 19 May 2005 08:42:42 PDT Date: Thu, 19 May 2005 08:42:42 -0700 (PDT) From: dR To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Eclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 15:42:44 -0000 Anyone have Eclipse running? The port is currently marked broken. >From reading the Eclipse documentation, I take it that it must be installed in Linux compatibility mode. T'anks! Marko __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ From owner-freebsd-ports@FreeBSD.ORG Thu May 19 15:48:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13CD216A4CE for ; Thu, 19 May 2005 15:48:38 +0000 (GMT) Received: from basement.kutulu.org (211.215.33.65.cfl.res.rr.com [65.33.215.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91043DA8 for ; Thu, 19 May 2005 15:48:37 +0000 (GMT) (envelope-from kutulu@kutulu.org) Received: from [127.0.0.1] (localhost [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 5B8E712 for ; Thu, 19 May 2005 11:48:36 -0400 (EDT) Message-ID: <428CB552.7040804@kutulu.org> Date: Thu, 19 May 2005 11:48:34 -0400 From: Mike Edenfield User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: php-mysql & gcc4.0.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 15:48:38 -0000 I've run into the following issue with compiling the php-mysql extension with gcc4.0.1. This is obviously a gcc4 error (the warning is new) but I can't figure out what it's problem is. The error I'm getting is: /usr/local/lib/gcc/i386-portbld-freebsd6.0/4.0.1/include/sys/types.h:171: error: two or more data types in declaration specifiers /usr/local/lib/gcc/i386-portbld-freebsd6.0/4.0.1/include/sys/types.h:266: error: two or more data types in declaration specifiers The two lines in question are: 171: typedef __gid_t gid_t 266: typedef __uid_t uid_t (wrapped inside suitable #ifdefs). I think understand what the error is complaining about -- it beleives gid_t/uid_t are already defined and thus the typedef is illegal. But I can't find where these types are defined in the first place. Has anyone else built PHP with gcc4 and seen this problem? --Mike From owner-freebsd-ports@FreeBSD.ORG Thu May 19 15:51:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A42F616A4D0 for ; Thu, 19 May 2005 15:51:10 +0000 (GMT) Received: from mail.iso-ne.com (mail.iso-ne.com [205.172.241.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 001A443D5E for ; Thu, 19 May 2005 15:51:09 +0000 (GMT) (envelope-from msoffen@iso-ne.com) Received: (qmail 12127 invoked by uid 0); 19 May 2005 15:51:07 -0000 Received: from unknown (HELO EXCHSULB.iso-ne.com) (10.145.10.106) by mail.iso-ne.com with SMTP; 19 May 2005 15:51:07 -0000 Received: from msoffen.iso-ne.com ([10.145.210.120]) by EXCHSULB.iso-ne.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 19 May 2005 11:51:05 -0400 Received: from msoffen.iso-ne.com (localhost.localdomain [127.0.0.1]) by msoffen.iso-ne.com (8.13.1/8.12.8) with ESMTP id j4JFp5T0006103; Thu, 19 May 2005 11:51:05 -0400 Received: (from msoffen@localhost) by msoffen.iso-ne.com (8.13.1/8.12.11/Submit) id j4JFp2kv006099; Thu, 19 May 2005 11:51:02 -0400 X-Authentication-Warning: msoffen.iso-ne.com: msoffen set sender to msoffen@iso-ne.com using -f From: Matthew Soffen To: Scot Hetzel In-Reply-To: <790a9fff05051907418391836@mail.gmail.com> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> <1116511949.4994.27.camel@msoffen.iso-ne.com> <790a9fff05051907418391836@mail.gmail.com> Date: Thu, 19 May 2005 11:51:02 -0400 Message-Id: <1116517862.5492.15.camel@msoffen.iso-ne.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) X-OriginalArrivalTime: 19 May 2005 15:51:05.0810 (UTC) FILETIME=[91039320:01C55C8A] X-Scanned-By: RAE MPP/extblocker http://www.messagepartners.com X-Scanned-By: This message was scanned by MPP v.2 (www.messagepartners.com) X-Scanned-By: RAE MPP/Clamd http://www.messagepartners.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@freebsd.org cc: Alexander Leidinger cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 15:51:10 -0000 On Thu, 2005-05-19 at 09:41 -0500, Scot Hetzel wrote: > On 5/19/05, Matthew Soffen wrote: > > I am curious though, why did FreeBSD ports use things like automake19 > > instead of the way Linux does it with automake-1.9 ? > > > Probably because we thought of it first, and Linux tried to improve on it. ;-) Then there is one more thing you need to "improve" too. Some of the tools do things where they rebuild *.am files , the tools are looking for automake-{VER} , That probably should be patched to use automake19 instead of automake-1.9, yes ? Matt From owner-freebsd-ports@FreeBSD.ORG Thu May 19 16:12:11 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B72E16A4CE for ; Thu, 19 May 2005 16:12:11 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2CD43DB6 for ; Thu, 19 May 2005 16:12:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5049351364; Thu, 19 May 2005 09:12:05 -0700 (PDT) Date: Thu, 19 May 2005 09:12:05 -0700 From: Kris Kennaway To: Matthew Soffen Message-ID: <20050519161204.GB87697@xor.obsecurity.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> <1116511949.4994.27.camel@msoffen.iso-ne.com> <790a9fff05051907418391836@mail.gmail.com> <1116517862.5492.15.camel@msoffen.iso-ne.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <1116517862.5492.15.camel@msoffen.iso-ne.com> User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org cc: Alexander Leidinger cc: Scot Hetzel cc: kris@obsecurity.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:12:11 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 19, 2005 at 11:51:02AM -0400, Matthew Soffen wrote: > On Thu, 2005-05-19 at 09:41 -0500, Scot Hetzel wrote: >=20 > > On 5/19/05, Matthew Soffen wrote: > > > I am curious though, why did FreeBSD ports use things like automake19 > > > instead of the way Linux does it with automake-1.9 ? > > >=20 > > Probably because we thought of it first, and Linux tried to improve on = it. ;-) >=20 >=20 > Then there is one more thing you need to "improve" too.=20 >=20 > Some of the tools do things where they rebuild *.am files , the tools > are looking for automake-{VER} , >=20 > That probably should be patched to use automake19 instead of > automake-1.9, yes ? If it would cause enough net simplification, maybe. It's a lot of work to convert ports over though, so someone needs to want it enough to do that work :-) Kris --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjLrUWry0BWjoQKURAhq2AJsEBRGA9tuIk8D5IhzgJf4Vmau+/ACg3FPR KGYJTp1eIx7ltr2rSl2IOoE= =fhMG -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 16:29:08 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2537D16A4D1 for ; Thu, 19 May 2005 16:29:08 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265F243DAD for ; Thu, 19 May 2005 16:29:07 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 51392 invoked by uid 89); 19 May 2005 16:28:25 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 19 May 2005 16:28:25 -0000 Date: Thu, 19 May 2005 18:28:59 +0200 From: Oliver Lehmann To: "Brent B. Powers" Message-Id: <20050519182859.66cccb11.oliver@FreeBSD.org> In-Reply-To: <36709248BA8EF4EC892667AE@ph15135powers10.cpmc.columbia.edu> References: <36709248BA8EF4EC892667AE@ph15135powers10.cpmc.columbia.edu> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: oliver@freebsd.org Subject: Re: FreeBS Port: vqadmin-2.3.6 qmail location problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:29:08 -0000 Brent B. Powers wrote: > If one uses a non-standard location (like /usr/local/qmail) with the > mail/vqadmin port, it breaks and complains that it can't find qmail. Patch committed, thanks -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Thu May 19 16:42:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC5916A4D0 for ; Thu, 19 May 2005 16:42:33 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B47643D75 for ; Thu, 19 May 2005 16:42:32 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id 69D202F4118; Thu, 19 May 2005 18:42:30 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03256-11; Thu, 19 May 2005 18:42:29 +0200 (CEST) Received: from cakebox.homeunix.net (Fcaca.f.strato-dslnet.de [195.4.202.202]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id AF2372F40FE; Thu, 19 May 2005 18:42:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 9EBC33028A1; Thu, 19 May 2005 18:42:25 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19078-10; Thu, 19 May 2005 18:42:19 +0200 (CEST) Received: from [10.1.1.4] (unknown [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id 91227302830; Thu, 19 May 2005 18:42:19 +0200 (CEST) Message-ID: <428CC1EB.6050509@nagilum.org> Date: Thu, 19 May 2005 18:42:19 +0200 From: Nagilum User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damian Gerow References: <20050512065426.GK11046@afflictions.org> In-Reply-To: <20050512065426.GK11046@afflictions.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at cakebox.homeunix.net X-Virus-Scanned: amavisd-new at papendorf-se.de cc: ports@freebsd.org cc: riggs@rrr.de Subject: Re: multimedia/mplayer breakage? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:42:34 -0000 Damian Gerow wrote: >I sup'ed my ports tonight, and forced an upgrade of mplayer (I hadn't >bothered checking to see if anything had changed), and now suddenly I can't >read DVDs: > > % mplayer dvd://1 > MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team > CPU: Advanced Micro Devices Opteron Sledgehammer (Family: 8, Stepping: 10) > Detected cache-line size is 64 bytes > MMX supported but disabled > MMX2 supported but disabled > SSE supported but disabled > SSE2 supported but disabled > 3DNow supported but disabled > 3DNowExt supported but disabled > CPUflags: MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 > Compiled for x86 CPU with extensions: > > > Playing dvd://1. > Reading disc structure, please wait... > libdvdread: Invalid main menu IFO (VIDEO_TS.IFO). > Can't open VMG info! > > > Exiting... (End of file) > % > >Anything else that uses libdvdread (xine, vobcopy, lsdvd, dvdbackup, etc) >seems to work just fine. >_______________________________________________ > > I can confirm this also for mencoder: mencoder dvd://2 -dvd-device . -ovc xvid -oac copy -o film.avi -xvidencopts fixed_quant=4:cartoon=off:gmc=on:hq_ac=on:vhq=4:max_key_interval=300:trellis:qpel=on:max_bframes=4:bf_threshold=100:chroma_me:chroma_opt=on -vf crop=720:560:0:6,scale=720:400 MEncoder 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team CPU: (Family: 5, Stepping: 0) Detected cache-line size is 32 bytes CPUflags: Type: 5 MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX 66 audio & 176 video codecs File not found: 'frameno.avi' Failed to open frameno.avi libdvdread: Couldn't find device name. Reading disc structure, please wait... libdvdread: Invalid main menu IFO (VIDEO_TS.IFO). Can't open VMG info! Cannot open file/device. Exiting... The same script with the same files used to work with 1.0pre6! There is definitively something broken here, I confirmed this on two machines, both running FreeBSD, so I can't tell if it's mplayers or the ports fault. Kind regards, Alex. From owner-freebsd-ports@FreeBSD.ORG Thu May 19 16:56:26 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE7416A4D4 for ; Thu, 19 May 2005 16:56:26 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 092C343D49 for ; Thu, 19 May 2005 16:56:25 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 23320 invoked from network); 19 May 2005 16:26:01 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 19 May 2005 16:26:01 -0000 Received: (qmail 19677 invoked by uid 89); 19 May 2005 16:47:40 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 19 May 2005 16:47:40 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id C49CB114C3; Thu, 19 May 2005 19:33:19 +0300 (EEST) Date: Thu, 19 May 2005 19:33:19 +0300 From: Ion-Mihai Tetcu To: Angelo Turetta Message-ID: <20050519193319.252a58da@it.buh.tecnik93.com> In-Reply-To: <428C68D0.50005@commit.it> References: <428C68D0.50005@commit.it> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: Incrementally building ports INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:56:26 -0000 On Thu, 19 May 2005 12:22:08 +0200 Angelo Turetta wrote: > What the state-of-the-art tool used to build the INDEX/INDEX-5 file? > > Kris, how is it built on the package cluster? > > Optimally, I'd need the ability to build the INDEX using the make > options from pkg-tools.conf. sysutils/p5-FreeBSD-portindex -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu May 19 17:34:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A845716A4CE; Thu, 19 May 2005 17:34:47 +0000 (GMT) Received: from 62-15-210-213.inversas.jazztel.es (62-15-210-213.inversas.jazztel.es [62.15.210.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453AD43D39; Thu, 19 May 2005 17:34:46 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j4JHYUP9017256; Thu, 19 May 2005 19:34:30 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j4JHYRAZ097581; Thu, 19 May 2005 19:34:27 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: josemi set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez Organization: Redes JM To: freebsd-ports@freebsd.org Date: Thu, 19 May 2005 19:34:25 +0200 User-Agent: KMail/1.8 References: <20050512065426.GK11046@afflictions.org> <428CC1EB.6050509@nagilum.org> In-Reply-To: <428CC1EB.6050509@nagilum.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200505191934.27075.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.12; VDF: 6.30.0.187; host: antares.redesjm.local) cc: ports@freebsd.org cc: riggs@rrr.de cc: Damian Gerow cc: Nagilum Subject: Re: multimedia/mplayer breakage? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 17:34:47 -0000 El Jueves, 19 de Mayo de 2005 18:42, Nagilum escribi=F3: > Damian Gerow wrote: > >I sup'ed my ports tonight, and forced an upgrade of mplayer (I > > hadn't bothered checking to see if anything had changed), and now > > suddenly I can't read DVDs: > > > > % mplayer dvd://1 > > MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team > > CPU: Advanced Micro Devices Opteron Sledgehammer (Family: 8, > > Stepping: 10) Detected cache-line size is 64 bytes > > MMX supported but disabled > > MMX2 supported but disabled > > SSE supported but disabled > > SSE2 supported but disabled > > 3DNow supported but disabled > > 3DNowExt supported but disabled > > CPUflags: MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 > > Compiled for x86 CPU with extensions: > > > > > > Playing dvd://1. > > Reading disc structure, please wait... > > libdvdread: Invalid main menu IFO (VIDEO_TS.IFO). > > Can't open VMG info! > > > > this seems to be the bad patch issue. Update your ports and rebuild. =20 working here. =2D- josemi From owner-freebsd-ports@FreeBSD.ORG Thu May 19 17:34:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A845716A4CE; Thu, 19 May 2005 17:34:47 +0000 (GMT) Received: from 62-15-210-213.inversas.jazztel.es (62-15-210-213.inversas.jazztel.es [62.15.210.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453AD43D39; Thu, 19 May 2005 17:34:46 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j4JHYUP9017256; Thu, 19 May 2005 19:34:30 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j4JHYRAZ097581; Thu, 19 May 2005 19:34:27 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: josemi set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez Organization: Redes JM To: freebsd-ports@freebsd.org Date: Thu, 19 May 2005 19:34:25 +0200 User-Agent: KMail/1.8 References: <20050512065426.GK11046@afflictions.org> <428CC1EB.6050509@nagilum.org> In-Reply-To: <428CC1EB.6050509@nagilum.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200505191934.27075.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.12; VDF: 6.30.0.187; host: antares.redesjm.local) cc: ports@freebsd.org cc: riggs@rrr.de cc: Damian Gerow cc: Nagilum Subject: Re: multimedia/mplayer breakage? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 17:34:47 -0000 El Jueves, 19 de Mayo de 2005 18:42, Nagilum escribi=F3: > Damian Gerow wrote: > >I sup'ed my ports tonight, and forced an upgrade of mplayer (I > > hadn't bothered checking to see if anything had changed), and now > > suddenly I can't read DVDs: > > > > % mplayer dvd://1 > > MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team > > CPU: Advanced Micro Devices Opteron Sledgehammer (Family: 8, > > Stepping: 10) Detected cache-line size is 64 bytes > > MMX supported but disabled > > MMX2 supported but disabled > > SSE supported but disabled > > SSE2 supported but disabled > > 3DNow supported but disabled > > 3DNowExt supported but disabled > > CPUflags: MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 > > Compiled for x86 CPU with extensions: > > > > > > Playing dvd://1. > > Reading disc structure, please wait... > > libdvdread: Invalid main menu IFO (VIDEO_TS.IFO). > > Can't open VMG info! > > > > this seems to be the bad patch issue. Update your ports and rebuild. =20 working here. =2D- josemi From owner-freebsd-ports@FreeBSD.ORG Thu May 19 18:35:04 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0BD16A4CE for ; Thu, 19 May 2005 18:35:04 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6843D95 for ; Thu, 19 May 2005 18:35:02 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 54449 invoked by uid 89); 19 May 2005 18:34:24 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 19 May 2005 18:34:24 -0000 Date: Thu, 19 May 2005 20:35:00 +0200 From: Oliver Lehmann To: Ruslan Ermilov Message-Id: <20050519203500.731ca95b.oliver@FreeBSD.org> In-Reply-To: <20050517121927.GB60548@ip.net.ua> References: <20050517121927.GB60548@ip.net.ua> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: x11-fm/xfce4-fm broken on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:35:04 -0000 Ruslan Ermilov wrote: > Hi Oliver, > > This is JFYI that your last change to ports/x11-fm/xfce4-fm/Makefile > broke it on amd64: I just checked in 4.2.2 which made those "hack" unnecessary. It should now compile again as it did before. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Thu May 19 18:38:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFEB16A4D0 for ; Thu, 19 May 2005 18:38:34 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82FB43DB1 for ; Thu, 19 May 2005 18:38:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0E1DE52687; Thu, 19 May 2005 11:38:32 -0700 (PDT) Date: Thu, 19 May 2005 11:38:32 -0700 From: Kris Kennaway To: Angelo Turetta Message-ID: <20050519183832.GA6978@xor.obsecurity.org> References: <428C68D0.50005@commit.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <428C68D0.50005@commit.it> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: Incrementally building ports INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:38:34 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 19, 2005 at 12:22:08PM +0200, Angelo Turetta wrote: > What the state-of-the-art tool used to build the INDEX/INDEX-5 file? >=20 > Kris, how is it built on the package cluster? Essentially just 'make index'. Someone has an incremental index build tool in ports(see other reply), but I haven't seen commits to this in quite a while so I don't know whether it's not actively maintained or if it just works. There are many subtleties with incremental index building, and I haven't evaluated this tool to see whether it handles them all or if it's just "close enough for most people". Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjN0nWry0BWjoQKURAhcaAKDyNeLLDY73x91gKYGWQ/9FlIxcmwCghYOa b4SRf1gxuocafvFGR6r1gzQ= =5ZnC -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 18:39:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CAB316A4CE for ; Thu, 19 May 2005 18:39:24 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE47743DAE for ; Thu, 19 May 2005 18:39:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0C75451379; Thu, 19 May 2005 11:39:23 -0700 (PDT) Date: Thu, 19 May 2005 11:39:22 -0700 From: Kris Kennaway To: "Conrad J. Sabatier" Message-ID: <20050519183922.GB6978@xor.obsecurity.org> References: <20050518234933.05e2584b@dolphin.local.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <20050518234933.05e2584b@dolphin.local.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:39:24 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 18, 2005 at 11:49:33PM -0500, Conrad J. Sabatier wrote: > Is there any standardized technique (using portupgrade's > /usr/local/etc/pkgtools.conf) for disabling the inclusion of esound for > ports which depend on it? I find esound to be a troublesome package > which often results in the slowing down or chopping up of audio playback > when the system is under moderate to heavy load. WITHOUT_ESOUND=yes Kris --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjN1aWry0BWjoQKURAgk9AKD+KkhmJOdb1Ipup0IDuPSoAxiXRQCgzN8O RcMCXbVO4Ofz9bsXlbJ0tOE= =4dFx -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 18:41:05 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8166116A4CE; Thu, 19 May 2005 18:41:05 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540D043D41; Thu, 19 May 2005 18:41:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4JIf1vb098523; Thu, 19 May 2005 21:41:01 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 55553-15; Thu, 19 May 2005 21:41:01 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4JIf0je098520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 May 2005 21:41:00 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j4JIfKPw062537; Thu, 19 May 2005 21:41:20 +0300 (EEST) (envelope-from ru) Date: Thu, 19 May 2005 21:41:14 +0300 From: Ruslan Ermilov To: Oliver Lehmann Message-ID: <20050519184114.GA62235@ip.net.ua> References: <20050517121927.GB60548@ip.net.ua> <20050519203500.731ca95b.oliver@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <20050519203500.731ca95b.oliver@FreeBSD.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: ports@freebsd.org Subject: Re: x11-fm/xfce4-fm broken on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:41:05 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 19, 2005 at 08:35:00PM +0200, Oliver Lehmann wrote: > Ruslan Ermilov wrote: >=20 > > Hi Oliver, > >=20 > > This is JFYI that your last change to ports/x11-fm/xfce4-fm/Makefile > > broke it on amd64: >=20 > I just checked in 4.2.2 which made those "hack" unnecessary. It should > now compile again as it did before. >=20 Thanks, dude! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjN3KqRfpzJluFF4RAnQ4AJ9rKDxDOm+mk+n+Raozp/1rXrurMwCfTihw iPiGseRxoOSpDT+hBMI4W+A= =bNxI -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-ports@FreeBSD.ORG Thu May 19 19:50:47 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4745E16A4CE for ; Thu, 19 May 2005 19:50:47 +0000 (GMT) Received: from h33.erkki.ton.tut.fi (h33.erkki.ton.tut.fi [193.166.84.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE62443D77 for ; Thu, 19 May 2005 19:50:46 +0000 (GMT) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from [10.10.1.4] (helo=localhost) by h33.erkki.ton.tut.fi with esmtp (Exim 4.50 (FreeBSD)) id 1DYrAy-000Ikc-KB for freebsd-ports@freebsd.org; Thu, 19 May 2005 22:59:24 +0300 Date: Thu, 19 May 2005 22:50:43 +0300 To: freebsd-ports@freebsd.org From: "Vladimir Chukharev" Organization: @home Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.0 (FreeBSD, build 1095) Subject: gcc in devel/libusb (and openoffice-devel) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 19:50:47 -0000 Hi, For quite long time, not less than a month, on upgrading devel/libusb (and openoffice-devel) I got a strange error: C compiler cannot create executables (see below). A small investigation shows that the cause was the line in /etc/make.conf CPUTYPE?=pentium3m (I have pentium-m actually, but it won't boot if kernel or world are build for pentium-m, and pentium3m seems to me the closest to pentium-m.) The reason is that gcc32 does not support pentium3m (nor pentium-m, FWIW). When I changed to pentium3, all went fine... I wonder now, is it easy to add some sanity check of the CPUTYPE values, because now the error message is not clear. Perhaps, this can be done globally, in bsd.*.mk ? chu@chu:~ 21:48:57 $ sudo limits -m 128m -d 128m -s 128m nice portupgrade -m BATCH=yes -DkwR libusb Password: ---> Upgrading 'libusb-0.1.7_1' to 'libusb-0.1.10a' (devel/libusb) ---> Building '/usr/ports/devel/libusb' with make flags: BATCH=yes ===> libusb-0.1.10a depends on executable: gcc32 - found ===> Configuring for libusb-0.1.10a configure: WARNING: you should use --build, --host, --target checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking build system type... i386-portbld-freebsd5.4 checking host system type... i386-portbld-freebsd5.4 checking for style of include used by make... GNU checking for i386-portbld-freebsd5.4-gcc... gcc32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ===> Script "configure" failed unexpectedly. Please report the problem to johnjen@reynoldsnet.org [maintainer] and attach the "/usr/ports/devel/libusb/work/libusb-0.1.10a/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/libusb. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade31158.0 make BATCH=yes ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/libusb (libusb-0.1.7_1) (configure error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Best regards, -- V.Chukharev From owner-freebsd-ports@FreeBSD.ORG Thu May 19 21:05:20 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C943316A4CE for ; Thu, 19 May 2005 21:05:20 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFBA43DB3 for ; Thu, 19 May 2005 21:05:19 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DYsA3-0003iu-AD for freebsd-ports@freebsd.org; Thu, 19 May 2005 23:02:31 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2005 23:02:31 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2005 23:02:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Christopher Nehren Date: Thu, 19 May 2005 20:59:40 +0000 (UTC) Organization: /usr/bin/false Lines: 34 Message-ID: References: <20050519154243.55873.qmail@web52306.mail.yahoo.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: Eclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:05:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2005-05-19, dR scribbled these curious markings: > Anyone have Eclipse running? The port is currently > marked broken. Then fix it. Jeremy Messenger just posted a plist utility to this list which might be able to help you. > From reading the Eclipse documentation, I take it that > it must be installed in Linux compatibility mode. That is an utterly laughable, literally preposterous, and downright wrong statement. You *can't* run Eclipse in Linux compatibility mode because it's not a Linux executable. It's also not a FreeBSD executable. It's JVM bytecode. Best Regards, Christopher Nehren -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjP50k/lo7zvzJioRAogrAJoCzihnjdU5XdllMnViuw2AO7mKiwCdEnGI 2ockO6imu+yqOF15WFtOD2Q= =cW1D -----END PGP SIGNATURE----- -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly. From owner-freebsd-ports@FreeBSD.ORG Thu May 19 21:26:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9979316A4DC for ; Thu, 19 May 2005 21:26:12 +0000 (GMT) Received: from juhar.mail.t-online.hu (juhar.mail.t-online.hu [195.228.240.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863A343D9D for ; Thu, 19 May 2005 21:26:11 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.2] (8.204-182-adsl-pool.axelero.hu [81.182.204.8]) j4JLQ5fZ049974; Thu, 19 May 2005 23:26:08 +0200 (CEST) Message-ID: <428D047E.2070704@Zahemszky.HU> Date: Thu, 19 May 2005 23:26:22 +0200 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: matt@bsdfly.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-VBMilter: scanned Subject: XFCE4 upgrade error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:26:12 -0000 Hi! As in 4.2.1, it's missing the upgrade of deskutils/xfce4-calendar. In the ports tree, it's 4.2.0, but it had 4.2.1, and now it has 4.2.2 version, too! Bye, Gabor PS: I've reported it in the 4.2.1 version upgrade, too, without success. :-( PS2: I think, it would be better to include xfcalendar in the xfce4 meta-port (as it's part of xfce4 "core"), and it would be better to be only one maintainer of the "core" xfce4 suite. Bye, Gabor < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j" From owner-freebsd-ports@FreeBSD.ORG Thu May 19 21:35:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D02BB16A4CE for ; Thu, 19 May 2005 21:35:51 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F7143D8A for ; Thu, 19 May 2005 21:35:51 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id AEA4E5CA2D; Thu, 19 May 2005 14:35:51 -0700 (PDT) Date: Thu, 19 May 2005 14:35:51 -0700 From: Alfred Perlstein To: ports@freebsd.org Message-ID: <20050519213551.GB46880@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: building/testing ports as non-root X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:35:51 -0000 How do people here usually test/build ports when they do not have root on a box? I have this... any suggestions to make it better? export DISTDIR=~/.ports-distdir export WRKDIRPREFIX=~/.ports-wrkdir export PREFIX=~/ export INSTALL_AS_USER=YES # XXX: do this dynamically one day. export PERL_VER=5.005 export SITE_PERL=~/lib/perl5/site_perl/${PERL_VER} -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-freebsd-ports@FreeBSD.ORG Thu May 19 21:45:36 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C2116A4CF for ; Thu, 19 May 2005 21:45:36 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B8B43DC5 for ; Thu, 19 May 2005 21:45:35 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 59735 invoked by uid 89); 19 May 2005 21:44:57 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 19 May 2005 21:44:57 -0000 Date: Thu, 19 May 2005 23:45:32 +0200 From: Oliver Lehmann To: Alfred Perlstein Message-Id: <20050519234532.76fbede0.lehmann@ans-netz.de> In-Reply-To: <20050519213551.GB46880@elvis.mu.org> References: <20050519213551.GB46880@elvis.mu.org> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: building/testing ports as non-root X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:45:36 -0000 Alfred Perlstein wrote: > How do people here usually test/build ports when they do not > have root on a box? > > I have this... > > any suggestions to make it better? > I'm using a mix of dirty hacks: oliver@freefall oliver> cat build_env #!/bin/csh setenv PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/home/oliver/root/ usr/X11R6/bin:/home/oliver/root/usr/local/bin setenv MAKEFLAGS "-m/home/oliver/root/usr/share/mk/`uname -r | cut -d'.' - f1` -DINSTALL_AS_USER" setenv MAKECONF /home/oliver/root/etc/make.conf setenv PKG_DBDIR /home/oliver/root/var/db/pkg ldconfig -if /home/oliver/root/ld-elf.so.hints /usr/lib /home/oliver/root/ usr/X11R6/lib /home/oliver/root/usr/local/lib oliver@freefall oliver> tail root/usr/share/mk/6/sys.mk LOCALBASE= ${HOME}/root/usr/local X11BASE= ${HOME}/root/usr/X11R6 #PREFIX?= ${LOCALBASE} DISTDIR= ${HOME}/root/usr/distfiles PORT_DBDIR= ${HOME}/root/var/db/ports PKG_DBDIR= ${HOME}/root/var/db/pkg WRKDIRPREFIX= ${HOME}/obj/${MACHINE}-${OSREL} INSTALL_AS_USER=yo LDCONFIG="${HOME}/root/ldconfig" oliver@freefall oliver> cat root/ldconfig /sbin/ldconfig -i -f /home/oliver/root/ld-elf.so.hints $* oliver@freefall oliver> grep 'OWN.*oliver' root/usr/share/mk/6/bsd.* root/usr/share/mk/6/bsd.own.mk:BINOWN?= oliver root/usr/share/mk/6/bsd.own.mk:SHAREOWN?= oliver then "source build_env" and start using the ports... some things truly can be sorted out from sys.mk into make.conf and so on but I just didn't wanted to spend more time in cleaning it up. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Thu May 19 22:03:58 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD18E16A4CE for ; Thu, 19 May 2005 22:03:58 +0000 (GMT) Received: from newton.kti.ae.poznan.pl (newton.kti.ae.poznan.pl [150.254.204.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8AB43D55 for ; Thu, 19 May 2005 22:03:57 +0000 (GMT) (envelope-from picard@kti.ae.poznan.pl) Received: from dda12.neoplus.adsl.tpnet.pl ([83.23.78.12] helo=darwin.kti.ae.poznan.pl) by newton.kti.ae.poznan.pl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1DYt7N-000GzT-UP; Fri, 20 May 2005 00:03:50 +0200 Received: from picard by darwin.kti.ae.poznan.pl with local (Exim 4.51 (FreeBSD)) id 1DYt7J-0000Gz-Lz; Fri, 20 May 2005 00:03:45 +0200 Date: Fri, 20 May 2005 00:03:45 +0200 From: Willy Picard To: Christopher Nehren Message-ID: <20050519220345.GA861@darwin.kti.ae.poznan.pl> References: <20050519154243.55873.qmail@web52306.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: Willy Picard cc: freebsd-ports@freebsd.org Subject: Re: Eclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 22:03:58 -0000 Welcome. I am answering this email for two reasons. First, the answer which has been sent by Christopher is arrogant. It is obvious that when somebody is sending some message on the list to ask for help, it is usually to ... ask for help. And, to my best knowledge, being arrogant has _never_ helped anyone. Second, the answer is not only arrogant but erroneous (cf. below). So if you plan to be arrogant towards others, be at least sure to give the good info... On Thu, May 19, 2005 at 08:59:40PM +0000, Christopher Nehren wrote: > On 2005-05-19, dR scribbled these > curious markings: > > From reading the Eclipse documentation, I take it that > > it must be installed in Linux compatibility mode. > That is an utterly laughable, literally preposterous, and downright > wrong statement. You *can't* run Eclipse in Linux compatibility mode > because it's not a Linux executable. It's also not a FreeBSD executable. > It's JVM bytecode. FYI, only a part of Eclipse is written in Java (JVM bytecode). However, a large part of Eclipse (such as for instance SWT, the graphical widget library) is OS-dependant. This is why you can dowload versions of Eclipse for Windows and Linux, among others. So the statement written above _is not_ "utterly laughable, literally preposterous, and downright wrong"! To my best knowledge, the Eclipse port for FreeBSD is not using Linux compatibility but runs "natively", without emulation. Regards. Willy Picard -- Willy Picard e-mail: picard@kti.ae.poznan.pl Dept. of Information Technology www: http://www.kti.ae.poznan.pl/ The Poznan University of Economics tel: +48 61 848 05 49 Mansfelda 4, 60-854 Poznan, Poland fax: +48 61 848 38 40 From owner-freebsd-ports@FreeBSD.ORG Fri May 20 06:18:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 828A916A4CE; Fri, 20 May 2005 06:18:34 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DA943D91; Fri, 20 May 2005 06:18:33 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050520061831.ZKJN7787.lakermmtao10.cox.net@mezz.mezzweb.com>; Fri, 20 May 2005 02:18:31 -0400 Date: Fri, 20 May 2005 01:19:42 -0500 To: "Hye-Shik Chang" References: <20050519153755.GA14333@FreeBSD.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20050519153755.GA14333@FreeBSD.org> User-Agent: Opera M2/8.0 (Linux, build 1095) cc: freebsd-ports@freebsd.org Subject: Re: auto-plist , almost same idea as with plist in Tools. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 06:18:34 -0000 On Thu, 19 May 2005 10:37:55 -0500, Hye-Shik Chang wrote: > On Wed, May 18, 2005 at 01:56:13AM -0500, Jeremy Messenger wrote: >> Hello folks, >> >> I wrote it back in 2003 (hide in my machine :-)), but recently I have >> decided to let others know and did a near rewrite, then ahze has helped >> me >> to improvement on it a lot. marcus has helped me some too. I use it very >> often when I work with ports and it's always useful for me, so I think >> it's time to release it in public. What the hell is it? Let me copy and >> paste part from the auto-plist(8) that I wrote it tonight. >> > [snip] > > Looks interesting. In fact, I wrote a simliar script that > generates/checks pkg-plist called pkg_trackinst (which is in port > sysutils/pkg_trackinst). Wow, I never knew about this tool. Thanks for let me know. > I think the feature list of your auto-plist is a greate hint for next > update of pkg_trackinst. Or we can collaborate for the simliar > objective. :) We should. :-) Cheers, Mezz > Regards, > Hye-Shik -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri May 20 06:56:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D055116A4CE for ; Fri, 20 May 2005 06:56:18 +0000 (GMT) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C66E43D7E for ; Fri, 20 May 2005 06:56:18 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from hellfire.lovett.com ([67.134.38.149]) by mail.lovett.com with esmtpa (Exim 4.51 (FreeBSD)) id 1DZ1QQ-000Mn2-GZ; Thu, 19 May 2005 23:56:02 -0700 In-Reply-To: <20050519161204.GB87697@xor.obsecurity.org> References: <1116344389.10339.42.camel@msoffen.iso-ne.com> <20050518161015.GA94920@xor.obsecurity.org> <1116439290.4769.9.camel@msoffen.iso-ne.com> <20050519105216.dt9hta6z28k4o48g@netchild.homeip.net> <20050519160428.25a1e630.flynn@energyhq.es.eu.org> <1116511949.4994.27.camel@msoffen.iso-ne.com> <790a9fff05051907418391836@mail.gmail.com> <1116517862.5492.15.camel@msoffen.iso-ne.com> <20050519161204.GB87697@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v730) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <451A47DA-6B81-4581-8035-58489AF31238@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Thu, 19 May 2005 23:56:06 -0700 To: Kris Kennaway X-Mailer: Apple Mail (2.730) cc: ports@freebsd.org Subject: Re: FreeBSD Port: automake19-1.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 06:56:18 -0000 On May 19, 2005, at 09:12 , Kris Kennaway wrote: > If it would cause enough net simplification, maybe. It's a lot of > work to convert ports over though, so someone needs to want it enough > to do that work :-) Actually, it doesn't. One non-trivial problem associated with autotools is that a significant amount of other software automatically looks for, eg, automake, automake-1.9, in $PATH and if it finds it, sometimes modifies the way in which it builds itself. You very quickly run into a situation where other ports build, or not, as the case may be, depending on whether auto{conf,make}* are already installed. This "phantom" acquisition of dependencies causes no end of head-scratching when confronted with weird build errors. This is certain one of the bigger reasons why the ports versions of autotools install in the way that they do (as opposed to the gnu- variants which install without such suffixes, but in locations where they're not automatically picked up on by other pieces of software). Just another aspect of the fun and games to be had with these particular suites of automated building tools. -aDe From owner-freebsd-ports@FreeBSD.ORG Fri May 20 07:06:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D70716A4CE for ; Fri, 20 May 2005 07:06:12 +0000 (GMT) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF0043DAC for ; Fri, 20 May 2005 07:06:12 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from hellfire.lovett.com ([67.134.38.149]) by mail.lovett.com with esmtpa (Exim 4.51 (FreeBSD)) id 1DZ1a0-000MqC-Ae; Fri, 20 May 2005 00:05:56 -0700 In-Reply-To: <20050519183922.GB6978@xor.obsecurity.org> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v730) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Fri, 20 May 2005 00:06:05 -0700 To: Kris Kennaway X-Mailer: Apple Mail (2.730) cc: freebsd-ports@freebsd.org Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 07:06:12 -0000 On May 19, 2005, at 11:39 , Kris Kennaway wrote: > On Wed, May 18, 2005 at 11:49:33PM -0500, Conrad J. Sabatier wrote: > >> Is there any standardized technique (using portupgrade's >> /usr/local/etc/pkgtools.conf) for disabling the inclusion of >> esound for >> ports which depend on it? I find esound to be a troublesome package >> which often results in the slowing down or chopping up of audio >> playback >> when the system is under moderate to heavy load. >> > > WITHOUT_ESOUND=yes In this particular case, that knob does indeed work most of the time. Explaining to software authors in general to not provide configure (or other) scripts that bring in extra functionality based on previously installed software, without providing for a specific flag that should be turned on (thus allowing a proper dependency to be registered by *any* package management system).. well, that's left as an exercise to the interested reader. This is one of the reasons that I would consider code along the lines of: .if exists(somelibrary) || defined(WITH_something) foo_DEPENDS+= ... .endif to be fundamentally flawed and in violation of POLA, where, if port A has such an (exists) dependency on port B, the following sequence: install A install B portupgrade A results in the second (A) being subtly different from the first, in that it is using extra functionality from B, without explicitly asking the user whether that's OK. The fact that the dependencies are actually correctly registered is something of a mitigating factor, but is certainly not an excuse for such "dependency-creep". -aDe From owner-freebsd-ports@FreeBSD.ORG Fri May 20 07:46:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E917716A4CE; Fri, 20 May 2005 07:46:23 +0000 (GMT) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 677DA43DB2; Fri, 20 May 2005 07:46:22 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: by kweetal.tue.nl (Postfix, from userid 40) id 4E5C013B9FB; Fri, 20 May 2005 09:46:21 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id BB7C913B9EA; Fri, 20 May 2005 09:46:20 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.3/8.13.1/Submit) id j4K7kKUa001391; Fri, 20 May 2005 09:46:20 +0200 (CEST) (envelope-from stijn) Date: Fri, 20 May 2005 09:46:20 +0200 From: Stijn Hoop To: Ade Lovett Message-ID: <20050520074620.GB95023@pcwin002.win.tue.nl> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Spam-DCC: : X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on kweetal.tue.nl X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.3 tests=BAYES_00 autolearn=ham version=2.64 cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 07:46:24 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 20, 2005 at 12:06:05AM -0700, Ade Lovett wrote: > > WITHOUT_ESOUND=3Dyes >=20 > In this particular case, that knob does indeed work most of the time. >=20 > Explaining to software authors in general to not provide configure =20 > (or other) scripts that bring in extra functionality based on =20 > previously installed software, without providing for a specific flag =20 > that should be turned on (thus allowing a proper dependency to be =20 > registered by *any* package management system).. well, that's left =20 > as an exercise to the interested reader. But in ports one could add a patch to NOT do this. Granted, that's not idea= l, but at least it's controllable. > This is one of the reasons that I would consider code along the lines =20 > of: >=20 > .if exists(somelibrary) || defined(WITH_something) > foo_DEPENDS+=3D ... > .endif >=20 > to be fundamentally flawed and in violation of POLA, where, if port A =20 > has such an (exists) dependency on port B, the following sequence: >=20 > install A > install B > portupgrade A >=20 > results in the second (A) being subtly different from the first, in =20 > that it is using extra functionality from B, without explicitly =20 > asking the user whether that's OK. The fact that the dependencies =20 > are actually correctly registered is something of a mitigating =20 > factor, but is certainly not an excuse for such "dependency-creep". I would add that in the few cases where I was bitten by this, it's exceptionally frustrating to find out WHY behaviour changed (or even package names, in case of -esound etc). I do know the reason why this kind of code was added: it was considered incorrect behaviour that port A would NOT automatically pick up support for library B if it was installed by the user. For the reasons Ade outlines above, and considering reproducible package building, it would seem nice to find a solution that turns these kinds of checks off automatically, perhaps behind a flag (NO_AUTO_DEPS=3Dyes). A quick grep through the tree also shows this construct: %%% =2Eif exists(${LOCALBASE}/lib/libmad.so.2) WITH_MAD=3D YES =2Eendif =2Eif defined(WITH_MAD) =2E.. =2Eendif %%% which of course amounts to the same thing, except that adding NO_AUTO_DEPS might be easier. --Stijn --=20 "An adult is a child who has more ethics and morals, that's all." -- Shigeru Miyamoto --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjZXMY3r/tLQmfWcRAldbAKCa4r0ttE9at+aUeWI2Rpzme4DtXgCfXoC9 A2dBI0TqKF42zldVQmQMRKk= =ZKQq -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From owner-freebsd-ports@FreeBSD.ORG Fri May 20 08:01:08 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99D716A4CE for ; Fri, 20 May 2005 08:01:08 +0000 (GMT) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id C923C43D9E for ; Fri, 20 May 2005 08:01:07 +0000 (GMT) (envelope-from ade@freebsd.org) Received: from hellfire.lovett.com ([67.134.38.149]) by mail.lovett.com with esmtpa (Exim 4.51 (FreeBSD)) id 1DZ2R9-000NFp-Tg; Fri, 20 May 2005 01:00:51 -0700 In-Reply-To: <20050520074620.GB95023@pcwin002.win.tue.nl> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> <20050520074620.GB95023@pcwin002.win.tue.nl> Mime-Version: 1.0 (Apple Message framework v730) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <24E0B4F7-C17F-4038-A4D4-3936FE3BF4E0@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Fri, 20 May 2005 01:00:59 -0700 To: Stijn Hoop X-Mailer: Apple Mail (2.730) cc: freebsd-ports@freebsd.org Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 08:01:08 -0000 On May 20, 2005, at 00:46 , Stijn Hoop wrote: > I do know the reason why this kind of code was added: it was > considered incorrect behaviour that port A would NOT automatically > pick up support for library B if it was installed by the user. That's more an artefact of configure scripts especially being coded to simply check for the mere existence of a library in order to use it, instead of the more correct approach of explicitly requesting -- enable-foo (or equivalent). Bringing in all the necessary hacks to only activate extra code if the user (or port Makefile) has explicitly requested it is (at best) an awkward task. It's considerably easier to give up and go with the exists() constructs which, as I've mentioned, do (in most cases) at least register the dependency. > [...] and considering reproducible package building This right here hits the nail right on the head. exists() constructs, acting as the bandaids they are around poorly written configuration scripts, can, and do, cause problems for building and distributing packages in anything but an absolute virgin environment. -aDe From owner-freebsd-ports@FreeBSD.ORG Fri May 20 09:41:20 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1504C16A4CE; Fri, 20 May 2005 09:41:20 +0000 (GMT) Received: from ubox.the-mcdonalds.org (raym.dsl.telerama.com [205.201.8.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF7943DA6; Fri, 20 May 2005 09:41:19 +0000 (GMT) (envelope-from fredh@the-mcdonalds.org) Received: from FRED-XP.the-mcdonalds.org (di39ras04.laurelweb.net [12.34.21.39]) (authenticated bits=0)j4K9dpB1012796; Fri, 20 May 2005 05:39:58 -0400 (EDT) (envelope-from fredh@the-mcdonalds.org) Message-Id: <6.2.0.14.2.20050520053839.01efcd00@ubox.the-mcdonalds.org> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Fri, 20 May 2005 05:39:42 -0400 To: ade@FreeBSD.org From: "Frederick K. Horman" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: avast! (VPS 0520-3, 05/19/2005), Outbound message X-Antivirus-Status: Clean X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-MailScanner-From: fredh@the-mcdonalds.org cc: ports@FreeBSD.org Subject: FreeBSD Port: gmake-3.80_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 09:41:20 -0000 In FreeBSD 4.11 gmake 3.80_@ no longer compiles, it stops with the following errors. arscan.c: In function `ar_scan': arscan.c:386: `ARMAG' undeclared (first use in this function) arscan.c:386: (Each undeclared identifier is reported only once arscan.c:386: for each function it appears in.) arscan.c:435: storage size of `member_header' isn't known arscan.c:536: sizeof applied to an incomplete type arscan.c:541: sizeof applied to an incomplete type arscan.c:628: sizeof applied to an incomplete type arscan.c:700: sizeof applied to an incomplete type arscan.c: In function `ar_name_equal': arscan.c:734: storage size of `hdr' isn't known arscan.c: In function `ar_member_touch': arscan.c:777: storage size of `ar_hdr' isn't known arscan.c:792: sizeof applied to an incomplete type arscan.c:792: sizeof applied to an incomplete type arscan.c:797: sizeof applied to an incomplete type arscan.c:797: sizeof applied to an incomplete type arscan.c:816: sizeof applied to an incomplete type arscan.c:816: sizeof applied to an incomplete type *** Error code 1 From owner-freebsd-ports@FreeBSD.ORG Fri May 20 09:42:54 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C743E16A4CE for ; Fri, 20 May 2005 09:42:54 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF0E43D55 for ; Fri, 20 May 2005 09:42:53 +0000 (GMT) (envelope-from matthew@thebunker.net) Received: from lack-of-gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id 6D11F9774A; Fri, 20 May 2005 10:42:52 +0100 (BST) Received: from lack-of-gravitas.thebunker.net (localhost [127.0.0.1]) j4K9gpe0091004; Fri, 20 May 2005 10:42:51 +0100 (BST) (envelope-from matthew@lack-of-gravitas.thebunker.net) Received: (from matthew@localhost)j4K9go0p091003; Fri, 20 May 2005 10:42:50 +0100 (BST) (envelope-from matthew) Date: Fri, 20 May 2005 10:42:50 +0100 From: Matthew Seaman To: Kris Kennaway Message-ID: <20050520094250.GB34260@lack-of-gravitas.thebunker.net> Mail-Followup-To: Kris Kennaway , Angelo Turetta , freebsd-ports@freebsd.org References: <428C68D0.50005@commit.it> <20050519183832.GA6978@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <20050519183832.GA6978@xor.obsecurity.org> User-Agent: Mutt/1.5.9i cc: freebsd-ports@freebsd.org cc: Angelo Turetta Subject: Re: Incrementally building ports INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 09:42:54 -0000 --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 19, 2005 at 11:38:32AM -0700, Kris Kennaway wrote: > On Thu, May 19, 2005 at 12:22:08PM +0200, Angelo Turetta wrote: > > What the state-of-the-art tool used to build the INDEX/INDEX-5 file? > >=20 > > Kris, how is it built on the package cluster? >=20 > Essentially just 'make index'. >=20 > Someone has an incremental index build tool in ports(see other reply), > but I haven't seen commits to this in quite a while so I don't know > whether it's not actively maintained or if it just works. There are > many subtleties with incremental index building, and I haven't > evaluated this tool to see whether it handles them all or if it's just > "close enough for most people". I've been pretty busy what with the new job and all, plus spending a few months living in a place where I can't get broadband at home, but p5-FreeBSD-Portindex is most definitely still being maintained. It's just that I haven't seen any bug reports recently -- pretty much "it just works". I believe I addressed all of the points you raised the last time you looked at it: if you have any further comments I'll be glad to hear them. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iQCVAwUBQo2xGpr7OpndfbmCAQKY1gQA1Ec+Hx8UqyAwhXPxbNRDd/ecvZlt601f m7b31TJxNEkzilEG2pCGGMb/a0Bgu3E79xIY2BCeVVjfyo8BJQG5KH055scLFXT5 rR+Y4tAnUrzQXlHXI6m/xt+L7I8yoKRSX4YJDGWMZqD61Px3niLz6B7R9OEosjfb LL1gMnTzjt4= =Cexa -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- From owner-freebsd-ports@FreeBSD.ORG Fri May 20 10:29:27 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B564216A4CE for ; Fri, 20 May 2005 10:29:27 +0000 (GMT) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id B649C43D48 for ; Fri, 20 May 2005 10:29:26 +0000 (GMT) (envelope-from maarten@sandersatkins.nl) Received: from maarten.sandersatkins.nl (a80-127-55-226.adsl.xs4all.nl [80.127.55.226])j4KASpSn048970; Fri, 20 May 2005 12:28:51 +0200 (CEST) (envelope-from maarten@sandersatkins.nl) From: Maarten Sanders To: lewiz@compsoc.man.ac.uk Content-Type: text/plain Date: Fri, 20 May 2005 12:28:51 +0200 Message-Id: <1116584931.706.4.camel@maarten> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner cc: ports@FreeBSD.org Subject: FreeBSD Port: freevo-1.5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 10:29:27 -0000 Hi Lewis, I have trouble in getting DVD /CD access in freevo on 5.4. I already posted on the Multimedia list but tull now no response. Could it be there is a problem with the port or should I look further into my own system? Thanks, Maarten From owner-freebsd-ports@FreeBSD.ORG Fri May 20 11:30:57 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 612A916A4CE for ; Fri, 20 May 2005 11:30:57 +0000 (GMT) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4170543DA2 for ; Fri, 20 May 2005 11:30:56 +0000 (GMT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from i2.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) with ESMTP id j4KBUtK4004830; Fri, 20 May 2005 13:30:55 +0200 Received: (from stolz@localhost)j4KBUsM7078535; Fri, 20 May 2005 13:30:54 +0200 (CEST) (envelope-from stolz) Date: Fri, 20 May 2005 13:30:54 +0200 From: Volker Stolz To: "Frederick K. Horman" Message-ID: <20050520113054.GA78524@i2.informatik.rwth-aachen.de> References: <6.2.0.14.2.20050520053839.01efcd00@ubox.the-mcdonalds.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <6.2.0.14.2.20050520053839.01efcd00@ubox.the-mcdonalds.org> X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.8i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gmake-3.80_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 11:30:57 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In gmane.os.freebsd.devel.ports, you wrote: > In FreeBSD 4.11 gmake 3.80_@ no longer compiles I strongly doubt this. Please check that you didn't accidently break anything and post the complete build-transcript, preferably on a web-page. Volker --=20 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME It's a million to one chance, but it just might work. --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iQCVAwUBQo3KbhLpPok/0ba1AQISLAP+PtJ5wTVYoalEDd/mS/KaITSC/O9jOthv bF5WMwSx4fyM2t9fATU+vDW91YURYCQriXe8dVezc+Oi5hJNQWvjz821Zi7Zyio5 k2OhwAVlrXZS05DUL0fOA9abn96YsQATpEqJU2mkDSRItUyBjy83rMKrk1ZfkhX/ 6iay1xPFFO4= =8kys -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-ports@FreeBSD.ORG Fri May 20 13:57:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA47F16A4CE for ; Fri, 20 May 2005 13:57:42 +0000 (GMT) Received: from web52310.mail.yahoo.com (web52310.mail.yahoo.com [206.190.39.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 402F243D2F for ; Fri, 20 May 2005 13:57:42 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: (qmail 93069 invoked by uid 60001); 20 May 2005 13:57:41 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=4N3xVaE/eGPYAQU+Ovytb8hENmyxSUrrWCUhA2jAvxo8Mir4N8IWmRL8budgIlt2K0OE81EpASbdkMWTwh8wwyjOAiAj+M/Uc4/aO4GJzWiAOatkRJiNbHbB+43cYBf69kFuz8frFB8ypQFzexi3NX84pv1G/CX1JiPmM8uqzFw= ; Message-ID: <20050520135741.93066.qmail@web52310.mail.yahoo.com> Received: from [205.210.232.62] by web52310.mail.yahoo.com via HTTP; Fri, 20 May 2005 06:57:41 PDT Date: Fri, 20 May 2005 06:57:41 -0700 (PDT) From: dR To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: picard@kti.ae.poznan.pl Subject: Re: Eclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 13:57:43 -0000 Message-ID: <20050519220345.GA861@darwin.kti.ae.poznan.pl> Content-Type: text/plain; charset=us-ascii Hello Willy, thank you for your reply. >To my best knowledge, the Eclipse port for FreeBSD is not using Linux compatibility but runs "natively", without emulation. That's helpful. The Eclipse documentation doesn't mention supporting FreeBSD and the Eclipse build utility does not take BSD as a parameter to identify the OS. (It takes identifiers for Linux, other UNICES, and Redmondows.) I saw that the port was broken and wondered if other users knew of a quick fix. I am somewhat new to FreeBSD but am making progress. I am grateful to the helpful people of this mailing list for their assistance. On the OTHER hand... Message-ID: Mr Nehren, >> I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly. There are many types of stupidity, lack of sophistication, and idiocy. And although a question can be badly asked, it can be just as badly answered. Marko __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail From owner-freebsd-ports@FreeBSD.ORG Fri May 20 14:59:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0098A16A4CE for ; Fri, 20 May 2005 14:59:12 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D5AAD43DBD for ; Fri, 20 May 2005 14:59:10 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 20 May 2005 14:59:07 -0000 Received: from dsl-084-056-151-131.arcor-ip.net (EHLO beaster) [84.56.151.131] by mail.gmx.net (mp018) with SMTP; 20 May 2005 16:59:07 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: dR In-Reply-To: <20050519154243.55873.qmail@web52306.mail.yahoo.com> References: <20050519154243.55873.qmail@web52306.mail.yahoo.com> Content-Type: text/plain Organization: Wohnzimmerrechenzentrum Date: Fri, 20 May 2005 16:59:06 +0200 Message-Id: <1116601146.954.5.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: Freebsd-ports@freebsd.org Subject: Re: Eclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 14:59:12 -0000 Hi Marko, > Anyone have Eclipse running? The port is currently > marked broken. > > >From reading the Eclipse documentation, I take it that > it must be installed in Linux compatibility mode. you might try the "eclipse-devel"-Port (it's currently the 3.1-M6) if you don't have any Requirements of 3.0; I must admit I didn't build it, as I have the Eclipse 3.0 installed, both can't be installed at the same time as the "eclipse-devel"-Ports warns, and I'm not sure if my Plugins will still work with 3.1 :-) The 3.1 has the adventage that, with the 3.1-M7 there should be a boost in Performance (see http://download.eclipse.org/eclipse/downloads/drops/S-3.1M7-200505131415/eclipse-news-part1-M7.html ). Please note, however, that the Version in the Ports is "still" 3.1-M6 - not sure when the M7 will be put in the ports (it's just a few days "old"). HTH, Cheers, _ralf_ From owner-freebsd-ports@FreeBSD.ORG Fri May 20 16:21:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F7D16A4CE for ; Fri, 20 May 2005 16:21:03 +0000 (GMT) Received: from frost-gate.com (c-24-9-148-154.hsd1.co.comcast.net [24.9.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id A1FC443D64 for ; Fri, 20 May 2005 16:21:02 +0000 (GMT) (envelope-from bryant@frost-gate.com) Received: (qmail 92541 invoked by uid 1013); 20 May 2005 16:19:37 -0000 Received: from bryant@frost-gate.com by frostgate01.frost-gate.com by uid 1009 with qmail-scanner-1.22-st-qms (spamassassin: 2.64. Clear:RC:0(12.10.224.250):SA:0(0.1/5.0):. Processed in 15.946932 secs); 20 May 2005 16:19:37 -0000 X-Spam-Status: No, hits=0.1 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bryant@frost-gate.com via frostgate01.frost-gate.com X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:0(12.10.224.250):SA:0(0.1/5.0):. Processed in 15.946932 secs Process 92534) Received: from unknown (HELO ?10.20.250.75?) (bryant@frost-gate.com@12.10.224.250) by frost-gate.com with SMTP; 20 May 2005 16:19:21 -0000 Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ports@FreeBSD.org From: Bryant Noice Date: Fri, 20 May 2005 10:20:45 -0600 X-Mailer: Apple Mail (2.730) Subject: Error Report X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 16:21:03 -0000 Hi, I have a FreeBSD 5.3 RELEASE install, and I'm trying to update the ports collection, and am receiving this error (see below) I did try the "make fetchindex" and it seemed to work ... Here's my make.conf # more /etc/make.conf # -- use.perl generated deltas -- # # Created: Fri Dec 3 19:39:06 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo Here's my uname: # uname -a FreeBSD frostgate01.frost-gate.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/ obj/usr/src/sys/GENERIC i386 Parsing supfile "/root/cvs-supfile" Connecting to cvsup.ca.freebsd.org Connected to cvsup.ca.freebsd.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection ports-all/cvs Shutting down connection to server Finished successfully Updating the ports index ... Generating INDEX.tmp - please wait..hs- hat-ghc6-2.04: "/usr/ports/lang/ghc6" non-existent -- dependency list incomplete ===> devel/hs-hat failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error Stale dependency: p5-XML-DOM-1.43 --> p5-libwww-5.79_1 -- manually run 'pkgdb -F' to fix, or specify -O to force. From owner-freebsd-ports@FreeBSD.ORG Fri May 20 16:23:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA13516A4CF for ; Fri, 20 May 2005 16:23:38 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52DF43D79 for ; Fri, 20 May 2005 16:23:37 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from [192.168.1.105] (CPE000f6690f3a7-CM001371174942.cpe.net.cable.rogers.com [70.25.208.134]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPSA id <0IGS003L7QV8A2@connectmail.carleton.ca> for ports@FreeBSD.org; Fri, 20 May 2005 12:23:32 -0400 (EDT) Date: Fri, 20 May 2005 12:23:32 -0400 From: Adam Weinberger In-reply-to: To: Bryant Noice Message-id: <428E0F04.6040303@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-ca, en-gb, en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-CA; rv:1.7.5) Gecko/20050105 Thunderbird/1.0 OMFG PANTS References: cc: ports@FreeBSD.org Subject: Re: Error Report X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 16:23:39 -0000 Bryant Noice wrote: > Hi, > > I have a FreeBSD 5.3 RELEASE install, and I'm trying to update the > ports collection, and am receiving this error (see below) I did try > the "make fetchindex" and it seemed to work ... > > > Here's my make.conf > > # more /etc/make.conf > # -- use.perl generated deltas -- # > # Created: Fri Dec 3 19:39:06 2004 > # Setting to use base perl from ports: > PERL_VER=5.8.5 > PERL_VERSION=5.8.5 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > > Here's my uname: > > # uname -a > FreeBSD frostgate01.frost-gate.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: > Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/ > obj/usr/src/sys/GENERIC i386 > > > > Parsing supfile "/root/cvs-supfile" > Connecting to cvsup.ca.freebsd.org > Connected to cvsup.ca.freebsd.org > Server software version: SNAP_16_1h > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Updating collection ports-all/cvs > Shutting down connection to server > Finished successfully > Updating the ports index ... Generating INDEX.tmp - please wait..hs- > hat-ghc6-2.04: "/usr/ports/lang/ghc6" non-existent -- dependency list > incomplete > ===> devel/hs-hat failed > *** Error code 1 > 1 error > > ******************************************************************** > Before reporting this error, verify that you are running a supported > version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you > have a complete and up-to-date ports collection. (INDEX builds are > not supported with partial or out-of-date ports collections -- in > particular, if you are using cvsup, you must cvsup the "ports-all" > collection, and have no "refuse" files.) If that is the case, then > report the failure to ports@FreeBSD.org together with relevant > details of your ports configuration (including FreeBSD version, > your architecture, your environment, and your /etc/make.conf > settings, especially compiler flags and WITH/WITHOUT settings). > > Note: the latest pre-generated version of INDEX may be fetched > automatically with "make fetchindex". > ******************************************************************** > > *** Error code 1 > > Stop in /usr/ports. > *** Error code 1 > > Stop in /usr/ports. > failed to generate INDEX! > portsdb: index generation error > Stale dependency: p5-XML-DOM-1.43 --> p5-libwww-5.79_1 -- manually run > 'pkgdb -F' to fix, or specify -O to force. And did you run that command? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Fri May 20 16:39:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB8C16A4CE for ; Fri, 20 May 2005 16:39:39 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DDF43DBB for ; Fri, 20 May 2005 16:39:38 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id B3CDC2F4117; Fri, 20 May 2005 18:39:35 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20213-16; Fri, 20 May 2005 18:39:34 +0200 (CEST) Received: from cakebox.homeunix.net (Fcd88.f.strato-dslnet.de [195.4.205.136]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id 15FA92F40FE; Fri, 20 May 2005 18:39:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id CCB97302986; Fri, 20 May 2005 18:39:30 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41377-08; Fri, 20 May 2005 18:39:28 +0200 (CEST) Received: from [10.1.1.4] (unknown [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id 3F7F830285C; Fri, 20 May 2005 18:39:27 +0200 (CEST) Message-ID: <428E12BD.8040907@nagilum.org> Date: Fri, 20 May 2005 18:39:25 +0200 From: Nagilum User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose M Rodriguez References: <20050512065426.GK11046@afflictions.org> <428CC1EB.6050509@nagilum.org> <200505191934.27075.josemi@freebsd.jazztel.es> In-Reply-To: <200505191934.27075.josemi@freebsd.jazztel.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at cakebox.homeunix.net X-Virus-Scanned: amavisd-new at papendorf-se.de cc: riggs@rrr.de cc: Damian Gerow cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer breakage? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 16:39:39 -0000 Jose M Rodriguez wrote: >El Jueves, 19 de Mayo de 2005 18:42, Nagilum escribió: > > >>Damian Gerow wrote: >> >> >>>I sup'ed my ports tonight, and forced an upgrade of mplayer (I >>>hadn't bothered checking to see if anything had changed), and now >>>suddenly I can't read DVDs: >>> >>> % mplayer dvd://1 >>> MPlayer 1.0pre7-3.4.2 (C) 2000-2005 MPlayer Team >>> CPU: Advanced Micro Devices Opteron Sledgehammer (Family: 8, >>>Stepping: 10) Detected cache-line size is 64 bytes >>> MMX supported but disabled >>> MMX2 supported but disabled >>> SSE supported but disabled >>> SSE2 supported but disabled >>> 3DNow supported but disabled >>> 3DNowExt supported but disabled >>> CPUflags: MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 >>> Compiled for x86 CPU with extensions: >>> >>> >>> Playing dvd://1. >>> Reading disc structure, please wait... >>> libdvdread: Invalid main menu IFO (VIDEO_TS.IFO). >>> Can't open VMG info! >>> >>> >>> >>> > >this seems to be the bad patch issue. Update your ports and rebuild. >working here. > >-- > josemi > > I just did, now it works again :) ! Kudos to the maintainer! Alex. From owner-freebsd-ports@FreeBSD.ORG Fri May 20 16:54:25 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6B016A4CE for ; Fri, 20 May 2005 16:54:25 +0000 (GMT) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7173943D9F for ; Fri, 20 May 2005 16:54:25 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from hellfire.lovett.com ([67.134.38.149]) by mail.lovett.com with esmtpa (Exim 4.51 (FreeBSD)) id 1DZAlG-0001Pu-2m; Fri, 20 May 2005 09:54:10 -0700 In-Reply-To: <6.2.0.14.2.20050520053839.01efcd00@ubox.the-mcdonalds.org> References: <6.2.0.14.2.20050520053839.01efcd00@ubox.the-mcdonalds.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Fri, 20 May 2005 09:54:21 -0700 To: Frederick K.Horman X-Mailer: Apple Mail (2.730) cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gmake-3.80_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 16:54:26 -0000 On May 20, 2005, at 02:39 , Frederick K. Horman wrote: > In FreeBSD 4.11 gmake 3.80_@ no longer compiles, It may not compile *for you*, but it most certainly compiles and builds on clean systems, for example: http://pointyhat.freebsd.org/errorlogs/i386-4-latest-logs/ gmake-3.80_2.log (this was from a mere few hours ago it looks like). > it stops with the following errors. > > arscan.c: In function `ar_scan': > arscan.c:386: `ARMAG' undeclared (first use in this function) Poking into the code, it would appear that the only way that this could not get defined (modulo the system being completely hosed) is if you have an "ar.h" header file floating around in /usr/local/ include installed by another port. Of course, you snipped out the actual compilation command from the build log, which really doesn't help matters. Remember, gmake is one of those subset of ports that a LOT of other ports depend on to be built. If there were some kind of generalized failure, I have no doubt that the ports@ mailing lists would be quickly carpet-bombed by complaints. Given that there are currently no craters in the vicinity of this mailing list, the problem is likely to be more specific to your system. -aDe From owner-freebsd-ports@FreeBSD.ORG Fri May 20 17:43:30 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 078B116A4CF; Fri, 20 May 2005 17:43:30 +0000 (GMT) Received: from mail123.messagelabs.com (mail123.messagelabs.com [85.158.136.3]) by mx1.FreeBSD.org (Postfix) with SMTP id D5CF343DBB; Fri, 20 May 2005 17:43:23 +0000 (GMT) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-11.tower-123.messagelabs.com!1116611000!1228952!1 X-StarScan-Version: 5.4.15; banners=-,-,- X-Originating-IP: [192.128.167.69] Received: (qmail 5472 invoked from network); 20 May 2005 17:43:20 -0000 Received: from almso1.att.com (HELO almso1.proxy.att.com) (192.128.167.69) by server-11.tower-123.messagelabs.com with SMTP; 20 May 2005 17:43:20 -0000 Received: from ulysses.homer.att.com ([135.205.193.8])j4KHhKpE010701; Fri, 20 May 2005 13:43:20 -0400 Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id NAA28250; Fri, 20 May 2005 13:42:37 -0400 (EDT) Received: from homer.att.com (akiva.homer.att.com [135.205.212.39]) by hera.homer.att.com (8.9.3/8.9.3) with ESMTP id NAA02490; Fri, 20 May 2005 13:42:36 -0400 (EDT) Message-ID: <428E218C.80009@homer.att.com> Date: Fri, 20 May 2005 13:42:36 -0400 From: "J. W. Ballantine" User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: perky@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jwb@homer.att.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 17:43:30 -0000 lifera build failure While building liferea on a 5.4-STABLE system liferea failed with: mkdir .libs cc -O -pipe -o liferea-bin callbacks.o cdf_channel.o cdf_item.o common.o conf.o debug.o eggtrayicon.o export.o favicon.o feed.o fold er.o html.o interface.o item.o itemlist.o main.o metadata.o ns_ocs.o ns_dc.o ns_fm.o ns_slash.o ns_content.o ns_syn.o ns_admin.o ns_ blogChannel.o ns_cC.o ns_ag.o ns_photo.o opml.o ocs_dir.o pie_feed.o pie_entry.o rss_channel.o rss_item.o rule.o support.o ui_dnd.o ui_enclosure.o ui_feed.o ui_feedlist.o ui_folder.o ui_htmlview.o ui_itemlist.o ui_mainwindow.o ui_notification.o ui_popup.o ui_prefs .o ui_queue.o ui_search.o ui_session.o ui_tabs.o ui_tray.o ui_vfolder.o update.o vfolder.o -Wl,--export-dynamic -Wl,--rpath -Wl,/usr /local/lib -L/usr/local/lib net/liblinet.a -pthread -L/usr/X11R6/lib -lgtk-x11-2.0 -lgconf-2 -lxml2 -lz -liconv -lm -lgmodule-2.0 - lSM -lICE -lX11 -ldbus-1 -ldbus-glib-1 -lintl ui_feedlist.o(.text+0x18b4): In function `ui_feedlist_dbus_connect': : undefined reference to `dbus_bus_acquire_service' gmake[3]: *** [liferea-bin] Error 1 gmake[3]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/liferea/work/lifferea-0.9.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/liferea. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade67929.6 make ** Fix the problem and try again. Jim From owner-freebsd-ports@FreeBSD.ORG Fri May 20 20:32:44 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DAB916A4CE for ; Fri, 20 May 2005 20:32:44 +0000 (GMT) Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259F843DC8 for ; Fri, 20 May 2005 20:32:42 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.70.216]) by lakermmtao02.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050520203242.QBTC26223.lakermmtao02.cox.net@dolphin.local.net>; Fri, 20 May 2005 16:32:42 -0400 Received: from dolphin.local.net (localhost.local.net [IPv6:::1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j4KKWf9T097049; Fri, 20 May 2005 15:32:41 -0500 (CDT) (envelope-from conrads@cox.net) Date: Fri, 20 May 2005 15:32:36 -0500 From: "Conrad J. Sabatier" To: Kris Kennaway Message-ID: <20050520153236.0a9cfa67@dolphin.local.net> In-Reply-To: <20050519183922.GB6978@xor.obsecurity.org> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 20:32:44 -0000 On Thu, 19 May 2005 11:39:22 -0700, Kris Kennaway wrote: > On Wed, May 18, 2005 at 11:49:33PM -0500, Conrad J. Sabatier wrote: > > Is there any standardized technique (using portupgrade's > > /usr/local/etc/pkgtools.conf) for disabling the inclusion of esound > > for ports which depend on it? I find esound to be a troublesome > > package which often results in the slowing down or chopping up of > > audio playback when the system is under moderate to heavy load. > > WITHOUT_ESOUND=yes > > Kris No, that doesn't do it. Not only does the port (madplay) still link against esound, the package name also ends up as "madplay-esound". -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Fri May 20 20:34:30 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F76016A4CE for ; Fri, 20 May 2005 20:34:30 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A1643D5A for ; Fri, 20 May 2005 20:34:27 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 98554 invoked by uid 89); 20 May 2005 20:33:46 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 20 May 2005 20:33:46 -0000 Date: Fri, 20 May 2005 22:34:25 +0200 From: Oliver Lehmann To: thorsten.greiner@web.de Message-Id: <20050520223425.26e5db8c.oliver@FreeBSD.org> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__20_May_2005_22_34_25_+0200_kjZnUkam7yKfj+vh" cc: ports@freebsd.org Subject: xfce4-systemload-plugin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 20:34:30 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__20_May_2005_22_34_25_+0200_kjZnUkam7yKfj+vh Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Thorsten, I would like to commit the attached patch which fixes the uptime calculation on 64bit platforms. Ok for you? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --Multipart=_Fri__20_May_2005_22_34_25_+0200_kjZnUkam7yKfj+vh Content-Type: application/octet-stream; name="patch-xfce4-systemload-plugin" Content-Disposition: attachment; filename="patch-xfce4-systemload-plugin" Content-Transfer-Encoding: base64 SW5kZXg6IGZpbGVzL3BhdGNoLXBhbmVsLXBsdWdpbjp1cHRpbWUuYwo9PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ClJDUyBm aWxlOiAvdXNyL2xvY2FsL2N2c3Jvb3QvcG9ydHMvc3lzdXRpbHMveGZjZTQtc3lzdGVtbG9hZC1w bHVnaW4vZmlsZXMvcGF0Y2gtcGFuZWwtcGx1Z2luOnVwdGltZS5jLHYKcmV0cmlldmluZyByZXZp c2lvbiAxLjEKZGlmZiAtdSAtcjEuMSBwYXRjaC1wYW5lbC1wbHVnaW46dXB0aW1lLmMKLS0tIGZp bGVzL3BhdGNoLXBhbmVsLXBsdWdpbjp1cHRpbWUuYwk4IERlYyAyMDAzIDAyOjQxOjAxIC0wMDAw CTEuMQorKysgZmlsZXMvcGF0Y2gtcGFuZWwtcGx1Z2luOnVwdGltZS5jCTE4IE1heSAyMDA1IDA4 OjMxOjQzIC0wMDAwCkBAIC0xLDUgKzEsNSBAQAotLS0tIHBhbmVsLXBsdWdpbi91cHRpbWUuYy5v cmlnCUZyaSBOb3YgMjEgMTY6MjE6MjIgMjAwMwotKysrIHBhbmVsLXBsdWdpbi91cHRpbWUuYwlG cmkgTm92IDIxIDE2OjIxOjM2IDIwMDMKKy0tLSBwYW5lbC1wbHVnaW4vdXB0aW1lLmMub3JpZwlU aHUgTm92IDEzIDIwOjAxOjUwIDIwMDMKKysrKyBwYW5lbC1wbHVnaW4vdXB0aW1lLmMJRnJpIE1h eSAyMCAyMjozMToxMSAyMDA1CiBAQCAtODEsNiArODEsNyBAQAogICNpbmNsdWRlIDxzdHJpbmcu aD4KICAjaW5jbHVkZSA8c3lzL3BhcmFtLmg+CkBAIC04LDMgKzgsMTIgQEAKICAjaW5jbHVkZSA8 c3lzL3R5cGVzLmg+CiAgI2luY2x1ZGUgPHN5cy92bW1ldGVyLmg+CiAgI2luY2x1ZGUgPHVuaXN0 ZC5oPgorQEAgLTk0LDcgKzk1LDcgQEAKKyAgICBpbnQgbWliWzJdID0ge0NUTF9LRVJOLCBLRVJO X0JPT1RUSU1FfTsKKyAgICBzdHJ1Y3QgdGltZXZhbCBib290dGltZTsKKyAgICB0aW1lX3Qgbm93 OworLSAgIGludCBzaXplID0gc2l6ZW9mKGJvb3R0aW1lKTsKKysgICBzaXplX3Qgc2l6ZSA9IHNp emVvZihib290dGltZSk7CisgICAgZ3Vsb25nIHVwdGltZTsKKyAgCisgICAgaWYoKHN5c2N0bCht aWIsIDIsICZib290dGltZSwgJnNpemUsIE5VTEwsIDApICE9IC0xKQo= --Multipart=_Fri__20_May_2005_22_34_25_+0200_kjZnUkam7yKfj+vh-- From owner-freebsd-ports@FreeBSD.ORG Fri May 20 20:48:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF78A16A4CE for ; Fri, 20 May 2005 20:48:34 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B6C043D75 for ; Fri, 20 May 2005 20:48:29 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 8356 invoked from network); 20 May 2005 20:40:39 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 20 May 2005 20:40:39 -0000 Received: (qmail 4560 invoked by uid 89); 20 May 2005 21:02:38 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 20 May 2005 21:02:38 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 89B7E114C3; Fri, 20 May 2005 23:48:25 +0300 (EEST) Date: Fri, 20 May 2005 23:48:24 +0300 From: Ion-Mihai Tetcu To: Matthew Seaman Message-ID: <20050520234824.09bd17e8@it.buh.tecnik93.com> In-Reply-To: <20050520094250.GB34260@lack-of-gravitas.thebunker.net> References: <428C68D0.50005@commit.it> <20050519183832.GA6978@xor.obsecurity.org> <20050520094250.GB34260@lack-of-gravitas.thebunker.net> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Angelo Turetta cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: Incrementally building ports INDEX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 20:48:34 -0000 On Fri, 20 May 2005 10:42:50 +0100 Matthew Seaman wrote: > On Thu, May 19, 2005 at 11:38:32AM -0700, Kris Kennaway wrote: > > On Thu, May 19, 2005 at 12:22:08PM +0200, Angelo Turetta wrote: > > > What the state-of-the-art tool used to build the INDEX/INDEX-5 file? > > > > > > Kris, how is it built on the package cluster? > > > > Essentially just 'make index'. > > > > Someone has an incremental index build tool in ports(see other reply), > > but I haven't seen commits to this in quite a while so I don't know > > whether it's not actively maintained or if it just works. There are > > many subtleties with incremental index building, and I haven't > > evaluated this tool to see whether it handles them all or if it's just > > "close enough for most people". > > > I've been pretty busy what with the new job and all, plus spending a > few months living in a place where I can't get broadband at home, but > p5-FreeBSD-Portindex is most definitely still being maintained. It's > just that I haven't seen any bug reports recently -- pretty much "it > just works". I believe I addressed all of the points you raised the > last time you looked at it: if you have any further comments I'll be > glad to hear them. I'm running it on my machines on a daily bases and with the last version each time I've checked against a canonical built INDEX-5 I have found no diffs. In the past when I've had problems Matthew has been very helpful and prompt. Kris, do you think you could run it on the cluster where the "official" INDEX is generated for a few times and diff the resulting index with the canonical one and send the diff (if any) to Matthew ? It won't place any burden on the machine (on my home desktop, it runs 6 times / day after each cvsup and it takes under one minute to generate the updated index). Once we know it works you could disable it and re-enable it only when testing bsd.*.mk changes in case one of them affects it (and then Mathew would have enough time to fix the problem before the changes go in the tree). This tool is very nice to use, especially on less-powerful machines and IMO deserves mentioning in the docs like the porttools. Thanks, -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Fri May 20 21:00:45 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5207816A4CE; Fri, 20 May 2005 21:00:45 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A03343D31; Fri, 20 May 2005 21:00:44 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.70.216]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050520210041.ZYBR10612.lakermmtao12.cox.net@dolphin.local.net>; Fri, 20 May 2005 17:00:42 -0400 Received: from dolphin.local.net (localhost.local.net [IPv6:::1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j4KL0FvS005144; Fri, 20 May 2005 16:00:15 -0500 (CDT) (envelope-from conrads@cox.net) Date: Fri, 20 May 2005 16:00:10 -0500 From: "Conrad J. Sabatier" To: Ade Lovett Message-ID: <20050520160010.1c9c3ebe@dolphin.local.net> In-Reply-To: <24E0B4F7-C17F-4038-A4D4-3936FE3BF4E0@freebsd.org> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> <20050520074620.GB95023@pcwin002.win.tue.nl> <24E0B4F7-C17F-4038-A4D4-3936FE3BF4E0@freebsd.org> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 21:00:45 -0000 On Fri, 20 May 2005 01:00:59 -0700, Ade Lovett wrote: > > On May 20, 2005, at 00:46 , Stijn Hoop wrote: > > I do know the reason why this kind of code was added: it was > > considered incorrect behaviour that port A would NOT automatically > > pick up support for library B if it was installed by the user. > > That's more an artefact of configure scripts especially being coded > to simply check for the mere existence of a library in order to use > it, instead of the more correct approach of explicitly requesting -- > enable-foo (or equivalent). > > Bringing in all the necessary hacks to only activate extra code if > the user (or port Makefile) has explicitly requested it is (at best) > an awkward task. It's considerably easier to give up and go with the > > exists() constructs which, as I've mentioned, do (in most cases) at > least register the dependency. > > > [...] and considering reproducible package building > > This right here hits the nail right on the head. exists() > constructs, acting as the bandaids they are around poorly written > configuration scripts, can, and do, cause problems for building and > distributing packages in anything but an absolute virgin environment. Well, in the case of GNOME and its constituent packages, it seems that we have a case of automatic (indirect) dependencies run amok. For instance, just because a particular package may depend on, say, gtk2, does that mean it should also automatically depend on a dozen or more other components of GNOME as well, the majority of which will not be employed in any way by the package? I think not! I just now did a "pkg_info -R esound-0.2.35_2", and was astonished to see the number of packages listing esound as a dependency, even when it's quite apparent that esound provides absolutely no additional functionality to many of those packages. I know we had quite a heated discussion some time ago in one of the lists (or perhaps in comp.unix.bsd.freebsd.misc) on the subject of the evils of indirect dependencies, but I don't recall any fruitful outcome from it. I really don't know what to suggest, or where such a discussion might lead if we were to pursue it again, but it certainly does seem that there's ample opportunity for some major cleaning up in the area of port dependencies. The current approach just seems rather heavy-handed, if you ask me. There should be some facility for a more fine-tuned approach, leaning more in the direction of "when in doubt, leave it out", rather than the current "throw it in just to be sure" methodology. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Fri May 20 21:13:02 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3409C16A4CE for ; Fri, 20 May 2005 21:13:02 +0000 (GMT) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8442D43DB2 for ; Fri, 20 May 2005 21:13:01 +0000 (GMT) (envelope-from happy@xboxnews.de) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 258A918B29; Fri, 20 May 2005 23:13:00 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41])C6A09114009; Fri, 20 May 2005 23:12:59 +0200 (CEST) Received: from [192.168.9.12] (dsl-084-056-122-042.arcor-ip.net [84.56.122.42]) (Authenticated sender: happycsq@arcor.de) by mail-in-01.arcor-online.net (Postfix) with ESMTP id E40E599E0; Fri, 20 May 2005 23:12:59 +0200 (CEST) Message-ID: <428E52D5.6020307@xboxnews.de> Date: Fri, 20 May 2005 23:12:53 +0200 From: Martin K-F User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050409) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: frerich.raabe@gmx.de Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: selfhtml-80_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 21:13:02 -0000 Wann kommt port update Freebsd? MfG Martin From owner-freebsd-ports@FreeBSD.ORG Fri May 20 21:13:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C8916A4CE for ; Fri, 20 May 2005 21:13:42 +0000 (GMT) Received: from cp385968-a.gelen1.lb.home.nl (cp385968-a.gelen1.lb.home.nl [84.28.185.135]) by mx1.FreeBSD.org (Postfix) with SMTP id C27B043D55 for ; Fri, 20 May 2005 21:13:41 +0000 (GMT) (envelope-from Dorado@freiwah.com) Received: from [130.96.142.57] (port=2496 helo=[dairy]) by cp385968-a.gelen1.lb.home.nl with esmtp id 2255874770irrecoverable13832 for freebsd-ports@freebsd.org; Fri, 20 May 2005 23:13:42 +0200 Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-Id: <2453997385.41023@cp385968-a.gelen1.lb.home.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-ports@freebsd.org From: Christian Date: Fri, 20 May 2005 23:13:41 +0200 X-Mailer: Apple Mail (2.728) Subject: Dude check out this sweet site! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 21:13:43 -0000 Penis enlargement breakthrough! http://www.legahe.com/ss/ Buyer beware - Penis patches! From owner-freebsd-ports@FreeBSD.ORG Fri May 20 22:24:07 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C5E16A4CE for ; Fri, 20 May 2005 22:24:07 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2B043DB3 for ; Fri, 20 May 2005 22:24:05 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.70.216]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050520222405.KQCQ7787.lakermmtao10.cox.net@dolphin.local.net>; Fri, 20 May 2005 18:24:05 -0400 Received: from dolphin.local.net (localhost.local.net [IPv6:::1]) by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j4KMO3b5065406; Fri, 20 May 2005 17:24:03 -0500 (CDT) (envelope-from conrads@cox.net) Date: Fri, 20 May 2005 17:23:58 -0500 From: "Conrad J. Sabatier" To: "Conrad J. Sabatier" Message-ID: <20050520172358.2be5871b@dolphin.local.net> In-Reply-To: <20050520153236.0a9cfa67@dolphin.local.net> References: <20050518234933.05e2584b@dolphin.local.net> <20050519183922.GB6978@xor.obsecurity.org> <20050520153236.0a9cfa67@dolphin.local.net> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 22:24:07 -0000 On Fri, 20 May 2005 15:32:36 -0500, "Conrad J. Sabatier" wrote: > On Thu, 19 May 2005 11:39:22 -0700, Kris Kennaway > wrote: > > > On Wed, May 18, 2005 at 11:49:33PM -0500, Conrad J. Sabatier wrote: > > > Is there any standardized technique (using portupgrade's > > > /usr/local/etc/pkgtools.conf) for disabling the inclusion of > > > esound for ports which depend on it? I find esound to be a > > > troublesome package which often results in the slowing down or > > > chopping up of audio playback when the system is under moderate to > > > heavy load. > > > > WITHOUT_ESOUND=yes > > > > Kris > > No, that doesn't do it. Not only does the port (madplay) still link > against esound, the package name also ends up as "madplay-esound". Looking at a few ports, it appears that the way to do it is do define "WITHOUT_GNOME=esound". I've tried this with several ports and it seems to work. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Sat May 21 07:34:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1710C16A4D1 for ; Sat, 21 May 2005 07:34:03 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A5943DA6 for ; Sat, 21 May 2005 07:34:00 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 13770 invoked by uid 89); 21 May 2005 07:33:19 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 21 May 2005 07:33:19 -0000 Date: Sat, 21 May 2005 09:33:57 +0200 From: Oliver Lehmann To: openoffice@FreeBSD.org Message-Id: <20050521093357.3795a4a1.oliver@FreeBSD.org> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: oopackages.good-day.net - Service not available, remote server has closed connection. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 07:34:03 -0000 Hi, I would like to compile openoffice-2.0-devel but: root@kartoffel openoffice-2.0-devel> ftp ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ Connected to ooopackages.good-day.net. 220 ProFTPD 1.2.10 Server (Debian) [220.218.54.195] 331 Anonymous login ok, send your complete email address as your password. 230-Welcome, archive user anonymous@p5084D0DA.dip.t-dialin.net ! 230- 230-The local time is: Sat May 21 16:35:48 2005 230- 230-This is an experimental FTP server. If have any unusual problems, 230-please report them via e-mail to . 230- 421 Service not available, remote server has closed connection. ftp: Login failed. ftp: Can't connect or login to host `ooopackages.good-day.net' Exit 1 root@kartoffel openoffice-2.0-devel> The port cannot download the sourcefile and google knows nothing about OOo_1.9m103_source.tar.bz2 - can someone make the sourcefile available for me somewhere? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Sat May 21 08:51:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A3C516A4CE for ; Sat, 21 May 2005 08:51:51 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDB843D7B for ; Sat, 21 May 2005 08:51:49 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 15316 invoked by uid 89); 21 May 2005 08:51:09 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 21 May 2005 08:51:09 -0000 Date: Sat, 21 May 2005 10:51:47 +0200 From: Oliver Lehmann To: kuriyama@FreeBSD.org Message-Id: <20050521105147.542570db.lehmann@ans-netz.de> X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: net-snmp 5 "broken"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 08:51:51 -0000 Hi, I'm running an amd64 system with 2GB of RAM. When I'm querying: olivleh1@dill SNMP-Browser> snmpwalk -v 1 -c secret kartoffel .iso.3.6.1.4.1.2021.4 UCD-SNMP-MIB::memIndex.0 = INTEGER: 0 UCD-SNMP-MIB::memErrorName.0 = STRING: swap UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 498496 UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 498496 UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 1884588 UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 929036 Timeout: No Response from kartoffel Exit 1 olivleh1@dill SNMP-Browser> after that, snmpd on "kartoffel" eats 100% CPU same can be done by questioning .iso.3.6.1.4.1.2021.4.7 directly Any Ideas what that could be caused by? RAM or amd64? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Sat May 21 09:16:14 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5EA16A4CE for ; Sat, 21 May 2005 09:16:14 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3381C43DB2 for ; Sat, 21 May 2005 09:16:13 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail invoked by alias); 21 May 2005 09:16:12 -0000 Received: from unknown (EHLO klamath.syndrom23.de) [212.204.44.203] by mail.gmx.net (mp010) with SMTP; 21 May 2005 11:16:12 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: jwb@homer.att.com In-Reply-To: <428E218C.80009@homer.att.com> References: <428E218C.80009@homer.att.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-biNrxNOOo2zGkHO0RVS6" Date: Sat, 21 May 2005 11:16:10 +0200 Message-Id: <1116666970.1219.28.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org cc: perky@FreeBSD.org Subject: Re: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 09:16:14 -0000 --=-biNrxNOOo2zGkHO0RVS6 Content-Type: multipart/mixed; boundary="=-oSwB4Y5A+jkmtvFOTqE9" --=-oSwB4Y5A+jkmtvFOTqE9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-05-20 at 13:42 -0400, J. W. Ballantine wrote: > lifera build failure >=20 > While building liferea on a 5.4-STABLE system liferea failed with: > mkdir .libs > cc -O -pipe -o liferea-bin callbacks.o cdf_channel.o cdf_item.o common.o > conf.o debug.o eggtrayicon.o export.o favicon.o feed.o fold > er.o html.o interface.o item.o itemlist.o main.o metadata.o ns_ocs.o=20 > ns_dc.o > ns_fm.o ns_slash.o ns_content.o ns_syn.o ns_admin.o ns_ > blogChannel.o ns_cC.o ns_ag.o ns_photo.o opml.o ocs_dir.o pie_feed.o > pie_entry.o rss_channel.o rss_item.o rule.o support.o ui_dnd.o > ui_enclosure.o ui_feed.o ui_feedlist.o ui_folder.o ui_htmlview.o=20 > ui_itemlist.o > ui_mainwindow.o ui_notification.o ui_popup.o ui_prefs > .o ui_queue.o ui_search.o ui_session.o ui_tabs.o ui_tray.o ui_vfolder.o > update.o vfolder.o -Wl,--export-dynamic -Wl,--rpath -Wl,/usr > /local/lib -L/usr/local/lib net/liblinet.a -pthread -L/usr/X11R6/lib > -lgtk-x11-2.0 -lgconf-2 -lxml2 -lz -liconv -lm -lgmodule-2.0 - > lSM -lICE -lX11 -ldbus-1 -ldbus-glib-1 -lintl > ui_feedlist.o(.text+0x18b4): In function `ui_feedlist_dbus_connect': > : undefined reference to `dbus_bus_acquire_service' > gmake[3]: *** [liferea-bin] Error 1 > gmake[3]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/sr= c' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/sr= c' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/net/liferea/work/lifferea-0.9.2' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/net/liferea. > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > /tmp/portupgrade67929.6 > make > ** Fix the problem and try again. >=20 >=20 Hi, could you try dropping the attached patch into the /usr/ports/net/liferea/files directory, and rebuilding? HTH, -- Andreas --=-oSwB4Y5A+jkmtvFOTqE9-- --=-biNrxNOOo2zGkHO0RVS6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCjvxaYucd7Ow1ygwRAtT2AJ98JOdnfeP+u3+JEAVpLb+DYLmxRwCdGn4B cHdZgZsQ6cyvRzR20GOqxDs= =vx5z -----END PGP SIGNATURE----- --=-biNrxNOOo2zGkHO0RVS6-- From owner-freebsd-ports@FreeBSD.ORG Sat May 21 09:20:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7F916A4CE; Sat, 21 May 2005 09:20:12 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5588643D5F; Sat, 21 May 2005 09:20:07 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id DD96E140AB; Sat, 21 May 2005 04:20:06 -0500 (CDT) Date: Sat, 21 May 2005 04:20:06 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: "Conrad J. Sabatier" In-Reply-To: <20050520160010.1c9c3ebe@dolphin.local.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports@freebsd.org cc: Ade Lovett Subject: Re: Disabling dependency on esound in ports builds X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 09:20:12 -0000 On Fri, 20 May 2005, Conrad J. Sabatier wrote: > I really don't know what to suggest, or where such a discussion might > lead if we were to pursue it again, but it certainly does seem that > there's ample opportunity for some major cleaning up in the area of port > dependencies. The current approach just seems rather heavy-handed, if > you ask me. There should be some facility for a more fine-tuned > approach, leaning more in the direction of "when in doubt, leave it > out", rather than the current "throw it in just to be sure" methodology. All it requires is the mythical Someone who has lots of time to run regression tests on a cleaned-up ports tree. I recommend Joe Marcus' tinderbox scripts as an appropriate building block. mcl From owner-freebsd-ports@FreeBSD.ORG Sat May 21 12:37:25 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF1616A4CF for ; Sat, 21 May 2005 12:37:25 +0000 (GMT) Received: from smtp.guengel.ch (80-219-210-245.dclient.hispeed.ch [80.219.210.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C6B43D82 for ; Sat, 21 May 2005 12:37:22 +0000 (GMT) (envelope-from newsletter@guengel.ch) Received: from beastie.kruemel.home (beastie.kruemel.home [192.168.100.100]) j4LCbJY0011009 for ; Sat, 21 May 2005 14:37:19 +0200 From: newsletter To: freebsd-ports@freebsd.org In-Reply-To: <1116666970.1219.28.camel@klamath.syndrom23.de> References: <428E218C.80009@homer.att.com> <1116666970.1219.28.camel@klamath.syndrom23.de> Content-Type: text/plain Date: Sat, 21 May 2005 14:36:53 +0200 Message-Id: <1116679013.3494.1.camel@beastie.kruemel.home> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.30.0.12; VDF 6.30.0.191 Subject: Re: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 12:37:25 -0000 Hello Andreas I'd be interested in that patch as well, but it appears there is no patch attached to your mail (perhaps my bad?). thx rafi On Sat, 2005-05-21 at 11:16 +0200, Andreas Kohn wrote: > On Fri, 2005-05-20 at 13:42 -0400, J. W. Ballantine wrote: > > lifera build failure > > > > While building liferea on a 5.4-STABLE system liferea failed with: > > mkdir .libs > > cc -O -pipe -o liferea-bin callbacks.o cdf_channel.o cdf_item.o common.o > > conf.o debug.o eggtrayicon.o export.o favicon.o feed.o fold > > er.o html.o interface.o item.o itemlist.o main.o metadata.o ns_ocs.o > > ns_dc.o > > ns_fm.o ns_slash.o ns_content.o ns_syn.o ns_admin.o ns_ > > blogChannel.o ns_cC.o ns_ag.o ns_photo.o opml.o ocs_dir.o pie_feed.o > > pie_entry.o rss_channel.o rss_item.o rule.o support.o ui_dnd.o > > ui_enclosure.o ui_feed.o ui_feedlist.o ui_folder.o ui_htmlview.o > > ui_itemlist.o > > ui_mainwindow.o ui_notification.o ui_popup.o ui_prefs > > .o ui_queue.o ui_search.o ui_session.o ui_tabs.o ui_tray.o ui_vfolder.o > > update.o vfolder.o -Wl,--export-dynamic -Wl,--rpath -Wl,/usr > > /local/lib -L/usr/local/lib net/liblinet.a -pthread -L/usr/X11R6/lib > > -lgtk-x11-2.0 -lgconf-2 -lxml2 -lz -liconv -lm -lgmodule-2.0 - > > lSM -lICE -lX11 -ldbus-1 -ldbus-glib-1 -lintl > > ui_feedlist.o(.text+0x18b4): In function `ui_feedlist_dbus_connect': > > : undefined reference to `dbus_bus_acquire_service' > > gmake[3]: *** [liferea-bin] Error 1 > > gmake[3]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/src' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory `/usr/ports/net/liferea/work/liferea-0.9.2/src' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/net/liferea/work/lifferea-0.9.2' > > gmake: *** [all] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/net/liferea. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade67929.6 > > make > > ** Fix the problem and try again. > > > > > Hi, > > could you try dropping the attached patch into > the /usr/ports/net/liferea/files directory, and rebuilding? > > HTH, > -- > Andreas > From owner-freebsd-ports@FreeBSD.ORG Sat May 21 13:21:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC06D16A4CE for ; Sat, 21 May 2005 13:21:42 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F5A43D70 for ; Sat, 21 May 2005 13:21:42 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 9647111A79; Sat, 21 May 2005 15:21:40 +0200 (CEST) Date: Sat, 21 May 2005 15:21:40 +0200 From: "Simon L. Nielsen" To: freebsd-ports@FreeBSD.org Message-ID: <20050521132139.GD803@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: portupgrade: Good location for flag file? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 13:21:43 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello To really get portupgrade to work properly again after my patch for CAN-2005-0610 (portupgrade 20041226_2) I need to find a good location for the pkgdb.fixme flagfile. Before 20041226_2 it was in /tmp or /var/tmp but for 20041226_2 it was moved to /var/db/pkg, which turned out to be a bad idea (see ports/81088 and mails on this list). So, I need to have a known static location for pkgdb.fixme which is in a directory only writeable by root. So does anyone suggestions on a good location? The only ones I can come up with, which are not really good, are /var/run or /var/db/portupgrade... Note, the patches I posted before (port-portupgrade-CAN-2005-0610_2.patch and port-portupgrade-CAN-2005-0610_3.patch) unfortunatly does not work properly in all cases :-/. --=20 Simon L. Nielsen --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCjzXjh9pcDSc1mlERArP1AKCVr/y+vb7r6ds3RnDmzK+aufk8ugCfTM63 gqP32gEFw6MxGDNqb05BSIA= =6KqC -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-ports@FreeBSD.ORG Sat May 21 13:47:09 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E643C16A4CE; Sat, 21 May 2005 13:47:09 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0F243D76; Sat, 21 May 2005 13:47:09 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050521134708.VKYB13270.mta11.adelphia.net@barbish>; Sat, 21 May 2005 09:47:08 -0400 From: "fbsd_user" To: Date: Sat, 21 May 2005 09:47:06 -0400 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 13:47:10 -0000 How about adding to the description that gftp needs an X-interface (desktop) before you will get what is shown at http://gftp.seul.org/screenshots.html IE: The GUI interface is not available from the command line. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 13:51:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992D116A4CE; Sat, 21 May 2005 13:51:03 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C46243D79; Sat, 21 May 2005 13:51:02 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 4141560E2; Sat, 21 May 2005 08:51:01 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44186-01; Sat, 21 May 2005 08:50:57 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 59A8460D4; Sat, 21 May 2005 08:50:55 -0500 (CDT) Message-ID: <428F3D17.4090605@makeworld.com> Date: Sat, 21 May 2005 08:52:23 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050414) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.3.0 (20050424) at makeworld.com - Isn't it ironic cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 13:51:03 -0000 fbsd_user wrote: > How about adding to the description that gftp needs an X-interface > (desktop) before > you will get what is shown at http://gftp.seul.org/screenshots.html > > IE: The GUI interface is not available from the command line. Because most users know that gftp (and for that matter, gtk/gnome) ARE X based? -- Best regards, Chris Class schedules are designed so that every student will waste the maximum time between classes. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 13:52:07 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E36116A4CF; Sat, 21 May 2005 13:52:07 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2BB43D8B; Sat, 21 May 2005 13:52:03 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id E7DE160E2; Sat, 21 May 2005 08:52:02 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44186-02; Sat, 21 May 2005 08:51:59 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 7185360D4; Sat, 21 May 2005 08:51:59 -0500 (CDT) Message-ID: <428F3D56.10107@makeworld.com> Date: Sat, 21 May 2005 08:53:26 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050414) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.3.0 (20050424) at makeworld.com - Isn't it ironic cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 13:52:07 -0000 fbsd_user wrote: > How about adding to the description that gftp needs an X-interface > (desktop) before > you will get what is shown at http://gftp.seul.org/screenshots.html > > IE: The GUI interface is not available from the command line. Besides - did you really, really think that you would get a pretty picture if you didn't have X installed? How did you think that was going to happen? -- Best regards, Chris Class schedules are designed so that every student will waste the maximum time between classes. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 13:55:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 379BF16A4CE; Sat, 21 May 2005 13:55:19 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id B596043D8A; Sat, 21 May 2005 13:55:17 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id B3ECC60E2; Sat, 21 May 2005 08:55:16 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44186-03; Sat, 21 May 2005 08:55:13 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 2C6B460D4; Sat, 21 May 2005 08:55:12 -0500 (CDT) Message-ID: <428F3E18.6090404@makeworld.com> Date: Sat, 21 May 2005 08:56:40 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050414) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.3.0 (20050424) at makeworld.com - Isn't it ironic cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 13:55:19 -0000 fbsd_user wrote: > How about adding to the description that gftp needs an X-interface > (desktop) before > you will get what is shown at http://gftp.seul.org/screenshots.html > > IE: The GUI interface is not available from the command line. Do you think running Word or Outlook without Windows will work? You really need to think about what you are doing here. -- Best regards, Chris Class schedules are designed so that every student will waste the maximum time between classes. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 14:14:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2266516A4CE; Sat, 21 May 2005 14:14:29 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E3943D1F; Sat, 21 May 2005 14:14:27 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050521141426.XYTS4191.mta13.adelphia.net@barbish>; Sat, 21 May 2005 10:14:26 -0400 From: "fbsd_user" To: Date: Sat, 21 May 2005 10:14:25 -0400 Message-ID: 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 IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <428F3E18.6090404@makeworld.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: RE: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 14:14:29 -0000 Chris What does your statments have to do with updating the description so its more meaningfull. If the description does not say it needs an x-interface how are people to know. Sorry my ESP is not working today. -----Original Message----- From: Chris [mailto:racerx@makeworld.com] Sent: Saturday, May 21, 2005 9:57 AM To: fbsd_user@a1poweruser.com Cc: oliver@FreeBSD.org; ports@FreeBSD.org Subject: Re: FreeBSD Port: gftp-2.0.18 fbsd_user wrote: > How about adding to the description that gftp needs an X-interface > (desktop) before > you will get what is shown at http://gftp.seul.org/screenshots.html > > IE: The GUI interface is not available from the command line. Do you think running Word or Outlook without Windows will work? You really need to think about what you are doing here. -- Best regards, Chris Class schedules are designed so that every student will waste the maximum time between classes. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 14:29:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66CE16A4CE for ; Sat, 21 May 2005 14:29:55 +0000 (GMT) Received: from mta10-winn.mailhost.ntl.com (smtpout18.mailhost.ntl.com [212.250.162.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AAF43D49 for ; Sat, 21 May 2005 14:29:53 +0000 (GMT) (envelope-from sfromley@ntlworld.com) Received: from aamta05-winn.mailhost.ntl.com ([212.250.162.8]) by mta10-winn.mailhost.ntl.com with ESMTP <20050521142952.ZMIW20297.mta10-winn.mailhost.ntl.com@aamta05-winn.mailhost.ntl.com> for ; Sat, 21 May 2005 15:29:52 +0100 Received: from [192.168.124.185] (really [82.5.120.109]) by aamta05-winn.mailhost.ntl.com with ESMTP <20050521142952.UXCU8884.aamta05-winn.mailhost.ntl.com@[192.168.124.185]> for ; Sat, 21 May 2005 15:29:52 +0100 Message-ID: <428F45DB.4010906@ntlworld.com> Date: Sat, 21 May 2005 15:29:47 +0100 From: Eliot Earle User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 14:29:55 -0000 fbsd_user wrote: > Chris > What does your statments have to do with updating the description so > its more meaningfull. > If the description does not say it needs an x-interface how are > people to know. > Sorry my ESP is not working today. I think he's refering to "Written in C and Can use GTK+ 1.2.x+ or GTK 2.x for the GUI (or text mode)" being pretty self-explanatory. I'm only guessing. :) -- Eliot 'intocabile' www.fromley.com From owner-freebsd-ports@FreeBSD.ORG Sat May 21 15:26:44 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6AD16A4D0 for ; Sat, 21 May 2005 15:26:44 +0000 (GMT) Received: from ramiel.secspace.de (ramiel.secspace.de [213.61.4.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C5543D88 for ; Sat, 21 May 2005 15:26:42 +0000 (GMT) (envelope-from ml@ps102.de) Received: from [192.168.17.11] (p54A7D6E0.dip.t-dialin.net [84.167.214.224]) by ramiel.secspace.de (Postfix) with ESMTP id 5A2AC11300 for ; Sat, 21 May 2005 17:26:37 +0200 (CEST) Message-ID: <428F5360.1090203@ps102.de> Date: Sat, 21 May 2005 17:27:28 +0200 From: Volker Kindermann User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: registervm JavaVM is already registered X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 15:26:45 -0000 Hi, I have a problem updating jdk14. Machine is: root@astarte# uname -a FreeBSD astarte.office.volker.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri May 13 21:11:57 CEST 2005 root@astarte.office.volker.de:/usr/obj/usr/src/sys/GENERIC i386 root@astarte# root@astarte# cd /usr/ports/java/jdk14 root@astarte# ls Makefile distinfo files pkg-descr pkg-message work root@astarte# pkg_info|grep jdk root@astarte# make reinstall ===> Installing for jdk-1.4.2p7_1 ===> jdk-1.4.2p7_1 depends on executable: javavm - found ===> jdk-1.4.2p7_1 depends on file: /usr/X11R6/lib/X11/fonts/URW/fonts.dir - found Please use `make -DWITH_DEBUG' if you want to install libraries and binaries with debugging support. ===> Generating temporary packing list ===> Checking if java/jdk14 already installed /bin/mkdir -p /usr/local/jdk1.4.2 cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image && /usr/bin/find . | /usr/bin/cpio -pdmu -R root:wheel /usr/local/jdk1.4.2 168164 blocks /usr/bin/find -s /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image -not -type d | /usr/bin/sed -ne 's#/usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image#jdk1.4.2#p' >> /usr/ports/java/jdk14/work/.PLIST.mktmp install -o root -g wheel -m 444 /usr/ports/java/jdk14/files/cacerts /usr/local/jdk1.4.2/jre/lib/security/cacerts install -o root -g wheel -m 444 /usr/ports/java/jdk14/files/cacerts /usr/local/jdk1.4.2/jre/javaws/cacerts /usr/bin/find "/usr/local/jdk1.4.2/jre/plugin" -type d | /usr/bin/xargs /bin/chmod a+rx registervm: error: JavaVM "/usr/local/jdk1.4.2/bin/java" is already registered *** Error code 1 Stop in /usr/ports/java/jdk14. *** Error code 1 Stop in /usr/ports/java/jdk14. root@astarte# What can I do? Thanks Volker From owner-freebsd-ports@FreeBSD.ORG Sat May 21 15:51:08 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F14B16A4CE for ; Sat, 21 May 2005 15:51:08 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C0ADA43D3F for ; Sat, 21 May 2005 15:51:06 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 21 May 2005 15:51:05 -0000 Received: from dsl-084-056-148-078.arcor-ip.net (EHLO beaster) [84.56.148.78] by mail.gmx.net (mp002) with SMTP; 21 May 2005 17:51:05 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: Volker Kindermann In-Reply-To: <428F5360.1090203@ps102.de> References: <428F5360.1090203@ps102.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kK6EqLP+66lCVFxojdDU" Organization: Wohnzimmerrechenzentrum Date: Sat, 21 May 2005 17:51:04 +0200 Message-Id: <1116690664.808.24.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 cc: freebsd-ports@freebsd.org Subject: Re: registervm JavaVM is already registered X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 15:51:08 -0000 --=-kK6EqLP+66lCVFxojdDU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Am Samstag, den 21.05.2005, 17:27 +0200 schrieb Volker Kindermann: Hi Volker, I had the same Problem with the 1.5-JDK a while ago. In that case I just ran "unregistervm" for the 1.5-VM and than reinstalled. I was told that it (the unregsitervm) is supposed to be done automagically. And it did work when I later upgraded the 1.5 again... So, you should just unregistervm the 1.4 - the install will then register it again. However, as a JDK is needed to boostrap the Build of the JDK you should unregister just before installation, not before compilation! HTH, cheers, _ralf_ > Hi, >=20 >=20 > I have a problem updating jdk14. >=20 > Machine is: >=20 > root@astarte# uname -a > FreeBSD astarte.office.volker.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri=20 > May 13 21:11:57 CEST 2005=20 > root@astarte.office.volker.de:/usr/obj/usr/src/sys/GENERIC i386 > root@astarte# >=20 >=20 >=20 > root@astarte# cd /usr/ports/java/jdk14 > root@astarte# ls > Makefile distinfo files pkg-descr=20 > pkg-message work > root@astarte# pkg_info|grep jdk > root@astarte# make reinstall > =3D=3D=3D> Installing for jdk-1.4.2p7_1 > =3D=3D=3D> jdk-1.4.2p7_1 depends on executable: javavm - found > =3D=3D=3D> jdk-1.4.2p7_1 depends on file:=20 > /usr/X11R6/lib/X11/fonts/URW/fonts.dir - found >=20 > Please use `make -DWITH_DEBUG' if you want to install libraries and binar= ies > with debugging support. >=20 > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Checking if java/jdk14 already installed > /bin/mkdir -p /usr/local/jdk1.4.2 > cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image=20 > && /usr/bin/find . | /usr/bin/cpio -pdmu -R root:wheel /usr/local/jdk1.4= .2 > 168164 blocks > /usr/bin/find -s=20 > /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image=20 > -not -type d | /usr/bin/sed -ne=20 > 's#/usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image#= jdk1.4.2#p'=20 > >> /usr/ports/java/jdk14/work/.PLIST.mktmp > install -o root -g wheel -m 444 /usr/ports/java/jdk14/files/cacerts=20 > /usr/local/jdk1.4.2/jre/lib/security/cacerts > install -o root -g wheel -m 444 /usr/ports/java/jdk14/files/cacerts=20 > /usr/local/jdk1.4.2/jre/javaws/cacerts > /usr/bin/find "/usr/local/jdk1.4.2/jre/plugin" -type d | /usr/bin/xargs=20 > /bin/chmod a+rx > registervm: error: JavaVM "/usr/local/jdk1.4.2/bin/java" is already=20 > registered > *** Error code 1 >=20 > Stop in /usr/ports/java/jdk14. > *** Error code 1 >=20 > Stop in /usr/ports/java/jdk14. > root@astarte# >=20 >=20 > What can I do? >=20 >=20 > Thanks > Volker > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >=20 --=20 --=-kK6EqLP+66lCVFxojdDU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCj1joY2jmDrUy5RMRAkV0AJ9fPHU7zKpjilhWc1qoH+lcmaA2qACeJFh5 3GoeA5i27lWckj6OTxJQOD0= =/za6 -----END PGP SIGNATURE----- --=-kK6EqLP+66lCVFxojdDU-- From owner-freebsd-ports@FreeBSD.ORG Sat May 21 16:17:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B749416A4CE for ; Sat, 21 May 2005 16:17:42 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2838143D8C for ; Sat, 21 May 2005 16:17:42 +0000 (GMT) (envelope-from stephen@math.missouri.edu) Received: from [10.0.0.4] (12-216-244-56.client.mchsi.com[12.216.244.56]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20050521161737m9200gdjdke>; Sat, 21 May 2005 16:17:41 +0000 Message-ID: <428F5F1E.7020805@math.missouri.edu> Date: Sat, 21 May 2005 11:17:34 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050426 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Volker Kindermann References: <428F5360.1090203@ps102.de> In-Reply-To: <428F5360.1090203@ps102.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: registervm JavaVM is already registered X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 16:17:42 -0000 Volker Kindermann wrote: > Hi, > > > I have a problem updating jdk14. > > registervm: error: JavaVM "/usr/local/jdk1.4.2/bin/java" is already > registered When I had this problem (and it only happened to me one time) I simply edited out the appropriate line in /usr/local/etc/javavms. From owner-freebsd-ports@FreeBSD.ORG Sat May 21 17:37:50 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E584216A4D1; Sat, 21 May 2005 17:37:50 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AF943D49; Sat, 21 May 2005 17:37:50 +0000 (GMT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: from 8ball.rtp.FreeBSD.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) j4LHbnVd083162; Sat, 21 May 2005 13:37:49 -0400 (EDT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: (from kris@localhost) by 8ball.rtp.FreeBSD.org (8.13.3/8.13.3/Submit) id j4LHJL9O056617; Sat, 21 May 2005 13:19:21 -0400 (EDT) (envelope-from kris) Date: Sat, 21 May 2005 13:19:21 -0400 (EDT) From: Kris Kennaway Message-Id: <200505211719.j4LHJL9O056617@8ball.rtp.FreeBSD.org> To: danfe@FreeBSD.org, freebsd-ports@varju.ca, jannisan@t-online.de, java@FreeBSD.org, oliver@FreeBSD.org, ports@FreeBSD.org Subject: Ports with duplicate LATEST_LINKS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 17:37:51 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Kris "Annoying Reminder Guy II" Kennaway LATEST_LINK PORTNAME MAINTAINER ========================================================================== Atlas devel/atlas-devel jannisan@t-online.de Atlas devel/atlas oliver@FreeBSD.org eclipse java/eclipse-devel freebsd-ports@varju.ca eclipse java/eclipse java@FreeBSD.ORG mew-emacs20 mail/mew-emacs20 ports@FreeBSD.org mew-emacs20 mail/mew2-emacs20 ports@FreeBSD.org mew-xemacs21-mule mail/mew-xemacs21-mule ports@FreeBSD.org mew-xemacs21-mule mail/mew2-xemacs21-mule ports@FreeBSD.org mew3 mail/mew3 ports@FreeBSD.org mew3 mail/mew3-emacs20 ports@FreeBSD.org mew3 mail/mew3-xemacs21-mule ports@FreeBSD.org waimea x11-wm/waimea danfe@FreeBSD.org waimea x11-wm/waimea-devel danfe@FreeBSD.org Total: 13 ports From owner-freebsd-ports@FreeBSD.ORG Sat May 21 19:09:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E068C16A749; Sat, 21 May 2005 19:09:28 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0AA43DAC; Sat, 21 May 2005 19:09:28 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) j4LJ9RmS088498; Sat, 21 May 2005 14:09:27 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 64.81.112.182 (SquirrelMail authenticated user rnejdl) by mail.ringofsaturn.com with HTTP; Sat, 21 May 2005 14:09:27 -0500 (CDT) Message-ID: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> Date: Sat, 21 May 2005 14:09:27 -0500 (CDT) From: "Rusty Nejdl" To: nork@FreeBSD.org User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.85/888/Fri May 20 08:43:56 2005 on tethys.ringofsaturn.com X-Virus-Status: Clean cc: ports@FreeBSD.org Subject: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 19:09:29 -0000 I am using FreeBSD 5.4 and Adobe Acrobat version 7. I noticed that pdf's would open but do nothing inside of Firefox. I found that the example listed for /etc/libmap.conf was incorrect. This is what's listed: # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so This should instead be: # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] libc.so.6 pluginwrapper/acrobat.so After correcting this and restarting firefox, acrobat worked correctly. Rusty Nejdl Ring of Saturn From owner-freebsd-ports@FreeBSD.ORG Sat May 21 19:24:25 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BADE16A7A2 for ; Sat, 21 May 2005 19:24:25 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AC9B743D1D for ; Sat, 21 May 2005 19:24:24 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail invoked by alias); 21 May 2005 19:24:23 -0000 Received: from unknown (EHLO klamath.syndrom23.de) [212.204.44.203] by mail.gmx.net (mp007) with SMTP; 21 May 2005 21:24:23 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: newsletter In-Reply-To: <1116679013.3494.1.camel@beastie.kruemel.home> References: <428E218C.80009@homer.att.com> <1116666970.1219.28.camel@klamath.syndrom23.de> <1116679013.3494.1.camel@beastie.kruemel.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gQfwAlVujmUYerp2AmlQ" Date: Sat, 21 May 2005 21:24:21 +0200 Message-Id: <1116703461.1990.2.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 19:24:25 -0000 --=-gQfwAlVujmUYerp2AmlQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-05-21 at 14:36 +0200, newsletter wrote: > Hello Andreas >=20 > I'd be interested in that patch as well, but it appears there is no > patch attached to your mail (perhaps my bad?). Hmpf. Patch got stripped by the mailing list apparently. At least this explains why the signature is shown as bad :) http://andreas.syndrom23.de/dump/patch-src::ui_feedlist.c -- Andreas --=-gQfwAlVujmUYerp2AmlQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCj4rlYucd7Ow1ygwRAvz6AJ40i5eeF4ATFcsfExN2ovmHi+0jPgCdFL2A Bj3cQ5KFfyZI6/xBWgYrj3k= =yEKL -----END PGP SIGNATURE----- --=-gQfwAlVujmUYerp2AmlQ-- From owner-freebsd-ports@FreeBSD.ORG Sat May 21 19:34:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF44B16A4CE for ; Sat, 21 May 2005 19:34:23 +0000 (GMT) Received: from ramiel.secspace.de (ramiel.secspace.de [213.61.4.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3A243D72 for ; Sat, 21 May 2005 19:34:20 +0000 (GMT) (envelope-from ml@ps102.de) Received: from [192.168.17.11] (p54A7D6E0.dip.t-dialin.net [84.167.214.224]) by ramiel.secspace.de (Postfix) with ESMTP id E557111300 for ; Sat, 21 May 2005 21:34:18 +0200 (CEST) Message-ID: <428F8D6D.3050106@ps102.de> Date: Sat, 21 May 2005 21:35:09 +0200 From: Volker Kindermann User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-ports@freebsd.org References: <428F5360.1090203@ps102.de> <1116690664.808.24.camel@beaster> In-Reply-To: <1116690664.808.24.camel@beaster> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: registervm JavaVM is already registered X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 19:34:23 -0000 Hi Ralf, > I had the same Problem with the 1.5-JDK a while ago. In that case I just > ran "unregistervm" for the 1.5-VM and than reinstalled. many thanks, that helped with 1.4, too. :-) -volker From owner-freebsd-ports@FreeBSD.ORG Sat May 21 19:34:33 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64E916A4CE; Sat, 21 May 2005 19:34:33 +0000 (GMT) Received: from smtp.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03F943D1F; Sat, 21 May 2005 19:34:33 +0000 (GMT) (envelope-from virenp@mail.utexas.edu) Received: from mail.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by smtp.cm.utexas.edu (Postfix) with ESMTP id 8D3466D47F; Sat, 21 May 2005 14:13:14 -0500 (CDT) Received: from 146.6.135.76 (SquirrelMail authenticated user vpatel) by mail.cm.utexas.edu with HTTP; Sat, 21 May 2005 14:13:14 -0500 (CDT) Message-ID: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> Date: Sat, 21 May 2005 14:13:14 -0500 (CDT) From: "Viren Patel" To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Aide port broken in 5.4? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: virenp@mail.utexas.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 19:34:34 -0000 Hello. I just upgraded my servers to 5.4 and find that the Aide port is broken. The message I get is: aide-0.10_1 is marked as broken. Incomplete pkg-plist Is this port truly broken or did I break something in the upgrade? Thanks. Viren From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:05:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E6016A4CE; Sat, 21 May 2005 20:05:16 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2DC43D1F; Sat, 21 May 2005 20:05:15 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DZaEY-0007du-MI; Sun, 22 May 2005 00:06:06 +0400 To: rnejdl@ringofsaturn.com References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> From: Boris Samorodov Date: Sun, 22 May 2005 00:06:06 +0400 In-Reply-To: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> (Rusty Nejdl's message of "Sat, 21 May 2005 14:09:27 -0500 (CDT)") Message-ID: <86728721@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: ports@FreeBSD.org cc: bsam@ipt.ru cc: nork@FreeBSD.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:05:16 -0000 On Sat, 21 May 2005 14:09:27 -0500 (CDT) Rusty Nejdl wrote: > I am using FreeBSD 5.4 and Adobe Acrobat version 7. I noticed that pdf's > would open but do nothing inside of Firefox. I found that the example > listed for /etc/libmap.conf was incorrect. This is what's listed: > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > This should instead be: > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > After correcting this and restarting firefox, acrobat worked correctly. Do you have a link /compat -> usr/compat ? ----- bsam@s.ipt.ru$ cd / bsam@s.ipt.ru$ ls -l compat lrwxr-xr-x 1 root wheel 10 29 jan 2004 compat -> usr/compat ----- > Rusty Nejdl -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:14:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4683F16A4CE; Sat, 21 May 2005 20:14:34 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DE543D54; Sat, 21 May 2005 20:14:33 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DZaNZ-0007eR-3F; Sun, 22 May 2005 00:15:25 +0400 To: virenp@mail.utexas.edu References: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> From: Boris Samorodov Date: Sun, 22 May 2005 00:15:25 +0400 In-Reply-To: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> (Viren Patel's message of "Sat, 21 May 2005 14:13:14 -0500 (CDT)") Message-ID: <20648162@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: bsam@ipt.ru cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Aide port broken in 5.4? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:14:34 -0000 On Sat, 21 May 2005 14:13:14 -0500 (CDT) Viren Patel wrote: > Hello. I just upgraded my servers to 5.4 and find that the > Aide port is broken. The message I get is: > aide-0.10_1 is marked as broken. Incomplete pkg-plist Pkg-plist is a list of files/directories which are created at install time. This information is used at deinstall/reinstall processes. Thus not all files would be removed/uninstalled. > Is this port truly broken or did I break something in the > upgrade? Thanks. You may comment that line in Makefile, install the port, create a patch and send-pr it. This is how thing are usually done. > Viren -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:16:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D1D16A4CE; Sat, 21 May 2005 20:16:03 +0000 (GMT) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EBF43D58; Sat, 21 May 2005 20:16:03 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from [82.69.255.54] (helo=rtxnetworks.co.uk) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1DZaOA-0001nZ-3r; Sat, 21 May 2005 20:16:02 +0000 Received: from mail pickup service by rtxnetworks.co.uk with Microsoft SMTPSVC; Sat, 21 May 2005 21:15:48 +0100 thread-index: AcVeQeBhH2oILfzhRRagSqj6+Yy6uw== Delivered-To: freebsd-questions@freebsd.org To: References: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> From: "Boris Samorodov" Date: Sat, 21 May 2005 21:15:48 +0100 In-Reply-To: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> (VirenPatel's message of "Sat, 21 May 2005 14:13:14 -0500 (CDT)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Message-ID: <000001c55e41$e063f6e0$144da8c0@rtxnetworks.local> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 X-Mailer: Microsoft CDO for Exchange 2000 Precedence: list Sender: Errors-To: owner-freebsd-questions@freebsd.org X-Zen-Test-Spam-Score: 1 X-Zen-Test-Spam-Bar: (/) X-Originating-Oppenheimer-IP: [216.136.204.119] X-Envelope-From: owner-freebsd-questions@freebsd.org X-Envelope-To: james@rtxnetworks.co.uk X-Apparently-To: james@rtxnetworks.co.uk Content-Class: urn:content-classes:message X-Zen-Loop: 4e5e9d7b303bfa0036200918db506edf Importance: normal X-Zen-Stored: hausdorff.zen.co.uk/1DZaNs-0000iP-4l/2005-05-21 20:15:44 Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-OriginalArrivalTime: 21 May 2005 20:15:48.0171 (UTC) FILETIME=[E07709B0:01C55E41] X-Originating-Pythagoras-IP: [82.69.255.54] cc: bsam@ipt.ru cc: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Aide port broken in 5.4? X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:16:03 -0000 On Sat, 21 May 2005 14:13:14 -0500 (CDT) Viren Patel wrote: > Hello. I just upgraded my servers to 5.4 and find that the > Aide port is broken. The message I get is: > aide-0.10_1 is marked as broken. Incomplete pkg-plist Pkg-plist is a list of files/directories which are created at install time. This information is used at deinstall/reinstall processes. Thus not all files would be removed/uninstalled. > Is this port truly broken or did I break something in the > upgrade? Thanks. You may comment that line in Makefile, install the port, create a patch and send-pr it. This is how thing are usually done. > Viren -- bsam _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:28:39 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CCEC16A4CE; Sat, 21 May 2005 20:28:39 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3567643D4C; Sat, 21 May 2005 20:28:39 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) j4LKScL1098351; Sat, 21 May 2005 15:28:38 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 64.81.112.182 (SquirrelMail authenticated user rnejdl) by mail.ringofsaturn.com with HTTP; Sat, 21 May 2005 15:28:38 -0500 (CDT) Message-ID: <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> Date: Sat, 21 May 2005 15:28:38 -0500 (CDT) From: "Rusty Nejdl" To: "Boris Samorodov" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> <86728721@srv.sem.ipt.ru> In-Reply-To: <86728721@srv.sem.ipt.ru> X-Virus-Scanned: ClamAV 0.85/888/Fri May 20 08:43:56 2005 on tethys.ringofsaturn.com X-Virus-Status: Clean cc: ports@freebsd.org cc: bsam@ipt.ru cc: rnejdl@ringofsaturn.com cc: nork@freebsd.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:28:39 -0000 > Do you have a link /compat -> usr/compat ? > > > ----- > bsam@s.ipt.ru$ cd / bsam@s.ipt.ru$ ls -l compat lrwxr-xr-x 1 root wheel > 10 29 jan 2004 compat -> usr/compat > ----- Boris, Yes, I do: [tethys]:/home/rnejdl> ls -al / | grep compat lrwxr-xr-x 1 root wheel 10 Aug 30 2004 compat@ -> usr/compat [tethys]:/home/rnejdl> However, I also verify that it doesn't work for libmap.conf for some reason. I am just picking a random PDF online to test in firefox. I updated my libmap.conf to point to [tethys]:/home/rnejdl> ls -al /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so -rwxr-xr-x 1 root wheel 878568 Mar 11 19:50 /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so* [tethys]:/home/rnejdl> But this did not work. If I inserted a /usr infront, however, it does work. I do not know why this is so. Rusty From owner-freebsd-ports@FreeBSD.ORG Sat May 21 20:44:34 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2761416A4CE; Sat, 21 May 2005 20:44:34 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B6A43D4C; Sat, 21 May 2005 20:44:33 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DZaqb-0007fv-95; Sun, 22 May 2005 00:45:25 +0400 To: rnejdl@ringofsaturn.com References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> <86728721@srv.sem.ipt.ru> <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> From: Boris Samorodov Date: Sun, 22 May 2005 00:45:25 +0400 In-Reply-To: <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> (Rusty Nejdl's message of "Sat, 21 May 2005 15:28:38 -0500 (CDT)") Message-ID: <67046362@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: ports@freebsd.org cc: bsam@ipt.ru cc: nork@freebsd.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 20:44:34 -0000 Hi! On Sat, 21 May 2005 15:28:38 -0500 (CDT) Rusty Nejdl wrote: > > Do you have a link /compat -> usr/compat ? > > > > > > ----- > > bsam@s.ipt.ru$ cd / bsam@s.ipt.ru$ ls -l compat lrwxr-xr-x 1 root wheel > > 10 29 jan 2004 compat -> usr/compat > > ----- > Boris, > Yes, I do: > [tethys]:/home/rnejdl> ls -al / | grep compat > lrwxr-xr-x 1 root wheel 10 Aug 30 2004 compat@ -> usr/compat > [tethys]:/home/rnejdl> Don't understand "compat@". Can you just show "ls -l /compat"? > However, I also verify that it doesn't work for libmap.conf for some > reason. I am just picking a random PDF online to test in firefox. I > updated my libmap.conf to point to > [tethys]:/home/rnejdl> ls -al > /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > -rwxr-xr-x 1 root wheel 878568 Mar 11 19:50 > /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so* > [tethys]:/home/rnejdl> > But this did not work. If I inserted a /usr infront, however, it does > work. I do not know why this is so. > Rusty > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat May 21 21:01:23 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9D516A4CE; Sat, 21 May 2005 21:01:23 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A97443D53; Sat, 21 May 2005 21:01:23 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (tethys.ringofsaturn.com [64.81.112.182]) j4LL1MMt003008; Sat, 21 May 2005 16:01:22 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 64.81.112.182 (SquirrelMail authenticated user rnejdl) by mail.ringofsaturn.com with HTTP; Sat, 21 May 2005 16:01:22 -0500 (CDT) Message-ID: <53561.64.81.112.182.1116709282.squirrel@mail.ringofsaturn.com> In-Reply-To: <67046362@srv.sem.ipt.ru> References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> <86728721@srv.sem.ipt.ru> <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> <67046362@srv.sem.ipt.ru> Date: Sat, 21 May 2005 16:01:22 -0500 (CDT) From: "Rusty Nejdl" To: "Boris Samorodov" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.85/888/Fri May 20 08:43:56 2005 on tethys.ringofsaturn.com X-Virus-Status: Clean cc: ports@freebsd.org cc: bsam@ipt.ru cc: rnejdl@ringofsaturn.com cc: nork@freebsd.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 21:01:23 -0000 > > Don't understand "compat@". Can you just show "ls -l /compat"? > Boris, It seems that /compat is correctly linked to /usr/compat : [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> ls -l /compat lrwxr-xr-x 1 root wheel 10 Aug 30 2004 /compat@ -> usr/compat [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> ls -l /compat/ total 2 drwxr-xr-x 19 root wheel 512 Mar 21 15:49 linux/ [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> cd /usr/compat/ [tethys]:/usr/compat> ls linux/ [tethys]:/usr/compat> pwd /usr/compat [tethys]:/usr/compat> [tethys]:/usr/compat> cd /compat/ [tethys]:/compat> pwd /usr/compat [tethys]:/compat> Rusty From owner-freebsd-ports@FreeBSD.ORG Sat May 21 21:23:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B752116A4CF; Sat, 21 May 2005 21:23:55 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0DC43D53; Sat, 21 May 2005 21:23:54 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DZbSf-0007hU-VR; Sun, 22 May 2005 01:24:45 +0400 To: rnejdl@ringofsaturn.com References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> <86728721@srv.sem.ipt.ru> <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> <67046362@srv.sem.ipt.ru> <53561.64.81.112.182.1116709282.squirrel@mail.ringofsaturn.com> From: Boris Samorodov Date: Sun, 22 May 2005 01:24:45 +0400 In-Reply-To: <53561.64.81.112.182.1116709282.squirrel@mail.ringofsaturn.com> (Rusty Nejdl's message of "Sat, 21 May 2005 16:01:22 -0500 (CDT)") Message-ID: <00964002@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" cc: ports@freebsd.org cc: bsam@ipt.ru cc: nork@freebsd.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 21:23:55 -0000 Hi, Rusty On Sat, 21 May 2005 16:01:22 -0500 (CDT) Rusty Nejdl wrote: > > > > Don't understand "compat@". Can you just show "ls -l /compat"? > > > It seems that /compat is correctly linked to /usr/compat : > [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> ls -l /compat > lrwxr-xr-x 1 root wheel 10 Aug 30 2004 /compat@ -> usr/compat > [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> ls -l /compat/ > total 2 > drwxr-xr-x 19 root wheel 512 Mar 21 15:49 linux/ > [tethys]:/home/rnejdl/ACCIS/CS111/Assignment4> cd /usr/compat/ > [tethys]:/usr/compat> ls > linux/ > [tethys]:/usr/compat> pwd > /usr/compat > [tethys]:/usr/compat> > [tethys]:/usr/compat> cd /compat/ > [tethys]:/compat> pwd > /usr/compat > [tethys]:/compat> Hmm... Don't know what to say. BTW, what is you shell and "uname -a"? > Rusty -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat May 21 21:35:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F3216A4CE; Sat, 21 May 2005 21:35:18 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA7D43D48; Sat, 21 May 2005 21:35:18 +0000 (GMT) (envelope-from DougB@freebsd.org) Received: from 69-175-229-248.vnnyca.adelphia.net ([69.175.229.248]) by comcast.net (sccrmhc11) with SMTP id <2005052121351601100o29qge>; Sat, 21 May 2005 21:35:17 +0000 Date: Sat, 21 May 2005 14:35:14 -0700 (PDT) From: Doug Barton To: Rusty Nejdl In-Reply-To: <53561.64.81.112.182.1116709282.squirrel@mail.ringofsaturn.com> Message-ID: <20050521143442.P78235@ync.qbhto.arg> References: <50436.64.81.112.182.1116702567.squirrel@mail.ringofsaturn.com> <54548.64.81.112.182.1116707318.squirrel@mail.ringofsaturn.com> <53561.64.81.112.182.1116709282.squirrel@mail.ringofsaturn.com> Organization: http://www.FreeBSD.org/ X-OpenPGP-Key-ID: 0xD5B2F0FB X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Boris Samorodov cc: ports@freebsd.org cc: nork@freebsd.org Subject: Re: FreeBSD Port linuxpluginwrapper-20050320 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 21:35:18 -0000 On Sat, 21 May 2005, Rusty Nejdl wrote: >> Don't understand "compat@". man ls, especially the -F flag. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat May 21 21:42:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B50916A4CE for ; Sat, 21 May 2005 21:42:13 +0000 (GMT) Received: from smtp.guengel.ch (80-219-210-245.dclient.hispeed.ch [80.219.210.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C7F43D1D for ; Sat, 21 May 2005 21:42:12 +0000 (GMT) (envelope-from newsletter@guengel.ch) Received: from beastie.kruemel.home (beastie.kruemel.home [192.168.100.100]) j4LLgAY0014571; Sat, 21 May 2005 23:42:10 +0200 From: newsletter To: Andreas Kohn In-Reply-To: <1116703461.1990.2.camel@klamath.syndrom23.de> References: <428E218C.80009@homer.att.com> <1116666970.1219.28.camel@klamath.syndrom23.de> <1116679013.3494.1.camel@beastie.kruemel.home> <1116703461.1990.2.camel@klamath.syndrom23.de> Content-Type: text/plain Date: Sat, 21 May 2005 23:42:10 +0200 Message-Id: <1116711730.793.4.camel@beastie.kruemel.home> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.30.0.12; VDF 6.30.0.191 cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: liferea-0.9.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 21:42:13 -0000 Hi Andreas Thank you very much for the link. portupgrade(1) worked! regards rafi On Sat, 2005-05-21 at 21:24 +0200, Andreas Kohn wrote: > On Sat, 2005-05-21 at 14:36 +0200, newsletter wrote: > > Hello Andreas > > > > I'd be interested in that patch as well, but it appears there is no > > patch attached to your mail (perhaps my bad?). > > Hmpf. Patch got stripped by the mailing list apparently. At least this > explains why the signature is shown as bad :) > > http://andreas.syndrom23.de/dump/patch-src::ui_feedlist.c > > -- > Andreas > From owner-freebsd-ports@FreeBSD.ORG Sat May 21 22:26:48 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE6B16A4CE for ; Sat, 21 May 2005 22:26:48 +0000 (GMT) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA53343D48 for ; Sat, 21 May 2005 22:26:47 +0000 (GMT) (envelope-from jw@innerewut.de) Received: (qmail 25857 invoked from network); 21 May 2005 22:26:46 -0000 Received: from unknown (HELO [192.168.0.200]) (068076@[85.178.255.166]) (envelope-sender )DES-CBC3-SHA encrypted SMTP for ; 21 May 2005 22:26:46 -0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Sun, 22 May 2005 00:26:44 +0200 From: Jonathan Weiss To: FreeBSD-Ports Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Ruby-gems in the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 22:26:48 -0000 Hi! I want to combine ruby-gems, a package management system for ruby libraries and programs, into the ports tree like done for PHP and Pear or Perl and CPAN. As more and more popular ruby libraries and applications are (only) available as gems, this should be a usefull feature of the ports tree. Somebody also interested in this project? Seems like knu@FreeBSD.org who maintains bsd.ruby.mk and ruby does not react to my mails since 2-3 weeks. Greets, Jonathan -- Jonathan Weiss jw@innerewut.de http://blog.innerewut.de From owner-freebsd-ports@FreeBSD.ORG Sat May 21 22:41:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C81F16A4CE; Sat, 21 May 2005 22:41:16 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC7E743D1D; Sat, 21 May 2005 22:41:15 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from [192.168.1.141] (CPE000f6690f3a7-CM001371174942.cpe.net.cable.rogers.com [70.25.208.134]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPSA id <0IGV0015630RO1@connectmail.carleton.ca>; Sat, 21 May 2005 18:41:16 -0400 (EDT) Date: Sat, 21 May 2005 18:41:17 -0400 From: Adam Weinberger In-reply-to: To: fbsd_user@a1poweruser.com Message-id: <428FB90D.7000705@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) References: cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: gftp-2.0.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 22:41:16 -0000 fbsd_user wrote: > How about adding to the description that gftp needs an X-interface > (desktop) before > you will get what is shown at http://gftp.seul.org/screenshots.html > > IE: The GUI interface is not available from the command line. fbsd_user - We try to note in pkg-descr files when an app uses GNOME or GTK. Anything that uses GTK or GNOME needs an X server, by definition. So, any port description that includes "GTK" or "GNOME" implies that the port needs to be run with an X interface, and will not be usable from the commandline. And, for the record, if you see any screenshot that includes graphics of any sort, it will require an X server on FreeBSD. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Sat May 21 23:07:03 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C77216A4CE for ; Sat, 21 May 2005 23:07:03 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497E143D5A for ; Sat, 21 May 2005 23:07:02 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 6182A119E6; Sun, 22 May 2005 01:07:01 +0200 (CEST) Date: Sun, 22 May 2005 01:07:01 +0200 From: "Simon L. Nielsen" To: freebsd-ports@FreeBSD.org Message-ID: <20050521230700.GF781@zaphod.nitro.dk> References: <20050521132139.GD803@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YH9Qf6Fh2G5kB/85" Content-Disposition: inline In-Reply-To: <20050521132139.GD803@zaphod.nitro.dk> User-Agent: Mutt/1.5.9i Subject: Re: portupgrade: Good location for flag file? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 23:07:03 -0000 --YH9Qf6Fh2G5kB/85 Content-Type: multipart/mixed; boundary="4f28nU6agdXSinmL" Content-Disposition: inline --4f28nU6agdXSinmL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.05.21 15:21:40 +0200, Simon L. Nielsen wrote: > Hello >=20 > To really get portupgrade to work properly again after my patch for > CAN-2005-0610 (portupgrade 20041226_2) I need to find a good location > for the pkgdb.fixme flagfile. Before 20041226_2 it was in /tmp or > /var/tmp but for 20041226_2 it was moved to /var/db/pkg, which turned > out to be a bad idea (see ports/81088 and mails on this list). >=20 > So, I need to have a known static location for pkgdb.fixme which is in > a directory only writeable by root. So does anyone suggestions on a > good location? The only ones I can come up with, which are not really > good, are /var/run or /var/db/portupgrade... Pav suggested simply using /var/db/pkgdb.fixme, so unless somebody has a better idea I plan to commit the attached patch within the next couple of days (when my ports mentor gets back). I noticed a cosmetic bug when using FreeBSD 6-CURRENT make so a fix for that is also in the patch... --=20 Simon L. Nielsen --4f28nU6agdXSinmL Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="port-portupgrade-CAN-2005-0610_4.patch" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/sysutils/portupgrade/Makefile,v retrieving revision 1.195 diff -u -d -r1.195 Makefile --- Makefile 12 Apr 2005 08:24:48 -0000 1.195 +++ Makefile 5 May 2005 13:27:54 -0000 @@ -7,7 +7,7 @@ =20 PORTNAME=3D portupgrade PORTVERSION=3D 20041226 -PORTREVISION=3D 2 +PORTREVISION=3D 3 CATEGORIES=3D sysutils MASTER_SITES=3D ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} Index: files/patch-CAN-2005-0610 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/sysutils/portupgrade/files/patch-CAN-2005-0610,v retrieving revision 1.1 diff -u -d -r1.1 patch-CAN-2005-0610 --- files/patch-CAN-2005-0610 12 Apr 2005 08:24:48 -0000 1.1 +++ files/patch-CAN-2005-0610 21 May 2005 22:43:28 -0000 @@ -1,46 +1,29 @@ -diff -ru ../orig.pkgtools-20041224/lib/pkgdb.rb ./lib/pkgdb.rb +diff -ur ../orig.pkgtools-20041224/lib/pkgdb.rb ./lib/pkgdb.rb --- ../orig.pkgtools-20041224/lib/pkgdb.rb Wed Mar 23 21:37:47 2005 -+++ ./lib/pkgdb.rb Tue Mar 29 00:27:02 2005 -@@ -97,7 +97,7 @@ ++++ ./lib/pkgdb.rb Sun May 22 00:39:38 2005 +@@ -96,8 +96,7 @@ + @db_dir =3D File.expand_path(new_db_dir || ENV['PKG_DBDIR'] || '/var/= db/pkg') =20 @db_file =3D File.join(@db_dir, 'pkgdb.db') - @tmp_dir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' +- @tmp_dir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' - @fixme_file =3D File.join(@tmp_dir, 'pkgdb.fixme') -+ @fixme_file =3D File.join(@db_dir, 'pkgdb.fixme') ++ @fixme_file =3D ENV['PKG_FIXME_FILE'] || "/var/db/pkgdb.fixme" @db_filebase =3D @db_file.sub(/\.db$/, '') close_db =20 -diff -ru ../orig.pkgtools-20041224/lib/pkgsqldb.rb ./lib/pkgsqldb.rb ---- ../orig.pkgtools-20041224/lib/pkgsqldb.rb Wed Mar 23 21:37:47 2005 -+++ ./lib/pkgsqldb.rb Tue Mar 29 00:29:51 2005 -@@ -74,7 +74,7 @@ -=20 - @db_file =3D File.join(@db_dir, 'pkgdb.sqldb') - @tmp_dir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' -- @fixme_file =3D File.join(@tmp_dir, 'pkgdb.fixme') -+ @fixme_file =3D File.join(@db_dir, 'pkgdb.fixme') - close_db -=20 - @db_dir -diff -ru ../orig.pkgtools-20041224/lib/pkgtools.rb ./lib/pkgtools.rb ---- ../orig.pkgtools-20041224/lib/pkgtools.rb Wed Mar 23 21:37:47 2005 -+++ ./lib/pkgtools.rb Wed Mar 30 23:51:50 2005 -@@ -204,7 +204,7 @@ - $ports_dir =3D $portsdb.ports_dir - $packages_base =3D ENV['PACKAGES'] || File.join($ports_dir, 'packages') - $packages_dir =3D File.join($packages_base, 'All') -- $tmpdir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' -+ init_tmpdir - $pkg_path =3D ENV['PKG_PATH'] || $packages_dir -=20 - $pkg_sites =3D (ENV['PKG_SITES'] || '').split -@@ -222,6 +222,31 @@ -=20 - $portsdb.ignore_categories =3D config_value(:IGNORE_CATEGORIES) || [] - $portsdb.extra_categories =3D config_value(:EXTRA_CATEGORIES) || [] -+end +Only in ./lib: pkgdb.rb~ +diff -ur ../orig.pkgtools-20041224/lib/pkgmisc.rb ./lib/pkgmisc.rb +--- ../orig.pkgtools-20041224/lib/pkgmisc.rb Wed Mar 23 21:37:47 2005 ++++ ./lib/pkgmisc.rb Thu May 5 14:09:37 2005 +@@ -95,3 +95,31 @@ + end + end + end + +def init_tmpdir ++ if ! $tmpdir.nil? && $tmpdir !=3D "" then ++ return ++ end + maintmpdir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' + if !FileTest.directory?(maintmpdir) + raise "Temporary directory #{maintmpdir} does not exist" @@ -63,6 +46,30 @@ + end + } + $tmpdir=3Dtmpdir - end ++end +diff -ur ../orig.pkgtools-20041224/lib/pkgsqldb.rb ./lib/pkgsqldb.rb +--- ../orig.pkgtools-20041224/lib/pkgsqldb.rb Wed Mar 23 21:37:47 2005 ++++ ./lib/pkgsqldb.rb Sun May 22 00:42:04 2005 +@@ -73,8 +73,7 @@ + @db_dir =3D File.expand_path(new_db_dir || ENV['PKG_DBDIR'] || '/var/= db/pkg') =20 - def parse_pattern(str, regex =3D false) + @db_file =3D File.join(@db_dir, 'pkgdb.sqldb') +- @tmp_dir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' +- @fixme_file =3D File.join(@tmp_dir, 'pkgdb.fixme') ++ @fixme_file =3D ENV['PKG_FIXME_FILE'] || "/var/db/pkgdb.fixme" + close_db +=20 + @db_dir +Only in ./lib: pkgsqldb.rb~ +diff -ur ../orig.pkgtools-20041224/lib/pkgtools.rb ./lib/pkgtools.rb +--- ../orig.pkgtools-20041224/lib/pkgtools.rb Wed Mar 23 21:37:47 2005 ++++ ./lib/pkgtools.rb Tue May 3 19:29:59 2005 +@@ -204,7 +204,7 @@ + $ports_dir =3D $portsdb.ports_dir + $packages_base =3D ENV['PACKAGES'] || File.join($ports_dir, 'packages') + $packages_dir =3D File.join($packages_base, 'All') +- $tmpdir =3D ENV['PKG_TMPDIR'] || ENV['TMPDIR'] || '/var/tmp' ++ init_tmpdir + $pkg_path =3D ENV['PKG_PATH'] || $packages_dir +=20 + $pkg_sites =3D (ENV['PKG_SITES'] || '').split Index: files/patch-Makefile.compat =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: files/patch-Makefile.compat diff -N files/patch-Makefile.compat --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Makefile.compat 21 May 2005 22:47:52 -0000 @@ -0,0 +1,11 @@ +--- ../orig.pkgtools-20041224/Makefile.compat Wed Mar 23 21:37:47 2005 ++++ Makefile.compat Sun May 22 00:46:39 2005 +@@ -89,7 +89,7 @@ + .endif + .endif +=20 +-.endif defined(${group}) && !empty(${group}) ++.endif # defined(${group}) && !empty(${group}) + .endfor +=20 + .endif --4f28nU6agdXSinmL-- --YH9Qf6Fh2G5kB/85 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCj78Uh9pcDSc1mlERAmk4AKCl1bqIH/s+fgUXce+44n+ytCiM1QCfRfWe 8IYVxRiJst+saooVKr8NHbU= =8fob -----END PGP SIGNATURE----- --YH9Qf6Fh2G5kB/85--