pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  1 12:56:45 UTC 2025

Modified Files:
        pkgsrc/mk: license.mk
        pkgsrc/pkgtools/pkg_install/files/lib: license.c

Log Message:
*: allow qhull license by default


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/mk/license.mk
cvs rdiff -u -r1.66 -r1.67 pkgsrc/pkgtools/pkg_install/files/lib/license.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.122 pkgsrc/mk/license.mk:1.123
--- pkgsrc/mk/license.mk:1.122  Fri Oct 25 07:04:52 2024
+++ pkgsrc/mk/license.mk        Thu May  1 12:56:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.122 2024/10/25 07:04:52 ryoon Exp $
+# $NetBSD: license.mk,v 1.123 2025/05/01 12:56:45 wiz Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -170,6 +170,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        postgresql-license \
        public-domain \
        python-software-foundation \
+       qhull \
        qpl-v1.0 \
        sgi-free-software-b-v2.0 \
        sissl-1.1 \

Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.66 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.67
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.66        Fri Oct 25 07:04:09 2024
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Thu May  1 12:56:44 2025
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.66 2024/10/25 07:04:09 ryoon Exp $       */
+/*     $NetBSD: license.c,v 1.67 2025/05/01 12:56:44 wiz Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -95,6 +95,7 @@ const char *default_acceptable_licenses 
     "postgresql-license "
     "public-domain "
     "python-software-foundation "
+    "qhull "
     "qpl-v1.0 "
     "sgi-free-software-b-v2.0 "
     "sissl-1.1 "



Home | Main Index | Thread Index | Old Index