diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
commit | 08fee0328047e79c45f02aba14450e772cf23511 (patch) | |
tree | d13723a66084b6936010f3cea6404da7bbcf103b /multimedia/vlc | |
parent | c432da515fff148f6af04eddd59d3b6131ff1c6c (diff) | |
download | freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.gz freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.zst freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.zip |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index fbb3a76b685d..ed6a359a1bd4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.5 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -47,7 +48,7 @@ CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \ .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) CONFIGURE_ARGS+=--enable-debug .endif -CPPFLAGS+= -I${LOCALBASE}/include/gnutls3 -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include CFLAGS_i386= -fomit-frame-pointer OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA DBUS DCA DIRAC DOCS DVDREAD \ @@ -138,7 +139,7 @@ GME_CONFIGURE_ENV= LIBS_gme="-L${LOCALBASE}/lib -lgme" GNOMEVFS2_USE= GNOME=gnomevfs2 GNOMEVFS2_CONFIGURE_ENABLE= gnomevfs -GNUTLS_LIB_DEPENDS= libgnutls.so.28:${PORTSDIR}/security/gnutls3 +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_CONFIGURE_ENABLE=gnutls GOOM_LIB_DEPENDS= libgoom2.so:${PORTSDIR}/graphics/goom @@ -327,7 +328,6 @@ WITH_DVD_DEVICE?=/dev/acd0 post-patch: @${REINPLACE_CMD} \ -e '\|LIBS|s|-lrt||' \ - -e 's|gnutls |gnutls3 |g' \ -e 's|LIBS="-llirc_client|LIBS="$$LIBS_lirc|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/dev/cdrom|${WITH_CDROM_DEVICE}|g' \ |