Skip to content
Snippets Groups Projects
Unverified Commit 9b02685c authored by Mathieu Arnold's avatar Mathieu Arnold
Browse files

*: Three ports missed in the RESTRICTED removal.

parent 3505159e
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,11 @@ KMK_BUILDTYPE= release
.if ${PORT_OPTIONS:MGUESTADDITIONS}
GUESTADDITIONS= VBoxGuestAdditions_${PORTVERSION}.iso
RESTRICTED= for personal use only
RESTRICTED_FILES= ${GUESTADDITIONS}
LICENSE+= Additions
LICENSE_COMB= multi
LICENSE_NAME_Additions= Guest Additions
LICENSE_PERMS_Additions= auto-accept
LICENSE_DISTFILES_Additions= ${GUESTADDITIONS}
.endif
.if ${PORT_OPTIONS:MMANUAL}
......
......@@ -131,8 +131,11 @@ KMK_BUILDTYPE= release
.if ${PORT_OPTIONS:MGUESTADDITIONS}
GUESTADDITIONS= VBoxGuestAdditions_${PORTVERSION}.iso
RESTRICTED= for personal use only
RESTRICTED_FILES= ${GUESTADDITIONS}
LICENSE+= Additions
LICENSE_COMB= multi
LICENSE_NAME_Additions= Guest Additions
LICENSE_PERMS_Additions= auto-accept
LICENSE_DISTFILES_Additions= ${GUESTADDITIONS}
.endif
.if ${PORT_OPTIONS:MMANUAL}
......
......@@ -192,7 +192,6 @@ USES+= compiler:c++11-lang
# License definitions
.if ${PORT_OPTIONS:MFAAC} || ${PORT_OPTIONS:MFDK_AAC} || ${PORT_OPTIONS:MOPENSSL}
RESTRICTED= linking to libfaac or libaacplus or using OpenSSL support restricts redistribution
CONFIGURE_ARGS+= --enable-nonfree
AV_NONFREE= true
.endif
......@@ -219,6 +218,14 @@ LICENSE= LGPL3+
LICENSE= LGPL21+
.endif
.if defined(AV_NONFREE)
LICENSE+= AV
LICENSE_COMB= multi
LICENSE_NAME_AV= Restricted redistribution
LICENSE_TEXT_AV= linking to libfaac or libaacplus or using OpenSSL support restricts redistribution
LICENSE_PERMS_AV= auto-accept
.endif
post-patch:
@${REINPLACE_CMD} -e 's|freetype/freetype.h|freetype2/freetype.h|' \
-e 's|-ldc1394 -lraw1394|-ldc1394|' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment