cvs commit: ports/security/fwknop Makefile

Marcin Cieslak saper at SYSTEM.PL
Fri Jun 13 22:08:11 UTC 2008


Edwin Groothuis wrote:

> I understand the moving to BUILD_DEPNDS, but I don't understand the
> killing of the RUN_DEPENDS.
> 
> I will do it for now, but you might want to rethink it (he said
> without any knowledge of Java or the application itself)

Well actually we need both. They are required both at the build as well 
as at the run time. Probably we could introduce something like 
JAR_DEPENDS= for java ports that would be similar in LIB_DEPENDS but 
depending on .jar files.

For now we need both like in jakarta-commons-httpclient/Makefile for 
example.

Something like this should do then:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/net/tn5250j/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	13 Jun 2008 02:37:00 -0000	1.1
+++ Makefile	13 Jun 2008 22:06:49 -0000
@@ -17,9 +17,10 @@

  BUILD_DEPENDS=	${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \
  		${JYTHON_JAR}:${PORTSDIR}/lang/jython \
-		${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen
-RUN_DEPENDS=	${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=	${BUILD_DEPENDS}

  USE_ZIP=	yes
  USE_ANT=	yes


-- 
               << Marcin Cieslak // saper at system.pl >>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20080613/e31a2825/signature.pgp


More information about the cvs-all mailing list