Index: multimedia/vlc/Makefile =================================================================== --- multimedia/vlc/Makefile +++ multimedia/vlc/Makefile @@ -1,6 +1,6 @@ PORTNAME= vlc DISTVERSION= 3.0.18 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -26,10 +26,12 @@ yasm:devel/yasm RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg -USES= compiler:c++17-lang cpe desktop-file-utils gettext-tools gmake gnome \ - iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz +USES= compiler:c++17-lang cpe desktop-file-utils elfctl gettext-tools \ + gmake gnome iconv:wchar_t libtool localbase pathfix pkgconfig \ + tar:xz CPE_VENDOR= videolan +ELF_FEATURES= +noaslr:bin/.libs/vlc # See PR 270038 # VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag # to the compiler. Until the port is updated, we explicitly pass -std=c++11 to