- Update to 1.7

- Fix manpaths

PR:		ports/113224
Submitted by:	Jan Srzednicki (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2007-06-10 22:21:05 +00:00
parent bcda5412b2
commit 1e80db7460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193198
3 changed files with 11 additions and 20 deletions

View File

@ -5,12 +5,10 @@
# $FreeBSD$
PORTNAME= ekg
PORTVERSION= 1.7.r3
PORTREVISION= 1
PORTVERSION= 1.7
PORTEPOCH= 2
CATEGORIES= polish net-im
MASTER_SITES= http://ekg.chmurka.net/
DISTNAME= ${PORTNAME}-1.7rc3
MAINTAINER= alex@bsdguru.org
COMMENT= Text-mode Gadu-Gadu client
@ -27,6 +25,7 @@ CONFIGURE_ARGS+= --disable-shared \
--without-openssl \
--disable-libgadu-openssl \
--without-libungif \
--mandir=${MANPREFIX}/man \
--without-libjpeg
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \

View File

@ -1,3 +1,3 @@
MD5 (ekg-1.7rc3.tar.gz) = b0bb3c1ffc01526121c04b2de1c6957a
SHA256 (ekg-1.7rc3.tar.gz) = ed09c8254feb275a3fe205297c019defc47a0770ccccd243a953b385913a8005
SIZE (ekg-1.7rc3.tar.gz) = 523618
MD5 (ekg-1.7.tar.gz) = 2aa92b56517fdf09d75519a105772b74
SHA256 (ekg-1.7.tar.gz) = 5fc42c8521c0e178f1b48d0b96578cbb5759202c6025ef9126c34af607897a2a
SIZE (ekg-1.7.tar.gz) = 530314

View File

@ -1,6 +1,6 @@
--- configure.orig Sat Feb 24 16:28:42 2007
+++ configure Sat Feb 24 16:29:20 2007
@@ -3821,12 +3821,6 @@
--- configure.orig Fri Jun 1 16:11:57 2007
+++ configure Fri Jun 1 16:16:42 2007
@@ -4896,12 +4896,6 @@
lib_static_enabled=no
fi
@ -10,18 +10,10 @@
- { (exit 1); exit 1; }; }
-fi
-
# Check whether --enable-dynamic or --disable-dynamic was given.
# Check whether --enable-dynamic was given.
if test "${enable_dynamic+set}" = set; then
enableval="$enable_dynamic"
@@ -3834,7 +3828,6 @@
fi;
-
# Check whether --with-c99-vsnprintf or --without-c99-vsnprintf was given.
if test "${with_c99_vsnprintf+set}" = set; then
withval="$with_c99_vsnprintf"
@@ -4786,7 +4779,6 @@
enableval=$enable_dynamic;
@@ -5941,7 +5935,6 @@
if test "x$enable_libgadu_openssl" != "xno"; then
LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"