From geraud@gcu.info  Mon Jun 11 03:42:24 2007
Return-Path: <geraud@gcu.info>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4075C16A400;
	Mon, 11 Jun 2007 03:42:24 +0000 (UTC)
	(envelope-from geraud@gcu.info)
Received: from zone4.gcu-squad.org (zone4.gcu.info [217.195.17.234])
	by mx1.freebsd.org (Postfix) with ESMTP id C17CB13C447;
	Mon, 11 Jun 2007 03:42:23 +0000 (UTC)
	(envelope-from geraud@gcu.info)
Received: from [192.168.0.70] ([202.22.226.65])
	(authenticated bits=0)
	by zone4.gcu-squad.org (8.13.8/8.12.11) with ESMTP id l5B36FEO017494
	(version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO);
	Mon, 11 Jun 2007 05:06:24 +0200 (CEST)
Message-Id: <1181531159.85824.7.camel@dash.nealab.net>
Date: Mon, 11 Jun 2007 14:05:57 +1100
From: Geraud CONTINSOUZAS <geraud@gcu.info>
Reply-To: geraud@gcu.info
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: andreas@FreeBSD.org
Subject: print/apsfilter: [FIX] fix INDEX build under with non-defaults
	configs

>Number:         113549
>Category:       ports
>Synopsis:       [FIX] print/apsfilter: fix INDEX build under non default configuration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    andreas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 03:50:03 GMT 2007
>Closed-Date:    Wed Jun 13 16:06:16 GMT 2007
>Last-Modified:  Wed Jun 13 16:10:04 GMT 2007
>Originator:     Geraud CONTINSOUZAS
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD dash.nealab.net 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Mar 24 16:20:50 NCT 2007 root@dash.nealab.net:/usr/obj/usr/src/sys/SMPDASH01 i386


>Description:
	If BATCH and APSFILTER_ALL are defined and WITHOUT_X11
	undefined, apsfilter depends on the now defunct
	graphics/tgif-nls. Which breaks INDEX and most probably the
	build as well.

	Port's maintainer (andreas@) is cc'd.

>How-To-Repeat:
	try to build INDEX with the previous settings

>Fix:
	Apply the patch to replace tgif-nls with tgif since the port was
	moved yesterday.

--- apsfilter.diff begins here ---
--- Makefile.orig	Mon Jun 11 13:13:08 2007
+++ Makefile	Mon Jun 11 12:25:45 2007
@@ -91,7 +91,7 @@
 RUN_DEPENDS+=	dvips:${PORTSDIR}/print/teTeX
 RUN_DEPENDS+=	wmf2eps:${PORTSDIR}/graphics/libwmf
 RUN_DEPENDS+=	sk2ps:${PORTSDIR}/graphics/skencil
-RUN_DEPENDS+=	tgif:${PORTSDIR}/graphics/tgif-nls
+RUN_DEPENDS+=	tgif:${PORTSDIR}/graphics/tgif
 RUN_DEPENDS+=	transfig:${PORTSDIR}/print/transfig
 # filter utilities for playing audio files via line printer scheduler
 RUN_DEPENDS+=	mpg321:${PORTSDIR}/audio/mpg321
--- apsfilter.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->andreas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 11 03:50:10 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113549 
State-Changed-From-To: open->analyzed 
State-Changed-By: andreas 
State-Changed-When: Wed Jun 13 15:53:30 UTC 2007 
State-Changed-Why:  
Will apply the suggested patch, thanks for it. 
Am currently testing it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113549 
State-Changed-From-To: analyzed->closed 
State-Changed-By: andreas 
State-Changed-When: Wed Jun 13 16:05:59 UTC 2007 
State-Changed-Why:  
committed, thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113549 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113549: commit references a PR
Date: Wed, 13 Jun 2007 16:03:26 +0000 (UTC)

 andreas     2007-06-13 16:03:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print/apsfilter      Makefile 
   Log:
   Depend on graphics/tgif port not tgif-nls.
   Bumped portrevision
   
   PR:             113549
   Submitted by:   Geraud CONTINSOUZAS
   
   Revision  Changes    Path
   1.130     +2 -2      ports/print/apsfilter/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
