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 /multimedia/vlc | |
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 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 4944a54c7484..1377daeb3c7d 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.4 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -274,7 +274,7 @@ SHOUTCAST_CONFIGURE_ENABLE= shout SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_CONFIGURE_ENABLE= sndio -SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +SMB_USES= samba:lib SMB_CONFIGURE_ENABLE= smbclient STREAM_CONFIGURE_ENABLE=sout |