Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 1999 10:35:37 -0800 (PST)
From:      dann@greycat.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15687: security/libmcrypt syntax error in Makefile 
Message-ID:  <199912251835.KAA78896@mach.greycat.com>

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

>Number:         15687
>Category:       ports
>Synopsis:       Syntax error in Makefile: MASTER_SITES needs "\" at end of line
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 25 10:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dann Lunsford
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
You're kidding, right?
>Environment:


FreeBSD mach.greycat.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Dec 19 12:19:55 PST 1999     root@mach.greycat.com:/usr/src/sys/compile/SATELLITE  i386

>Description:

	The Makefile for ports/security/libmcrypt has a typo that causes
        syntax error:  The MASTER_SITES line needs a "\" to continue.

>How-To-Repeat:

        make (anything) in ports/security/libmcrypt	

>Fix:
	

--- Makefile.orig	Sat Dec 25 10:14:24 1999
+++ Makefile	Sat Dec 25 10:15:30 1999
@@ -8,7 +8,7 @@
 
 DISTNAME=	libmcrypt-2.2
 CATEGORIES=	security
-MASTER_SITES=	ftp://argeas.cs-net.gr/pub/unix/mcrypt/
+MASTER_SITES=	ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
 		ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
 
 MAINTAINER=	nsayer@freebsd.org


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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