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

(-)/srv/home/root/tmp/ports/ekg/Makefile (-3 / +2 lines)
Lines 5-16 Link Here
5
# $FreeBSD: ports/polish/ekg/Makefile,v 1.25 2007/04/16 19:29:17 rafan Exp $
5
# $FreeBSD: ports/polish/ekg/Makefile,v 1.25 2007/04/16 19:29:17 rafan Exp $
6
6
7
PORTNAME=		ekg
7
PORTNAME=		ekg
8
PORTVERSION=		1.7.r3
8
PORTVERSION=		1.7
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/
13
DISTNAME=		${PORTNAME}-1.7rc3
14
12
15
MAINTAINER=		alex@bsdguru.org
13
MAINTAINER=		alex@bsdguru.org
16
COMMENT=		Text-mode Gadu-Gadu client
14
COMMENT=		Text-mode Gadu-Gadu client
Lines 27-32 Link Here
27
			--without-openssl \
25
			--without-openssl \
28
			--disable-libgadu-openssl \
26
			--disable-libgadu-openssl \
29
			--without-libungif \
27
			--without-libungif \
28
			--mandir=${PREFIX}/man \
30
			--without-libjpeg
29
			--without-libjpeg
31
30
32
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
31
CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
(-)/srv/home/root/tmp/ports/ekg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ekg-1.7rc3.tar.gz) = b0bb3c1ffc01526121c04b2de1c6957a
1
MD5 (ekg-1.7.tar.gz) = 2aa92b56517fdf09d75519a105772b74
2
SHA256 (ekg-1.7rc3.tar.gz) = ed09c8254feb275a3fe205297c019defc47a0770ccccd243a953b385913a8005
2
SHA256 (ekg-1.7.tar.gz) = 5fc42c8521c0e178f1b48d0b96578cbb5759202c6025ef9126c34af607897a2a
3
SIZE (ekg-1.7rc3.tar.gz) = 523618
3
SIZE (ekg-1.7.tar.gz) = 530314
(-)/srv/home/root/tmp/ports/ekg/files/patch-configure (-14 / +6 lines)
Lines 1-6 Link Here
1
--- configure.orig	Sat Feb 24 16:28:42 2007
1
--- configure.orig	Fri Jun  1 16:11:57 2007
2
+++ configure	Sat Feb 24 16:29:20 2007
2
+++ configure	Fri Jun  1 16:16:42 2007
3
@@ -3821,12 +3821,6 @@
3
@@ -4896,12 +4896,6 @@
4
 	lib_static_enabled=no
4
 	lib_static_enabled=no
5
 fi
5
 fi
6
 
6
 
Lines 10-27 Link Here
10
-   { (exit 1); exit 1; }; }
10
-   { (exit 1); exit 1; }; }
11
-fi
11
-fi
12
-
12
-
13
 # Check whether --enable-dynamic or --disable-dynamic was given.
13
 # Check whether --enable-dynamic was given.
14
 if test "${enable_dynamic+set}" = set; then
14
 if test "${enable_dynamic+set}" = set; then
15
   enableval="$enable_dynamic"
15
   enableval=$enable_dynamic;
16
@@ -3834,7 +3828,6 @@
16
@@ -5941,7 +5935,6 @@
17
 fi;
18
 
19
 
20
-
21
 # Check whether --with-c99-vsnprintf or --without-c99-vsnprintf was given.
22
 if test "${with_c99_vsnprintf+set}" = set; then
23
   withval="$with_c99_vsnprintf"
24
@@ -4786,7 +4779,6 @@
25
 	if test "x$enable_libgadu_openssl" != "xno"; then
17
 	if test "x$enable_libgadu_openssl" != "xno"; then
26
 		LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
18
 		LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
27
 		CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"
19
 		CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"

Return to bug 113224