Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 17:49:06 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        araujo@FreeBSD.org
Subject:   ports/129738: [PATCH] java/java-getopt: possibly misspelled ALL_TARGET as ALL_TARGETS
Message-ID:  <20081218144906.B3F0F1702D@hades.panopticon>
Resent-Message-ID: <200812181450.mBIEo4jd060568@freefall.freebsd.org>

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

>Number:         129738
>Category:       ports
>Synopsis:       [PATCH] java/java-getopt: possibly misspelled ALL_TARGET as ALL_TARGETS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 18 14:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
When calling ant, ALL_TARGET variable is used, not ALL_TARGETS, so the port may have a typo.

Both variants build fine in a tinderbox (with NOPORTDOCS as well), but I guess it should be checked and either fixed or removed.

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

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

--- java-getopt-1.0.13_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/java/java-getopt/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	6 Jun 2008 13:38:42 -0000	1.10
+++ Makefile	18 Dec 2008 13:08:54 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	getopt
 PORTVERSION=	1.0.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	java devel
 MASTER_SITES=	ftp://ftp.urbanophile.com/pub/arenn/software/sources/
 PKGNAMEPREFIX=	java-
@@ -18,7 +18,7 @@
 
 USE_JAVA=	yes
 USE_ANT=	yes
-ALL_TARGETS=	jar
+ALL_TARGET=	jar
 
 NO_WRKSUBDIR=	yes
 
@@ -26,7 +26,7 @@
 .if !defined(NOPORTDOCS)
 OTHERDOCS=	COPYING.LIB ChangeLog README
 PORTDOCS=	api ${OTHERDOCS}
-ALL_TARGETS+=	javadoc
+ALL_TARGET+=	javadoc
 .endif
 
 post-extract:
--- java-getopt-1.0.13_3.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?20081218144906.B3F0F1702D>