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

(-)/usr/home/emma/ports/security/pidgin-otr/Makefile (-3 / +11 lines)
Lines 7-16 Link Here
7
#
7
#
8
8
9
PORTNAME=	otr
9
PORTNAME=	otr
10
PORTVERSION=	3.0.1
10
PORTVERSION=	3.1.0
11
PORTREVISION=	1
12
CATEGORIES=	security net
11
CATEGORIES=	security net
13
MASTER_SITES=	http://www.cyberdyne.org/~icebrkr/files/
12
MASTER_SITES=	http://www.cypherpunks.ca/otr/
14
PKGNAMEPREFIX=	pidgin-
13
PKGNAMEPREFIX=	pidgin-
15
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
14
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
16
15
Lines 24-35 Link Here
24
23
25
USE_XLIB=	yes
24
USE_XLIB=	yes
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
USE_GMAKE=	yes
27
27
28
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
29
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
29
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
30
CONFIGURE_ARGS=	--with-libotr-prefix=${LOCALBASE}/lib \
30
CONFIGURE_ARGS=	--with-libotr-prefix=${LOCALBASE}/lib \
31
		--with-libotr-inc-prefix=${LOCALBASE}/include
31
		--with-libotr-inc-prefix=${LOCALBASE}/include
32
32
33
.if !defined(WITHOUT_NLS)
34
USE_GETTEXT=	yes
35
PLIST_SUB+=	NLS=""
36
.else
37
CONFIGURE_ARGS+=	--disable-nls
38
PLIST_SUB+=	NLS="@comment "
39
.endif
40
33
post-patch:
41
post-patch:
34
	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
42
	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
35
43
(-)/usr/home/emma/ports/security/pidgin-otr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pidgin-otr-3.0.1.tar.gz) = 826975e987418d2b3b3f8561a6c25467
1
MD5 (pidgin-otr-3.1.0.tar.gz) = f4ca8bc228069616d4c8fa9288af6bb5
2
SHA256 (pidgin-otr-3.0.1.tar.gz) = 38b128909395f98b53c63868351a8d18a7ec6949631aaa6d3e54f928894ed80f
2
SHA256 (pidgin-otr-3.1.0.tar.gz) = 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0
3
SIZE (pidgin-otr-3.0.1.tar.gz) = 571630
3
SIZE (pidgin-otr-3.1.0.tar.gz) = 403637
(-)/usr/home/emma/ports/security/pidgin-otr/pkg-plist (+4 lines)
Lines 1-3 Link Here
1
lib/pidgin/pidgin-otr.la
1
lib/pidgin/pidgin-otr.la
2
lib/pidgin/pidgin-otr.so
2
lib/pidgin/pidgin-otr.so
3
@dirrmtry lib/pidgin
3
@dirrmtry lib/pidgin
4
%%NLS%%share/locale/es/LC_MESSAGES/pidgin-otr.mo
5
%%NLS%%share/locale/fr/LC_MESSAGES/pidgin-otr.mo
6
%%NLS%%share/locale/nl/LC_MESSAGES/pidgin-otr.mo
7
%%NLS%%share/locale/sk/LC_MESSAGES/pidgin-otr.mo

Return to bug 115664