Skip to content

Commit

Permalink
sysutils/catatonit: fix port build on 14.0-CURRENT
Browse files Browse the repository at this point in the history
This disables catatonit's implementation of secure_getenv on
14.0-CURRENT since it's now a part of libc.

Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D41213
  • Loading branch information
Doug Rabson authored and Doug Rabson committed Jul 28, 2023
1 parent 1b52dea commit f95273e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sysutils/catatonit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= catatonit
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils

MAINTAINER= dfr@FreeBSD.org
Expand All @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= dfr
GH_TAGNAME= 65a1a0f
GH_TAGNAME= 74113d7

GNU_CONFIGURE= yes

Expand Down
6 changes: 3 additions & 3 deletions sysutils/catatonit/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686565868
SHA256 (dfr-catatonit-v0.1.7-65a1a0f_GH0.tar.gz) = e189a16b8b31a275ed9184c1c985f1cb197817b917805a99f0e576f4ec5bcfaf
SIZE (dfr-catatonit-v0.1.7-65a1a0f_GH0.tar.gz) = 22325
TIMESTAMP = 1690470080
SHA256 (dfr-catatonit-v0.1.7-74113d7_GH0.tar.gz) = 226e5094554401b85c33b8811106f3d63d4a5bf51bea12d7b4aeb8a20fbba2b2
SIZE (dfr-catatonit-v0.1.7-74113d7_GH0.tar.gz) = 22340

0 comments on commit f95273e

Please sign in to comment.