View | Details | Raw Unified | Return to bug 200829 | Differences between
and this patch

Collapse All | Expand All

(-)devel/avr-gdb/Makefile (-2 / +16 lines)
Lines 3-16 Link Here
3
3
4
PORTNAME=	gdb
4
PORTNAME=	gdb
5
PORTVERSION=	7.3.1
5
PORTVERSION=	7.3.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
PKGNAMEPREFIX=	avr-
9
PKGNAMEPREFIX=	avr-
10
DISTNAME=	gdb-${PORTVERSION}
11
10
12
MAINTAINER=	joerg@FreeBSD.org
11
MAINTAINER=	joerg@FreeBSD.org
13
COMMENT=	GNU GDB for the AVR target
12
COMMENT=	GNU GDB for the AVR target
13
14
LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
14
LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
15
15
16
USES=		gmake tar:bzip2
16
USES=		gmake tar:bzip2
Lines 19-24 Link Here
19
CONFIGURE_ARGS=	--target=avr --program-prefix=avr --disable-nls \
19
CONFIGURE_ARGS=	--target=avr --program-prefix=avr --disable-nls \
20
		--disable-werror
20
		--disable-werror
21
21
22
PLIST_FILES=	bin/avr-gdb
23
24
OPTIONS_DEFINE=	PYTHON
25
OPTIONS_DEFAULT=PYTHON
26
27
.include <bsd.port.options.mk>
28
29
.if ${PORT_OPTIONS:MPYTHON}
30
USES+=          python
31
CONFIGURE_ARGS+=        --with-python=${PYTHON_CMD}
32
.else
33
CONFIGURE_ARGS+=        --without-python
34
.endif
35
22
pre-configure:
36
pre-configure:
23
	cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
37
	cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
24
38

Return to bug 200829