ports/113549: print/apsfilter: [FIX] fix INDEX build under with non-defaults configs

Geraud CONTINSOUZAS geraud at gcu.info
Mon Jun 11 03:50:04 UTC 2007


>Number:         113549
>Category:       ports
>Synopsis:       [FIX] print/apsfilter: fix INDEX build under non default configuration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 03:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list