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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	sipp
12
MASTER_SITE_SUBDIR=	sipp
13
DISTNAME=	${PORTNAME}-1.1rc4
13
DISTNAME=	${PORTNAME}-1.1rc4
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	tut@nhamon.com.ua
16
COMMENT=	SIP testing tool
16
COMMENT=	SIP testing tool
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}.cumulus.2005-12-21
18
WRKSRC=		${WRKDIR}/${PORTNAME}.cumulus.2005-12-21
Lines 25-31 Link Here
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
.if ${ARCH} == "ia64"
27
.if ${ARCH} == "ia64"
28
BROKEN=		"Does not compile - patch needed by someone who can test it"
28
BROKEN=		Does not compile - patch needed by someone who can test it
29
.endif
29
.endif
30
30
31
do-install:
31
do-install:

Return to bug 97870