Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 13:56:52 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4dea5aec7a8e - main - Mk/bsd.port.mk: remove LEGAL related variables
Message-ID:  <202403061356.426DuqLl071836@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dea5aec7a8e24b5cc5572b4214719bdddfd1ba3

commit 4dea5aec7a8e24b5cc5572b4214719bdddfd1ba3
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-03-06 13:49:10 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-03-06 13:56:47 +0000

    Mk/bsd.port.mk: remove LEGAL related variables
    
    This is noop since the ports tree does nothing with the variables
    anymore for a while
    
    Reviewed by:    mat
    Differential Revision:  https://reviews.freebsd.org/D44252
---
 Mk/bsd.port.mk | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 0671ec0d817d..bd2b50a0d4a6 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -155,8 +155,6 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  but distfiles can be put on ftp sites and CDROMs.
 # FORBIDDEN		- Package build should not be attempted because of
 #				  security vulnerabilities.
-# LEGAL_TEXT	- Port has legal issues (e.g., special permission to distribute, lacks a license).
-# LEGAL_PACKAGE - Port has no legal issues but defines NO_PACKAGE
 # IGNORE		- Package build should be skipped entirely (e.g.
 #				  because of serious unfixable problems in the build,
 #				  because it cannot be manually fetched, etc).  Error
@@ -2928,17 +2926,6 @@ IGNORE=		is marked as broken on ${OPSYS}: ${BROKEN_${OPSYS}}
 IGNORE=		is forbidden: ${FORBIDDEN}
 .      endif
 
-# Define the text to be output to LEGAL
-.      if defined(LEGAL_TEXT)
-LEGAL= ${LEGAL_TEXT}
-.      elif defined(RESTRICTED)
-LEGAL= ${RESTRICTED}
-.      elif defined(NO_CDROM)
-LEGAL= ${NO_CDROM}
-.      elif defined(NO_PACKAGE) && ! defined(LEGAL_PACKAGE)
-LEGAL= ${NO_PACKAGE}
-.      endif
-
 .      if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING))
 IGNORE=		has to be built manually: ${MANUAL_PACKAGE_BUILD}
 clean:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061356.426DuqLl071836>