From 5f4af64f2c8efd19c286c2c61989adab1dc752db Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 16 Apr 2007 19:29:17 +0000 Subject: - 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) --- polish/ekg/Makefile | 12 +++++++++--- polish/ekg/pkg-descr | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'polish') 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/ -- cgit v1.2.3