Andreas Bartelt [Wed, Oct 26, 2005 at 01:11:32PM +0200] wrote:
>after upgrading teTeX, I get the following errors (there were no errors
>before the upgrade):
>
>/usr/ports/infrastructure/build/out-of-date
> <
>Collecting installed packages
>Collecting port versions: complete
>
>"Makefile", line 49: Malformed conditional (defined(PACKAGING) &&
>${SUBPACKAGE} != "-fmt")
>"Makefile", line 52: if-less endif
>"Makefile", line 52: Need an operator
>Fatal errors encountered -- cannot continue
>"Makefile", line 49: Malformed conditional (defined(PACKAGING) &&
>${SUBPACKAGE} != "-fmt")
>"Makefile", line 52: if-less endif
>"Makefile", line 52: Need an operator
>Fatal errors encountered -- cannot continue
>Collecting port signatures: complete
>
I have a fix for that, just waiting for an okay.
Bernd
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/teTeX/base/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile 23 Oct 2005 18:48:38 -0000 1.36
+++ Makefile 26 Oct 2005 11:35:13 -0000
@@ -46,13 +46,14 @@
LIB_DEPENDS+= t1.4::devel/t1lib
USE_X11= Yes
WANTLIB+= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt
+
+MULTI_PACKAGES= -fmt
+SUBPACKAGE?=
+
. if defined(PACKAGING) && ${SUBPACKAGE} != "-fmt"
RUN_DEPENDS+= :ghostscript-*:print/ghostscript/gnu
. endif
.endif
-
-MULTI_PACKAGES= -fmt
-SUBPACKAGE?=
.if defined(PACKAGING)
. if ${SUBPACKAGE} == "-fmt"