Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 20:45:42 +0100 (CET)
From:      Ulrich Spoerlein <uspoerlein@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jesus Climent <jesus.climent@hispalinux.es>, jmelo@FreeBSD.org
Subject:   ports/121712: [PATCH] audio/abcde: Fix md5(1) call on FreeBSD
Message-ID:  <200803121945.m2CJjgxq004719@roadrunner.spoerlein.net>
Resent-Message-ID: <200803142020.m2EKK2ot050755@freefall.freebsd.org>

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

>Number:         121712
>Category:       ports
>Synopsis:       [PATCH] audio/abcde: Fix md5(1) call on FreeBSD
>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 Mar 14 20:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner.spoerlein.net 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Fri Feb  1 20:24:11 CET
>Description:
The abcde script sets its MD5SUM variable to md5sum on FreeBSD. FreeBSD
usually comes with an md5(1) binary, though.

Give it the same treatment as OpenBSD gets.

Port maintainer (jmelo@FreeBSD.org) is cc'd.
I also cc'd the abcde author Jesus Climent to get this into the upstream sources.

Jesus, please note, that the patch below is a patch for a patchfile itself (a
nested patch). The change is trivial to apply by hand, though.

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

--- abcde-2.3.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/abcde/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- Makefile	31 Jan 2007 14:07:56 -0000	1.30
+++ Makefile	12 Mar 2008 19:03:22 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	abcde
 PORTVERSION=	2.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.hispalinux.es/~data/files/
 DISTNAME=	abcde_${PORTVERSION}.orig
Index: files/patch-abcde
===================================================================
RCS file: /home/ncvs/ports/audio/abcde/files/patch-abcde,v
retrieving revision 1.1
diff -u -p -u -r1.1 patch-abcde
--- files/patch-abcde	23 Nov 2005 12:02:47 -0000	1.1
+++ files/patch-abcde	12 Mar 2008 19:03:22 -0000
@@ -1,5 +1,13 @@
 --- abcde.old	Tue Nov 22 13:12:14 2005
 +++ abcde	Tue Nov 22 13:12:51 2005
+@@ -2169,6 +2169,7 @@
+ 	HTTPGET=fetch
+ 	NEEDCDROMID=y
+ 	OSFLAVOUR=FBSD
++	MD5SUM=md5
+ elif [ X$(uname) = "XDarwin" ] ; then
+ 	HTTPGET=curl
+ 	OSFLAVOUR=OSX
 @@ -2453,17 +2453,18 @@
  
  # Allow -o OUTPUT(1):OPTIONS(1),...,OUTPUT(N):OPTIONS(N) mode of operation
--- abcde-2.3.3_2.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?200803121945.m2CJjgxq004719>