diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
commit | eb72ca76ef7d9878d3f76537c542facb8c32ae2f (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /audio/xmms2 | |
parent | cf2c58c36e6fc12c07af66a17b3dc7f4cb4bb649 (diff) | |
download | freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.gz freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.zst freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.zip |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index a14278113bb3..40a346a4452d 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 19 +PORTREVISION?= 20 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} @@ -122,7 +122,9 @@ MUSEPACK_CONFIGURE_OFF= --without-plugins="musepack" PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF= --without-plugins="pulse" -SAMBA_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +SAMBA_USES= samba:lib +SAMBA_CPPFLAGS= -I${SAMBAINCLUDES} +SAMBA_LDFLAGS= -L${SAMBALIBS} SAMBA_CONFIGURE_OFF= --without-plugins="samba" SID_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 |