ports/65295: bsd.java.mk: implement ${UNIQ} macro [PATCH]

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Wed Apr 7 17:01:27 UTC 2004


>Number:         65295
>Category:       ports
>Synopsis:       bsd.java.mk: implement ${UNIQ} macro [PATCH]
>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:   Wed Apr 07 10:00:37 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Feb 27 11:36:17 CET 2004 root at arabica.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386

>Description:

We use uniq(1) in bsd.java.mk but we don't have it available as a macro.

Here comes a (rather simple) patch for bsd.port.mk...

I will provide a patch for bsd.java.mk as soon as this one gets commited.

>How-To-Repeat:

>Fix:


--- bsd.port.mk.original	Wed Apr  7 18:31:53 2004
+++ bsd.port.mk	Wed Apr  7 18:32:16 2004
@@ -962,6 +962,7 @@
 TR?=		/usr/bin/tr
 TRUE?=		true				# Shell builtin
 UNAME?=		/usr/bin/uname
+UNIQ?=		/usr/bin/uniq
 .if exists(/usr/bin/unzip)
 UNZIP_CMD?=	/usr/bin/unzip
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list