Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Feb 2007 11:59:03 +0100 (CET)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108684: [PATCH] security/mcrypt/Makefile
Message-ID:  <20070202105903.728783F48D@mail.vx.sk>
Resent-Message-ID: <200702021100.l12B0TdW007212@freefall.freebsd.org>

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

>Number:         108684
>Category:       ports
>Synopsis:       [PATCH] security/mcrypt/Makefile
>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:   Fri Feb 02 11:00:29 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE i386/amd64
>Description:
	Trailing backslashes in LIB_DEPENDS should be removed, this makes tinderbox unhappy
	This update does not require a portrevision bump (no changes in packages).
>How-To-Repeat:
>Fix:
--- security/mcrypt/Makefile.orig	Fri Feb  2 11:45:47 2007
+++ security/mcrypt/Makefile	Fri Feb  2 11:46:02 2007
@@ -20,8 +20,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Replacement for crypt(1)
 
-LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
-		mhash.2:${PORTSDIR}/security/mhash/
+LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt \
+		mhash.2:${PORTSDIR}/security/mhash
 
 USE_AUTOTOOLS=	autoconf:259:env
 USE_GETTEXT=		yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070202105903.728783F48D>