aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-04-17 03:29:17 +0800
committerrafan <rafan@FreeBSD.org>2007-04-17 03:29:17 +0800
commitac417b8a2f1aa5a6dfacbb1695b792f3120a4484 (patch)
tree25c0719db7a2f53e5e8130e43a6680cbb01f1eb3
parentc296256f4e7d6a0f666ff66ca1f3f24fb9b2f6aa (diff)
downloadfreebsd-ports-gnome-ac417b8a2f1aa5a6dfacbb1695b792f3120a4484.tar.gz
freebsd-ports-gnome-ac417b8a2f1aa5a6dfacbb1695b792f3120a4484.tar.zst
freebsd-ports-gnome-ac417b8a2f1aa5a6dfacbb1695b792f3120a4484.zip
- When devel/libexecinfo presents, configure script detects but does not
set LDFLAGS correctly. Therefore, unconditionally depends on libexecinfo and set correct LDFLAGS. - Disable libungif, libjpeg, and openssl support since they are disabled in libgadu PR: ports/110453 Submitted by: mwisnicki at gmail.com Approved by: maintainer timeout (1 month)
-rw-r--r--polish/ekg/Makefile12
-rw-r--r--polish/ekg/pkg-descr2
2 files changed, 10 insertions, 4 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile
index f45958607c37..585873b419a5 100644
--- a/polish/ekg/Makefile
+++ b/polish/ekg/Makefile
@@ -6,6 +6,7 @@
PORTNAME= ekg
PORTVERSION= 1.7.r3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= polish net-im
MASTER_SITES= http://ekg.chmurka.net/
@@ -14,18 +15,23 @@ DISTNAME= ${PORTNAME}-1.7rc3
MAINTAINER= alex@bsdguru.org
COMMENT= Text-mode Gadu-Gadu client
-LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu
+LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
+ gadu.3:${PORTSDIR}/polish/libgadu
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
CONFIGURE_ARGS+= --disable-shared \
--disable-static \
- --enable-dynamic
+ --enable-dynamic \
+ --without-openssl \
+ --disable-libgadu-openssl \
+ --without-libungif \
+ --without-libjpeg
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
OPTIONS= ASPELL "Build with ASPELL support" off
diff --git a/polish/ekg/pkg-descr b/polish/ekg/pkg-descr
index be8b1c10fafc..ddf68662341a 100644
--- a/polish/ekg/pkg-descr
+++ b/polish/ekg/pkg-descr
@@ -1,4 +1,4 @@
Text-based Gadu-Gadu client for Unix-like systems.
Gadu-Gadu is an ICQ-like messenger for polish language users.
-WWW: http://dev.null.pl/ekg/
+WWW: http://ekg.chmurka.net/