ports/95838: [PATCH] print/tex: portlint(1) fixes

Alexander Botero-Lowry alex at foxybanana.com
Sat Apr 15 20:50:33 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list