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

(-)ekg/Makefile (-6 / +15 lines)
Lines 5-21 Link Here
5
# $FreeBSD: ports/polish/ekg/Makefile,v 1.22 2006/11/05 08:06:09 lawrance Exp $
5
# $FreeBSD: ports/polish/ekg/Makefile,v 1.22 2006/11/05 08:06:09 lawrance Exp $
6
6
7
PORTNAME=		ekg
7
PORTNAME=		ekg
8
PORTVERSION=		1.6
8
PORTVERSION=		1.7.r2
9
PORTREVISION=		1
10
PORTEPOCH=		2
9
PORTEPOCH=		2
11
CATEGORIES=		polish net-im
10
CATEGORIES=		polish net-im
12
MASTER_SITES=		http://ekg.chmurka.net/
11
MASTER_SITES=		http://ekg.chmurka.net/
12
DISTNAME=		${PORTNAME}-1.7rc2
13
13
14
MAINTAINER=		alex@bsdguru.org
14
MAINTAINER=		alex@bsdguru.org
15
COMMENT=		Text-mode Gadu-Gadu client
15
COMMENT=		Text-mode Gadu-Gadu client
16
16
17
LIB_DEPENDS=		aspell.16:${PORTSDIR}/polish/aspell \
17
LIB_DEPENDS=		gadu.3:${PORTSDIR}/polish/libgadu
18
			gadu.3:${PORTSDIR}/polish/libgadu
19
18
20
USE_GMAKE=		yes
19
USE_GMAKE=		yes
21
GNU_CONFIGURE=		yes
20
GNU_CONFIGURE=		yes
Lines 23-33 Link Here
23
CONFIGURE_ARGS+=	--disable-shared \
22
CONFIGURE_ARGS+=	--disable-shared \
24
			--disable-static \
23
			--disable-static \
25
			--enable-dynamic \
24
			--enable-dynamic \
26
			--enable-aspell
25
			--enable-shared 
26
27
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
27
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
28
			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
28
			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
29
			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
29
			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
30
30
31
OPTIONS=	ASPELL "Build with ASPELL support" off
32
		
33
.include <bsd.port.pre.mk>
34
35
.if defined(WITH_ASPELL)
36
LIB_DEPENDS+=		aspell.16:${PORTSDIR}/polish/aspell
37
CONFIGURE_ARGS+=	--enable-aspell
38
.endif
39
31
USE_LDCONFIG=	yes
40
USE_LDCONFIG=	yes
32
41
33
MAN1=		ekg.1
42
MAN1=		ekg.1
Lines 37-40 Link Here
37
post-install:
46
post-install:
38
	${STRIP_CMD} ${PREFIX}/bin/ekg
47
	${STRIP_CMD} ${PREFIX}/bin/ekg
39
48
40
.include <bsd.port.mk>
49
.include <bsd.port.post.mk>
(-)ekg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ekg-1.6.tar.gz) = 1094eee5062d9b9900c4b28bd68fb564
1
MD5 (ekg-1.7rc2.tar.gz) = b4ea482130e163af1456699e2e6983d9
2
SHA256 (ekg-1.6.tar.gz) = c6dc601e20bb43c94f5689f05bca8e8501af4cff9dd760afdb3d6998c6952c28
2
SHA256 (ekg-1.7rc2.tar.gz) = 17b42147dfe4ef8b7d901e285d68c490f7c645240c6934c23f0db82e61ace915
3
SIZE (ekg-1.6.tar.gz) = 503852
3
SIZE (ekg-1.7rc2.tar.gz) = 514073
(-)ekg/files/patch-configure (-23 lines)
Lines 1-23 Link Here
1
--- configure.orig	Sun Jul  2 17:24:39 2006
2
+++ configure	Sun Jul  2 17:25:50 2006
3
@@ -3813,12 +3813,6 @@
4
 	lib_static_enabled=no
5
 fi
6
 
7
-if test "x$enable_static" = "xno" -a "x$enable_shared" != "xyes"; then
8
-  { { echo "$as_me:$LINENO: error: You must choose either static or shared version of libgadu." >&5
9
-echo "$as_me: error: You must choose either static or shared version of libgadu." >&2;}
10
-   { (exit 1); exit 1; }; }
11
-fi
12
-
13
 # Check whether --enable-dynamic or --disable-dynamic was given.
14
 if test "${enable_dynamic+set}" = set; then
15
   enableval="$enable_dynamic"
16
@@ -4770,7 +4764,6 @@
17
 	LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
18
 	CFLAGS="$CFLAGS $OPENSSL_INCLUDES"
19
 	CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"
20
-	PC_REQUIRES="$PC_REQUIRES openssl"
21
 
22
 	sed 's/#undef __GG_LIBGADU_HAVE_OPENSSL/#define __GG_LIBGADU_HAVE_OPENSSL/' < lib/libgadu-config.h > lib/libgadu-config.h-
23
 	mv -f lib/libgadu-config.h- lib/libgadu-config.h

Return to bug 109487