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

(-)ipa/Makefile (-20 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ipa
8
PORTNAME=	ipa
9
PORTVERSION=	2.0.7
9
PORTVERSION=	2.0.8
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF/ipa-system
11
MASTER_SITES=	SF/ipa-system
12
12
Lines 22-31 Link Here
22
		LIMITS "Enable limits support" on \
22
		LIMITS "Enable limits support" on \
23
		SUBLIMITS "Enable sublimits support" on \
23
		SUBLIMITS "Enable sublimits support" on \
24
		THRESHOLDS "Enable thresholds support" on \
24
		THRESHOLDS "Enable thresholds support" on \
25
		CTL_CREDS "Enable ipactl's messages credentials" off \
25
		CTL_CREDS "Enable ipactl's messages credentials" off
26
		MEMFUNC_DEBUG "Enable ipa_memfunc debugging" off \
27
		DEBUG_INFO "Produce debugging information" off \
28
		MAN_KOI8_R "Install Russian manual pages" off
29
26
30
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
31
28
Lines 53-80 Link Here
53
CONFIGURE_ARGS+=	--enable-ctl-creds
50
CONFIGURE_ARGS+=	--enable-ctl-creds
54
.endif
51
.endif
55
52
56
.if defined(WITH_MEMFUNC_DEBUG)
57
CONFIGURE_ARGS+=	--enable-memfunc-debug
58
.endif
59
60
.if defined(WITH_DEBUG_INFO)
61
STRIP=		# empty
62
CFLAGS+=	-g
63
.endif
64
65
MAN3=		ipa_mod.3
53
MAN3=		ipa_mod.3
66
MAN5=		ipa.conf.5 ipastat.conf.5
54
MAN5=		ipa.conf.5 ipastat.conf.5
67
MAN8=		ipa.8 ipactl.8 ipastat.8
55
MAN8=		ipa.8 ipactl.8 ipastat.8
68
MANLANG=	""
56
MANLANG=	"" ru.KOI8-R
69
.if defined(WITH_MAN_KOI8_R)
70
MANLANG+=	ru.KOI8-R
71
.endif
72
57
73
do-install:
58
do-install:
74
	cd ${WRKSRC}/src && ${MAKE} install
59
	cd ${WRKSRC}/src && ${MAKE} install
75
	cd ${WRKSRC}/man && ${MAKE} install-am
60
	cd ${WRKSRC}/man && ${MAKE} install-am
76
.if defined(WITH_MAN_KOI8_R)
77
	cd ${WRKSRC}/man/ru.KOI8-R && ${MAKE} install
61
	cd ${WRKSRC}/man/ru.KOI8-R && ${MAKE} install
78
.endif
79
62
80
.include <bsd.port.post.mk>
63
.include <bsd.port.post.mk>
(-)ipa/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (ipa-2.0.7.tar.bz2) = 6b1aa20e742fcc22c5ce2285dcde6417
1
SHA256 (ipa-2.0.8.tar.bz2) = b20b2bda825eb95e7989eddbb9e244d00b7543e7f4703cb723dec438eaf0c2f4
2
SHA256 (ipa-2.0.7.tar.bz2) = 638a5e8a5261b90eb33d3f69122b3c3167af6eb92b57161f458609e433598e14
2
SIZE (ipa-2.0.8.tar.bz2) = 298517
3
SIZE (ipa-2.0.7.tar.bz2) = 292861

Return to bug 153176