From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 18 03:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DE80748E for ; Sat, 18 May 2013 03:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB073D34 for ; Sat, 18 May 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4I3K0hf094947 for ; Sat, 18 May 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4I3K0he094946; Sat, 18 May 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 18 May 2013 03:20:00 GMT Resent-Message-Id: <201305180320.r4I3K0he094946@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, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC81D479 for ; Sat, 18 May 2013 03:18:01 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) by mx1.freebsd.org (Postfix) with ESMTP id B02D1D2A for ; Sat, 18 May 2013 03:18:01 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id 454E51A2424; Sat, 18 May 2013 03:11:35 +0000 (UTC) Message-Id: <20130518031135.454E51A2424@mail.lifanov.com> Date: Sat, 18 May 2013 03:11:35 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178729: [patch] unbreak print/dvipdfmx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 03:20:00 -0000 >Number: 178729 >Category: ports >Synopsis: [patch] unbreak print/dvipdfmx >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 18 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: docproj port grew a dependency on print/dvipdfmx, but at least for me, ./configure doesn't find kpathsea correctly. It needs to be added to the CONFIGURE_ARGS >How-To-Repeat: Attempt to "make -C /usr/ports/print/dvipdfmx" >Fix: Apply this patch. Also, this trims the Makefile header. --- patch.txt begins here --- --- Makefile.orig 2013-05-17 23:06:17.478166029 -0400 +++ Makefile 2013-05-17 23:03:58.090174007 -0400 @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvipdfmx -# Date created: 8 March 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD: head/print/dvipdfmx/Makefile 317899 2013-05-11 17:58:55Z hrs $ -# PORTNAME= dvipdfmx PORTVERSION= 20110311 @@ -25,7 +21,9 @@ USE_TEX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${LOCALBASE}/share +CONFIGURE_ENV= ac_cv_header_kpathsea_kpathsea_h=yes +CONFIGURE_ARGS= --datadir=${LOCALBASE}/share \ + --with-kpathsea=${LOCALBASE} MAKE_JOBS_SAFE= yes PLIST_SUB= DVIPDFMXDIR=${DVIPDFMXDIR} \ --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: