Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 19:16:26 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        openoffice@freebsd.org
Subject:   [patch] Makefile correction: need for www/mozilla-vendor
Message-ID:  <20021108191535.R23035-100000@woozle.rinet.ru>

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

Also, I do maintain very restrictive subset of /usr/ports via CVS (not cvsup),
and found that openoffice does not mention build dependency on mozilla-vendor.
I suppose it can be fixed by:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/openoffice/Makefile,v
retrieving revision 1.137
diff -u -r1.137 Makefile
--- Makefile	4 Nov 2002 05:47:14 -0000	1.137
+++ Makefile	8 Nov 2002 16:14:43 -0000
@@ -164,6 +164,11 @@
 .endif

 pre-fetch:
+	@cd ${PORTSDIR}/www/mozilla-vendor || { \
+		echo "Port www/mozilla-vendor nonexistent"; \
+		false; \
+	}
+
 	@${ECHO}
 	@${ECHO} "REQUIREMENTS:"
 .if ${PROCFS}


Sincerely,
D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message




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