Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 22:34:20 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03e3069d005f - main - devel/Makefile: temporarily comment out the py3c entry
Message-ID:  <202209072234.287MYKfP055358@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=03e3069d005f2f90e3df96d6e22d97122634c539

commit 03e3069d005f2f90e3df96d6e22d97122634c539
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-09-07 22:32:31 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-09-07 22:32:31 +0000

    devel/Makefile: temporarily comment out the py3c entry
    
    A pre-commit hook prevents the revert of an accidental removal of
    devel/py3c/Makefile.
    
    Temporarily comment out py3c in this Makefile in order to unbreak
    "make index".
    
    Approved by:    portmgr (implicit)
---
 devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/Makefile b/devel/Makefile
index 9cf3e51c930c..4ef1651d3e43 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5585,7 +5585,7 @@
     SUBDIR += py-zope.testbrowser
     SUBDIR += py-zope.testing
     SUBDIR += py-zope.traversing
-    SUBDIR += py3c
+#   SUBDIR += py3c
     SUBDIR += pybind11
     SUBDIR += pybugz
     SUBDIR += pycanberra



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