Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2019 09:40:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519126 - head/audio/snd
Message-ID:  <201912060940.xB69eXGE093868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  6 09:40:33 2019
New Revision: 519126
URL: https://svnweb.freebsd.org/changeset/ports/519126

Log:
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/audio/snd/Makefile
  head/audio/snd/pkg-descr

Modified: head/audio/snd/Makefile
==============================================================================
--- head/audio/snd/Makefile	Fri Dec  6 09:36:51 2019	(r519125)
+++ head/audio/snd/Makefile	Fri Dec  6 09:40:33 2019	(r519126)
@@ -22,15 +22,12 @@ FFTW3_DESC=	Use FFTW
 GSL_DESC=	Use GNU Scientific Library
 S7_DESC=	Use S7 as the extension language
 
+USES=		localbase:ldflags
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-float-samples
 MAKEFILE=	makefile
 ALL_TARGET=	snd snd-info sndplay
 MAKE_JOBS_UNSAFE=	yes
-
-CFLAGS+=	-I${LOCALBASE}/include
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 FFTW3_LIB_DEPENDS=	libfftw3.so:math/fftw3
 FFTW3_CONFIGURE_WITH=	fftw

Modified: head/audio/snd/pkg-descr
==============================================================================
--- head/audio/snd/pkg-descr	Fri Dec  6 09:36:51 2019	(r519125)
+++ head/audio/snd/pkg-descr	Fri Dec  6 09:40:33 2019	(r519126)
@@ -10,4 +10,4 @@ Included with it are some command-line utilities:
 - sndrecord records sound from a microphone.
 - audinfo describes the current state of the audio hardware.
 
-WWW: http://ccrma.stanford.edu/software/snd/
+WWW: https://ccrma.stanford.edu/software/snd/



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