diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-16 19:29:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-16 19:29:17 +0000 |
commit | 5f4af64f2c8efd19c286c2c61989adab1dc752db (patch) | |
tree | 49c93242b6ae1bae85d2d6d237bfe8937fe4dfbf /polish | |
parent | 408859ab2d881b47c7876a09b5410ec4ec75b177 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=190141
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg/Makefile | 12 | ||||
-rw-r--r-- | polish/ekg/pkg-descr | 2 |
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/ |