From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 01:37:02 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EA2E1065679 for ; Tue, 19 Oct 2010 01:37:02 +0000 (UTC) (envelope-from elhosots@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id B75508FC17 for ; Tue, 19 Oct 2010 01:37:01 +0000 (UTC) Received: by qyk10 with SMTP id 10so240187qyk.13 for ; Mon, 18 Oct 2010 18:37:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=KBHu36+Oe0PvJR09Tzw2rs1+dLqsjlNkla43QrXTAx0=; b=R3J7gJwz1liewpcsdkRHb6tjljxmFlWsx8BNJe6ce+oV+lPWqs5KXcmrbQaBxyTait 3kfSJZRQ49IvHkRXLo3fyKTajLv6U1luzoblWvvOCtfDcxQvlhFnWMB6PRN9ceM0DcHJ hFGtEjCh+Ep1DyftDhx1K0k9UnQJTsAIyrals= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=e2UP7QeygBCyFQDwajxVvibb5bUgwe9TWeMif9zd1ydKUcT1BzvCCRIyz8IlgeX4BL qM7/9SAe+bm/NFTMVl1jiRZAtLHtzAVivL+dLsALGoMvSOjzXIiDREE/SeHJG217ihgG OD3p7SGu8OMoNhWZSKxx1zW8/DKJwnHQ/AnCo= MIME-Version: 1.0 Received: by 10.229.229.83 with SMTP id jh19mr4547271qcb.76.1287450848139; Mon, 18 Oct 2010 18:14:08 -0700 (PDT) Received: by 10.229.37.3 with HTTP; Mon, 18 Oct 2010 18:14:08 -0700 (PDT) Date: Mon, 18 Oct 2010 18:14:08 -0700 Message-ID: From: Ed Hudson To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ghostscript x11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 01:37:02 -0000 does the current pkg build tree for i386/8.1-stable have X11 turned off (by default) for ghostscript-8.71 ? elhdt# pkg_add -rf ghostscript8 Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/ghostscript8.tbz... Done. elhdt# ls -ld /var/db/pkg/ghost* drwxr-xr-x 2 root wheel 512 Oct 18 18:06 /var/db/pkg/ghostscript8-8.71_6 running the command: gv t.ps produces: Unknown device: x11 Unrecoverable error: undefined in .uninstallpagedevice Operand stack: defaultdevice cvsuping the ports tree, rebuilding ghostscript8, and installing (default option selection!), and the above command now works. (after build/install): ls -ld /var/db/pkg/ghost* drwxr-xr-x 2 root wheel 512 Oct 18 18:12 /var/db/pkg/ghostscript8-8.71_6 thanks, -elh