aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-06-25 09:18:22 +0800
committeraraujo <araujo@FreeBSD.org>2008-06-25 09:18:22 +0800
commitb7758639a2da3aeefbfa22740fcfb31d14c1f23c (patch)
treeee3886331d73b46ad8b8748dbbff013a3438327c /audio
parent9ed3cdaecc654d14a8a8ff217451a51f769c1b75 (diff)
downloadfreebsd-ports-gnome-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.gz
freebsd-ports-gnome-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.zst
freebsd-ports-gnome-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.zip
- Remove 5.x support.
- Use SF macro. PR: ports/124945 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: Craig Boston <craig@yekse.gank.org> (maintainer, implicit)
Diffstat (limited to 'audio')
-rw-r--r--audio/audacity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 4cb716c3728b..f45ab850be10 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -8,8 +8,7 @@ PORTNAME= audacity
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 @@ OPTIONS= ID3TAG "ID3 tag support" off \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" && ${OSVERSION} >= 501103
+.if ${ARCH} == "i386"
SSE_CFLAGS= -mno-sse -mno-sse2
.endif
>amdmi32009-01-121-1/+1 * - Update to 0.12miwi2009-01-101-17/+5 * - Add SEARCH_SCREEN OPTION defaulting to on.tmclaugh2008-08-311-1/+6 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Fix a typo.danfe2005-03-221-1/+1 * Avoid using pkg-plist, docs patch.novel2005-03-201-3/+11 * Fix build by adding USE_GNOME=glib20.marcus2005-03-171-3/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - Update to 0.11.1vs2005-02-151-2/+2 * - Update to 0.11.0vs2004-07-121-5/+28 * - Update to 0.10.1krion2004-05-071-2/+3