svn commit: r519126 - head/audio/snd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 6 09:40:34 UTC 2019


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/


More information about the svn-ports-head mailing list