Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 02:16:12 +0200 (CEST)
From:      Marcin Cieslak <saper@SYSTEM.PL>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124774: [PATCH] net/tn5250j: add dependencies - fix tinderbox build
Message-ID:  <200806200016.m5K0GCjR078383@radziecki.saper.info>
Resent-Message-ID: <200806200020.m5K0K5wP079732@freefall.freebsd.org>

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

>Number:         124774
>Category:       ports
>Synopsis:       [PATCH] net/tn5250j: add dependencies - fix tinderbox build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 00:20:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Cieslak
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD radziecki.saper.info 7.0-STABLE FreeBSD 7.0-STABLE #5: Thu May  8 23:14:51 CEST
>Description:

Fix dependencies - tinderbox build breaks

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tn5250j-0.6.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/net/tn5250j/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	13 Jun 2008 22:11:24 -0000	1.3
+++ Makefile	20 Jun 2008 00:14:02 -0000
@@ -21,7 +21,11 @@
 		${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen \
 		${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \
 		${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${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=	yes
 USE_ANT=	yes
--- tn5250j-0.6.0_2.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?200806200016.m5K0GCjR078383>