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

(-)Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	orc
4
PORTNAME=	orc
5
PORTVERSION=	0.4.21
5
PORTVERSION=	0.4.22
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES= 	http://gstreamer.freedesktop.org/data/src/orc/
7
MASTER_SITES= 	http://gstreamer.freedesktop.org/data/src/orc/
8
8
Lines 13-19 Link Here
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		gmake libtool:keepla pkgconfig tar:xz
16
USES=		gmake libtool pkgconfig pathfix tar:xz
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
CONFIGURE_ARGS+=--disable-gtk-doc
19
CONFIGURE_ARGS+=--disable-gtk-doc
Lines 27-32 Link Here
27
OPTIONS_DEFINE=	DOCS EXAMPLES
27
OPTIONS_DEFINE=	DOCS EXAMPLES
28
DOCS_DESC=	Include gtk-doc documentation
28
DOCS_DESC=	Include gtk-doc documentation
29
29
30
PATHFIX_MAKEFILEIN=	configure
31
30
.include <bsd.port.options.mk>
32
.include <bsd.port.options.mk>
31
33
32
.if ${PORT_OPTIONS:MDOCS}
34
.if ${PORT_OPTIONS:MDOCS}
Lines 42-48 Link Here
42
post-patch:
44
post-patch:
43
	@${REINPLACE_CMD} \
45
	@${REINPLACE_CMD} \
44
		-E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \
46
		-E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \
45
		-e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \
46
		${WRKSRC}/configure 
47
		${WRKSRC}/configure 
47
48
48
post-install:
49
post-install:
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (orc-0.4.21.tar.xz) = 55c1fa6f8446ac328dd0b24ca3dd577136d65d890cfbe189949c4507b0cdfca0
1
SHA256 (orc-0.4.22.tar.xz) = 04ca077f4b25f02cc13090effa55343bbfde986c8d663df430347992aa5cf935
2
SIZE (orc-0.4.21.tar.xz) = 445676
2
SIZE (orc-0.4.22.tar.xz) = 445792
(-)pkg-plist (-4 / +2 lines)
Lines 36-49 Link Here
36
include/orc-0.4/orc/orcvariable.h
36
include/orc-0.4/orc/orcvariable.h
37
include/orc-0.4/orc/orcx86.h
37
include/orc-0.4/orc/orcx86.h
38
include/orc-0.4/orc/orcx86insn.h
38
include/orc-0.4/orc/orcx86insn.h
39
lib/liborc-0.4.la
40
lib/liborc-0.4.so
39
lib/liborc-0.4.so
41
lib/liborc-0.4.so.0
40
lib/liborc-0.4.so.0
42
lib/liborc-0.4.so.0.21.0
41
lib/liborc-0.4.so.0.22.0
43
lib/liborc-test-0.4.la
44
lib/liborc-test-0.4.so
42
lib/liborc-test-0.4.so
45
lib/liborc-test-0.4.so.0
43
lib/liborc-test-0.4.so.0
46
lib/liborc-test-0.4.so.0.21.0
44
lib/liborc-test-0.4.so.0.22.0
47
libdata/pkgconfig/orc-0.4.pc
45
libdata/pkgconfig/orc-0.4.pc
48
share/aclocal/orc.m4
46
share/aclocal/orc.m4
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1orc.orc
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1orc.orc

Return to bug 195101