From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 16 21:54:04 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8751E106564A for ; Wed, 16 Apr 2008 21:54:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id 435E58FC17 for ; Wed, 16 Apr 2008 21:54:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.263.0; Wed, 16 Apr 2008 14:54:03 -0700 Message-ID: <48067578.4000601@p6m7g8.com> Date: Wed, 16 Apr 2008 17:54:00 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Consulting User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: Boris Samorodov References: <48042ED7.2060500@p6m7g8.com> <94190718@bb.ipt.ru> <480445FB.80407@p6m7g8.com> <28117966@bb.ipt.ru> <48044FE3.3050306@p6m7g8.com> <20080415125526.16702475@peedub.jennejohn.org> <48051D56.1080000@p6m7g8.com> <19141647@bb.ipt.ru> <48064D8D.5060709@p6m7g8.com> <42330739@bb.ipt.ru> In-Reply-To: <42330739@bb.ipt.ru> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: Acroread 8 dies on 8-current [SOLVED]! X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 21:54:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 | Which port did you mean? I know none such ports. If it is really | so then the port is broken and needs updating. #!/bin/sh pkgs="\ ~ shells/bash \ ~ security/sudo \ ~ editors/vim-lite \ ~ net/rsync \ ~ ftp/curl \ ~ devel/strace \ ~ sysutils/screen \ ~ ftp/ncftp \ ~ security/nmap \ ~ security/strobe \ ~ mail/swaks \ ~ security/makepasswd \ ~ benchmarks/siege \ ~ devel/subversion \ ~ sysutils/fastest_cvsup \ ~ java/javavmwrapper \ ~ irc/irssi \ \ ~ x11/xorg \ ~ x11/nvidia-driver \ ~ x11/nvidia-settings \ ~ x11/nvidia-xconfig \ ~ x11-wm/xfce4-wm \ ~ www/firefox-devel \ ~ www/nspluginwrapper \ ~ mail/enigmail-thunderbird \ ~ security/pinentry \ ~ deskutils/lightning-xpi \ ~ security/pidgin-otr \ ~ editors/abiword \ ~ math/gnumeric \ ~ x11/xlockmore \ ~ multimedia/xfce4-plugins-xmms \ ~ graphics/gimp \ ~ editors/xemacs \ ~ net/rdesktop \ ~ net/wireshark-lite \ ~ sysutils/conky \ ~ print/acroread8 \ ~ print/hplip \ \ ~ ports-mgmt/tinderbox \ ~ ports-mgmt/portaudit \ ~ ports-mgmt/portaudit-db \ ~ ports-mgmt/portlint \ ~ ports-mgmt/portupgrade \ ~ ports-mgmt/porteasy \ ~ security/vuxml \ ~ devel/ccache \ \ ~ databases/mysql51-server \ ~ www/apache22 \ ~ databases/memcached \ ~ www/rubygem-mongrel_cluster \ ~ sysutils/rubygem-capistrano \ " cd /var/db/pkg #pkg_delete -af #rm -rf /usr/local/* for pkg in $pkgs; do ~ cd /usr/ports/$pkg # make fetch-recursive done for pkg in $pkgs; do ~ cd /usr/ports/$pkg ~ make all install done for pkg in $pkgs; do ~ cd /usr/ports/$pkg ~ make package-recursive # make smart-package-recursive done for pkg in $pkgs; do ~ cd /usr/ports/$pkg # make clean done - -- - ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIBnV4dbiP+9ubjBwRAr3lAJ9w42OSY8ZftNSoJjut+b/QkxLcZQCdHxPD zJSXnnHI3dRgzM+NpkegJOg= =GeOw -----END PGP SIGNATURE-----