Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:39:51 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmz@FreeBSD.org
Subject:   ports/95838: [PATCH] print/tex: portlint(1) fixes
Message-ID:  <200604152039.k3FKdpYQ035627@Laptop.mine.box>
Resent-Message-ID: <200604152050.k3FKoITO078734@freefall.freebsd.org>

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

>Number:         95838
>Category:       ports
>Synopsis:       [PATCH] print/tex: portlint(1) fixes
>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:   Sat Apr 15 20:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- too bad Donald Knuth doesn't offer awards for portlint fixing the TeX port...
Port maintainer (jmz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tex-3.14159_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/tex/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/print/tex/Makefile
--- /usr/ports/print/tex/Makefile	Wed Jan 18 20:31:10 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/print/tex/Makefile	Sat Apr 15 13:39:14 2006
@@ -9,7 +9,7 @@
 PORTVERSION=	3.14159
 PORTREVISION=	3
 CATEGORIES=	print
-MASTER_SITES=   ${MASTER_SITE_LOCAL}
+MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	mikeh
 #${MASTER_SITE_TEX_CTAN} XXX distfiles disappeared/moved?
 #MASTER_SITE_SUBDIR=	systems/web2c
@@ -41,11 +41,11 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64"
-BROKEN=		"Segfault during build on ia64"
+BROKEN=		Segfault during build on ia64
 .endif
 
 pre-configure:
-	cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} gunzip -f
+	cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} ${GUNZIP_CMD} -f
 
 post-configure:
 	@cd ${WRKSRC}/web2c; \
--- tex-3.14159_3.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?200604152039.k3FKdpYQ035627>