From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 12 16:20:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67661065676 for ; Thu, 12 May 2011 16:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86AA38FC1B for ; Thu, 12 May 2011 16:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4CGK5WC018850 for ; Thu, 12 May 2011 16:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4CGK5BS018849; Thu, 12 May 2011 16:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 12 May 2011 16:20:05 GMT Resent-Message-Id: <201105121620.p4CGK5BS018849@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AC2D106564A for ; Thu, 12 May 2011 16:18:40 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 31C118FC0A for ; Thu, 12 May 2011 16:18:39 +0000 (UTC) Received: by iyj12 with SMTP id 12so1919223iyj.13 for ; Thu, 12 May 2011 09:18:39 -0700 (PDT) Received: by 10.42.172.133 with SMTP id n5mr567637icz.66.1305217119398; Thu, 12 May 2011 09:18:39 -0700 (PDT) Received: from compaq.yuetime (c-98-228-191-105.hsd1.il.comcast.net [98.228.191.105]) by mx.google.com with ESMTPS id xe5sm506587icb.22.2011.05.12.09.18.36 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 May 2011 09:18:38 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 12 May 2011 11:18:35 -0500 Message-Id: <4dcc085e.853f2b0a.5bec.2db2@mx.google.com> Date: Thu, 12 May 2011 11:18:35 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156980: print/acroreadwrapper: Supports Linux GTK theme engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 16:20:05 -0000 >Number: 156980 >Category: ports >Synopsis: print/acroreadwrapper: Supports Linux GTK theme engine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 12 16:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #1 r221793M: Wed May 11 21:44:19 CDT 2011 lichray@compaq.yuetime:/home/lichray/temp/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: This script automatically uses the FreeBSD native GTK theme engine. My patch changes the GTK_PATH within the script to deal with the problem. >How-To-Repeat: >Fix: --- acroreadwrapper_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/acroreadwrapper.orig/Makefile /usr/ports/print/acroreadwrapper/Makefile --- /usr/ports/print/acroreadwrapper.orig/Makefile 2010-08-07 23:16:02.000000000 -0500 +++ /usr/ports/print/acroreadwrapper/Makefile 2011-05-12 11:13:14.271916824 -0500 @@ -7,6 +7,7 @@ PORTNAME= acroreadwrapper PORTVERSION= 0.0.20100806 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty diff -ruN --exclude=CVS /usr/ports/print/acroreadwrapper.orig/files/acroread.in /usr/ports/print/acroreadwrapper/files/acroread.in --- /usr/ports/print/acroreadwrapper.orig/files/acroread.in 2010-08-07 23:16:02.000000000 -0500 +++ /usr/ports/print/acroreadwrapper/files/acroread.in 2011-05-12 11:13:50.330977012 -0500 @@ -126,6 +126,7 @@ esac UNAME_s=Linux; export UNAME_s +GTK_PATH="${LINUXBASE}/usr/lib/gtk-2.0/" if [ -x %%PREFIX%%/${ACROBASE}/${ADOBE_LANG}/${BINPREFIX}/acroread ]; then exec %%LINUXSH%% %%PREFIX%%/${ACROBASE}/${ADOBE_LANG}/${BINPREFIX}/acroread "$@" --- acroreadwrapper_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: