Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:38:07 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmz@FreeBSD.org
Subject:   ports/95837: [PATCH] print/latex2e: portlint(1) fixes
Message-ID:  <200604152038.k3FKc7oS035010@Laptop.mine.box>
Resent-Message-ID: <200604152040.k3FKeNZQ078500@freefall.freebsd.org>

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

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



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