Date: Wed, 8 Jan 2014 14:59:09 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339146 - in head/audio: portaudio portaudio2 Message-ID: <201401081459.s08Ex9of023191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Wed Jan 8 14:59:08 2014 New Revision: 339146 URL: http://svnweb.freebsd.org/changeset/ports/339146 Log: Convert USE_DOS2UNIX to USES=dos2unix Modified: head/audio/portaudio/Makefile head/audio/portaudio2/Makefile Modified: head/audio/portaudio/Makefile ============================================================================== --- head/audio/portaudio/Makefile Wed Jan 8 14:56:36 2014 (r339145) +++ head/audio/portaudio/Makefile Wed Jan 8 14:59:08 2014 (r339146) @@ -13,11 +13,10 @@ COMMENT= Portable cross-platform Audio A LICENSE= MIT -USES= gmake +USES= gmake dos2unix USE_ZIP= yes GNU_CONFIGURE= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} -USE_DOS2UNIX= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Modified: head/audio/portaudio2/Makefile ============================================================================== --- head/audio/portaudio2/Makefile Wed Jan 8 14:56:36 2014 (r339145) +++ head/audio/portaudio2/Makefile Wed Jan 8 14:59:08 2014 (r339146) @@ -23,8 +23,7 @@ CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREF --libdir=${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX} \ --includedir=${PREFIX}/include/${PORTNAME}${PKGNAMESUFFIX} -USES= gmake pathfix pkgconfig -USE_DOS2UNIX= yes +USES= gmake pathfix pkgconfig dos2unix USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081459.s08Ex9of023191>