Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2004 14:42:24 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/66524: [MAINTAINER] textproc/foiltex: EXTRACT_DEPENDS should be BUILD_DEPENDS
Message-ID:  <20040511124224.F1C1F3A59@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200405111250.i4BCoJAN045877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66524
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/foiltex: EXTRACT_DEPENDS should be BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 11 05:50:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Apr 22 20:41:18 CEST 2004
>Description:
s/EXTRACT_DEPENDS/BUILD_DEPENDS/. This should fix the build error
reported by kris (cc'd):

http://pointyhat.freebsd.org/errorlogs/i386-4-latest/foiltex-2.1.4a.log

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- foiltex-2.1.4a.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/foiltex.old/Makefile /usr/ports/textproc/foiltex/Makefile
--- /usr/ports/textproc/foiltex.old/Makefile	Tue May 11 13:59:30 2004
+++ /usr/ports/textproc/foiltex/Makefile	Tue May 11 14:01:01 2004
@@ -16,7 +16,7 @@
 MAINTAINER=	sw@gegenunendlich.de
 COMMENT=	A collection of LaTeX files for making foils
 
-EXTRACT_DEPENDS=latex:${PORTSDIR}/print/teTeX
+BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX
 RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX
 
 NO_CDROM=	redistribution on a not-for-profit basis only
--- foiltex-2.1.4a.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040511124224.F1C1F3A59>