Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2008 12:06:26 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        craig@yekse.gank.org
Subject:   ports/124945: [PATCH] audio/audacity: Remove 5.x support
Message-ID:  <200806241606.m5OG6QF4054134@piccollo.p6m7g8.net>
Resent-Message-ID: <200806241610.m5OGA19h011074@freefall.freebsd.org>

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

>Number:         124945
>Category:       ports
>Synopsis:       [PATCH] audio/audacity: Remove 5.x support
>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:   Tue Jun 24 16:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008
>Description:
  o Remove 5.x support
  o use SF macro

Port maintainer (craig@yekse.gank.org) is cc'd.

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

--- audacity-1.2.4b_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/audacity/Makefile,v
retrieving revision 1.36
diff -u -u -r1.36 Makefile
--- Makefile	6 Jun 2008 13:06:25 -0000	1.36
+++ Makefile	24 Jun 2008 16:04:54 -0000
@@ -8,8 +8,7 @@
 PORTVERSION=	1.2.4b
 PORTREVISION=	4
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	craig@yekse.gank.org
@@ -34,7 +33,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386" && ${OSVERSION} >= 501103
+.if ${ARCH} == "i386"
 SSE_CFLAGS=	-mno-sse -mno-sse2
 .endif
 
--- audacity-1.2.4b_4.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?200806241606.m5OG6QF4054134>