Commit da7ca680 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/ccrtp: Remove expired port

2025-03-16 devel/ccrtp: No active development in years and no users in tree
parent 37c7b7ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4207,3 +4207,4 @@ sysutils/tracker||2025-03-05|Replaced long ago by tracker3 and now tinysparql
net-im/talkatu||2025-03-10|Has expired: Upstream has switched to mercurial and upstream development has stopped
textproc/py-towncrier23|textproc/py-towncrier|2025-03-14|Remove obsoleted port. Use textproc/py-towncrier instead
net/wifi-firmware-mtw-kmod|net/wifi-firmware-mt7601u-kmod|2025-03-14|Fixed to match firmware name
devel/ccrtp||2025-03-16|Has expired: No active development in years and no users in tree
+0 −1
Original line number Diff line number Diff line
@@ -393,7 +393,6 @@
    SUBDIR += cccc
    SUBDIR += ccdoc
    SUBDIR += ccls
    SUBDIR += ccrtp
    SUBDIR += cctz
    SUBDIR += cdecl
    SUBDIR += cdialog

devel/ccrtp/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
PORTNAME=	ccrtp
PORTVERSION=	2.1.2
CATEGORIES=	devel
MASTER_SITES=	GNU

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Implementation of the real-time transport protocol
WWW=		https://www.gnu.org/software/ccrtp/

DEPRECATED=	No active development in years and no users in tree
EXPIRATION_DATE=2025-03-16

LIB_DEPENDS=	libcommoncpp.so:devel/ucommon \
		libgcrypt.so:security/libgcrypt

GNU_CONFIGURE=	yes
USES=		compiler:c++11-lib gmake gettext libtool localbase iconv pkgconfig
USE_LDCONFIG=	yes

INFO=		ccrtp

post-patch:
	@cd ${WRKSRC}/src && \
		${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" {} \;

post-configure:
	@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
		${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g'

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.3.0.1

.include <bsd.port.mk>

devel/ccrtp/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1608230727
SHA256 (ccrtp-2.1.2.tar.gz) = f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e
SIZE (ccrtp-2.1.2.tar.gz) = 764869

devel/ccrtp/files/patch-Makefile

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
--- Makefile.in	2012-11-20 08:44:39.000000000 -0500
+++ Makefile.in	2012-12-13 01:02:36.000000000 -0500
@@ -330,7 +330,7 @@
 
 SUBDIRS = src demo doc
 DIST_SUBDIRS = m4 src phone doc demo w32
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libdir)data/pkgconfig
 pkgconfig_DATA = libccrtp.pc
 all: ccrtp-config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Loading