Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 18:41:14 +0200 (CEST)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ari.suutari@syncrontech.com
Subject:   ports/102195: [PATCH] comms/java-commapi: Update to bsd.java.mk 2.0 and portlint fixes
Message-ID:  <200608171641.k7HGfEWY070443@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200608171650.k7HGoCZm030421@freefall.freebsd.org>

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

>Number:         102195
>Category:       ports
>Synopsis:       [PATCH] comms/java-commapi: Update to bsd.java.mk 2.0 and portlint fixes
>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 Aug 17 16:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Mon Jul 24 17:23:17 CEST 2006
>Description:

- Update to bsd.java.mk 2.0
- Some portlint fixes

Port maintainer (ari.suutari@syncrontech.com) is cc'd.

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

--- java-commapi-2.0.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/java-commapi/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	4 Feb 2004 05:18:57 -0000	1.6
+++ Makefile	17 Aug 2006 16:40:42 -0000
@@ -16,10 +16,11 @@
 MAINTAINER=	ari.suutari@syncrontech.com
 COMMENT=	Sun's Java Communications API
 
-USE_JAVA=	1.3+
+USE_JAVA=	yes
+JAVA_VERSION=	1.3+
 
-NO_CDROM=	"Sun has a funky license for this software"
-RESTRICTED=	"no commercial use"
+NO_CDROM=	Sun has a funky license for this software
+RESTRICTED=	no commercial use
 NO_BUILD=	YES
 
 WRKSRC=		${WRKDIR}/commapi
@@ -32,7 +33,7 @@
 PLIST_SUB+=	JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///}
 
 .if defined(BATCH) || defined(PACKAGE_BUILDING)
-IGNORE=		"Should be fetched manually"
+IGNORE=		should be fetched manually
 .endif
 
 .include <bsd.port.pre.mk>
--- java-commapi-2.0.3_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?200608171641.k7HGfEWY070443>