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

(-)/root/icqnd/Makefile (-1 / +16 lines)
Lines 6-12 Link Here
6
#
6
#
7
PORTNAME=	icqnd
7
PORTNAME=	icqnd
8
PORTVERSION=	0.1.9.5
8
PORTVERSION=	0.1.9.6
9
CATEGORIES=	net-im
9
CATEGORIES=	net-im
10
MASTER_SITES=	SF
10
MASTER_SITES=	SF
Lines 18-29 Link Here
18
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
USE_GETTEXT=	yes
19
USE_GETTEXT=	yes
20
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
USE_GNOME=	gtk20 gnomehack
22
USE_GNOME=	gtk20 gnomehack
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LIBS="-L${LOCALBASE}/lib"
24
		LIBS="-L${LOCALBASE}/lib"
25
OPTIONS=	NLS "With native language support" off \
26
		GTKSPELL "spell checking support" on
27
24
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
30
.if defined(WITHOUT_NLS)
31
CONFIGURE_ARGS+=	--disable-nls
32
.endif
33
34
.if !defined(WITHOUT_GTKSPELL)
35
LIB_DEPENDS+=	gtkspell.0:${PORTSDIR}/textproc/gtkspell
36
CONFIGURE_ARGS+=	--enable-gtkspell
37
.else
38
CONFIGURE_ARGS+=	--disable-gtkspell
39
.endif
25
.if ${OSVERSION} < 500000
40
.if ${OSVERSION} < 500000
26
BROKEN=	Doesn't build on 4.x
41
BROKEN=	Doesn't build on 4.x
(-)/root/icqnd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (icqnd-0.1.9.5.tar.bz2) = 2e3184ea58d4d722eaeff3a7f0b689da
1
MD5 (icqnd-0.1.9.6.tar.bz2) = 57d77adca3b486958fed04412296c60b
2
SHA256 (icqnd-0.1.9.5.tar.bz2) =
2
SHA256 (icqnd-0.1.9.6.tar.bz2) =
3
SIZE (icqnd-0.1.9.5.tar.bz2) = 711877
3
SIZE (icqnd-0.1.9.6.tar.bz2) = 763599
(-)/root/icqnd/files/patch-main.cpp (+11 lines)
Line 0 Link Here
1
--- src/main.cpp.orig	Fri Oct 27 16:36:29 2006
2
+++ src/main.cpp	Fri Oct 27 16:36:53 2006
3
@@ -89,7 +89,7 @@
4
 	
5
 	gtk_set_locale();
6
7
-	textdomain( "icqnd" );
8
+	// textdomain( "icqnd" );
9
10
 	printf( "Loaded %s language\n", tr( "English" ) );
11
 	
(-)/root/icqnd/icqnd/Makefile (-27 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:	icqnd
2
# Date created:		2006-08-29
3
# Whom:			Charlie & <root@delphus.voipz.com.br>
4
#
5
# $FreeBSD$
6
#
7
8
PORTNAME=	icqnd
9
PORTVERSION=
10
#PORTREVISION=	0
11
#PORTEPOCH=	0
12
CATEGORIES=
13
MASTER_SITES=
14
#MASTER_SITE_SUBDIR=
15
#PKGNAMEPREFIX=
16
#PKGNAMESUFFIX=
17
#DISTNAME=
18
#EXTRACT_SUFX=
19
#DISTFILES=
20
#DIST_SUBDIR=	${PORTNAME}
21
#EXTRACT_ONLY=
22
23
MAINTAINER=	root@delphus.voipz.com.br
24
COMMENT=
25
26
.include <bsd.port.pre.mk>
27
.include <bsd.port.post.mk>
(-)/root/icqnd/icqnd/pkg-descr (-4 lines)
Lines 1-4 Link Here
1
[description of the port]
2
3
Author:	Author's name and e-mail address
4
WWW:	http://port.home.page/
(-)/root/icqnd/icqnd/pkg-plist (-1 lines)
Line 1 Link Here
1
@comment $FreeBSD$

Return to bug 104869