Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2006 19:30:36 +0200 (CEST)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        brooks@FreeBSD.org
Subject:   ports/99615: [PATCH] sysutils/sge: Fix bsd.java.mk including
Message-ID:  <200606291730.k5THUaq1054767@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200606291740.k5THeGVB085525@freefall.freebsd.org>

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

>Number:         99615
>Category:       ports
>Synopsis:       [PATCH] sysutils/sge: Fix bsd.java.mk including
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 29 17:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May  9 17:19:22 CEST
>Description:

Recent commit in bsd.port.mk adds support to include bsd.java.mk after
bsd.port.pre.mk. Hence it is no longer needed to include bsd.java.mk manually.

Port maintainer (brooks@FreeBSD.org) is cc'd.

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

--- sge-6.0.7.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/sge/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	13 May 2006 04:15:47 -0000	1.18
+++ Makefile	29 Jun 2006 17:28:58 -0000
@@ -122,7 +122,6 @@
 JAVA_OS=	native
 JAVA_BUILD=	jdk
 JAVA_RUN=	jre
-.include "${PORTSDIR}/Mk/bsd.java.mk"
 ANT?=		${LOCALBASE}/bin/ant
 BUILD_DEPENDS+=	${ANT}:${PORTSDIR}/devel/apache-ant
 PLIST_SUB+=	DRMAA=
--- sge-6.0.7.1_1.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?200606291730.k5THUaq1054767>