Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2008 14:34:04 +0200
From:      Marcin Cieslak <saper@SYSTEM.PL>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        cvs-ports@freebsd.org, ports-committers@freebsd.org, cvs-all@freebsd.org, Edwin Groothuis <edwin@freebsd.org>
Subject:   Re: cvs commit: ports/net/tn5250j Makefile
Message-ID:  <4853BABC.2040500@SYSTEM.PL>
In-Reply-To: <op.ucp4j6p09aq2h7@mezz.mezzweb.com>
References:  <200806132211.m5DMBONf038311@repoman.freebsd.org> <op.ucpk0aid9aq2h7@mezz.mezzweb.com> <48532AFC.4030004@SYSTEM.PL> <op.ucp4j6p09aq2h7@mezz.mezzweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig3DAFC8D8506AEE984C70A783
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: quoted-printable

Jeremy Messenger wrote:
> On Fri, 13 Jun 2008 21:20:44 -0500, Marcin Cieslak <saper@system.pl> wr=
ote:
>=20
>> Jeremy Messenger wrote:
>>> Do that need to be check careful. I rather to avoid use ${BUILD_DEPEN=
DS}
>>> and do the copy-n-paste full lines instead. Are zip and ant need to b=
e
>>> in the runtime dependency? The ${BUILD_DEPENDS} causes USE_*=3Dyes to=
 be
>>> include in the runtime dependency.
>>
>> No, zip is needed only to unpack the distfile, ant is only needed to
>> build the stuff (it's just like "make").
>=20
> # make run-depends-list | grep ant
> /usr/ports/devel/apache-ant
>=20

That's exactly the reason why RUN_DEPENDS=3D ${BUILD_DEPENDS} is wrong :-=
(
Thanks for pointing out.

There I would propose another patch:

retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	13 Jun 2008 02:37:00 -0000	1.1
+++ Makefile	14 Jun 2008 12:31:54 -0000
@@ -17,8 +17,13 @@

  BUILD_DEPENDS=3D	${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \
  		${JYTHON_JAR}:${PORTSDIR}/lang/jython \
-		${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen
-RUN_DEPENDS=3D	${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \
+		${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen \
+		${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \
+		${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j
+RUN_DEPENDS=3D	${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \
+		${JYTHON_JAR}:${PORTSDIR}/lang/jython \
+		${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen \
+		${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \
  		${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j

  USE_ZIP=3D	yes



--=20
               << Marcin Cieslak // saper@system.pl >>


--------------enig3DAFC8D8506AEE984C70A783
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQCVAwUBSFO6vz2W2v2wY27ZAQPFqAP/SIP3mMOp+bGD8x9AB6d+lh/3xQ1vZEM/
YRz+ohxL9lJqkCwxz6766SsW487RQxTDYGVNmMbEkKkv6+NTHC5rpb0PXaNiWkU6
XKqqleTykXVJeMehNuSFFPratJqigeYDuvryJAzqQYC9o8aJRvofW0MXyQx5VEPi
KAk+J/jS1XY=
=3Xtc
-----END PGP SIGNATURE-----

--------------enig3DAFC8D8506AEE984C70A783--



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