ports/95837: [PATCH] print/latex2e: portlint(1) fixes

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


>Number:         95837
>Category:       ports
>Synopsis:       [PATCH] print/latex2e: 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:40:22 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:
- Whitespace fixes
- Order of variables fixes

Port maintainer (jmz at FreeBSD.org) is cc'd.

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

--- latex2e-2003.12_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/latex2e/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/print/latex/Makefile
--- /usr/ports/print/latex2e/Makefile	Mon Jun 14 06:27:38 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/print/latex/Makefile	Sat Apr 15 13:36:58 2006
@@ -18,17 +18,17 @@
 MAINTAINER=	jmz at FreeBSD.org
 COMMENT=	TeX macro package
 
-DIST_SUBDIR=    tex
-
-CONFLICTS=	teTeX*
-
 BUILD_DEPENDS=	tex:${PORTSDIR}/print/tex
 RUN_DEPENDS=	tex:${PORTSDIR}/print/tex
 
+DIST_SUBDIR=	tex
+
+CONFLICTS=	teTeX*
+
 NO_WRKSUBDIR=	yes
 
 do-build:
-	@${RM} ${WRKSRC}/tfm/dummy.tfm  ${WRKSRC}/mf/cmex9.mf 
+	@${RM} ${WRKSRC}/tfm/dummy.tfm  ${WRKSRC}/mf/cmex9.mf
 	@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUT; tex --ini unpack.ins)
 	@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS TEXINPUT; \
 		tex --ini latex.ltx </dev/null)
--- latex2e-2003.12_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list