View | Details | Raw Unified | Return to bug 192162
Collapse All | Expand All

(-)/usr/home/pi/myp/devel/ccrtp/Makefile (-3 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/devel/ccrtp/Makefile 357486 2014-06-11 14:49:59Z tijl $
2
# $FreeBSD: head/devel/ccrtp/Makefile 357486 2014-06-11 14:49:59Z tijl $
3
3
4
PORTNAME=	ccrtp
4
PORTNAME=	ccrtp
5
PORTVERSION=	2.0.6
5
PORTVERSION=	2.0.9
6
PORTREVISION=	3
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
8
Lines 14-20 Link Here
14
		libgcrypt.so:${PORTSDIR}/security/libgcrypt
13
		libgcrypt.so:${PORTSDIR}/security/libgcrypt
15
14
16
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
17
USES=		gmake gettext iconv pkgconfig
16
USES=		gmake libtool gettext iconv pkgconfig
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
19
18
20
CPPFLAGS+=	-I${LOCALBASE}/include
19
CPPFLAGS+=	-I${LOCALBASE}/include
Lines 29-32 Link Here
29
	${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
28
	${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
30
	    ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g'
29
	    ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g'
31
30
31
post-stage:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.2.0.6
33
32
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)/usr/home/pi/myp/devel/ccrtp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ccrtp-2.0.6.tar.gz) = 39fe4cd98635f710800b1d3f4090cae7110cbfee97ad42c77233eac2c5e4381b
1
SHA256 (ccrtp-2.0.9.tar.gz) = 2032176f7d64db05d7bc557a045d0b24ec76f264448a30a7de9f12c5a31530df
2
SIZE (ccrtp-2.0.6.tar.gz) = 735455
2
SIZE (ccrtp-2.0.9.tar.gz) = 751786
(-)/usr/home/pi/myp/devel/ccrtp/pkg-plist (-3 / +3 lines)
Lines 14-22 Link Here
14
include/ccrtp/rtp.h
14
include/ccrtp/rtp.h
15
include/ccrtp/rtppkt.h
15
include/ccrtp/rtppkt.h
16
include/ccrtp/sources.h
16
include/ccrtp/sources.h
17
lib/libccrtp.so.0
18
lib/libccrtp.so
19
lib/libccrtp.la
20
lib/libccrtp.a
17
lib/libccrtp.a
18
lib/libccrtp.so
19
lib/libccrtp.so.2
20
lib/libccrtp.so.2.0.6
21
libdata/pkgconfig/libccrtp.pc
21
libdata/pkgconfig/libccrtp.pc
22
@dirrm include/ccrtp
22
@dirrm include/ccrtp

Return to bug 192162