Commit 7a672ec6 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/configkit: Remove expired port

2024-04-30 devel/configkit: Depends on deprecated port devel/libphk
parent a2e2f5f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3220,3 +3220,4 @@ multimedia/rtmpdump||2024-04-30|Has expired: Depends on deprecated library librt
multimedia/rubygem-paperclip-av-transcoder||2024-04-30|Has expired: Depends on deprecated port devel/rubygem-paperclip-rails5
benchmarks/iozone21||2024-04-30|Has expired: Abandoned and obsolete version, superseded by benchmarks/iozone (3.x). Consider also migrating to benchmarks/fio
devel/tla||2024-04-30|Has expired: Deprecated and obsolete revision control system, consider migrating to devel/git or devel/mercurial
devel/configkit||2024-04-30|Has expired: Depends on deprecated port devel/libphk
+0 −1
Original line number Diff line number Diff line
@@ -450,7 +450,6 @@
    SUBDIR += concurrencpp
    SUBDIR += concurrencykit
    SUBDIR += concurrentqueue
    SUBDIR += configkit
    SUBDIR += cons
    SUBDIR += cons-test
    SUBDIR += containers

devel/configkit/Makefile

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
PORTNAME=	configkit
PORTVERSION=	0.4.20080902
CATEGORIES=	devel
MASTER_SITES=	http://phk.freebsd.dk/phkrel/
DISTNAME=	ConfigKit.${PORTVERSION:C/0.4.//}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Somewhat prototypical facility for generating CLI interfaces
WWW=		http://phk.freebsd.dk/phkrel/

DEPRECATED=	Depends on deprecated port devel/libphk
EXPIRATION_DATE=2024-04-30

BUILD_DEPENDS=	${LOCALBASE}/lib/libphk.a:devel/libphk

USES=		uidfix

MAKE_ARGS=	BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include

WRKSRC=		${WRKDIR}/ConfigKit

.include <bsd.port.options.mk>

.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 )
PLIST_SUB+=     PROFILE="@comment "
.else
PLIST_SUB+=     PROFILE=""
.endif

.include <bsd.port.mk>

devel/configkit/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (ConfigKit.20080902.tgz) = 2e5f3a4343a57a946462e1664db4cd3533ee4e4417bfa2164f0f99444743274a
SIZE (ConfigKit.20080902.tgz) = 20480
+0 −11
Original line number Diff line number Diff line
--- CKC/Makefile.orig
+++ CKC/Makefile
@@ -4,7 +4,7 @@
 SRCS +=		ckc.c
 SRCS +=		ktype.c
 
-NO_MAN +=	1
+MAN=
 
 BINDIR +=	/usr/local/bin
 
Loading