diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-09-20 22:13:41 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-09-20 22:13:41 +0800 |
commit | 7c055feed8932abcf8b7d869c805d1db6f78a8cd (patch) | |
tree | 2d5c47259c8d4aa302f8bd7e67668fbb2e2bf2e5 /audio | |
parent | 7466881b87cffd02378a9b77c1201f08df3bd626 (diff) | |
download | freebsd-ports-gnome-7c055feed8932abcf8b7d869c805d1db6f78a8cd.tar.gz freebsd-ports-gnome-7c055feed8932abcf8b7d869c805d1db6f78a8cd.tar.zst freebsd-ports-gnome-7c055feed8932abcf8b7d869c805d1db6f78a8cd.zip |
Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.
In the meantime, the new Linux ports are being tested and should arrive
soon.
With hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-f10-libaudiofile/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/linux-f10-libaudiofile/Makefile b/audio/linux-f10-libaudiofile/Makefile index dc383a14fbd0..e58ef22da3df 100644 --- a/audio/linux-f10-libaudiofile/Makefile +++ b/audio/linux-f10-libaudiofile/Makefile @@ -11,8 +11,6 @@ DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Implementation of the Audio File Library from SGI (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=09f47c51-c1a6-11e3-a5ac-001b21614864 - CONTFLICTS= linux-libaudiofile-[0-9]* linux-f8-libaudiofile-[0-9]* USE_LINUX_RPM= yes |